:root {
  --theme               : #2196f3;
  --tint-light2         : #64b5f6;
  --secondary           : #09268b;
  --toolbar-font-color  : #eee;
  --toolbar-color       : var(--theme);
  --font-color          : #000;
  --bgr-color           : #d2eafc;
  --button-color        : var(--theme); /* usage background-color: var(--button-color); */
  --tab-bgr             : var(--theme);
  --tab-active          : white;
  --tab-passive         : #3a3a3a;
  --burger-menu         : #072242;
  --answered-survey      : #d9eaff;
  --svg-icon            : #a9bdd7;
  --form-label          : grey;

  --placeholder-color   : #607D8B;
  /* --bgrimg: -webkit-radial-gradient(50% 10%, circle cover, #e0eeff 10%, #0874ff 90% ); */
  /* --bgrimg              : -webkit-radial-gradient(50% 10%, circle cover, #e0eeff 10%, var(--theme) 90% ); */
  --bgrimg              : -webkit-radial-gradient(50% 10%, circle cover, #ffffff 10%, var(--tint-light2) 90% );
}
* {
    box-sizing: border-box;
    -webkit-user-select: none;
    user-select: none;
}

[contenteditable] {
    -webkit-user-modify:read-write;
    word-wrap: break-word;
    -webkit-line-break: after-white-space;
    line-break: after-white-space;

    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -o-user-select: text;
    user-select: text;
}

iframe,
object{
    width: 100%;
    height: 100%;
    border: none;
}
/*
* onsen ui custom
*/
ons-toast {
    z-index: 10002!important;
}

.page__status-bar-fill + .page__background + .page__content {
  padding-top: 0px;
  top: 20px;
}
.page{
    color:var(--font-color);
}

input::-webkit-input-placeholder {
    font-size: 14px;
    /* line-height: 3; */
    color:var(--placeholder-color);
}
.text-input--material__label {
    color:var(--form-label);
    font-size: 14px;
}
.text-input--material__label--active {
    -webkit-transform: translate(0,-90%) scale(.85);
    transform: translate(0,-90%) scale(.85);
}

#aidat-page .page__background {
    background-image: unset;
    background: white;
}


.back-button__icon {
    fill: var(--toolbar-font-color);
}
.toolbar {
    padding-top: 0;
    background: var(--toolbar-color);
        box-shadow: 0 1px 5px rgba(0,0,0,.3);
}
.toolbar__title {
    color: var(--toolbar-font-color);
    letter-spacing: .5px;
}

.toolbar__right{
    cursor: pointer;
}

.flex-page-container {
    display: flex;
    flex-direction: column;
    height: 100%;
    max-width: 360px;
    margin: 0 auto;
}


.toast{
    -webkit-align-items: center;
    align-items: center;
}

/* ios ta ustteki boslugu siler */
/*.page[status-bar-fill]>.toolbar {
    padding-top: 20px!important;
}
.page[status-bar-fill]>.page__content {
    top: 0px!important; orj 20px
}*/
.text-input::placeholder {
    color: var(--placeholder-color);
}
.text-input::-webkit-input-placeholder {
    color: var(--placeholder-color);
}
::-webkit-input-placeholder {
    color: var(--placeholder-color);
}

.logo{
    height:150px;
}
#siteSelectPage ons-toolbar{
    height:250px;
    padding: 0;
}

.logo, #logo-svg, #svg-logo-yazili {
    height: 120px;
}

.siteSelectPage-logo-container{
    text-align: center; height:250px; padding:30px 0 10px 0;
}



.notVisible{
    visibility:hidden;
}
.visible{
    visibility: visible;
}
.hidden, .hide{
    display: none;
}

ons-splitter{
    background-color: #053e70;
}
.kurallar{
    cursor: pointer;
}

.nedir-container {
    margin: 15px;
    color: black;
    background: rgba(255, 255, 255, 0.8);
    padding: 10px 10px;
    border-radius: 10px;
}



/*#splitterSide{
    will-change: transform;
     -webkit-transition-duration: 0.3s!important;
    transition-duration: 0.3s!important;
}*/
#splitterSide  ons-list{
    background: transparent!important;
}

/*switch color*/
/*:checked+.switch__toggle {
    box-shadow: inset 0 0 0 2px var(--button-color);
    background-color: var(--button-color);
}*/

.slideLeft{
    -webkit-transform: translate3d(-15%, 0px, 0px) !important;
            transform: translate3d(-15%, 0px, 0px) !important;
    will-change: transform;
    -webkit-transition: transform .2s ease!important;
    transition: transform .2s ease!important;
}


.rotateLeft{
    -webkit-transform: perspective(500px) rotateY(30deg) translate3d(-40px, 0px, -30px) !important;
            transform: perspective(500px) rotateY(30deg) translate3d(-40px, 0px, -30px) !important;
    -webkit-transform-origin: 30%;
    transform-origin: 30%;
    will-change: transform;
    -webkit-transition: transform .2s ease!important;
    transition: transform .2s ease!important;
}

.rotateRight{
    -webkit-transform: perspective( 500px ) translate3d(30px,0px,0px) rotateY( -30deg )!important;
                transform: perspective(500px) rotateY(30deg) translate3d(-40px, 0px, 0px) !important;
  -webkit-transform-origin: right;
            transform-origin: right;

    -webkit-transform-origin: 65% 50%;  /* or just left */
            transform-origin: 65% 50%;
}
#splitterSide.shadow-rightMenu {
    -webkit-box-shadow: -30px 0px 80px 0px rgba(0, 0, 0, 0.7);
    box-shadow: -30px 0px 80px 0px rgba(0, 0, 0, 0.7);
    /* for ios */
    /* z-index: 5!important;  */
}
#splitterSide.shadow-leftMenu {
    -webkit-box-shadow: 20px 0px 80px -2px rgba(0, 0, 0, 0.7);
    box-shadow: 20px 0px 80px -10px rgba(0, 0, 0, 0.7);
    /* for ios */
    /* z-index: 5!important;  */
}

ons-splitter-content {
/*    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);*/

/*    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;*/

     -webkit-transition-duration: 0.3s!important;
    transition-duration: 0.3s!important;

    will-change: transform;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    perspective: 500px;

}

.scroller {
  display: block;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  /* -ms-scroll-snap-type: mandatory; */
}


/*.tabbar__icon,
.tabbar--material__border {
    background-color: #0076ff;
} */

.tabbar__icon {
    vertical-align: 0%;
    font-size: 26px;
    /* height: 29px; */
    margin-bottom: 4px;
    margin-top: -4px;
}
.tabbar__icon+.tabbar__label{
    font-size: 13px;
}
.tabbar__button {
    color: var(--tab-passive);
    cursor: pointer;
    text-transform: none;
}
:checked + .tabbar__button {
    color: var(--tab-active);
}
.tabbar--material__border {
    background-color: var(--tab-active) ;
}
.tabbar, .tabbar--material{
    background: var(--tab-bgr);
    box-shadow: 0 -1px 5px rgba(0,0,0,.3);
}

/*format*/
.wrapper{
    /*display: inline-block;*/
    /*width: 100%;*/
    cursor: pointer;
    position: relative;
}

.title{
    font-weight: bold;
    /*padding: 5px 0;*/
    margin-top: 0.6em;
    margin-bottom: 0.6em;
}
#surveyPage .title{
    font-size: 18px;
}

.card--material{
    border-radius: 8px;
}


/* Site Select */
#siteSelectPage ons-list{
    background-color:  rgba(255, 255, 255, 0.4);
}
#siteSelectPage ons-list-item,
#siteSelectPage ons-list-title{
    color:  var(--font-color);
    cursor: pointer;
}
#siteSelectPage .list-item__right {
    padding: 0px 20px 0px 0;
}
#siteSelectPage .list-item--chevron::before {
    right: 8px;}

#siteSelectPage ons-list-item, #siteSelectPage ons-list-title {
    color: var(--font-color);
    cursor: pointer;
}
/*#siteSelectPage .list-title{
    text-transform: none;
}*/

#splitterSide ons-list-item {
        color: var(--font-color);
        cursor: pointer;
        padding: 0 0 0 12px;
      }

.list-item--material__center, .list-item--material__left:empty {
    background-image: none;
}

#siteSelectPage .list-item--material__right,
#siteSelectPage .list-item--material__right:empty {
    background-image: none;
}
.list-item--chevron:before, .list-item__expand-chevron {
    border-right: 2px solid #93b0c7;
    border-bottom: 2px solid #93b0c7;
}

#splitterSide[animation=overlay] {
    border-left: 1px solid var(--font-color);
  }


.images img{
    width: 100%;
}

ons-back-button{
     cursor: pointer;
}

.moreMenu-logo {
    position: absolute;
    /* top: -4px; */
    right: -30px;
    width: 30px;
    font-size: 1.8em;
    cursor: pointer;
    color: var(--complementary);
    bottom: -14px;
}

.moreMenu-card {
    width: 20px;
    text-align: center;
    font-size: 1.5em;
    cursor: pointer;
    float: right;
    margin: -21px -17px 0 0;
    color: var(--button-color);
    cursor: pointer;
    border-radius: 20px;
}

#baslarken-page h3,
#baslarken-page p{
    font-style: italic;
    font-size:.94em;
}

#baslarken-page h3{
    font-size:18px;
}
#baslarken-page .list-item{
    padding: 0;
}
#baslarken-page .list-item__center{
    background: none;
}
#baslarken-page a{
    text-decoration: none;
}

#baslarken-page .content{
    text-align: center;
}

#phonesPage a,
#bookingPage a{
    /*background-color: var(--button-color);*/
    background: #799bad;
    padding: 3px 10px 3px 8px;
    border-radius: 15px;
    color: white;
    text-decoration: none;
    font-size: 0.8em;
    line-height: 1.8em;
}
#phonesPage ons-list-title,
#bookingPage ons-list-title{
    padding-top: 10px;
}
#phonesPage .list-item--material__center,
#bookingPage .list-item--material__center{
    padding: 8px 8px 8px 0;
}
#phonesPage .list-item--material__right,
#bookingPage .list-item--material__right{
    padding: 8px 8px 8px 0;
}

#bookingPage textArea,
#messagePage textArea{
    width: 100%;
    margin: 12px 0 16px 0px;
    background: white;
}


#bookingPage .list-item__left {
    min-width: 25%;
}
#bookingPage .list-item__center,
#messagePage .list-item__center {
    background: unset;
}

.ip_address{
    color: var(--placeholder-color);
    text-align: center;
        display: block;
    font-size: 14px;
}


#messagePage .list-item__left {
    min-width: 135px;
}
#messagePage ons-list-item{
    padding: 0;
    background: unset;
    color: var(--form-label);
}

/*#imageModal{
    background-color: #333;
}

#imageModal img{
    width: 100%;
}*/
.imgContainer{
    position: relative;
    z-index: -10;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

#siteSelectPage .toolbar,
#adModal .toolbar,
#modalLogin .toolbar{
    background: none;
    box-shadow: none;
}

.modal{
    background-color: rgba(0, 0, 0, .9);
}
ons-modal .closeIcon{
    position: relative;
    -webkit-transform: translate3d(0,0,1);
    transform: translate3d(0,0,1);
    position: fixed;
    color: white;
    top: 2px;
    right: 8px;
    font-size: 2em;
    text-shadow: 1px 2px 5px black;
    opacity: 0.7;
    z-index: 1;
    cursor: pointer;
}

#imageModal ons-fab{
    background: var(--button-color);
    color: white;
    font-size: 1.8em;
    cursor: pointer;
}
.fab .ons-icon{
    vertical-align: -10%!important;
}

.ciftTiklandi{
    transform-origin: 50% 50% 0px;
    /*transform: scale(2);*/
    transform:matrix(2, 0, 0, 2, 0, 0);
    transition-duration: 0.5s;
}

#surveyPage ons-card label{
    background-image: none;
}

.surveySonucBgr{
    background: red;
    position: absolute;
    height: 100%;
    width: 70%;
    opacity: 0.2;
}

#aidat-edit-page .list-item__left,
#aidat-edit-page .list-item__center,
#aidat-edit-page .list-item__right {
    background: unset;
}
#aidat-edit-page label{
    color: var(--theme);
}
.externalSite{
    display: none;
    width: 100%;
    height: 100%;
}

.text-input--material:focus {
    background-image: linear-gradient(var(--secondary), var(--secondary)),linear-gradient(to top,transparent 1px,#afafaf 1px);
}

.inputLabel{
    width:25%;
    display: inline-block;
    color: var(--form-label);
}


.showWhenAdmin{
    display: none;
}
/*.showWhenAdmin.active{
    display: block;
}*/

/*.speed-dial__item,
.fab__icon{
    cursor: pointer;
    background-color: var(--button-color);
    color: white;
}
.fab--material{
    cursor: pointer;
    background-color: var(--button-color);
    color: white;
}*/
button.fab--material, ons-fab.fab--material, ons-speed-dial-item.fab--material{
    cursor: pointer;
    background-color: var(--button-color);
    color: white;
}

.popover p {
    color: var(--font-color);
    cursor: pointer;
    text-align: center;
    padding: 9px 0px;
    font-size: 1.1em;
    margin: 0;
}
.popover-mask{
   background-color: rgba(0,0,0,.15)!important;
}
.popover__content{
    padding: 9px 2px;
    min-height: auto;
    width: 160px;
}
.popover--top__arrow {
    margin-right: -12px;
}
/*.popover__arrow{
    display: none!important;
}
.popover__content {
    margin-top: -10px;}*/

/*.popover__content {
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12), 0 3px 1px -2px rgba(0,0,0,.2);
}*/

.alert-dialog-button{
    cursor: pointer;
}

.tabbarImage-container{
    position: relative;
    width: 100%;
    min-height: 70px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url('assets/img/resimEkle.png');

    cursor: pointer;
}
.image-wrapper{
    position: relative;
    width: 100%;
    min-height: 70px;
}

.photoProgress{
    display: none;
    padding: 2px 0;
    width: 0;
    background: #193;
    color: white;
    text-align: center;
}

.page__content{
    overflow-y: auto!important;
}



ons-card .content p {
    -webkit-margin-before: 0.7em;
    -webkit-margin-after: 0.7em;
}

.icon_remove_img {
    display: none;
    position: absolute;
    right: -10px;
    top: -8px;
    color: red!important;
    cursor: pointer;
}

.editMode ons-input {
    width: 100%;
    margin-top:16px; /*was 30 */
    margin-bottom: 6px;
}

.postImages{
    width: 100%;
    height: auto;
    float: left;
}

/* .postImages .imageWrapper:first-child {
    width: 100%;
    height: auto;
}  */


.addImages{
    cursor: pointer;
}
.iconRemove {
    position: absolute;
    color: red;
    right: 0px;
    top: -6px;
    font-size: 1.4em;
    cursor: pointer;
}

.menuItems-container{
    display: flex;
    align-items: center;
    margin-top: 20px;
    /* position: absolute; */
    margin-bottom: 70px;
}
.menuItems{
    /* margin-top: 32px; */
    padding: 0 3.5%;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}

.menuItem{
    flex: 1 1 50%;
    /* text-align: center; */
    text-align: -webkit-center;
}


.menuIconBorder{
    border-radius: 10px;
    /* background: #2d8dd6; */
    padding: 10px 40px;
    display: inline-block;
    box-shadow: 0 0 25px rgb(9 76 139 / 40%);
    width: 80px;
    height: 80px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.menuIconBorder.hasBadge{
    border: 2px solid var(--complementary);
    box-shadow: 0 0 35px white;
}
.notification{
    top: -7px;
    right: -7px;
    background-color: var(--complementary);
}

#input_valid_until{
    max-width: 140px;
    display: inline-flex;
    margin-left: 10px;
}
#lblGecerlilik{
    color: #999;
    font-size: 15px;
}
