:root {
  --input-padding-x: 1.5rem;
  --input-padding-y: .75rem;
}


*, *::before, *::after {
    box-sizing:border-box;
    padding: 0;
    margin: 0;
}


body {
 /* background: grey;*/
 /* background: linear-gradient(to right, #efeff1, #e9edef);*/
  }

.container {
    box-sizing:border-box;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
    margin-right: auto;
    margin-left: auto;	
}

.bootstrap .row {
 box-sizing:border-box;
}
.bootstrap-dark .row {
 box-sizing:border-box;
}



.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}

.modal {
    top: 30px;
}


.card{

 box-sizing:border-box;
 width: 97%;
 margin-left:1%;
 margin-right:1%;
 padding-left:5px;
 padding-right:5px;
 border:none;
}
.card-signin {
 box-sizing:border-box;
  border: 0;
 /* border-radius: 1rem;*/
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.card-header{
padding:0px;
}

.card-signin .card-title {
  margin-bottom: 2rem;
  font-weight: 300;
  font-size: 1.5rem;
}

.card-signin .card-body {
  padding: 2rem;
}

.form-signin {
  width: 100%;
}

.form-signin .btn {
  font-size: 80%;
   font-weight: bold;
  padding: 1rem;
  transition: all 0.2s;
  border-radius: 0rem; 
  letter-spacing: 0rem; 
   padding: 0rem; 
   margin:0;
  }

.form-label-group {
  position: relative;
  margin-bottom: 1rem;
}

.form-label-group input {
  height: auto;
  border-radius: 2rem;
}
.form-label-group>input,
.form-label-group>label {
  padding: var(--input-padding-y) var(--input-padding-x);
}

.form-label-group>label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0;
  /* Override default `<label>` margin */
  line-height: 1.5;
  /*color: #495057;*/
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: all .1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
  color: transparent;
}

.form-label-group input:-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-moz-placeholder {
  color: transparent;
}

.form-label-group input::placeholder {
  color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
  padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
  padding-bottom: calc(var(--input-padding-y) / 3);
}

.form-label-group input:not(:placeholder-shown)~label {
  padding-top: calc(var(--input-padding-y) / 3);
  padding-bottom: calc(var(--input-padding-y) / 3);
  font-size: 12px;
  color: #777;
}
/*
input[type=text] {
    font-size: 1rem;
}
*/
.btn-google {
  color: white;
  background-color: #ea4335;
}

.btn-facebook {
  color: white;
  background-color: #3b5998;
}

/*turok adding*/
.spinn {
    position: fixed;
    top: 0px;
	margin:auto;
    width: 100%;
    height: 100%;
    background-color:#626977;/*#d4d8e0;*/
    opacity: 1;
    z-index: 999999999999;
}

.merkez{
 position: fixed;
 left: 50%;
 height:50%;
     display: flex;
   align-items: center;
   justify-content: center;
   margin: auto;
}

.spinner-grow{
  position: absolute;
   display: flex;
   align-items: center;
   justify-content: center;
}


.navbar .navbar-header,
.navbar-collapse {
    float:none;
    display:inline-block;
    vertical-align: top;
}

.info {
    color: #c2c0c0;
	font-size: 1rem;
    text-align: center;
    cursor: pointer;
}




 .incelt  {
	padding:0px;
}

.btn-round {
    border-radius: 15px;
}

.btn-lg {
    padding: .5rem 1rem;
    /* font-size: 1.25rem; */
    line-height: 1.5;
    border-radius: 1rem;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0rem;
}

.direct_info {
    font-family: proxima-nova,Arial,Helvetica,sans-serif;
    text-align: center;
    padding-top: 14px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 500;
    margin: 0 8%;
    display: none;
}

#gridList {
    width: 100%;
    padding: 0px;
    margin: 15px 0 0 0;
    position: relative;
}

.grid-square {
    width: 40%;
    display: inline-block;
   /* padding: 10px;*/
    margin: 10px;
   /* margin-bottom: -10px;*/
    position: relative;
}

.blur {
    opacity: 0.2;
}

/*closed*/
 .closebtn {
    position: absolute;
    top: 5px;
    right: 8px;
    padding: 0;
    font-size: 30px;
    color: #00aced;
}

.chooseIconDiv{
	flex-direction:row;
	  width: 25%;
	  padding:10px;
	  display: flex; 
	  justify-content: center;
}

.grid-square-choose {
 width: 100%;
 height:100%;
    display: flex; 
	align-content: flex-start;	
	text-align: center;
    flex-wrap:wrap;
    overflow-x: hidden;

  
  
}

.scrt {
	float:right;
	font-size: 2.0rem;
    font-weight: 700;
    line-height: 1;
    top: -15px;
    right: -15px;
	opacity: 0.9;
    position: absolute;
    z-index: 100;
    color: #007bff;


}

.ePhoto {
    margin-bottom: 50px;
    border-radius: 50%;
    margin-right: 2px;
}

.profile-photo-wrapper{
    width: 140px;
    height: 140px;
    margin: 0 auto;
    display: block;
    margin-top: 0;
    padding-bottom: -10px;
    z-index: 10;
    border-radius: 50%;
    object-fit: cover;
}

.ePhoto img {
    vertical-align: middle;
    border-style: none;
}

.profileImage {
    vertical-align: middle;
    border-style: none;
	width: 90%;
}


.profileImage img {
    border-radius: 50%;
	width:80px;
	height:80px;
    object-fit: cover;
}

.memberprofileImage {
    vertical-align: middle;
    border-style: none;
	width: 90%;
}

.memberprofileImage img {
    border-radius: 50%;
	width:110px;
	height:110px;
    object-fit: cover;
}

.hide-overflow {
 display: block;
    display: -webkit-box;
   /* max-width: 400px;*/

    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;

	}

.trimText{
    white-space: nowrap;
    overflow: hidden; 
    text-overflow: ellipsis
}
/* ajax_response*/
#ajax_response{
position: relative;
/*min-height:75px;*/
z-index:990;
}

#userResponseField{ 
position: fixed;
top: 100px; 
width:100%
z-index:99991; 
}


#saveNav {
  height:200px;
  overflow:hidden;
}

#saveNav row {
  animation: 10s slide-up;
  margin-top:0%;
}

.getTo {

    text-align: center;
    font-size: 20px;
    margin: 5px;

  
    font-weight: 600;
}

@keyframes saveNav {
  from {
    margin-top: 100%;
    height: 300%; 
  }

  to {
    margin-top: 0%;
    height: 100%;
  }
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.input-group-addon-new {
    line-height: 22px !important;
    padding: 5px !important;
    width: 20px !important;
    height: 42px !important;
   /* background: #e9e9e9 !important;*/
    border: 0 !important;
    width: 55px !important;
    border-radius: 10px;
    margin-right: -10px;
}
.input-group-addon-new img {
    width: 32px;
    height: 32px;
    margin-left: 1px;
}

img {
    vertical-align: middle;
    border-style: none;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
/**********************/
   .overlayOne {
   flex: 1 1 auto;
    padding: 0rem;
    height: 0;
    width: 100%;
    z-index: 999999999999;
  background-color: white;
    overflow-x: hidden;
    transition: 0.5s;
    /*color: #818181;*/
    position: fixed;
    bottom: 0;
}

 .overlayTwo { 
    padding: 0rem;
    height: 0;
    width: 100%;
    z-index: 999999999999;
  background-color: white;
    overflow-x: hidden;
    transition: 0.5s;
    /*color: #818181;*/
    position: fixed;
    bottom: 0;
}

.Panel {
    padding: 0 0;
    position: relative;
    z-index: 999999999;
		border:none;
}

.panel-dark {
    background-color: #191d21;
    border-bottom: 1px solid #DADADA;
		border:none;
}

.panel-light {
      background-color: #F3F3F3;
    border-bottom: 1px solid #DADADA;
	border:none;
}

.MainContainer {
    width: 100%;
    max-width: 570px;
    display: block;
    margin: 0 auto;
    display: table;
}

.text-center {
    text-align: center!important;
}
.MainCol {
    width: 33.3%;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.bg-color-dark{
background-color:#191d21;
}

.bg-color-light{
background-color:linear-gradient(to right, #efeff1, #e9edef);
}
.color-dark{
	color:#F3F3F3;	
}

.color-light {
color:#191d21;
}

/*loader*/
@font-face {
  font-family: Now-Thin;
  src: url('/assets/fonts/Now-Thin.woff');
}

.socialthy-nav{
 margin-top:5px;
 font-family: Now-Thin;
  font-weight: 300;
  font-size: 1.5rem;

}

.socialthy-nav color-dark a:hover, a:active {
  text-decoration: none;
  color:#F3F3F3;	
}

.socialthy-nav color-light a:hover, a:active {
  text-decoration: none;
 color:#191d21;
}

#PageLoader {
    display: none;
}
.box1 .bmini {
    border-radius: 50%;
    border-left: 5px solid black;
    border-right: 5px solid black;
    border-top: 5px solid transparent !important;
    border-bottom: 5px solid transparent !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    animation: ro 1.5s infinite;
}
/*turok adding*/
/* Fallback for Edge
-------------------------------------------------- */

@media (max-width: 768px) {
    .navbar-collapse  {
        display: block;
    }
}

@media (min-width: 768px) {
  .navbar-nav.navbar-center {
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
  }
}

@supports (-ms-ime-align: auto) {
  .form-label-group>label {
    display: none;
  }
  .form-label-group input::-ms-input-placeholder {
    color: #777;
  }
}

/* Fallback for IE
-------------------------------------------------- */

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .form-label-group>label {
    display: none;
  }
  .form-label-group input:-ms-input-placeholder {
    color: #777;
  }
}