#randevuTarihSaat { display: none;}
/* STEPS */

.stepContainer {
    color: white;
    font-size: 12px;
    font-weight: bold;
}


.islemAdimlari div.beseBol {
    width: 25%;
}

.stepContainer div:first-child {
    background-image: url(../muvekkilstepBg.png);
    background-position-x: right;
    height: 46px;
    background-repeat: no-repeat;
    padding: 0;
}

.stepContainer div:last-child {
    background-image: url(../muvekkilstepBg.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: #b92529;
}

.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: 20px;
    }

    .stepContainer.lastStep div:nth-child(2) {
        line-height: 40px;
    }
}


.space {
    float: left;
    clear: both;
    width: 100%;
    height: 20px;
}

.spaceShort {
    float: left;
    clear: both;
    width: 100%;
    height: 10px;
}
.sidebar .container, .sidebar .container-fluid {
   /* padding-left: 70px;*/
}

.sidebar .pageBanner {
    padding-left: 60px;
}

.sidebar .red-circle {
    background-color: #d81419;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 19px;
    padding: 0 5px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    height: 19px;
    line-height: 1.6em;
    margin: 0;
    margin-left: 5px;
    text-align: center;
    vertical-align: top;
}

.sidebar .red-circle-small {
    background-color: #d81419;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 13px;
    padding: 0 2px;
    -webkit-transition-property: margin-left,margin-top;
    -ms-transition-property: margin-left,margin-top;
    -moz-transition-property: margin-left,margin-top;
    -o-transition-property: margin-left,margin-top;
    transition-property: margin-left,margin-top;
    -webkit-transition-duration: .3s,.3s;
    -ms-transition-duration: .3s,.3s;
    -moz-transition-duration: .3s,.3s;
    -o-transition-duration: .3s,.3s;
    transition-duration: .3s,.3s;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
    border-radius: 14px;
    display: inline-block;
    color: #fff;
    font-size: 10px;
    height: 13px;
    line-height: 1.3em;
    margin-left: -7px;
    text-align: center;
    vertical-align: top;
    position: absolute;
}

.sidebar-open .red-circle-small {
    margin-left: 350px;
}

/* SIDEBAR */
body #sidebar:hover {
    width: 370px;
    width: 404px;
}


/*
body.sidebar-open #sidebar {
    width: 370px;
}
*/

#sidebar {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #343331;
    color: #fff;
    font-size: 16px;
    height: 100%;
    left: 0;
    margin-top: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    text-align: left;
    top: 0;
    width: 60px;
    z-index: 35000;
    -webkit-transition-property: top,left,width;
    -moz-transition-property: top,left,width;
    -o-transition-property: top,left,width;
    transition-property: top,left,width;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
}

body #sidebar:hover .bigAvatar {
    -webkit-box-shadow: 0 0 45px 0 rgba(255,255,255,0.2);
    -moz-box-shadow: 0 0 45px 0 rgba(255,255,255,0.2);
    box-shadow: 0 0 45px 0 rgba(255,255,255,0.2);
    height: 75px;
    margin-left: 25px;
    top: 25px;
    width: 75px;
}

#sidebar .bigAvatar {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
    height: 40px;
    margin-left: 11px;
    position: absolute;
    top: 15px;
    width: 40px;
    -webkit-transition: all 1 ease-in-out;
    -ms-transition: all 1 ease-in-out;
    -moz-transition: all 1 ease-in-out;
    -o-transition: all 1 ease-in-out;
    transition: all 1 ease-in-out;
    -webkit-transition-property: height margin-left width top;
    -ms-transition-property: height margin-left width top;
    -moz-transition-property: height margin-left width top;
    -o-transition-property: height margin-left width top;
    transition-property: height margin-left width top;
    -webkit-transition-duration: .3s;
    -ms-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    cursor: pointer;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    background-size: cover;
}

#sidebar:hover .upper, #sidebar:hover .camera-small {
    opacity: 1;
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

#sidebar .upper {
    padding: 35px 0 15px 85px;
    text-align: center;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
    min-width: 370px;
    opacity: 0;
    width: 100%;
}

#sidebar .icon {
    height: 31px;
    width: 29px;
    background-image: url(../muvekkilIcons2.png);
    background-repeat: no-repeat;
    background-size: 114px;
    margin-bottom: 2px;
    margin-top: -5px;
}

#sidebar .icon.bildirimler {
    background-position: -11px -2px;
}

#sidebar .icon.bekleyen {
    background-position: -11px -55px;
}

#sidebar .icon.tamamlanmis {
    background-position: -11px -108px;
}

#sidebar .icon.fiziki {
    background-position: -11px -158px;
}

#sidebar .icon.online {
    background-position: -11px -211px;
}

#sidebar .icon.profilim {
    background-position: -11px -264px;
}

#sidebar .icon.destek {
    background-position: -11px -315px;
}

#sidebar .icon.cikis {
    background-position: -11px -369px;
}

#sidebar .icon.gorusme {
    background-position: -11px -415px;
}

#sidebar .link:hover .icon.bildirimler {
    background-position: -68px -2px;
}

#sidebar .link:hover .icon.bekleyen {
    background-position: -68px -55px;
}

#sidebar .link:hover .icon.tamamlanmis {
    background-position: -68px -108px;
}

#sidebar .link:hover .icon.fiziki {
    background-position: -68px -158px;
}

#sidebar .link:hover .icon.online {
    background-position: -68px -211px;
}

#sidebar .link:hover .icon.profilim {
    background-position: -68px -264px;
}

#sidebar .link:hover .icon.destek {
    background-position: -68px -315px;
}

#sidebar .link:hover .icon.cikis {
    background-position: -68px -369px;
}

#sidebar .link:hover .icon.gorusme {
    background-position: -68px -415px;
}

#sidebar .link .text {
    font-weight: 400;
    margin-left: 17px;
    font-size: 16px;
}

#sidebar .link div {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
}

#sidebar .link {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    color: #909090;
    cursor: pointer;
    font-weight: 300;
    min-width: 345px;
    min-width: 379px;
    padding: 10px 20px 10px 17px;
    padding-right: 0;
    text-decoration: none;
    text-rendering: optimizeLegibility;
    vertical-align: middle;
    white-space: normal;
    width: 100%;
}

#sidebar .link:hover, #sidebar .link.on {
    color: #fff;
}

/* SCHEDULE TABLE */
/*scheduleTableGroup*/
.scheduleTable {
    table-layout: fixed;
    word-wrap: break-word;
}

.scheduleTable tr {
    display: none;
}

.scheduleTable .dayDateDate {
    font-size: 10px;
}

.scheduleTable th, .scheduleTable td {
    text-align: center;
    border: 1px solid #a2a2a2 !important;
}

.scheduleTable td {
    padding: 8px;
}


.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 {
    background-color: #f5f5f5;
    color: #707070;
}

.scheduleTable .glyphicon {
    cursor: pointer;
}

.scheduleTable .tdActive {
    cursor: pointer;
}

.scheduleTable .tdActive:hover {
    background-color: #d3d3d3;
}

.scheduleTable .tdActive.active {
    background-color: #29a745;
    color: white;
}
.scheduleTable .tdActive.dolu {
    background-color: #b92529;
    color: white;
}
.scheduleTable .tdActive.gecmis {
    background-color: #60605b;
    color: #a3a3a3;
}
.scheduleTable .gecmis {
    background-color: #ffffff;
    border: solid 0px !important;
    text-indent: -9999px;
}

.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: #b92529;
}


.satisbilgi {
    display: none;
    min-width: 1200px;
    padding: 7px 0;
    background: #dbeeb6;
    text-align: center;
    font-size: 10px;
    color: #8ca768;
    position: relative;
    z-index: 31;
    position: absolute; bottom: -28px; width: 100%;
}
[id="Apaydın\ HukukSiteAnaDiv"] > main > div.container.islemAdimlari > div > div:nth-child(3) > div > div.col-10.text-center.px-0 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}



