#uyeol .modal-dialog, #login-modal .modal-dialog {
    width: 360px;
}

#login-modal input[type=text], input[type=password] {
    margin-top: 10px;
}

#div-login-msg,
#div-lost-msg,
#div-register-msg {
    border: 1px solid #dadfe1;
    height: 30px;
    line-height: 28px;
    transition: all ease-in-out 500ms;
}

#div-login-msg.success,
#div-lost-msg.success,
#div-register-msg.success {
    border: 1px solid #68c3a3;
    background-color: #c8f7c5;
}

#div-login-msg.error,
#div-lost-msg.error,
#div-register-msg.error {
    border: 1px solid #eb575b;
    background-color: #ffcad1;
}

#icon-login-msg,
#icon-lost-msg,
#icon-register-msg {
    width: 30px;
    float: left;
    line-height: 28px;
    text-align: center;
    background-color: #dadfe1;
    margin-right: 5px;
    transition: all ease-in-out 500ms;
}

#icon-login-msg.success,
#icon-lost-msg.success,
#icon-register-msg.success {
    background-color: #68c3a3 !important;
}

#icon-login-msg.error,
#icon-lost-msg.error,
#icon-register-msg.error {
    background-color: #eb575b !important;
}

#img_logo {
    max-height: 100px;
    max-width: 100px;
}

/* #########################################
   #    override the bootstrap configs     #
   ######################################### */

.modal-content {
    background-color: #ececec;
    border: 1px solid #bdc3c7;
    border-radius: 0px;
    outline: 0;z-index: 999;
}

.modal-header {
    min-height: 16.43px;
    padding: 15px 15px 15px 15px;
    border-bottom: 0px;
}

.modal-body {
    position: relative;
    padding: 5px 15px 5px 15px;
}

.modal-footer {
    padding: 15px 15px 15px 15px;
    text-align: left;
    border-top: 0px;
}

.checkbox {
    margin-bottom: 0px;
}

.btn {
    border-radius: 0px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
}

.btn-lg, .btn-group-lg>.btn {
    border-radius: 0px;
}

.btn-link {
    padding: 5px 10px 0px 0px;
    color: #95a5a6;
}

.btn-link:hover, .btn-link:focus {
    color: #2c3e50;
    text-decoration: none;
}

.glyphicon {
    top: 0px;
}

.form-control {
  border-radius: 0px;
}


/*Bottom butonları*/
.hasarAnindaBtn {
    display: inline-block;
    padding: 0 30px 0 0;
    background-color: #D9434E;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border: none;
    outline: none;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    transition: all 0.5s;
    line-height: 40px;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    z-index: 2;
    position: fixed;
    right: 15px;
    bottom: 0px;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.15);
}
.hasarAnindaBtn>span {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    border-right: 1px solid rgba(0,0,0,0.1);
    line-height: 40px;
    margin-right: 20px;
    text-align: center;
    font-size: 19px;
    background-color: #ba343e;
    transition: all 0.5s;
    border-top-left-radius: 4px;
}
.musteripaneli {
    display: inline-block;
    padding: 0 30px 0 0;
    background-color: #029263;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border: none;
    outline: none;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    transition: all 0.5s;
    line-height: 40px;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    z-index: 2;
    position: fixed;
    right: 220px;
    bottom: 0px;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.15);
}
.musteripaneli>span {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    border-right: 1px solid #029263;
    line-height: 40px;
    margin-right: 20px;
    text-align: center;
    font-size: 19px;
    background-color: #066b4a;
    transition: all 0.5s;
    border-top-left-radius: 4px;
}

.photoButton {
    background-color: #337ab7;
    border: 0;
    border-radius: 4px;
    display: inline-block;
    outline: none;
    color: #fff;
    font-size: 15px;
    padding: 0 20px 0 0;
    line-height: 36px;
}
.photoButton>strong {
    display: block;
    float: left;
    padding-left: 10px;
}
.photoButton:hover {
    color: #fff;
    background-color: #296497;
}
.photoButton>.photoCount {
    background-color: #5198d4;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.photoButton>.photoCount, .photoButton>.photoIcon {
    width: 36px;
    height: 36px;
    font-family: 'Gotham Narrow';
    font-weight: 300;
    text-align: center;
    display: block;
    float: left;
    border-right: 1px solid rgba(0,0,0,0.15);
    position: relative;
}
.hidden-lg {
    display: none!important;
}

.hasarAnindaBox {
    position: fixed;
    bottom: 0;
    left: 0;
    border-bottom: 5px solid #ba343e;
    width: 100%;
    text-align: right;
    padding: 0 15px;
    z-index: 999;
}
.hasarAnindaBox>.hasarAnindaOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.7);
    z-index: 1;
    display: none;
}
.hasarAnindaBox>.hasarAnindaOverlay>.hasarAnindaFormBox {
    max-width: 460px;
    position: absolute;
    bottom: 58px;
    right: 15px;
    background-color: #fff;
    transform-origin: right;
    border-radius: 4px;
    text-align: left;
}
.hsTitle {
    background-color: #F1F2F4;
    padding: 15px 20px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.hsTitle button{
  margin-right: 0px;
  margin-top: 0px;
  float: right
}
.hsTitle>h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  line-height: 1;
  color: #D9434E;
  display: inline-block;
}
.hasarAnindaFileBox {
  display: none;
}
.hasarAnindaFileBox .photoCapture {
  visibility: hidden;
}
.btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled].active, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
    background-color: #419641;
    background-image: none;
}
.modal.fade.in .lab-modal-body {
  bottom: 0 !important;
  opacity: 1;
}
.lab-modal-body h1 {
  font-size: 4rem;
}

.lab-modal-body p {
  margin: 0 0 1.62rem 0;
  line-height: 1.62;
  font-weight: 300;
  font-size: 1.62rem;
  color: #666;
}

.lab-modal-body {
  position: absolute;
  bottom: 0;
  margin: 150px auto 42px auto;
  max-width: 540px;
  height: auto;
  background-color: rgb(248, 250, 247);
  border: 1px solid #BEBEBE;
  right: 15px;
}

.close {
  margin-top: -20px;
  margin-right: -20px;
  text-shadow: 0 1px 0 #ffffff;
}

.popup-button {
  margin-top: 70px;
}

.modal-open .modal {
    background: rgba(0,0,0,0.5);
}

.open>.dropdown-menu{
  width: 100%
}
.musteripaneli .btn-default:focus, .musteripaneli .open>.dropdown-toggle.btn-default, .musteripaneli .btn-default{
  background-color: #029263;
  border:none;
  font-size: 16px;
  font-weight: bold;
  color: #fff
}
label{
    width: 100%;
}

/*  bhoechie tab */
div.bhoechie-tab-container{
  background-color: #ffffff;
  padding: 0 !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  border:1px solid #ddd;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);
  margin-bottom: 15px;
}

div.teklif-container{
  z-index: 10;
  background-color: #ffffff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  border:1px solid #ddd;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);padding-top: 15px;
}
div.bhoechie-tab-menu{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
  color: #5A55A3;
}
div.bhoechie-tab-menu div.list-group>a:first-child{
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa{
  background-color: #122029;
  color: #ffffff;
}
div.bhoechie-tab-menu div.list-group>a.active:after{
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #122029;
}

div.bhoechie-tab-content{
  background-color: #ffffff;
  /* border: 1px solid #eeeeee; */
  padding-left: 10px;
  padding-top: 10px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active){
  display: none;
}
.list-group img{
    width: 30px;
    height: auto;
}
.list-group .active img{
    color: #fff;
}
.teklif-container .dropdown-menu{
  background-color: #fff;
}

.popover {
    min-width: 520px;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .2);

  line-break: auto;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

.carousel-control.left, .carousel-control.right{
    background-image: none;
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    color: #000;
}
.dropdown-menu{
    left: -1px;
}

.nbs-flexisel-inner .glyphicon-chevron-left,.nbs-flexisel-inner .glyphicon-chevron-right {
    padding: 3px 10px;
    position: absolute;
    cursor: pointer;
    z-index: 4;
    top: 20%;
    font-size: 36px;
}
.nbs-flexisel-inner .glyphicon-chevron-right{
    right: 0
}
#div-forms{
    height: auto !important
}
.breadcrumb{
  margin-bottom: 0
}
.altsayfa{
  margin-bottom: 15px;
}
.breadcrumb a, .breadcrumb>.active{
  color: #122029
}
#demo1{
  padding-left: 0px;
}
#demo1 li{
  border-bottom: 1px dashed #c1c1c1
}
#hizmetsag h3{
  margin-top: 0
}
#hizmetsag small{
  margin-top: 15px;
  width: 100%;
  float: left;
}

#demo3{
  padding-left: 0px;
}
#demo3 li{
  height: 137px;
  border-bottom: 1px dashed #c1c1c1
}
.active svg{
    width: 150px;
    height: auto;
}
.altsayfa {
  background: #1f303a;
  color: #fff;
  padding-bottom: 25px;
  margin-top: 16px;
}
.headeralt{
    height: 295px;
}
.contTitle {
    border-bottom: 2px solid #ff0000;
    background-image: url('tema/images/baslikbg.jpg');
    background-repeat: repeat;
    background-size: contain;
    border-bottom-color: #002b7f;
    margin-top: 15px;
  }

  .contTitle>h2 {
    display: inline-block;
    margin: 0;
    line-height: 1;
    padding: 14px 15px 10px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background-color: #122029;text-transform:uppercase;
  }
  .contBody {
    background-color: #fff;
    padding: 10px 30px 30px 30px;
    font-size: 14px;
    position: relative;
    border: 1px solid #e8e8e8;
    margin-bottom: 15px;
  }
  .articleItem {
    border-bottom: 1px dotted rgba(0,0,0,0.15) !important;
    padding-bottom: 15px;
    margin-bottom: 10px;
    position: relative;
    height: 104px;
    overflow: hidden;
  }
  .articleItem::before {
    content: ' ';
    position: absolute;
    width: 100%;
    height: 15px;
    background-color: #fff;
    bottom: 0;
    left: 0;
  }
  .articleItem>a {
    display: block;
  }
  .articleItem.articalItemDetail h3 {
    font-size: 16px;
    -webkit-line-clamp: 2;
  }
  .articleItem.articalItemDetail a p {
    color:#000;
  }

.altsayfa h1{
  color: #fff
}
li{
  list-style-type:none;
}
.list-group svg:not(:root) {
    width: 35px;
    height: auto;
}
.list-group .active svg:not(:root) {
    width: 35px;
    height: auto;
    fill: #fff;
}