/*!
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */


body {font-family: arial;}
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn:active,
.btn.active {
  background-image: none;
}
.btn-default {
  background: none;
  border-color: #71abcc;
  border-color: #71abcc;
}
.btn-default4 {
  background: none;
  border-color: #c21414;
  border-color: #c21414;
}
.btn-default4:hover,
.btn-default4:focus {
  background:none;
  background-position: 0 -15px;
  color: #c21414;
  outline: none;
  border: 1px solid #c21414;
}
.btn-default:active,
.btn-default.active {
  background: none;
  border-color: #71abcc;
  border-color: #71abcc;
}
.btn-login {
  background: #71abcc;
  border-color: #71abcc;
  border-color: #71abcc;
  color: #fff;
  font-family: arial;
}
.btn-default:hover,
.btn-default:focus {
  background:none;
  background-position: 0 -15px;
  color: #2d80b6;
  outline: none;
  border: 1px solid #2d80b6;
}
.btn-default:active,
.btn-default.active {
  background: none;
  border-color: #71abcc;
  border-color: #71abcc;
}
.btn-primary {
  background-repeat: repeat-x;
    border-color: #2b669a;
    background-image: linear-gradient(to bottom, #428bca 0%, #2d6ca2 100%);
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #2d6ca2;
  background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #2d6ca2;
  border-color: #2b669a;
}
.btn-success {
  background-repeat: repeat-x;
    border-color: #3e8f3e;
    background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
}
.btn-success:hover,
.btn-success:focus {
  background-color: #419641;
  background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
  background-color: #419641;
  border-color: #3e8f3e;
}
.btn-info {
  background-repeat: repeat-x;
    border-color: #28a4c9;
    background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
}
.btn-info:hover,
.btn-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px;
}
.btn-info:active,
.btn-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}
.btn-warning {
  background-repeat: repeat-x;
    border-color: #e38d13;
    background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
}
.btn-danger {
  background-repeat: repeat-x;
    border-color: #b92c28;
    background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #c12e2a;
  background-position: 0 -15px;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #c12e2a;
  border-color: #b92c28;
}
.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #e8e8e8;
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #357ebd;
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
}
.navbar-default {
  background-repeat: repeat-x;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
    background-image: linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
}
.navbar-default .navbar-nav > .active > a {
  background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
    box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
    background-image: linear-gradient(to bottom, #ebebeb 0%, #f3f3f3 100%);
}
.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, .25);
}
.navbar-inverse {
  background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
}
.navbar-inverse .navbar-nav > .active > a {
  background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
    box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
    background-image: linear-gradient(to bottom, #222 0%, #282828 100%);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}
.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
}
.alert-success {
  background-repeat: repeat-x;
    border-color: #b2dba1;
    background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
}
.alert-info {
  background-repeat: repeat-x;
    border-color: #9acfea;
    background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
}
.alert-warning {
  background-repeat: repeat-x;
    border-color: #f5e79e;
    background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
}
.alert-danger {
  background-repeat: repeat-x;
    border-color: #dca7a7;
    background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
}
.progress {
  background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
}
.progress-bar {
  background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
}
.progress-bar-success {
  background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
}
.progress-bar-info {
  background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
}
.progress-bar-warning {
  background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
}
.progress-bar-danger {
  background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
}
.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #3071a9;
    background-repeat: repeat-x;
    border-color: #3278b3;
    background-image: linear-gradient(to bottom, #428bca 0%, #3278b3 100%);
}
.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
.panel-default > .panel-heading {
  background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
}
.panel-primary > .panel-heading {
  background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
}
.panel-success > .panel-heading {
  background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
}
.panel-info > .panel-heading {
  background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
}
.panel-warning > .panel-heading {
  background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
}
.panel-danger > .panel-heading {
  background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
}
.well {
  background-repeat: repeat-x;
    border-color: #dcdcdc;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
    background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
}
/*# sourceMappingURL=bootstrap-theme.css.map */




.navbar-doc {
  background: #2d80b6;
  margin-bottom: 20px;
  z-index:9000;
}

.navbar-doc .navbar-nav > .active > a , .navbar-doc .navbar-nav > a{
  color: #fff;
}
.navbar-doc .navbar-brand,
.navbar-doc .navbar-nav > li > a {
  color: #fff;
  font-size: 15px;
}
.navbar-doc .navbar-nav > li > a:hover , .navbar-doc .navbar-nav > li > a:active , .navbar-doc .navbar-nav > li > a:focus{
  background: none;
  color: #666;
  outline: none;
}
.icon-doc {margin-top: 3px;}

input[type="button"]:hover {
  background: #2d80b6;
  border: 1px solid #2d80b6;
  color: #fff;
  text-shadow:none;
  -webkit-transition: background 0.25s, color 0.25s;
  -moz-transition: background 0.25s, color 0.25s;
  -o-transition: background 0.25s, color 0.25s;
  transition: background 0.25s, color 0.25s;
}

input[type="button"]:visited {
  outline: none;
  background: #2d80b6;
  border: 1px solid #2d80b6;
  color: #fff;
  text-shadow:none;
  -webkit-transition: background 0.25s, color 0.25s;
  -moz-transition: background 0.25s, color 0.25s;
  -o-transition: background 0.25s, color 0.25s;
  transition: background 0.25s, color 0.25s;
}

input[type="button"]:active {
  background: #fff;
  border: 1px solid #2d80b6;
  color: #fff;
  text-shadow:none;
  -webkit-transition: background 0.25s, color 0.25s;
  -moz-transition: background 0.25s, color 0.25s;
  -o-transition: background 0.25s, color 0.25s;
  transition: background 0.25s, color 0.25s;
}

input[type="button"].takipbirak {
  background: #fff;
  border: 1px solid #c21414;
  color: #c21414;
  text-shadow:none;
  -webkit-transition: background 0.25s, color 0.25s;
  -moz-transition: background 0.25s, color 0.25s;
  -o-transition: background 0.25s, color 0.25s;
  transition: background 0.25s, color 0.25s;
}
input[type="button"].takipbirak:hover {
  background: #c21414;
  border: 1px solid #c21414;
  color: #fff;
  text-shadow:none;
  -webkit-transition: background 0.25s, color 0.25s;
  -moz-transition: background 0.25s, color 0.25s;
  -o-transition: background 0.25s, color 0.25s;
  transition: background 0.25s, color 0.25s;
}

input[type="button"].takipbirak:visited {
  outline: none;
  background: #c21414;
  border: 1px solid #c21414;
  color: #fff;
  text-shadow:none;
  -webkit-transition: background 0.25s, color 0.25s;
  -moz-transition: background 0.25s, color 0.25s;
  -o-transition: background 0.25s, color 0.25s;
  transition: background 0.25s, color 0.25s;
}

input[type="button"].takipbirak:active {
  background: #fff;
  border: 1px solid #c21414;
  color: #fff;
  text-shadow:none;
  -webkit-transition: background 0.25s, color 0.25s;
  -moz-transition: background 0.25s, color 0.25s;
  -o-transition: background 0.25s, color 0.25s;
  transition: background 0.25s, color 0.25s;
}


input[type="button"].takip {
  background: #fff;
  border: 1px solid #0d774e;
  color: #0d774e;
  text-shadow:none;
  -webkit-transition: background 0.25s, color 0.25s;
  -moz-transition: background 0.25s, color 0.25s;
  -o-transition: background 0.25s, color 0.25s;
  transition: background 0.25s, color 0.25s;
}
input[type="button"].takip:hover {
  background: #0d774e;
  border: 1px solid #0d774e;
  color: #fff;
  text-shadow:none;
  -webkit-transition: background 0.25s, color 0.25s;
  -moz-transition: background 0.25s, color 0.25s;
  -o-transition: background 0.25s, color 0.25s;
  transition: background 0.25s, color 0.25s;
}

input[type="button"].takip:visited {
  outline: none;
  background: #0d774e;
  border: 1px solid #0d774e;
  color: #fff;
  text-shadow:none;
  -webkit-transition: background 0.25s, color 0.25s;
  -moz-transition: background 0.25s, color 0.25s;
  -o-transition: background 0.25s, color 0.25s;
  transition: background 0.25s, color 0.25s;
}

input[type="button"].takip:active {
  background: #fff;
  border: 1px solid #0d774e;
  color: #fff;
  text-shadow:none;
  -webkit-transition: background 0.25s, color 0.25s;
  -moz-transition: background 0.25s, color 0.25s;
  -o-transition: background 0.25s, color 0.25s;
  transition: background 0.25s, color 0.25s;
}
  
.text-doc {color: #666;font-size: 13px;font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;display: block;font-weight: normal;}
.text-doc2 {color: #666;font-size: 17px;font-family: Arial,"Helvetica Neue", Helvetica, sans-serif;display: block;font-weight: normal;}
.red {color: #f00;}
.red:hover {color:#000;}
.xx{ min-height:30px; max-height: 200px !important;
    overflow: scroll;margin: 0;padding: 0;overflow-x:hidden}
.tipi {
  padding: 0 0 0 10px;
}

.tipi input {
  margin: 0px 3px 0 0px;
}

.btn-set {
  margin-top: 25px;
}
.iradios {
  height: 20px;width: 20px;color:#2d80b6;
}

span.lm {
  padding-top: 50px;
}

.texted {
  /*padding: 10px 15px;
  height: 50px;*/
  font-size: 12px;
}

.texted2 {
  padding: 7px 10px;height: 40px;font-size: 14px;
}



.smaller-doc {
  min-height: 50px;color: #2d80b6;
}




.man {
  background:url(../img/man-bg.png) bottom left no-repeat #fff;
 
  min-height: 80px;
  border: 1px solid #ccc;
  margin: 10px ;
  color: #2d80b6;
  cursor: pointer;
}
.man:hover {
  background: url(../img/man-bg2.png) bottom left no-repeat #2d80b6;
  color: #fff;
}

.man-doc {
  padding: 10px;
  text-align: right;
}


.man-doc span.name{
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 1px;
  display: block;
}
.man-doc span.proto{
  display: block;
  font-size: 15px;
}



.woman {
  background: url(../img/woman-bg.png) bottom left no-repeat #fff;
  min-height: 80px;
  border: 1px solid #ccc;
  margin: 10px ;
  color: #b30913;
  cursor: pointer;
}
.woman:hover {
  background: url(../img/woman-bg2.png) bottom left no-repeat #b30913;
  color: #fff;

}

.woman-doc {
  padding: 10px;
  display: block;
  text-align: right;
}


.woman-doc span.name{
  float: right;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 1px;

}

.woman-doc span.proto{
  display: block;
  float: right;
  font-size: 15px;
}




.clear {
  clear: both;
}


hr {
  border:1px solid #d8d8d8;
}
  .btn-doc3 {min-height: 70px;color: #2d80b6;text-align: center;margin: 5px 0; float: none!important; display: inline-block!important;}
  .btn-doc3:hover {min-height: 70px;color: #fff;background: #2d80b6; border: 1px solid #2d80b6; text-align: center;margin: 5px 0; float: none!important; display: inline-block!important;}

  .btn-doc5 {min-height: 75px;color: #2d80b6;text-align: center;margin: 0 0; float: none!important; display: inline-block!important;}
  .btn-doc5:hover {min-height: 75px;color: #fff;background: #2d80b6; border: 1px solid #2d80b6; text-align: center;margin: 5px 0; float: none!important; display: inline-block!important;}

  .btn-doc4_2 {min-height: 30px;color: #2d80b6;text-align: center;margin: 5px 0; float: none!important; display: inline-block!important;}
  .btn-doc4_2:hover {min-height: 30px;color: #fff;background: #2d80b6; border: 1px solid #2d80b6; text-align: center;margin: 5px 0; float: none!important; display: inline-block!important;}

  .btn-doc4 {min-height: 30px;color: #c21414;text-align: center;margin: 5px 0; float: none!important; display: inline-block!important;}
  .btn-doc4:hover {min-height: 30px;color: #fff;background: #c21414; border: 1px solid #c21414; text-align: center;margin: 5px 0; float: none!important; display: inline-block!important;}

@media (min-width: 767px) {


  .btn-doc2 {min-height: 100px;margin-top: -70px;color: #2d80b6;}
  .smaller  {display: block !important;color: #2d80b6;}
  .sm {display: none !important;color: #2d80b6;}
 
}


@media (max-width: 767px) {


  .btn-doc {margin: 10px 0 0 0;padding-top: 10px; text-wrap:normal}
  .btn-doc2 {min-height: 100px;color: #2d80b6; }
  .smaller  {display: none !important;color: #2d80b6;}
  .sm { display:block; margin: 20px 0 0 0;color: #2d80b6;}

}

@media (min-width: 875px) and (max-width: 1650px) {


  .woman,.man { width: 260px;margin:10px 20px;float: left;min-height: 100px; }


}

/* LOGIN START */
.form-signin {
  max-width: 400px;
  padding: 35px;
  margin: 0 auto;
  background: #fff;
}
.form-signin img {
  width: 234px; height: 65px;  margin: 0 auto;
}
.form-signin h4 {
  margin: 10px 50px;
  color: #999;
  font-size: 15px;
  font-family: arial;
  font-weight: bold;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .fomr-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin: 30px 0 15px 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}


.submit {
  background: #2d80b6;
  border: 1px solid #2d80b6;
  color: #fff;
  text-shadow:none;
  -webkit-transition: background 0.25s, color 0.25s;
  -moz-transition: background 0.25s, color 0.25s;
  -o-transition: background 0.25s, color 0.25s;
  transition: background 0.25s, color 0.25s;
}


.logged { margin-top: 8%;}
/* LOGIN FINISH */


.tag {
  padding: 8px 10px 5px 5px;
  margin: 5px 0;
  border:1px solid #ccc;
  font-family: arial;
}
table,input[placeholder], [placeholder], *[placeholder] {
  font-family: arial;
}

.btn-docc {
  padding: 1px 5px;
  color:  #fff;
  border-color: #fff;
  background: #c0392b;
}
.btn-docc:hover,
.btn-docc:focus {
  color:#c0392b;
  background: #fff;
  border: 1px solid #666;
  background-position: 0 -15px;
  -webkit-transition: background 0.25s, color 0.25s;
  -moz-transition: background 0.25s, color 0.25s;
  -o-transition: background 0.25s, color 0.25s;
  transition: background 0.25s, color 0.25s;
}
.btn-docc:active,
.btn-docc.active {
  color: #666;
  background-color: #fff;
  border: 1px solid #c0392b;
  -webkit-transition: background 0.25s, color 0.25s;
  -moz-transition: background 0.25s, color 0.25s;
  -o-transition: background 0.25s, color 0.25s;
  transition: background 0.25s, color 0.25s;

}

.btn-sil {
  padding: 8px 21px;
  margin:0px 5px;
  color:  #fff;
  border-color: #fff;
  background: #c0392b;
}
.btn-sil:hover,
.btn-sil:focus {
  color: : #666;
  background: #fff;
  border: 1px solid #666;
  background-position: 0 -15px;
  -webkit-transition: background 0.25s, color 0.25s;
  -moz-transition: background 0.25s, color 0.25s;
  -o-transition: background 0.25s, color 0.25s;
  transition: background 0.25s, color 0.25s;
}
.btn-sil:active,
.btn-sil.active {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  -webkit-transition: background 0.25s, color 0.25s;
  -moz-transition: background 0.25s, color 0.25s;
  -o-transition: background 0.25s, color 0.25s;
  transition: background 0.25s, color 0.25s;

}

.btn-kaydet {
  padding: 8px 21px;
  margin:0px 5px;
  color:  #fff;
  border-color: #fff;
  background: #2d80b6;
}
.btn-kaydet:hover,
.btn-kaydet:focus {
  color: : #666;
  background: #fff;
  border: 1px solid #666;
  background-position: 0 -15px;
  -webkit-transition: background 0.25s, color 0.25s;
  -moz-transition: background 0.25s, color 0.25s;
  -o-transition: background 0.25s, color 0.25s;
  transition: background 0.25s, color 0.25s;
}
.btn-kaydet:active,
.btn-kaydet.active {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  -webkit-transition: background 0.25s, color 0.25s;
  -moz-transition: background 0.25s, color 0.25s;
  -o-transition: background 0.25s, color 0.25s;
  transition: background 0.25s, color 0.25s;

}


.searching {padding-top: 30px;}
.title-doc {color: #2d80b6;}
.table-pills {padding-top: 20px;}
thead tr th {color: #2d80b6;font-size: 15px;font-family: arial;}
.baslik th{ background: #2d80b6; color: #fff;}
.baslik2 th{ background: #423434; color: #fff;}
.zebra{ background: #ddd;}
.centered {margin: 0 auto;}

.pilled{ padding: 5px; background:#2d80b6; }
.pilled:hover { background:#2d80b6; color: #fff; }

.checking {
height:20px;
width:20px;
}
.bottom-doc2 {
margin-bottom:-10px;
}
.font_red {
color:red
}
.LogOut:hover {
    cursor:pointer;
}

.footer-doc {
    background: #2d80b6;
    height: 40px;
    color:#fff;
    text-align:center;
    padding-top:10px;
    font:Arial 15px;
}
#div_tani {
padding-top:3px;
}
#table_IO_line {
display:none;
}
#table_DO_line {
display:none;
}
#spn_IO_Sivi:hover {
background-color:#2a6496;
cursor:pointer;
}
.table_sivi_margin {
padding-left:30px;
}
.panel_icon_open:hover {
    background-color:gray;
    cursor:pointer;
}
.panel_autocomplete {
position:fixed;
max-height:100%;
width:55%;
right:0px;
top:0px;
bottom:0px;
padding-bottom:20px;
background-color:#1C6594;
display:block;
padding-top:80px;
z-index:1000;
overflow:scroll;
overflow-x:hidden;
text-align:center;
color:#fff;
font-size:12px;
}
.add-group-margin {
margin-left:14px;
}
.right-panel-div {
    height:35px;
    margin-top:10px;
    vertical-align:middle;
    padding-top:5px;
    text-align:left;
}
 .right-panel-div:hover {
     cursor:pointer;
    background-color:#0e5481;
    padding-top:5px;
}
.DO_required {
background-color:rgb(219, 219, 219);
}
#mask2 { position: absolute; left: 0; top: 0; z-index: 9000; background-color: #000; display: none; }
#dPreLoad { width:300px; height: 120px; padding: 0px; position: absolute; left: 0; top: 0;display: none; z-index: 9001; padding: 0px; }

.order_status_1 { background-color:rgb(83, 209, 44)}

.order_status_2 { background-color:white}

.order_status_3 { background-color:rgb(253, 156, 156)}

.prop_line {background-color:#F4A460;}

.btn_gerial {
display:none;
}

.btn_cancelled {
    background-color:#F4A460;
    text-decoration:line-through;
}
.color-white {
    color:white;
    float:left;
}
.tbl_request_history thead tr th {
    background-color:#5C5B5B;
    color:white;
    border: 1px solid #312626;
}
.tbl_request_history tbody tr td {
    color:black;
    border: 1px solid #312626;
}

#page_hasta_bilgileri {
display:none;
}
#page_EOrder {
display:none;
}
#page_OldOrder {
display:none;
}
#panel_autocomplete {
display:none;
}
#div_ayaktan_taburcu_print_repots ul li {
cursor:pointer;
}
#TOA_islem_reports li {
    cursor:pointer;
}