﻿body {
    background-color:#f1f1f1;
    background-image: url("../img/colbg.jpg");
    background-position: 0 40px;
    background-repeat: repeat-x;
    overflow-y: auto;
}

.highlight {
    background-color: yellow;
}

.blue-background-class {
    background-color: #C8EBFB !important;
}

.handle {
    cursor: grab;
    cursor: -webkit-grabbing;
}

.btn-disabled {
    pointer-events: none;
    opacity: 0.5;
    text-decoration: none;
}
.toggle.btn {
    width: 59px !important;
    height: 20px !important;
    min-width: 59px !important;
    min-height: 20px !important;
}
.main_content {background: #FFFFFF url("../img/colbg.jpg") 0 0 repeat-x;}

#AjaxLoadAnimationModal {position:fixed;width:100%;height:100%;top:0px;left:0px;background:url("../img/pattern_loading.png") rgba(0, 0, 0, 0.1);z-index:99998;}
#AjaxLoadAnimation 
{
    width: 140px;
    z-index:99999;
    position:fixed;
    top:230px;
    background:#f5f5f5; 
    padding:15px 25px;
    border:3px solid #d0d0d0;
    
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    -moz-box-shadow:    0 0 10px rgba(0, 0, 0, 0.4);
    -ms-box-shadow:     0 0 10px rgba(0, 0, 0, 0.4);
    box-shadow:         0 0 10px rgba(0, 0, 0, 0.4);
}
#AjaxLoadAnimation img {float:left;}
#AjaxLoadAnimation h4 {float:left;margin-left:10px;line-height: 32px;}
.heading-right { float:right; }
.clear { clear:both; height:0px; line-height:0px;}
.f_error .error {margin-top: 0px !important;}

.heading a.btn i[class^="icon-"] {margin-top:2px;}
ul.dropdown-menu i[class^="icon-"] {margin-top:2px;}
.heading .btn-group a.btn {margin-left:0px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:13px;}
.heading .btn-group a.btn i[class^="icon-"] {margin-top:0px;}
.btn {line-height:20px;}
.dropdown-menu { z-index:1100;}

.modal
{
    margin:0px 0px 0px -280px;
    width: 750px;
    margin-left:-375px;
}
.modal-mini
{
    width: 250px !important;
    margin-left:-125px !important;
}
.modal-small
{
    width: 550px !important;
    margin-left:-275px !important;
}
.modal-large
{
    width: 1000px !important;
    margin-left:-500px !important;
}
.modal.fade.in {top:50px;}
.modal-body{max-height:350px;}
.ajx_process_loader 
{
    display:inline-block;
    width:14px;height:14px;
    line-height:14px;
    vertical-align:text-top;
    background-image:url("../img/ajax_loader_16.gif");
    background-repeat:no-repeat;
}
.ui-tooltip-content { padding:3px 9px;}
.nofocus{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;transition:none}
.nofocus:focus{border-color:inherit;outline:0;outline:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}
.typeahead li.active a strong {color:Yellow}

dl { margin-bottom: 13px; }
.table.table-colored:hover thead th {background-color:#e9f3f8;}
.table.table-colored .tblHead {background-color:#e9f3f8;border-right:1px solid #ddd;line-height: 28px;text-align: right;}
.table.table-colored .tblBorder {background-color:#ddd;width:3px;padding:0px}
.table.table-colored input, .table.table-colored select {margin-bottom:1px;}
.tblParcalar input, .tblParcalar select {border:0px;margin:0px;padding: 3px 0;height:20px;width:100% !important;box-shadow:inherit;border-radius:inherit;-webkit-border-radius:inherit;-moz-border-radius:inherit;-linear-border-radius:inherit;}
.tblParcalar select {height:25px;}
.tblParcalar input {text-indent: 5px;}
.tblParcalar td {margin:0px;padding:0px;border-left:1px solid #ddd;border-top:1px solid #ddd;}


.img-rounded {
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.img-circle {
  -webkit-border-radius: 500px;
     -moz-border-radius: 500px;
          border-radius: 500px;
}

.alert-block { padding: 14px; }
.right {text-align:right !important;}
.center {text-align:center !important;}


/* SMALL TABLES */
.table-condensed td { font-size: 12px; line-height: 16px; padding: 4px; }
.table-condensed th { font-size: 12px; line-height: 20px; padding: 7px 5px; }
.table-condensed td .btn {line-height: 12px;}

.table tbody tr.success > td { background-color: #dff0d8;}
.table tbody tr.error > td {background-color: #f2dede;}
.table tbody tr.warning > td {background-color: #fcf8e3;}
.table tbody tr.info > td {background-color: #d9edf7;}
.table-hover tbody tr.success:hover > td {background-color: #d0e9c6;}
.table-hover tbody tr.error:hover > td {background-color: #ebcccc;}
.table-hover tbody tr.warning:hover > td {background-color: #faf2cc;}
.table-hover tbody tr.info:hover > td {background-color: #c4e3f3;}


.table tr.ihbar_red {color:#AAA !important;}
.table.table-extra-mini td {font-size:10px;font-weight:bold;padding: 3px;}
.table.table-extra-mini th {font-size:12px;font-weight:bold;}

.control-label.control-mini {width:100px;}
.controls.control-mini {margin-left: 115px;}


.chat {  }
.chat .bubble{ background-color: #F2F2F2; border-radius: 5px; box-shadow: 0 0 6px #B2B2B2; display: inline-block; padding: 10px 18px; position: relative; vertical-align: top; }
.chat .bubble::before { background-color: #F2F2F2; content: "\00a0"; display: block; height: 16px; position: absolute; top: 11px;
    transform:             rotate( 29deg ) skew( -35deg );
        -moz-transform:    rotate( 29deg ) skew( -35deg );
        -ms-transform:     rotate( 29deg ) skew( -35deg );
        -o-transform:      rotate( 29deg ) skew( -35deg );
        -webkit-transform: rotate( 29deg ) skew( -35deg );
    width:  20px;
}
.chat .bubble.me { background-color: #D9EDF7; float: left; margin: 5px 5px 5px 20px; width:350px; }
.chat .bubble.me .label { float: right;margin-right: 3px; }
.chat .bubble.me::before { background-color: #D9EDF7; box-shadow: -2px 2px 2px 0 rgba( 178, 178, 178, .4 ); left: -9px; }
.chat .bubble.you { background-color: #DFF0D8; text-align:right; float: right;margin: 5px 20px 5px 5px; width:350px;}
.chat .bubble.you .label { float: left;margin-left: 3px; }
.chat .bubble.you::before {background-color: #DFF0D8; box-shadow: 2px -2px 2px 0 rgba( 178, 178, 178, .4 );right: -9px; }

.mobil_talep_bilgi { background: #ffdee0;
    border: 3px solid maroon;
    font-size: 38px;
    font-weight: bold;
    left: 30%;
    line-height: 40px;
    padding: 20px 30px;
    position: absolute;
    top: 80px;}
.mobil_talep_bilgi a {color: red;}
.mobil_talep_bilgi.mtb_sari a {color:white;}
.mobil_talep_bilgi.mtb_sari {background: #1E1E1E;border: 3px solid gray;}

.navbar .divider-vertical { background-color: #fff; }

.btn.btn-xs{font-size: 11px;padding: 2px 4px;line-height: 16px;}


.form-horizontal-60x {margin:5px 0;}
.form-horizontal-60x .control-label{width:60px;float:left;padding-top:4px;text-align:right;}
.form-horizontal-60x .control-group{margin-bottom:5px;}
.form-horizontal-60x .controls{margin-left:70px;}

.form-horizontal-90x {margin:5px 0;}
.form-horizontal-90x input, .form-horizontal-90x textarea, .form-horizontal-90x select {margin-bottom:0px;}
.form-horizontal-90x .control-label{width:90px;float:left;padding-top:4px;text-align:right;}
.form-horizontal-90x .control-group{margin-bottom:7px;}
.form-horizontal-90x .controls{margin-left:100px;}

