﻿.number-input-without-arrows::-webkit-inner-spin-button, .number-input-without-arrows::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}

.well {
    width: 100%;
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

span[data-dz-size] {
    display: none !important;
}

.dz-preview .dz-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.dropzone .dz-preview.dz-file-preview .dz-image {
    background: #999 !important;
}

.padding-none {
    padding: 0 !important;
}

.resize-vertical {
    resize: vertical;
}

.btn-full-width {
    width: 100%;
}

/*NOTE:MKA:18102019: Etkinlik katılım timeline adminlte css tamamını eklememek adına yazıldı*/

.custom-timeline {
    position: relative;
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none;
}

    .custom-timeline > li {
        position: relative;
        margin-right: 10px;
        margin-bottom: 15px;
    }

        .custom-timeline > li:after {
            clear: both;
        }

        .custom-timeline > li:before, .timeline > li:after {
            content: " ";
            display: table;
        }

    .custom-timeline:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        width: 4px;
        background: #ddd;
        left: 31px;
        margin: 0;
        border-radius: 2px;
    }

    .custom-timeline > li > .fa, .timeline > li > .glyphicon, .timeline > li > .ion {
        width: 30px;
        height: 30px;
        font-size: 20px;
        line-height: 30px;
        position: absolute;
        color: #666;
        background: #d2d6de;
        border-radius: 50%;
        text-align: center;
        left: 18px;
        top: 0;
    }

    .custom-timeline > .time-label > span {
        font-weight: 400;
        padding: 5px;
        display: inline-block;
        background-color: #fff;
        border-radius: 5px;
    }

    .custom-timeline > li > .timeline-item {
        -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
        box-shadow: 0 1px 1px rgba(0,0,0,0.1);
        border-radius: 3px;
        margin-top: 0;
        background: #fff;
        color: #444;
        margin-left: 60px;
        margin-right: 15px;
        padding: 0;
        position: relative;
    }

        .custom-timeline > li > .timeline-item > .timeline-header {
            margin: 0;
            color: #555;
            border-bottom: 1px solid #f4f4f4;
            padding: 10px;
            font-size: 16px;
            line-height: 1.1;
        }

            .custom-timeline > li > .timeline-item > .timeline-header > a {
                font-weight: 600;
            }


.custom-bg-aqua {
    color: white !important;
    background-color: #32406e !important;
}

.custom-bg-red {
    color: white !important;
    background-color: #dd4b39 !important;
}

.custom-bg-yellow {
    color: white !important;
    background-color: #f39c12 !important;
}

.jei-info {
    position: absolute;
    z-index: 999;
    left: -4px;
    top: 8px;
}

.cursor-pointer {
    cursor: pointer;
}

.custom-validation-customer {
    color: red;
    display: none;
    margin: 0;
    font-size: 15px;
}

.paddingNone {
    padding: 0 !important;
}

.aces-test-table {
    border: 1px solid !important;
    margin: 3px 0 3px 0 !important;
    padding-bottom: 0 !important;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.table-full-width {
    width: 100%;
}

.sidebar-active a {
    text-decoration: underline;
    color: #1d85e8 !important;
}

.cb-sidebar .menu li a svg {
    margin-right: 0 !important;
}

.page-item.active .page-link {
    color: #fff !important;
    text-decoration: none !important;
}

.border-radius-100 {
    border-radius: 100%;
}

.fs-18 {
    font-size: 18px !important;
}

.white-space-normal {
    white-space: normal;
}

.font-size-14 {
    font-size: 14px !important;
}

.calculate-button {
    cursor: pointer !important;
}

#ms-RealEstateDemandTitleDeedLegalStatusTypes div ul {
    height: 132px !important;
}

.td-transaction-title {
    border-right: none !important;
}

.td-transactionofficeuserbox {
    border-right: 1px solid #efefef !important;
}

.is-animated {
    animation: .6s zoom-in;
}

@keyframes zoom-in {
    0% {
        transform: scale(.1);
    }

    100% {
        transform: none;
    }
}

.scrool-div {
    max-height: 300px;
    overflow-x: auto;
}

.earningShareLogoDiv {
    background: none !important;
    margin: auto !important;
}

.commentModalContent {
    border: 1px solid #182f64 !important;
}

.earningShareLogoDiv {
    background: none !important;
    margin: auto !important;
}

.cb-detail-content-sidebar {
    margin-top: -272px !important;
}

.cb-professional .content .decor .bar {
    top: 25% !important;
}

.heart-active {
    color: #d84949 !important;
}

    .heart-active i {
        color: #d84949 !important;
    }

.preview-page-fixed-text {
    position: fixed;
    z-index: 9;
    width: 100%;
    height: 100%;
    text-align: center;
    -moz-transform: rotate(335deg);
    -webkit-transform: rotate(335deg);
    -o-transform: rotate(335deg);
    -ms-transform: rotate(335deg);
    transform: rotate(335deg);
    font-size: 100px;
}

@media screen and (max-width: 600px) {
    .preview-page-fixed-text {
        font-size: 80px;
        left: 15%;
    }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) {
    .preview-page-fixed-text {
        font-size: 89px;
        left: 30%;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) {
    .preview-page-fixed-text {
        left: 20%;
    }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
    .preview-page-fixed-text {
        left: 20%;
    }
}


#approval-procedures-error-box {
    height: 65px;
    width: 100%;
    background: #182f64;
    border-radius: .25rem;
    box-shadow: 5px 5px 20px rgba(203, 205, 211, 10);
}

    #approval-procedures-error-box .box-warning-header {
        width: 30px;
        height: 30px;
        background: #fff;
        border-radius: 100%;
        position: relative;
        cursor: pointer;
        top: 17px;
        left: 46px;
    }

@keyframes breathe {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(0.5)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes breathe2 {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.2)
    }

    100% {
        transform: scale(1)
    }
}

#approval-procedures-error-box .box-warning-header:before {
    content: "";
    position: absolute;
    top: -7px;
    left: -8px;
    z-index: 2;
    width: 45px;
    height: 45px;
    background: #fff;
    opacity: 0.3;
    border-radius: 100%;
    animation: breathe2 2s infinite;
}

#approval-procedures-error-box .box-warning-header:after {
    content: "";
    position: absolute;
    top: -17px;
    left: -17px;
    z-index: 3;
    width: 65px;
    height: 65px;
    background: #fff;
    opacity: 0.2;
    border-radius: 100%;
    animation: breathe 2s infinite;
}

#approval-procedures-error-box .box-warning-header > span {
    color: #1d85e8;
    font-weight: bold;
    font-size: 18px;
    position: absolute;
    z-index: 4;
    left: 7px;
    top: 2px;
}

#approval-procedures-error-box .box-message {
    color: white;
    position: absolute;
    font-size: 13px;
    right: 0;
    margin: -16px auto;
    width: 74%;
    text-align: center
}

.margin-bottom-none {
    margin-bottom: 0;
}

#approval-procedures-error-box .box-message p b {
    font-weight: bold;
    font-size: 16px;
}

.approval-procedures-badge-color {
    background: linear-gradient(to bottom left, #EF8D9C 40%, #FFC39E 100%);
    color: white;
}

@media only screen and (device-width: 768px) {
    #approval-procedures-error-box .box-warning-header {
        left: 19px;
    }

    #approval-procedures-error-box .box-message {
        margin: -24px auto;
        width: 69%;
        font-size: 12px;
    }
}

@media only screen and (device-width: 1024px) {
    #approval-procedures-error-box .box-warning-header {
        left: 18px;
    }
}

@media screen and (max-device-width: 767px) {
    #approval-procedures-error-box {
        margin-bottom: 15px;
    }

        #approval-procedures-error-box .box-message {
            margin: -18px auto;
            width: 80%;
            font-size: 15px;
        }
}

@media screen and (min-device-width: 767px) and (max-device-width:1200px) {
    #approval-procedures-error-box .box-warning-header {
        left: 15px;
    }

    #approval-procedures-error-box .box-message {
        margin: -26px auto;
        width: 67%;
    }
}

.c-mt5 {
    margin: 5px 0 0 0;
}

.background-none {
    background: none !important;
}

.c-well {
    width: 100%;
    min-height: 20px;
    padding: 10px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.cb-home-search-bar .tabs-content .input input {
    font-size: 100% !important;
}

@media only screen and (min-width: 768px) {
    .cb-home-search-bar .tabs-content .input input {
        font-size: 22px !important;
    }
}

.add-remove-stock-comparison-list-button {
    cursor: pointer !important;
    margin-bottom: 5px !important;
    color: white !important;
}

.text-pink {
    color: pink !important;
}

.custom-warning-text {
    padding: 0 10px 0 10px !important;
    margin: 5px 0 0 0 !important;
    text-align: justify !important;
}

.fs-12 {
    font-size: 12px !important;
}

.mh-280 {
    min-height: 220px;
}

@media only screen and (max-device-width: 768px) {
    .mh-280 {
        min-height: unset;
    }
}

.fixed-bottom-returnback-div {
    position: fixed;
    right: 1%;
    bottom: 2%;
    z-index: 1030;
}

.btn-white {
    background: white;
    color: #112145;
}

.dashboard-counter .card .card-top-right {
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/cbx-dashboard-card.html);
    background-size: cover;
    width: 100px;
    height: 100px;
    text-align: center;
    color: #fff;
}

    .dashboard-counter .card .card-top-right i {
        margin: 20px 0 20px 58px;
        font-size: 32px;
        position: relative;
        right: 10px;
        bottom: 0;
    }

.map {
    border: 3px solid #182f64;
}

.map-button-div{
    z-index: 1;
}

.map-button-a{
    color:white;
}

.blue-text {
    color: #1d85e8 !important;
}

.pointer-div{
    cursor: pointer;
}

.cb-about-people {
    min-height:145px;
}

.mb-m20 {
    margin-bottom: -20px !important;
}

.search-on-map-page-map {
    height: 100%;
    max-width: 74%;
}

.cb-map-sidebar {
    max-width: 26%;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1319px) {
    .search-on-map-page-map {
        max-width: 60%;
    }

    .cb-map-sidebar {
        max-width: 40%;
    }
}

@media screen and (max-width: 767px) {
    .search-on-map-page-map {
        max-width: 100%;
    }
}

#franchiseApplyBox a {
    position: fixed;
    left: -65px;
    padding: 10px;
    width: 100px;
    text-decoration: none;
    font-size: 12px;
    color: white;
    border-radius: 0 5px 5px 0;
}

#franchiseApplyButton {
    top: 120px;
    background-color: #1d85e8;
    writing-mode: tb-rl;
}