﻿@import url('https://fonts.googleapis.com/css?family=Roboto');

html, body {
    min-height: 98%;
}

body {
    margin: 0;
    padding: 0;
    background: #f8faff url(../Image/bg.jpg) no-repeat top;
    font-family: Arial;
    font-size: 12px;
    min-height: 98%;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
}

.divz {
    margin-top: 15px;
}

.clear {
    clear: both;
}

.clearfix::after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
}

.radius {
    border-radius: 7px;
}

.hidden {
    display: none;
}

* {
    color: #525e63;
}

a.back {
    display: block;
    width: 85px;
    height: 33px;
    background: url(../Image/back.png) no-repeat top left;
    margin: 10px 0;
    cursor: pointer;
}

    a.back:hover {
        background-position: left bottom;
    }

div#wrapper {
    width: 1000px;
    margin: 0 auto;
    min-height: 96%;
}

.FloatLeft {
    float: left;
}

.FloatRight {
    float: right;
}

h4#logo {
    padding: 20px 0 10px 85px;
    margin: 0;
    background: url(../Image/logo.png) no-repeat left;
    line-height: 17px;
    font-size: 17px;
    margin-bottom: 35px;
    /*color:#45311f;*/
    /*color:#003e7e;*/
    color: #000;
}

div#identity {
    padding-top: 10px;
    text-align: right;
    font-weight: bold;
    font-size: 12px;
    /*color:#45311f !important;*/
}

    div#identity span {
        color: #45311f !important;
    }

        div#identity span.personel {
            color: #476200 !important;
        }

    div#identity a {
        margin-top: 7px;
        display: inline-block;
        font-size: 14px;
        margin-left: 7px;
        font-weight: normal;
    }

.ProButton {
    background: url(../Image/button_bg.png) repeat-x top left;
    padding: 6px 10px;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    line-height: normal;
    border: none;
    cursor: pointer;
}

.randevuiptal {
    white-space: nowrap;
}

.ProButtonBig {
    font-size: 16px;
    font-weight: normal;
}

.ProButtonReverse {
    background: url(../Image/button_bg_hover.png) repeat-x top left !important;
}

.ProButtonRed {
    background: url(../Image/button_bg_red.png) repeat-x top left !important;
}

a.ProButton:hover {
    background: url(../Image/button_bg_hover.png) repeat-x top left;
}

#PoliklinikListesi {
}

/*Misc*/
.RandevuShadowBox {
    background: #fff;
    border-radius: 8px;
    margin-bottom: 10px;
    box-shadow: 0 0 5px #ccc;
}

.PageHeader, .PageBody {
    margin: 0;
    padding: 0;
    padding: 10px;
}



.PageHeader {
    /*background:#fff url(../Image/light-gradient.png) repeat-x bottom;*/
    /*border-bottom:#d1d1d1 1px solid;*/
    /*background:#75d0c4;*/
    /*background:#85796f;*/
    background: #91cbca;
    /*background:url(../Image/button_bg_hover.png) repeat-x top left;*/
    font-size: 19px;
    border-radius: 7px;
    color: #fff;
    /*color:#45311f;*/
    /*border:#ebeff7 2px solid;*/
    /*border-top-left-radius:7px;*/
    /*border-top-right-radius:7px;*/
    /*text-align:center;*/
}

    .PageHeader > span {
        color: #fff;
        vertical-align: top;
    }

    .PageHeader a.ChangeStepx {
        color: #fff;
        font-size: 15px;
        cursor: pointer;
    }

.PageBody {
    border-radius: 7px;
    min-height: 175px;
    padding: 0px;
}

/*Branş Listesi*/
ul.BransListesi {
    margin: 0;
    padding: 0;
    list-style: none;
    display: table;
}

    ul.BransListesi li {
        border: #647378 1px solid;
        border-radius: 5px;
        margin: 8px;
        margin-left: 0;
        margin-bottom: 0;
        float: left;
        font-size: 16px;
        font-weight: bold;
        background-color: #fed7b0;
        border: #cab80a 1px solid;
        overflow: hidden;
        cursor: pointer;
        list-style: none;
        word-break: break-word;
    }

        ul.BransListesi li.disabled {
            background: #fff url(../Image/light-red-gradient.png) repeat-x bottom;
            border: #dbb2b2 1px solid;
            cursor: not-allowed;
            pointer-events: none;
            background-size: contain;
        }


        ul.BransListesi li a {
            display: table-cell;
            width: 153px;
            vertical-align: middle;
            height: 110px;
            text-align: center;
            font-size: 15px;
            color: #545454 !important;
        }

        ul.BransListesi li span {
            color: #545454 !important;
        }

#poliklinikler ul.BransListesi li a {
    padding: 22px 0 0;
}


ul.BransListesi li .bransInfo {
    /*position: absolute;
            font-size: 20px;
            color: #ff8108;
            cursor: pointer;
            border-radius: 50%;
            background-color: white;*/
    position: absolute;
    border-bottom-right-radius: 50%;
    border-top-left-radius: 5px;
    font-size: 18px;
    color: white !important;
    cursor: pointer;
    text-align: center;
    line-height: 25px;
    pointer-events: visible;
    margin-top: -1px;
    margin-left: -1px;
    background-color: darkblue;
    width: 25px;
    height: 25px;
}

ul.BransListesi li .bransDolu {
    color: #c60000 !important;
    font-size: 24px;
    float: right;
    opacity: 0;
}


ul.BransListesi li .bransInfo:hover {
    background-color: blue;
}

ul.BransListesi li:hover {
    background-color: #ffda54;
    border: #eb8f00 1px solid;
    color: #fff;
}

ul.BransListesi li.disabled span {
    color: #d1d1d1 !important;
    /*text-decoration:line-through;*/
    /*background:url(../Image/clock_gray.png) no-repeat top left;*/
}

ul.BransListesi li.disabled .bransDolu {
    opacity: 1;
    color: #c60000 !important;
}

/*Saat Listesi*/
ul.SaatListesi {
    margin: 0;
    padding: 0;
    list-style: none;
    display: table;
}

    ul.SaatListesi li {
        border: #647378 1px solid;
        border-radius: 5px;
        margin: 8px;
        margin-left: 0;
        margin-bottom: 0;
        float: left;
        padding: 10px;
        font-size: 15px;
        font-weight: bold;
        background: #fff url(../Image/light-green.png) repeat-x bottom;
        border: #b4be96 1px solid;
        overflow: hidden;
        cursor: pointer;
        list-style: none;
    }

    ul.SaatListesi .uzaktan {
        background: rgba(0, 128, 255, 0.6);
    }

        ul.SaatListesi .uzaktan a {
            color: white;
        }

    ul.SaatListesi li.disabled {
        cursor: not-allowed;
        background: #fff url(../Image/light-red-gradient.png) repeat-x bottom;
        border: #dbb2b2 1px solid;
        /*text-decoration:line-through;*/
    }

    ul.SaatListesi li a {
        display: table-cell;
        width: 110px;
        vertical-align: top;
        height: 50px;
        text-align: right;
        color: #14b042;
        background: url(../Image/clock_blue.png) no-repeat top left;
        font-size: 17px;
    }

        ul.SaatListesi li a .saat {
            font-size: 23px;
        }

    ul.SaatListesi li.disabled a {
        /*text-decoration:line-through;*/
        /*color:#ff7575 !important;*/
        color: #c60000 !important;
        background: url(../Image/clock_gray.png) no-repeat top left;
        font-size: 24px;
    }

        ul.SaatListesi li.disabled a .saat {
            color: #d1d1d1 !important;
            font-size: 14px;
        }

    ul.SaatListesi li:hover {
        background: #ffda54 url("../Image/yellow.png") repeat-x bottom;
        border: #eb8f00 1px solid;
        color: #fff;
    }



ul.GunListesi {
    margin: 0;
    padding: 0;
    list-style: none;
    display: table;
}

    ul.GunListesi li {
        border: #647378 1px solid;
        border-radius: 5px;
        margin: 8px;
        margin-left: 0;
        margin-bottom: 0;
        float: left;
        padding: 10px;
        font-size: 16px;
        font-weight: bold;
        background: #fff url(../Image/light-green.png) repeat-x bottom;
        border: #b4be96 1px solid;
        overflow: hidden;
        cursor: pointer;
        list-style: none;
    }

        ul.GunListesi li.disabled {
            cursor: not-allowed;
            background: #fff url(../Image/light-red-gradient.png) repeat-x bottom;
            border: #dbb2b2 1px solid;
            /*text-decoration:line-through;*/
        }

        ul.GunListesi li a {
            display: table-cell;
            width: 120px;
            vertical-align: top;
            height: 63px;
            text-align: center;
            /*text-align: right;*/
            /*background: url(../Image/calendar.png) no-repeat top left;*/
            color: #14b042 !important;
            font-size: 16px;
        }

            ul.GunListesi li a .randAl {
                color: #14b042 !important;
                font-size: 21px;
            }
        /*ul.GunListesi li a .gun {
                color: #14b042 !important;
            }*/

        ul.GunListesi li.disabled a {
            color: #c60000 !important;
            /*background: url(../Image/calendar_gray.png) no-repeat top left;*/
            font-size: 24px;
        }

        ul.GunListesi li.disabled .doluSpan {
            color: #c60000 !important;
        }

        ul.GunListesi li.disabled a .gun {
            color: #d1d1d1 !important;
            font-size: 14px;
        }

        ul.GunListesi li:hover {
            background: #ffda54 url("../Image/yellow.png") repeat-x bottom;
            border: #eb8f00 1px solid;
            color: #fff;
        }

div.BreadCrump {
    margin-bottom: 25px;
    border-bottom: #ebeff7 2px solid;
    padding-bottom: 25px;
}

    div.BreadCrump a {
        width: 250px;
        display: block;
        float: left;
        height: 89px;
        background: url(../Image/BreadCrump.png) no-repeat top left;
        cursor: no-drop;
    }

        div.BreadCrump a.ok {
            cursor: pointer !important;
        }

        div.BreadCrump a#bc1 {
            width: 262px;
        }

            div.BreadCrump a#bc1.current {
                background-position: 0 -100px;
            }

            div.BreadCrump a#bc1.ok {
                background-position: 0 bottom;
            }

        div.BreadCrump a#bc2 {
            width: 260px;
            background-position: -262px 0;
        }

            div.BreadCrump a#bc2.current {
                background-position: -262px -100px;
            }

            div.BreadCrump a#bc2.ok {
                background-position: -262px bottom;
            }

        div.BreadCrump a#bc3 {
            width: 292px;
            background-position: -522px 0;
        }

            div.BreadCrump a#bc3.current {
                background-position: -522px -100px;
            }

            div.BreadCrump a#bc3.ok {
                background-position: -522px bottom;
            }

        div.BreadCrump a#bc4 {
            width: 176px;
            background-position: -812px 0;
        }

            div.BreadCrump a#bc4.current {
                background-position: right -100px;
            }

            div.BreadCrump a#bc4.ok {
                background-position: right bottom;
            }

div.welcome {
    line-height: 18px;
}

div.lwelcome, div.login {
    margin-top: 100px;
}

div.welcome .title {
    /*background: url(../Image/logo.png) no-repeat left top;
    min-height: 69px;
    padding-left: 85px;*/
    padding-top: 10px;
}

.kurum-logo {
    max-height: 65px;
}

div.welcome h3, div.welcome h1 {
    margin: 0;
    padding: 0;
    color: #45311f;
}

div.welcome h1 {
    font-size: 20px;
    line-height: 20px;
}

div.welcome h3 {
    font-size: 15px;
    /*margin-bottom: 15px;*/
    line-height: 15px;
    margin-top: 5px;
}

.ExplainText {
    display: block;
    margin: 10px 0;
}

/*****************Datepicker Main******************/
.DatePickerMain {
    position: absolute;
    margin-left: 625px;
    width: 350px;
}

    .DatePickerMain .ui-datepicker td span, .DatePickerMain .ui-datepicker td a {
        padding: 14px 6px;
    }

    .DatePickerMain .ui-datepicker .ui-datepicker-title {
        font-size: 18px;
    }

    .DatePickerMain .ui-datepicker th {
        padding: .7em .3em;
        border-bottom: #fff 10px solid;
        background: #fff;
        font-size: 14px;
    }



/*****************Datepicker Side******************/
.DatePickerSide {
    position: absolute;
    width: 250px;
    font-size: 11px;
    float: left;
}

.odd a.ui-state-default {
    color: white;
    background-color: red;
    background: red;
}

.DatePickerSide .ui-datepicker td span, .DatePickerSide .ui-datepicker td a {
    padding: 7px 7px;
}

.DatePickerSide .ui-datepicker .ui-datepicker-title {
    font-size: 13px;
}

.DatePickerSide .ui-datepicker th {
    padding: .7em .3em;
    border-bottom: #fff 10px solid;
    background: #fff;
    font-size: 12px;
}

/*Poliklinik seçimi*/

#PolTypeSelect {
    /*display:none;
    display:table;*/
    list-style: none;
}

    #PolTypeSelect ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        #PolTypeSelect ul li {
        }

a#PolTypeS0, a#PolTypeS1, a#PolTypeS2 {
    display: table-cell;
    vertical-align: middle;
    /*background:url(../Image/PolTypeSelectButtons.png) no-repeat;*/
    background: #fff url(../Image/polselect.png) repeat-x bottom;
    border: #d1d1d1 1px solid;
    padding: 10px;
    float: left;
    margin-top: 20px;
    cursor: pointer;
    border-radius: 7px;
    text-align: center;
    min-height: 150px;
    margin-right: 10px;
}

a#PolTypeS1 {
    background: #fff url(../Image/polselect2.png) repeat-x bottom;
}

a#PolTypeS0 {
}

a#PolTypeS2 {
    margin-right: 0px;
    background: #fff url(../Image/polselect3.png) repeat-x bottom;
}

    a#PolTypeS1 h1, a#PolTypeS0 h1, a#PolTypeS2 h1 {
        margin: 0;
        margin-bottom: 10px;
        color: #7c3b5b;
    }

a#PolTypeS0 h1 {
    color: #3793c3;
}

a#PolTypeS2 h1 {
    color: #782914;
}

ul.StepInfo {
    background: #ebebeb;
    padding: 10px;
    border-radius: 4px;
    list-style: none;
    margin: 5px 0;
}

    ul.StepInfo li {
    }

        ul.StepInfo li label {
            width: 80px;
            display: inline-block;
            font-weight: bold;
        }

.PolExplain {
    background: #edf5f8;
    padding: 10px;
    text-align: center;
    font-size: 17px;
    border-radius: 7px;
    color: #000;
}

.RandevuOnayBilgiText {
    text-align: center;
    color: #ff4800;
    font-size: 17px;
    border-radius: 7px;
}

/*Randevularım*/

table.Randevularim {
    width: 100%;
    border-spacing: 0px;
    min-width: 475px;
}

    table.Randevularim th, table.Randevularim td {
        padding: 10px;
    }

    table.Randevularim th {
        text-align: left;
        background: #dcdcdc;
        border: 1px solid #a2a2a2;
    }

        table.Randevularim th:first-child {
            border-top-left-radius: 7px;
        }

        table.Randevularim th:last-child {
            border-top-right-radius: 7px;
        }

    table.Randevularim td {
        border: 1px solid #a2a2a2;
    }

input.onaykodu {
    border-radius: 3px;
    border: #a8793c 1px solid;
    padding: 6px;
}

.success_icon {
    background: url(../Image/thick.png) no-repeat top left;
    padding: 0px 0 0px 31px;
}

.reset, .reset li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.login {
    /*background:url(../Image/login.png);*/
    /*height:404px;*/
    background: #fff url(../Image/light-gradient.png) repeat-x bottom;
}

    .login h2 {
        text-align: center;
        margin: 0;
        padding: 0;
        padding: 10px 0;
        background: url(../Image/light-gradient.png) repeat-x bottom;
        border-bottom: #e1e1e1 1px solid;
    }

    .login h3 {
        padding: 20px;
        margin: 0;
        background: url(../Image/light-gradient.png) repeat-x bottom;
        border-bottom: #e1e1e1 1px solid;
        color: #909090;
        font-size: 12px;
    }

.login-elements {
    width: 400px;
    background-position: 140px -3px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}

    .login-elements .element {
        padding: 9px;
    }

    .login-elements .command {
        text-align: right;
        margin-top: 15px;
        padding-right: 13px;
    }

    .login-elements .element label {
        width: 145px;
        display: inline-block;
        /*background:url(../Image/login-label-bg.png) no-repeat left;*/
        /*background-size: 135px;*/
        background-color: #e7f1f5;
        padding: 5px;
        font-size: 12px;
        color: #45311f;
        font-weight:500;
        /*border:#ccc 1px solid;*/
    }

    .login-elements .element input {
        border: none;
        /*background:#ccc;*/
        background: none;
        padding: 4px;
        width: 150px;
        box-shadow: 0 0 5px #ccc;
        line-height: 16px;
        margin-left: 25px;
        padding-left: 35px;
    }

    .login-elements .element #uyruk {
        border: none;
        background: none;
        padding: 4px;
        width: 190px;
        box-shadow: 0 0 5px #ccc;
        margin-left: 25px;
    }

    .login-elements .element .inputIcon {
        vertical-align: middle;
    }

    .login-elements .element input:focus {
        /*border-bottom:#666 1px solid;*/
    }

    .login-elements .phonenumber {
        margin-top: 2px;
    }

    .login-elements .selectBirth {
        box-shadow: 0 0 5px #ccc;
        margin-left: 25px;
        width: 75px;
    }

    .login-elements .securitycode {
        /*margin-top:0px;
    line-height: 25px;*/
    }

        .login-elements .securitycode #SecureImage {
            width: 83px !important;
            height: 24px;
            background: #ccc;
            display: inline-block;
            vertical-align: middle;
            margin-left: 25px;
            position: absolute;
        }

        .login-elements .securitycode .labelImg {
            display: inline-block;
            vertical-align: middle;
            cursor: pointer;
            width: 16px !important;
            height: 16px !important;
            background: none !important;
        }

        .login-elements .securitycode input {
            width: 150px;
            padding-left: 85px;
        }


    .login-elements .hes input {
        width: 85px;
    }

    .login-elements .hes a {
        font-size: 12px;
        float: right;
    }

.footer {
    display: block;
    margin: 25px 0;
    height: 24px;
    background: url(../Image/probel.png) no-repeat right;
}

.listesayilari {
    /*position:absolute;*/
}

.listesayi {
    padding: 0 7px 2px 7px;
    display: inline-block;
    margin-top: 4px;
    margin-right: 1px;
    border-radius: 4px;
    font-size: 12px;
}

.maxl {
    /*text-overflow: ellipsis;overflow: hidden;white-space: nowrap;*/
}

.listesayibos {
    color: #005c10;
    background: #f0ffc9;
    border: #b4be96 1px solid;
}

.listesayidolu {
    color: #810f0f;
    background: #ffe3e3;
    border: #dbb2b2 1px solid;
}


.printtable {
    background: #ced3df;
    border-spacing: 1px;
    width: 100%;
}

    .printtable td, .printtable th {
        background: #fff;
        text-align: left;
        padding: 5px 10px;
        font-weight: bold;
    }

    .printtable th {
        background: #e5f1c1;
    }

td.tatilgunu a, td.tatilgunu span {
    background: red !important;
    font-weight: bold !important;
    cursor: not-allowed;
}

td.haftasonuOff a, td.haftasonu span {
    background-image: none;
    opacity: .55;
    cursor: not-allowed;
}

td.haftasonuOn a, td.haftasonu span {
    background-color: lightgray !important;
    font-weight: bold !important;
    cursor: not-allowed;
}



.info {
    background: url(../Image/info.png) no-repeat left;
    padding-left: 20px;
    padding: 3px 20px;
    padding-right: 0;
    color: #3f95b2;
    text-decoration: underline;
    cursor: pointer;
}

.building {
    background: url(../Image/building.png) no-repeat left;
    padding-left: 40px !important;
}

.RandevularimDiv {
    overflow: auto;
}




.ustnav, .ortaAdim1 {
    text-align: center;
    padding: 4px;
    line-height: 1.42857143;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    list-style: none;
    font-family: Arial;
    font-weight: bold;
}

    .ustnav > li {
        display: table-cell;
        position: relative;
        box-sizing: border-box;
        width: 1%;
        text-align: center;
        height: 50px;
        border-radius: 4px;
        border: 1px solid #ddd;
    }

    .ortaAdim1 > li {
        display: inline-block;
        position: relative;
        box-sizing: border-box;
        width: 50%;
        text-align: center;
        border-radius: 4px;
        border: 1px solid #bfd9fe;
        cursor: pointer;
        margin: 10px;
        background-color: #bfe0df;
        box-shadow: 0px 0px 5px 1px #adacac;
        /*background-image: linear-gradient(#bfe0df, #f8faff);*/
        color: #476868;
        font-size: 25px;
        vertical-align: top;
    }

        .ortaAdim1 > li > h3 {
            margin-bottom: 5px;
            font-size: 16px;
        }

        .ortaAdim1 > li > i {
            font-size: 35px;
        }

        .ortaAdim1 > li:hover {
            /*background-image: linear-gradient( #f8faff,#bfe0df);
            border-color: #476868;*/
            cursor: pointer;
            box-shadow: inset 0px 0px 5px 1px #adacac;
        }


    .ustnav > li.active {
        background-color: orange;
    }


    .ortaAdim1 > .uzaktan-btn {
        background-image: linear-gradient(#4abd25, #fafff8);
    }

        .ortaAdim1 > .uzaktan-btn:hover {
            background-image: linear-gradient( #fafff8,#4abd25);
            border-color: #476868;
            cursor: pointer;
        }


/*--------------------------------------------------------------*/

.progress {
    counter-reset: my-badass-counter;
    background: #ebebeb;
    width: 100%;
    min-height: 35px;
}

    .progress .progress-step {
        width: 14%;
        text-align: center;
        border-left: 1px solid #c0c0c0;
        font-size: 16px;
        cursor: pointer;
    }

        .progress .progress-step:first-child {
            border-left: none;
        }

        .progress .progress-step.is-active {
            color: #ff8108;
            font-size: 18px;
            animation: pulse 2s infinite;
        }

        .progress .progress-step.is-complete {
            color: #91cbca;
        }


@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(33, 131, 221, 0.4);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(33, 131, 221, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(33, 131, 221, 0);
    }
}

@keyframes nextStep {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

.bransFilterInput, .polFilterInput {
    width: 100%;
    height: 30px;
    outline: 0;
    border: none;
}

.BransListesiParent {
    margin-top: 5px;
}

.bransFilterInput_Container, .polFilterInput_Container {
    display: flex;
    border: 1px solid #ebebeb;
    background-color: white;
    border-radius: 7px;
    margin-top: 10px;
    padding: 0 10px;
}


.filterIcon {
    font-size: 20px;
    vertical-align: middle;
    padding-top: 6px;
    text-align: center;
}

.pol-exclamation {
    margin-top: 5px;
}

    .pol-exclamation > i {
        color: #a60505;
        font-size: 20px;
        float: left;
        margin-right: 3px;
    }

    .pol-exclamation > div {
        line-height: 20px;
        vertical-align: middle;
    }

        .pol-exclamation > div > span {
            color: #a60505;
        }

.ChangeStepx > div {
    float: left;
    margin-right: 5px;
    font-size: 25px;
}

    .ChangeStepx > div > i {
        color: white;
    }

.renk_yesil {
    color: #000000 !important;
    background-color: #7cb155 !important;
    padding: 2px 15px !important;
    line-height: 30px !important;
}


.calendar-PolName {
    background: #91cbca;
    padding: 5px 10px;
    color: white;
    font-size: 1.75em;
    margin: 0;
    border-bottom: 1px solid #ddd;
    border-radius: 7px 7px 0 0;
}

.calendarFilter {
    background: #91cbca;
    color: white;
    font-size: 15px;
    float: right;
}

.hidden {
    visibility: hidden;
}

.RandInfo {
    font-size: 12px !important;
}

    .RandInfo > h1, .RandInfo > h2, .RandInfo > h3 {
        font-size: 16px !important;
    }

.dotted {
    border-top: 1px dotted #647378;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.rand-type-header {
    margin: 0;
    margin-top: 15px;
    color: #ff8108;
    font-weight: normal;
}

    .rand-type-header > i {
        margin-right: 3px;
        color: #ff8108;
    }

.login-info {
    display: block;
    margin-top: 15px;
    color: #ff8f09;
    font-size: 15px;
    cursor: pointer;
}

    .login-info > i {
        color: #ff8f09;
        margin-right: 3px;
    }

@-webkit-keyframes text-shadow-drop-center {
    0% {
        text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    }

    100% {
        text-shadow: 0 0 18px rgba(0, 0, 0, 0.35);
    }
}

@keyframes text-shadow-drop-center {
    0% {
        text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    }

    100% {
        text-shadow: 0 0 18px rgba(0, 0, 0, 0.35);
    }
}

@-webkit-keyframes text-shadow-drop-center-red {
    0% {
        text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    }

    100% {
        text-shadow: 0 0 18px rgba(166, 5, 5, 0.35);
    }
}

@keyframes text-shadow-drop-center-red {
    0% {
        text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    }

    100% {
        text-shadow: 0 0 18px rgba(166, 5, 5, 0.35);
    }
}


.text-shadow-drop-center {
    -webkit-animation: text-shadow-drop-center 0.6s infinite both;
    animation: text-shadow-drop-center 0.6s infinite both;
}

.text-shadow-drop-center-red {
    -webkit-animation: text-shadow-drop-center-red 0.6s infinite both;
    animation: text-shadow-drop-center-red 0.6s infinite both;
}


#login-info-div {
    font-size: 10pt;
}

    #login-info-div .link {
        color: rgb(0,0,255);
    }

.randevuAlSpan {
    font-size: 18px;
    color: #ff8f09;
    border-bottom: 1px solid #ff8f09;
}

.randevuAlDiv {
    cursor: pointer;
    margin: 10px;
}

    .randevuAlDiv:hover {
        box-shadow: 0 0 5px #ff8f09;
    }

.randevuAlIcon {
    font-size: 18px;
    color: #ff8f09;
    margin-left: 5px;
}

.doktorBilgi {
    margin-left: 10px;
    font-size: initial;
    font-weight: initial;
    display: inline-block;
}


    .doktorBilgi p {
        margin: 5px;
    }


.doktorResim {
    float: right;
    display: inline-block;
}

    .doktorResim img {
        max-width: 90px;
    }

.headerLink {
    display: inline-block;
    font-size: 14px;
    margin-left: 10px;
    cursor: pointer;
}

    .headerLink i {
        color: darkblue;
        border-bottom: 1px solid darkblue;
        max-width: 300px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        .headerLink i:before {
            margin-right: 5px;
        }

        .headerLink i:hover {
            color: blue;
            border-bottom: 1px solid blue;
        }

.overlayLoading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 10;
    background-color: rgba(255,255,255,0.5);
}

    .overlayLoading svg {
        /*background: none;
        position: absolute;
        top: calc(50% - 40px);
        left: calc(50% - 40px);*/
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }


@-webkit-keyframes scale-up-top {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        -webkit-transform-origin: 50% 0%;
        transform-origin: 50% 0%;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 50% 0%;
        transform-origin: 50% 0%;
    }
}

@keyframes scale-up-top {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        -webkit-transform-origin: 50% 0%;
        transform-origin: 50% 0%;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 50% 0%;
        transform-origin: 50% 0%;
    }
}


.scale-up-top {
    -webkit-animation: scale-up-top 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: scale-up-top 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}


.LoginInfo {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
    position: fixed;
}

    .LoginInfo .LoginInfoMessage {
        position: fixed;
        background: #fff;
        width: 70%;
        border-radius: 20px;
        /*top: 22.5%;
    left: 22.5%;*/
        z-index: 2;
        /*padding: 20px;*/
        box-shadow: 5px 5px 11px black;
    }

        .LoginInfo .LoginInfoMessage .message {
            overflow: hidden auto;
            max-height: 90%;
            padding: 20px 20px 5px;
        }

            .LoginInfo .LoginInfoMessage .message img {
                width: 100%;
            }

        .LoginInfo .LoginInfoMessage .LoginInfoClose {
            padding: 10px 0;
            text-align: center;
            width: 100%;
            text-align: right;
        }

            .LoginInfo .LoginInfoMessage .LoginInfoClose button {
                height: 30px;
                width: 50px;
                font-size: 19px;
                background: #67123b;
                color: white;
                border-radius: 5px;
                border: none;
                border-color: white;
                cursor: pointer;
                margin-right: 20px;
            }

.gunListesiPrew {
    overflow: auto hidden;
}

    .gunListesiPrew ul {
        overflow: auto hidden;
        display: flex !important;
        margin-bottom: 5px !important;
    }

    .gunListesiPrew li {
        overflow: visible !important;
        display: flex !important;
        padding: 3px !important;
    }

        .gunListesiPrew li a {
            height: 32px !important;
            width: 110px !important;
        }

            .gunListesiPrew li a span {
                font-size: 14px !important;
            }

.check_block {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 10px;
}

.inline {
    display: inline-block;
}

.hem_left {
    float: left;
}
/* Hide the browser's default checkbox */
.check_block input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #91cbca;
}

/* When the checkbox is checked, add a blue background */
.check_block input:checked ~ .checkmark {
    background-color: #91cbca;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.check_block input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.check_block .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cookie {
    width: 100%;
    display: inline-block;
    position: fixed;
    bottom: 5px;
    text-align: center;
}

.cerez {
    background: #687a81;
    display: inline-block;
    border-radius: 5px;
    font-size: 12px;
    padding: .55rem 1.25rem;
}

    .cerez span {
        color: white;
    }

    .cerez a {
        color: blue;
    }

    .cerez input {
        margin-left: 10px;
        border-radius: 3px;
        background: white;
        border-color: white;
        font-weight: bold;
        cursor: pointer;
        float: right;
    }

.list-div {
    padding: 5px 10px;
    margin: 0 5px 0 0;
    width: calc(100%/4 - 28px);
    min-width: 200px;
    float: left;
    background: #fff;
    border: 1px solid #ededed;
    border-radius: 5px;
    /*max-height:440px;*/
}

    .list-div .list {
        /*max-height:395px;*/
        overflow: auto;
    }

    .list-div h2 {
        font: 16px Helvetica, 'Lucida Sans Unicode';
        border-bottom: 1px solid #dadada;
        padding: 3px 0;
        font-weight: bold;
        margin: 12px 0;
    }

    .list-div .semptom-list, .list-div .selected-semptom {
        margin: 5px 0;
        /*font-size:14px;*/
        cursor: pointer;
        font: 14px Helvetica, 'Lucida Sans Unicode';
    }

        .list-div .semptom-list:hover, .list-div .selected-semptom:hover {
            font-weight: bold;
        }

        .list-div .semptom-list i {
            color: #4caf50;
            margin-right: 5px;
        }

        .list-div .selected-semptom i {
            color: #e42214;
            margin-right: 5px;
        }

    .list-div .semptom-header {
        border-color: #4caf50;
    }

    .list-div .alt-semptom-header {
        border-color: #49ff00;
    }


    .list-div .selected-header {
        border-color: #e42214;
    }

    .list-div .response-header {
        border-color: #0072ff;
    }

.brans-yonlendirme {
    margin-bottom: 20px;
    position: relative;
    cursor: pointer;
}

    .brans-yonlendirme .takvim {
        position: absolute;
        right: 7px;
        top: 0;
        cursor: pointer;
    }

    .brans-yonlendirme .brans-adi {
        font: 14px Helvetica, 'Lucida Sans Unicode';
        display: inline-block;
        width: calc(100% - 100px);
        padding: 5px 0;
    }

.progress-bar {
    background: #f0f0f0;
    border-radius: 100px;
    align-items: center;
    position: relative;
    padding: 0 5px;
    display: flex;
    height: 20px;
    transition: width .6s ease;
    margin-top: 3px;
}

.progress-value {
    border-radius: 100px;
    background: #0072ff;
    height: 10px;
    width: 0;
    transition: width .6s ease;
}


.brans_bul {
    display: inline-block;
    float: right;
    font-size: 15px;
    margin-top: 2px;
    cursor: pointer;
}

    .brans_bul a {
        padding: 2px;
    }

    .brans_bul:hover > a {
        color: #ff8108;
        font-weight: bold;
    }

    .brans_bul:hover > i {
        color: #ff8108;
        font-weight: bold;
    }


.sikayet_onay {
    font-size: 14px;
}

.filter-div {
    display: flex;
    border: 1px solid #ebebeb;
    background-color: white;
    border-radius: 7px;
    margin-top: 10px;
    padding: 0 10px;
}

    .filter-div .filter-input {
        width: 100%;
        height: 24px;
        outline: 0;
        border: none;
    }

    .filter-div .filterIcon {
        font-size: 16px;
    }

.greenButton {
    background: green;
    color: #fff;
    font-size: 16px;
    border: none;
    padding: 5px 20px;
    border-radius: 5px;
}

    .greenButton:hover {
        background: #10c610;
    }

.redButton {
    background: #e30000;
    color: #fff;
    font-size: 16px;
    border: none;
    padding: 5px 20px;
    border-radius: 5px;
}

    .redButton:hover {
        background: red;
    }

#SubeSecimi .RandevuShadowBox[data-sube="2"] h2 {
    color: #d41e4b !important;
}

    #SubeSecimi .RandevuShadowBox[data-sube="2"] h2 i {
        color: #d41e4b !important;
    }


#SubeSecimi .RandevuShadowBox[data-sube="3"] h2 {
    color: #9b00ff !important;
}

    #SubeSecimi .RandevuShadowBox[data-sube="3"] h2 i {
        color: #9b00ff !important;
    }

body {
    font-family: sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
}

* {
    box-sizing: border-box;
}

.l-radio {
    padding: 6px;
    border-radius: 50px;
    display: inline-flex;
    cursor: pointer;
    transition: background 0.2s ease;
    margin: 0;
    -webkit-tap-highlight-color: transparent;
}

    .l-radio:hover, .l-radio:focus-within {
        background: rgba(159, 159, 159, 0.1);
    }

    .l-radio input {
        vertical-align: middle;
        width: 20px;
        height: 20px;
        border-radius: 10px;
        background: none;
        border: 0;
        box-shadow: inset 0 0 0 1px #9F9F9F;
        box-shadow: inset 0 0 0 1.5px #9F9F9F;
        appearance: none;
        padding: 0;
        margin: 0;
        transition: box-shadow 150ms cubic-bezier(0.95, 0.15, 0.5, 1.25);
        pointer-events: none;
    }

        .l-radio input:focus {
            outline: none;
        }

        .l-radio input:checked {
            box-shadow: inset 0 0 0 6px #6743ee;
        }

    .l-radio span {
        vertical-align: middle;
        display: inline-block;
        line-height: 20px;
        padding: 0 8px;
    }



.istSubeContainer {
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    background-color: hsl(0, 0%, 98%);
        overflow: auto;
}



@media (max-width: 400px) {
    .istSubeContainer h1 {
        font-size: 1.5rem;
    }
}


.istSubeContainer .box p {
    color: hsl(229, 6%, 66%);
}

.istSubeContainer .box {
    border-radius: 5px;
    box-shadow: 0px 30px 40px -20px hsl(229, 6%, 66%);
    padding: 10px 20px;
    margin: 20px;
    border-top: 3px solid #d10404;
    position:relative;
    background:#f6f6f6;
}



.istSubeContainer h2 {
    color: hsl(234, 12%, 34%);
    font-weight: 600;
    margin-top: 2px;
    border-bottom: 1px dotted gray;
    padding-bottom: 2px;
    color: #d10404;
    font-size: 18px;
}

.istSubeContainer strong {
    font-size: 15px;
}

.istSubeContainer .cont {
    padding-bottom:45px;
}

.istSubeContainer .btn {
    background-color: #eb8f00;
    border: 0;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    padding: 10px 0;
    text-align: center;
    letter-spacing: 1px;
    font-weight: bold;
    width: 150px;
    margin: auto;
    position:absolute;
    bottom:15px;
    left:calc(50% - 75px);
    cursor:pointer;
}
    .istSubeContainer .btn:hover {
        background-color: #f5b249;
    }


.istSubeContainer .listDiv {
    width: 50%;
    float: left;
}

.istSubeContainer li {
    padding:2px 0;
}

@media (min-width: 975px) {
    .istSubeContainer {
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .istSubeContainer .box {
            width: 35%;
            height: 300px;
        }

        .istSubeContainer .listDiv {
            width:100%;
        }

        .istSubeContainer ul {
            margin:0;
        }
}


.istRandevuSecim {
    padding:0 20px;
    text-align:center;
    position:sticky;
}

#login {
    float:right;
}

.istSeninBtnDiv {
    /*text-align:center;
    margin-top:10px;*/
    display:inline-block;
    float:left;
}

    .istSeninBtnDiv a {
        text-decoration:none;
    }

    .istSeninBtnDiv button {
        display: flex; 
        flex-direction: row; 
        align-items: center; 
        background-color: #CB0A5F; 
        width: 260px; 
        height: 31px; 
        border: none; 
        border-radius: 3px;
        margin:auto;
        cursor:pointer;
    }
        .istSeninBtnDiv button:hover {
        background-color: #d44986; 
        }
    

    .istSeninBtnDiv button .imgDiv {
    display: flex; align-items: center; justify-content: center; margin-right: 12px; margin-left: 12px;
}

        .istSeninBtnDiv button .imgDiv img{
    height: 24px; width: 26px;
}

    .istSeninBtnDiv button .textDiv {
    display: flex; flex-direction: column; align-items: center; justify-content: center;
}

        .istSeninBtnDiv button .textDiv span{
   font-family: 'Inter', sans-serif; 
   font-size: 17px; color: #fff; line-height: 22px; font-weight: 500;
}