red {
  color: #ac193d;
}

.btn-red {
  background-color: red;
  background-image: -moz-linear-gradient(top, #ac193d, #b92727);
  background-image: -ms-linear-gradient(top, #ac193d, #b92727);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ac193d), to(#b92727));
  background-image: -webkit-linear-gradient(top, #ac193d, #b92727);
  background-image: -o-linear-gradient(top, #ac193d, #b92727);
  background-image: linear-gradient(top, #ac193d, #b92727);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ac193d', endColorstr='#b92727', GradientType=0);
  border-color: #ac193d #b92727 #7a1919;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #b92727;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
      border-radius: 4px;
}
.btn-red:hover,
.btn-red:active,
.btn-red.active,
.btn-red.disabled,
.btn-red[disabled] {
  background-color: #ac193d;
  *background-color: #a42222;
}
.btn-red:active,
.btn-red.active {
  background-color: #8f1e1e \9;
}
.btn-red:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/*#region orange Button*/
.btn-orange,
.btn-orange:focus {
  background-color: #fb6e52 !important;
  border-color: #fb6e52;
  color: #ffffff;
}
.btn-orange:hover {
  color: #ffffff;
}
.btn-orange.dropdown-toggle {
  border-left-color: #f07154 !important;
}
.btn-orange.active {
  background-color: #da411f !important; 
  border-color: #cc3918;
}
.btn-orange.shiny {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlZjY5NGIiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RhNDExZiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(linear, left top, left bottom, from(#ef694b), to(#da411f));
  background-image: -moz-linear-gradient(linear, left top, left bottom, from(#ef694b), to(#da411f));
  background-image: -o-linear-gradient(linear, left top, left bottom, from(#ef694b), to(#da411f));
  background-image: linear-gradient(linear, left to bottom, left bottom, from(#ef694b), to(#da411f));
}
.btn-orange:hover,
.open .btn-orange.dropdown-toggle {
  background-color: #ef694b !important;
  border-color: #ef694b;
  color: #fff;
}
.btn-orange.disabled,
.btn-orange[disabled],
fieldset[disabled] .btn-orange,
.btn-orange.disabled:hover,
.btn-orange[disabled]:hover,
fieldset[disabled] .btn-orange:hover,
.btn-orange.disabled:focus,
.btn-orange[disabled]:focus,
fieldset[disabled] .btn-orange:focus,
.btn-orange.disabled:active,
.btn-orange[disabled]:active,
fieldset[disabled] .btn-orange:active,
.btn-orange.disabled.active,
.btn-orange[disabled].active,
fieldset[disabled] .btn-orange.active {
  background-color: #fb6e52 !important;
  border-color: #fb6e52;
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
/*#endregion orange Button*/

.table tr.active td:first-child {   
    -webkit-box-shadow: 2px 0 0 darkorange inset;
    -moz-box-shadow: 2px 0 0 darkorange inset;
    box-shadow: 2px 0 0 darkorange inset;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li .avatar-area .avatar {
  width: 128px;
  height: 170px;
}

.select2-container .select2-selection--single {
    height: 30px;
    line-height:30px;
    padding: 2px 32px,5px 6px;
    background-color: #fbfbfb;
    color: #858585;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #858585;
    line-height: 30px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color:  #fbfbfb;
  border: 1px solid #d5d5d5;
  color: #90908c;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #90908c;
}

.ms-choice {   
    border: 1px solid #d5d5d5;   
    color: #8c8c8c;  
    border-radius: 0px;
    background-color: #fbfbfb; 
}

.ms-drop ul > li label {
    cursor:pointer;
}

.ms-drop input[type=checkbox], input[type=radio] {
    opacity: 1;
    position: relative;
    left: 0;
    margin: 4px;
    width: 13px;
    height: 13px;
    cursor: pointer;
}

.ms-parent {
width:100% !important;
}

.alanlabel {
  font-size:10pt;
  font-weight:400 !important;
  color: #fb6e52;
  padding:5px 2px 2px 2px;
  margin-bottom:0;
  margin-top: 0;
}

.input-sm {
    height: 26px;
}

.input-icon > input.input-sm + .circular {
    top: 3px;
}
 
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 2px;
  font-size:12px;
}

.FotoDegis {
    background-color: #fff;
    zoom: 1;
    filter: alpha(opacity=60);
    -webkit-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity: 0.6;
    text-align: center;
    color: #000000;
    font-size: 10px;
    line-height: 9px;
    cursor: pointer; 
    padding: 5px 0;
    position: absolute;
    left: 0px;
    bottom: 0;
    width: 100%; 
    background-color: #fbfbfb;
    max-width: 100px;
     margin-left: 15px;
}

.combo{
    height: 30px;
    padding: 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius:0;
}

.bs-glyphicons li {
  float: left;
  width: 100px;
  height: 100px;
  padding: 10px;
  font-size: 10px;
  line-height: 1.4;
  text-align: center;
  border: 1px solid #ffffff;
  background-color: #f9f9f9;
}

.message-footer {
  position: relative;
  background-color: white;
  height: 34px;
  padding: 7px;
  text-align: center;
  background-color: #fbfbfb;
  border:1px;
}
.message-footer a {
  margin: 0 auto;
  font-size: 11px;
  color: #999999;
  font-weight: 500;
}
.message-footer a:hover {
  text-decoration: none;
}
.message-footer .help {
  position: absolute;
  right: 0;
  top: 0;
  width: 37px;
  height: 37px;
  border-left: 1px solid #e5e5e5;
  text-align: center;
  padding: 8px;
}
.message-footer .help a i {
  font-size: 18px;
  color: #cccccc;
}


@media print {
   .unprint, .dataTables_filter, .dataTables_paginate, .dataTables_info{
      display: none !important;          
   }

   .page-content {
    width:100%;
    margin: 0;
    float: none;
    left:0;
   }

    .fontyazkucult80 {
    font-size: 80%;
    padding:2px;
    }
    
    .tahsilpie {
    height:150px !important; 
    width:150px !important; 
    top:0 !important;
    float:right !important;
    margin-right:2px !important;
    padding:0 !important;
    }

    .Foto {
    width:80px !important;
    max-width:80px !important;
    }
    
      
   html, body {
        background-color: #ffffff;       
    }

    textarea {
     border-color:white;
     border:none;
    }

    input {    
     border-color:white;
     border:none;
    }

 }

@media (min-width: 992px) {
  .col-md-offset-15 {
    margin-left: 11%;
  }
}
@media (min-width: 768px) {
  .bs-glyphicons {
    margin-left: 0;
    margin-right: 0;
  }
  .bs-glyphicons li {
    //width: 25%;
    font-size: 12px;
  }
  .col-sm-offset-15 {
    margin-left: 5%;
  }
}

@media (max-width: 520px) {
  .basliksakla {
    display: none;
  }

  .col-xs-offset-15 {
    margin-left: 0;
  }


  .page-content .page-body{
     margin-top:0;
     padding-top:10px;
     padding-left:10px;
     padding-right:10px;
  }

  .combo{
    width:100%;
  }

  .FotoDegis{
    width:95%;
    left:5px;
  }

  .DivYeniMuayene{
   margin-bottom:-15px !important;
   float:right !important;
  }

}
