﻿.yuvarlak {
	background-color: #3f7bc3;
	border: 9px solid #3f7bc3;
	border-radius: 115px;
	width:28px;
	height:28px;
	line-height:13px;
	color:white;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-right: 18px;
}
.ex-hizmet {
	font-size: 12px;
	color: #666;
    line-height: 28px;
    padding: 5px 0;
}
.panel-shadow {
    box-shadow: rgba(0, 0, 0, 0.3) 7px 7px 7px;
}
.panel-white {
  border: 1px solid #dddddd;
}
.panel-white  .panel-heading {
  color: #333;
  background-color: #fff;
  border-color: #ddd;
}
.panel-white  .panel-footer {
  background-color: #fff;
  border-color: #ddd;
}

.post .post-heading {
  height: 95px;
  padding: 20px 15px;
}
.post .post-heading .avatar {
  width: 60px;
  height: 60px;
  display: block;
  margin-right: 15px;
}
.post .post-heading .meta .title {
  margin-bottom: 0;
}
.post .post-heading .meta .title a {
  color: black;
}
.post .post-heading .meta .title a:hover {
  color: #aaaaaa;
}
.post .post-heading .meta .time {
  margin-top: 8px;
  color: #999;
}
.post .post-image .image {
  width: 100%;
  height: auto;
}
.post .post-description {
  padding: 15px;
}
.post .post-description p {
  font-size: 14px;
}
.post .post-description .stats {
  margin-top: 20px;
}
.post .post-description .stats .stat-item {
  display: inline-block;
  margin-right: 15px;
}
.post .post-description .stats .stat-item .icon {
  margin-right: 8px;
}
.post .post-footer {
  border-top: 1px solid #ddd;
  padding: 15px;
}
.post .post-footer .input-group-addon a {
  color: #454545;
}
.post .post-footer .comments-list {
  padding: 0;
  margin-top: 20px;
  list-style-type: none;
}
.post .post-footer .comments-list .comment {
  display: block;
  width: 100%;
  margin: 20px 0;
}
.post .post-footer .comments-list .comment .avatar {
  width: 35px;
  height: 35px;
}
.post .post-footer .comments-list .comment .comment-heading {
  display: block;
  width: 100%;
}
.post .post-footer .comments-list .comment .comment-heading .user {
  font-size: 14px;
  font-weight: bold;
  display: inline;
  margin-top: 0;
  margin-right: 10px;
}
.post .post-footer .comments-list .comment .comment-heading .time {
  font-size: 12px;
  color: #aaa;
  margin-top: 0;
  display: inline;
}
.post .post-footer .comments-list .comment .comment-body {
  margin-left: 50px;
}
.post .post-footer .comments-list .comment > .comments-list {
  margin-left: 50px;
}
.comments-form .row textarea {
    box-sizing: border-box;
    height: 128px;
    margin: 0 0 10px;
    width: 100%;
}
.comments-form .selectBox, .form-control {
    border: 1px solid #e1e1e1 ;
    box-shadow: 0 1px #f3f4f7, inset 0 1px 4px rgb(28, 92, 146);
    border-radius: 3px;
    font-size: 13px;
    height: 40px;
    line-height: 22px;
    margin-bottom: 22px;
    min-height: 40px;
    padding: 8px 12px;
    width: 100%;
}

.comments-form label {
	font-weight:bold;
}
.comments-form {
	display:block;
	border:1px solid #eeeeee;
	padding:15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.evaluation-box {
	margin-bottom:15px;
}
.yesil {
	font-weight:bold;
	color:#00CB17;
}
.kirmizi {
	font-weight:bold;
	color:#DC0003;
}
.popDiv{width:640px; height:480px; position:absolute; left:-153%; top:15%; background-color:#5685bd; border:1px solid #fff;-moz-box-shadow: 0 0 5px 5px #888;-webkit-box-shadow: 0 0 5px 5px#888;box-shadow: 0 0 5px 5px #888; z-index:100;}
.popDiv .whoScrol{width:630px; height:440px; overflow:auto; padding:5px;}
.ortala{text-align:center;}
.dm-tablo {
	border: 1px solid #ddd;
	padding:15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: -5px 5px 5px 0px rgba(0,0,0,0.17);
	-moz-box-shadow: -5px 5px 5px 0px rgba(0,0,0,0.17);
	box-shadow: -5px 5px 5px 0px rgba(0,0,0,0.17);
}
video { 
  position: fixed;
  right: 0; 
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  width: auto; 
  height: auto;
  z-index: -100;
}
.stopfade { 
   opacity: .5;
}
.card-container.card {
    max-width: 350px;
    padding: 40px 40px;
}

.btn {
    font-weight: 700;
    height: 37px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
}

/*
 * Card component
 */
.card {
    background-color: #0c2d5a87;
    /* just in case there no content*/
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 50px;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.profile-img-card {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

/*
 * Form styles
 */
.profile-name-card {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0;
    min-height: 1em;
}

.reauth-email {
    display: block;
    color: #404040;
    line-height: 2;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin #inputEmail,
.form-signin #inputPassword {
    direction: ltr;
    height: 44px;
    font-size: 16px;
}

.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus {
    border-color: rgb(104, 145, 162);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
}

.btn.btn-signin {
    /*background-color: #4d90fe; */
    background-color: rgb(51, 122, 183);
    /* background-color: linear-gradient(rgb(104, 145, 162), rgb(12, 97, 33));*/
    padding: 0px;
    font-weight: 700;
    font-size: 14px;
    height: 36px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s;
}

.btn.btn-signin:hover,
.btn.btn-signin:active,
.btn.btn-signin:focus {
    background-color: #286090;
}

.forgot-password {
    color: fffff ;
}

.forgot-password:hover,
.forgot-password:active,
.forgot-password:focus{
    color: rgb(14, 236, 206);
}
.info-box {
    margin-bottom: 40px;
    padding: 27px 0 0;
}
.info-box .title, .form-box .title {
    font-weight: normal;
    margin: 0 0 17px;
	color:#FFFFFF;
}
.info-box .descriptions, .form-box .descriptions {
    margin: 0 0 26px;
	color:#FFFFFF;
}
#car-bottom {
    margin-bottom: 40px;
}

#car-bottom .car-bottom-box {
    font-size: 12px;
    line-height: 18px;
    max-width: 350px;
    padding: 27px 30px 30px;
}

#car-bottom .car-bottom-box h5 {
    margin: 0 0 17px
}

#car-bottom .car-bottom-box p {
    line-height: 18px;
    margin: 0 0 18px
}

#car-bottom .car-bottom-box label {
    line-height: 20px
}

#car-bottom .car-bottom-box .btn {
    margin: 8px 0 0
}

#car-bottom .total {
    padding-bottom: 26px;
    text-align: right
}

#car-bottom .total table {
    margin: 0 0 32px auto
}

#car-bottom .total table td {
    font-size: 13px;
    height: 35px;
    line-height: 24px;
    padding: 0 0 0 5px;
    vertical-align: top
}

#car-bottom .total table .price {
    font-size: 18px
}

#car-bottom .total table .tr-total td {
    font-size: 18px;
    line-height: 30px
}

#car-bottom .total table .tr-total td:first-child {
    padding-right: 12px
}

#car-bottom .total table .tr-total .price {
    font-size: 30px
}

#car-bottom .total .checkout {
    font-weight: bold;
    margin: 0 0 19px;
    text-transform: uppercase
}

#checkoutsteps {
    list-style: none;
    margin: 0;
    padding: 0
}

#checkoutsteps>li {
    margin: 0 0 11px
}

#checkoutsteps .step-title {
    background: #f2f2f2;
    border: 1px solid #e1e1e1;
    color: #1e1e1e;
    display: block;
    height: 50px;
    padding: 0 18px;
    text-decoration: none;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

#checkoutsteps .step-title.collapsed {
    border-color: #f2f2f2;
    color: #7f7f7f
}

#checkoutsteps .step-title .number {
    color: #7f7f7f;
    float: right;
    font-size: 16px;
    line-height: 49px
}

#checkoutsteps .step-title h6 {
    font-size: 16px;
    font-weight: normal;
    line-height: 49px;
    margin: 0
}

#checkoutsteps a.step-title:hover {
    opacity: 0.85;
    filter: alpha(opacity=85);
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

#checkoutsteps .step-content {
    border: 1px solid #e1e1e1;
    border-top: 0 none;
    font-size: 12px;
    line-height: 20px;
    padding: 22px 18px 19px
}

#checkoutsteps .step-content label {
    font-size: 12px;
    line-height: 22px
}

#checkoutsteps .step-content .radio,
#checkoutsteps .step-content .checkbox {
    line-height: 18px
}

#checkoutsteps .step-content .radio .new-radio,
#checkoutsteps .step-content .radio .new-checkbox,
#checkoutsteps .step-content .checkbox .new-radio,
#checkoutsteps .step-content .checkbox .new-checkbox {
    margin-top: 0
}

#checkoutsteps .step-content .title {
    border-bottom: 1px solid #e1e1e1;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    margin: 0 0 17px;
    padding: 0 0 10px;
    position: relative
}

#checkoutsteps .step-content .title:before {
    background: #1e1e1e;
    bottom: 0px;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    margin: 0 0 -1px;
    position: absolute;
    width: 40px
}

#checkoutsteps .step-content .register-radio {
    margin: 0 0 22px 39px
}

#checkoutsteps .step-content ul {
    list-style-type: disc
}

#checkoutsteps .step-content input.last {
    margin-bottom: 14px
}

#checkoutsteps .step-content .buttons-box {
    font-size: 11px;
    line-height: 1.5;
    margin-top: 6px;
    overflow: hidden;
    padding-top: 10px;
    text-align: right
}

#checkoutsteps .step-content .buttons-box .btn {
    float: left;
    margin: -10px 10px 0 0
}

#checkoutsteps .step-content .buttons-box .required {
    display: inline-block;
    font-size: 11px;
    margin-left: 12px
}