html, body {
	height: 100%;
	margin: 0;
}

body {
	margin:0;
	padding:0;
	background:#fff;
	font-family:'Open Sans', sans-serif, Arial, Tahoma;
	min-height: 100vh;
	color:#000;
}
body.is-open {
	height: 100vh;
	top: 0;
	overflow: hidden;
}

body.waiting * {
    cursor: wait;
}

h3 {
	font-weight:600;
}

ul {
	list-style:none;
}
table td, table th, table td div {
	color:#000;
	font-weight:600;
}
.alink {
	cursor:pointer;
}
.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -55px; /* the bottom margin is the negative value of the footer's height */
}
.footer, #fixme {
    height: 45px; /* .push must be the same height as .footer */
}

@media (max-width: 767px) {
    .table-responsive .dropdown-menu {
        position: static !important;
    }
}
@media (min-width: 768px) {
    .table-responsive {
        overflow: visible;
    }
}

.btn-liste ul li a {
}
.modal-backdrop {
	/*
	z-index: -1!important;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
	display:none;
	*/
	height: 100%;
	z-index:1040;
}
.fill { 
    min-height: 100%;
    height: 100%;
}
.navbar {
    margin-bottom:0;
	border-radius:0;
}
.navbar-blue {
	background:#1d90c6;
}
.navbar-blue ul li a {
	color:#ccc;
	font-size:110%;
	text-align:center;
}
.navbar-blue ul li.active a, .navbar-blue ul li a:hover{
	color:#fff;
	background:transparent;
}

.navbar-blue .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-blue .navbar-toggle {
    border-color: #2da0d6;
}

.onlycaps{
	text-transform: uppercase;
}

.bs-callout {
    padding: 20px;
    margin:0 0 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout-primary {
    border-left-color: #245580;
}
.bs-callout-success {
    border-left-color: #419641;
}
.bs-callout-info {
    border-left-color: #1b809e;
}
.bs-callout-danger {
    border-left-color: #ce4844;
}
.bs-callout-warning {
    border-left-color: #aa6708;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout-info h4 {
    color: #1b809e;
}
.bs-callout-danger h4 {
    color: #ce4844;
}
.bs-callout-warning h4 {
    color: #aa6708;
}
.bs-callout-primary h4 {
    color: #245580;
}
.bs-callout-success h4 {
    color: #419641;
}

.required {
    color: #ce4844;
}

.tabbable.custom-tabs>.nav-tabs,.tabbable.custom-tabs>.nav-tabs>li,.tabbable.custom-tabs>.nav-tabs>li>a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  background-color: none;
  background-image: none;
}

.tabbable.custom-tabs>.nav-tabs>li>a {
  padding: 10px 15px;
  margin-right: 3px;
  background-color: #e6e6e6;
  color: #737373;
  -o-text-shadow: 0 1px 1px #fff 1px 1px #fff;
  -moz-text-shadow: 0 1px 1px #fff 1px 1px #fff;
  -ms-text-shadow: 0 1px 1px #fff 1px 1px #fff;
  -webkit-text-shadow: 0 1px 1px #fff 1px 1px #fff;
  text-shadow: 0 1px 1px #fff 1px 1px #fff;
  -o-box-shadow: inset 0 -8px 7px -9px rgba(0,0,0,.4);
  -ms-box-shadow: inset 0 -8px 7px -9px rgba(0,0,0,.4);
  -moz-box-shadow: inset 0 -8px 7px -9px rgba(0,0,0,.4);
  -webkit-box-shadow: inset 0 -8px 7px -9px rgba(0,0,0,.4);
  box-shadow: inset 0 -8px 7px -9px rgba(0,0,0,.4);
  -moz-transition-duration: .15s;
  -o-transition-duration: .15s;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
}

.tabbable.custom-tabs>.nav-tabs>li>a>[class*="icon"],.tabbable.custom-tabs>.nav-tabs>li>a>span {
  -moz-transition-duration: .4s;
  -o-transition-duration: .4s;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
}

.tabbable.custom-tabs>.nav-tabs>li>a>[class*="icon"] {
  display: inline-block;
  min-width: 15px;
  text-align: left;
  font-size: 1.3em;
}

.tabbable.custom-tabs>.nav-tabs>li>a:hover {
  border: none;
  background-color: #f0f0f0;
}

.tabbable.custom-tabs>.nav-tabs>li.active {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  background-color: none;
  background-image: none;
}

.tabbable.custom-tabs>.nav-tabs>li.active>a {
  background-color: #f5f5f5;
  color: #696969;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -o-text-shadow: 0 1px 1px #fff 1px 1px #fff;
  -moz-text-shadow: 0 1px 1px #fff 1px 1px #fff;
  -ms-text-shadow: 0 1px 1px #fff 1px 1px #fff;
  -webkit-text-shadow: 0 1px 1px #fff 1px 1px #fff;
  text-shadow: 0 1px 1px #fff 1px 1px #fff;
}

.tabbable.custom-tabs>.nav-tabs>li.active>a:hover {
  border: none;
  background-color: #f5f5f5;
}

.tabbable.custom-tabs>.tab-content {
  background-color: #f5f5f5;
  padding: 20px;
  padding-top: 10px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0 4px 4px 4px;
}

.tabbable.custom-tabs>.tab-content>.tab-pane {
  -webkit-animation-duration: 0;
  -moz-animation-duration: 0;
  -o-animation-duration: 0;
  animation-duration: 0;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible!important;
  -webkit-animation-name: fadeInUp;
  -moz-backface-visibility: visible!important;
  -moz-animation-name: fadeInUp;
  -o-backface-visibility: visible!important;
  -o-animation-name: fadeInUp;
  backface-visibility: visible!important;
  animation-name: fadeInUp;
}

.tabbable.custom-tabs>.tab-content h4 {
  padding-bottom: 10px;
  border-bottom: 1px solid #dcdcdc;
  -o-text-shadow: 0 1px 1px #fff;
  -moz-text-shadow: 0 1px 1px #fff;
  -ms-text-shadow: 0 1px 1px #fff;
  -webkit-text-shadow: 0 1px 1px #fff;
  text-shadow: 0 1px 1px #fff;
}

.tabbable.custom-tabs.flat>.nav-tabs>li>a,.tabbable.custom-tabs.flat>.nav-tabs>li.active a {
  border-radius: 0;
}

.tabbable.custom-tabs.flat>.tab-content {
  border-radius: 0;
}

.tabbable.custom-tabs.flat-all>.tab-content>.tab-pane input,.tabbable.custom-tabs.flat-all>.tab-content>.tab-pane select,.tabbable.custom-tabs.flat-all>.tab-content>.tab-pane textarea,.tabbable.custom-tabs.flat-all>.tab-content>.tab-pane .add-on,.tabbable.custom-tabs.flat-all>.tab-content>.tab-pane label,.tabbable.custom-tabs.flat-all>.tab-content>.tab-pane .btn,.tabbable.custom-tabs.flat-all>.tab-content>.tab-pane .btn-mini,.tabbable.custom-tabs.flat-all>.tab-content>.tab-pane .btn-small,.tabbable.custom-tabs.flat-all>.tab-content>.tab-pane .btn-large {
  border-radius: 0;
}

.tabbable.custom-tabs.shadow>.nav-tabs>li>a {
  -o-box-shadow: inset 0 -8px 7px -9px rgba(0,0,0,.4),-2px -2px 5px -2px rgba(0,0,0,.4);
  -ms-box-shadow: inset 0 -8px 7px -9px rgba(0,0,0,.4),-2px -2px 5px -2px rgba(0,0,0,.4);
  -moz-box-shadow: inset 0 -8px 7px -9px rgba(0,0,0,.4),-2px -2px 5px -2px rgba(0,0,0,.4);
  -webkit-box-shadow: inset 0 -8px 7px -9px rgba(0,0,0,.4),-2px -2px 5px -2px rgba(0,0,0,.4);
  box-shadow: inset 0 -8px 7px -9px rgba(0,0,0,.4),-2px -2px 5px -2px rgba(0,0,0,.4);
}

.tabbable.custom-tabs.shadow>.nav-tabs>li.active>a {
  -o-box-shadow: inset 0 0 0 0 rgba(0,0,0,.4),-2px -3px 5px -2px rgba(0,0,0,.4);
  -ms-box-shadow: inset 0 0 0 0 rgba(0,0,0,.4),-2px -3px 5px -2px rgba(0,0,0,.4);
  -moz-box-shadow: inset 0 0 0 0 rgba(0,0,0,.4),-2px -3px 5px -2px rgba(0,0,0,.4);
  -webkit-box-shadow: inset 0 0 0 0 rgba(0,0,0,.4),-2px -3px 5px -2px rgba(0,0,0,.4);
  box-shadow: inset 0 0 0 0 rgba(0,0,0,.4),-2px -3px 5px -2px rgba(0,0,0,.4);
}

.tabbable.custom-tabs.shadow>.tab-content {
  -o-box-shadow: 0 0 4px rgba(0,0,0,.4);
  -ms-box-shadow: 0 0 4px rgba(0,0,0,.4);
  -moz-box-shadow: 0 0 4px rgba(0,0,0,.4);
  -webkit-box-shadow: 0 0 4px rgba(0,0,0,.4);
  box-shadow: 0 0 4px rgba(0,0,0,.4);
}


@media screen and (max-width:980px) {
  .tabbable.custom-tabs.hide-label-980>.nav-tabs>li>a {
    min-width: 0;
    text-align: center;
    padding: 15px;
  }

  .tabbable.custom-tabs.hide-label-980>.nav-tabs>li>a>span {
    display: none;
  }

  .tabbable.custom-tabs.hide-label-980>.nav-tabs>li>a>[class*="icon"] {
    font-size: 2em;
    text-align: center;
    min-width: 0;
  }
}

@media screen and (max-width:768px) {
  .tabbable.custom-tabs.hide-label-768>.nav-tabs>li>a {
    min-width: 0;
    text-align: center;
    padding: 15px;
  }

  .tabbable.custom-tabs.hide-label-768>.nav-tabs>li>a>span {
    display: none;
  }

  .tabbable.custom-tabs.hide-label-768>.nav-tabs>li>a>[class*="icon"] {
    font-size: 2em;
    text-align: center;
    min-width: 0;
  }
}

@media screen and (max-width:480px) {
  .tabbable.custom-tabs.hide-label-480>.nav-tabs>li>a {
    min-width: 0;
    text-align: center;
    padding: 15px;
  }

  .tabbable.custom-tabs.hide-label-480>.nav-tabs>li>a>span {
    display: none;
  }

  .tabbable.custom-tabs.hide-label-480>.nav-tabs>li>a>[class*="icon"] {
    font-size: 2em;
    text-align: center;
    min-width: 0;
  }
}


.bs-wizard {margin-top: 40px;}

/*Form Wizard*/
.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 16px; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 14px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #fbe8aa; top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;} 
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #fbbd19; border-radius: 50px; position: absolute; top: 8px; left: 8px; } 
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #fbe8aa;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #f5f5f5;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }
.bs-wizard > .bs-wizard-step.active>.bs-wizard-stepnum {color: #595959; font-weight: bold!important;}

.siparsecimi  {  }
.siparsecimi > .row { border-bottom:1px solid #ddd; }
.siparsecimi > .row h3 { margin: 30px 0; letter-spacing: 0.025rem; }
.siptipsec  {
	background-color: #f4f4f4;
	height:100%;
}
.abdidiv a {
	padding-top:50px;
	padding-bottom:30px;
	display:block;
	text-align:center;
}
.abdidiv {
	display:table;
}
.abdidiv .row {
	height: 100%;
    display: table-row;
}
.abdidiv .row  [class*='col-'] {
	display: table-cell;
	float: none;
}
.abdidiv .row a:hover {
	background-color:#f7f7f7;
}
.siptipsec .abdi:before {
  background: #e0e0e0;
  width: 1px;
  content: "";
  display:block;
  position: absolute;
  top:0;
  bottom:0;
  right: 50%;
  min-height: 70px;
  height:100%;
}

.input-kucuk {
    padding: 3px 5px;
    font-size: 12px;
    border-radius: 3px;
    height: auto;
    line-height: 1.4;
	font-size:11px;
}
select.input-kucuk {
    height: auto;
    line-height: 1.4;
}
.firma-liste {
    font-size: 12px;
    font-style: normal;
}
.firma-liste > thead > tr > th {
	padding:8px!important;
}
.firma-liste > tbody > tr > td > div > .dropdown-toggle {
    font-size: 12px;
}
.firma-liste > tbody > tr > td > div > .dropdown-menu {
	min-width:140px;
}
.firma-liste > tbody > tr > td > div > .dropdown-menu > li > a {
    padding: 1px 20px;
    font-size: 12px;
}
.teklif-liste {
	display:none;
}
.teklif-liste > td > table > tbody > tr > td, .teklif-liste > td > table > thead > tr > th {
	padding:4px 8px!important;
}

#modal-item1 {
	z-index:1061!important;
}
#modal-item2 {
	z-index:1062!important;
}
#modal-item3 {
	z-index:1063!important;
}
#modal-item4 {
	z-index:1064!important;
}
#modal-item5 {
	z-index:1065!important;
}
#modal-item6 {
	z-index:1066!important;
}
#modal-item7 {
	z-index:1067!important;
}
#modal-item8 {
	z-index:1068!important;
}
#modal-item9 {
	z-index:1069!important;
}
#modal-item10 {
	z-index:1070!important;
}
#modal-item11 {
	z-index:1072!important;
}
#modal-item12 {
	z-index:1073!important;
}
#modal-item13 {
	z-index:1074!important;
}
#modal-item14 {
	z-index:1075!important;
}
/*
.modal-backdrop.in:nth-child(0) {
    z-index: 1060!important;
}
.modal-backdrop.in:nth-child(1) {
    z-index: 1061!important;
}
.modal-backdrop.in:nth-child(2) {
    z-index: 1071!important;
}
.modal-backdrop.in:nth-child(3) {
    z-index: 1081!important;
}
*/
.control-label.vertik {
    margin-bottom:0;
	text-align:left!important;
}
.greytd th, .greytd td {
	background:#f5f5f5!important;
}

.borderless, .borderless thead th, .borderless tbody td {
	border:0 none;
}
.table-kafasi {
	border:0 none;
}
.table-kafasi th {
	border:0 none;
	font-size:12px;
}
.add_div span {
	font-weight:bold;
}
.add_divx {
	display:block;
	padding:15px 10px;
	border:1px solid #eee;
	border-radius:2px;
	-webkit-box-shadow: 4px 4px 2px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 4px 4px 2px 0px rgba(0,0,0,0.25);
	box-shadow: 4px 4px 2px 0px rgba(0,0,0,0.25);
	font-weight:bold;
	text-align:center;
}
.yensiptitle {
	background:#f7f7f7;
	border-top:1px solid steelblue;
	border-bottom:1px solid steelblue;
	padding:5px 10px;
	margin-bottom:30px;
	color:steelblue;
}
.redcolor {
	color:#c00;
}
.greencolor {
	color:#04B404;
}
.bluecolor {
	color:#1b809e;
}
.darkredcolor {
	color:darkred;
}
.darkorangecolor {
	color:darkorange;
}
.blackcolor {
	color:#000;
}


.small-title {
	font-size:14px;
	font-weight:bold;
}
.medium-title {
	font-size:16px;
	font-weight:bold;
}
.smaller-title {
	font-size:13px;
	font-weight:bold;
}
.smallest-title {
	font-size:12px;
	font-weight:bold;
}
.bottom-bordered {
	border-bottom:1px solid #ddd;
}
.bottom-dot-bordered {
	border-bottom:1px dotted #ddd;
}
.kucuktablo th, .kucuktablo td {
	font-size:12px;
}

.btn-danger.close {
	font-weight:normal;
	font-size:12px;
	color:#fff;
	line-height:1.5;
	text-shadow:none;
	opacity:1;
	float:none;
}
.tdinnerdiv {
	white-space:nowrap;
	overflow:hidden;
}
.div60 {
	width:60px;
}
.div90 {
	width:90px;
}
.div100 {
	width:100px;
}
.div120 {
	width:120px;
}
.div150 {
	width:150px;
}
.div170 {
	width:170px;
}
.div190 {
	width:190px;
}
.div200 {
	width:200px;
}
.div280 {
	width:280px;
}

.responsive-circle {
    font-size: 30px;
    font-weight: 700;
    margin: 0 auto 20px;
    width: 80%;
}
.responsive-circle::after {
    border-radius: 50%;
    content: "";
    display: block;
    height: 0;
    margin-bottom: 20px;
    padding-bottom: 100%;
    width: 100%;
}
.responsive-circle.redbg::after {
	background:#cd1b1b;
}
.responsive-circle.greenbg::after {
	background:#00816c;
}
.responsive-circle.darkbluebg::after {
	background:#295882;
}
.responsive-circle.bluebg::after {
	background:#0da3eb;
}
.responsive-circle.brownbg::after {
	background:#53331a;
}
.responsive-circle.darkbg::after {
	background:#252932;
}
.responsive-circle.orangebg::after {
	background:#e14504;
}
.responsive-circle.purplebg::after {
	background:#732576;
}


.responsive-circle div {
    color: white;
    float: left;
    margin-top: -0.5em;
    padding-top: 40%;
    text-align: center;
    width: 100%;
}
.responsive-circle div i {
    font-size: 20px;
}

.chatting {
	position:fixed;
	bottom:0;
	right:0;
	width:260px;
	display:none;
}
.chatting .panel{
	margin-bottom:0;
	margin-right:0;
	border-bottom:0 none;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
}
.chatting .panel .panel-heading, .chatting .panel .panel-footer {
	padding:4px 7px;
}
.chatting .panel .panel-heading a, .chatting .panel .panel-heading a:focus, .chatting .panel .panel-heading a:hover{
	text-decoration:none;
}
.chatting .panel .panel-heading span, .chatting .panel .panel-heading a {
	color:#fff;
}
.chatting .panel .panel-footer .input-group-addon {
	cursor:pointer;
}
.chat {
    list-style: none;
    margin: 0;
    padding: 0;
}
.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #B3A9A9;
}
.chat li.left .chat-body {
    margin-left: 60px;
}
.chat li.right .chat-body {
    margin-right: 60px;
}
.shobets.chat li.left .chat-body {
    margin-left: 120px;
}
.shobets.chat li.right .chat-body {
    margin-left: 120px;
}
.chat li .chat-body p {
    margin: 0;
    color: #666;
}
.chatting .panel .slidedown .fa, .chat .fa {
    margin-right: 5px;
}
.chatting .panel-body {
    overflow-y: scroll;
    height: 250px;
}
.chat .chat-img {
	width:55px;
}
.shobets.chat .chat-img {
	width:100px;
}
.chat .chat-body .header .text-muted {
	display:none;
}
.shobets.chat .chat-body .header .text-muted {
	display:block;
}

.ruses {
	list-style:none;
	margin:0;
	padding:0 0 0 0!important;
}
.ruses li {
    margin-bottom: 3px;
	border-bottom:1px solid #ddd;
	padding-bottom:5px;
}
.rusedate {
	font-size:12px;
	color:#ccc;
}
.ruses a:hover {
	text-decoration:none;
}
.ruses li.secince {
	background-color: #f7f7f7;
}
.ruses li .col-md-8 {
    padding-left:5px;
    padding-right:5px;
	overflow:hidden;
}
.ruses li .col-md-8  .badge{
	background-color: #c00;
}
/*
.chatpanels {
	min-height: 100%;
}
.chatpanels .row {
	height: 100%;
}
.chatpanels .row .col-md-3, .chatpanels .row .col-md-9 {
	min-height: 100%;
}
*/
.chatpanels .panel-body {
	overflow-x:auto;
}

.teklifuyar, .iptalfuyar {
	display:none;
	position:absolute;
	top:10px;
	right:5px;
	border-radius:15px;
	font-size:11px;
	line-height:15px;
	font-weight:bold;
	text-align:center;
	width:15px;
	height:15px;
	background:#c00;
	color:#fff;
}
.table-small th, .table-small td {
	font-size:12px;
}
.table-small td div {
    text-overflow: ellipsis;
}
.red {
	color:#c00;
}
.green {
	color:green;
}
.gray {
	color:#ccc;
}

.input-group-btn select {
	border-color: #ccc;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 7px;
	padding-bottom: 7px;
}
.input-group-btn select.btn-sm {
	padding-bottom: 5px;
}
.input-group-addon.transpar {
    background-color: transparent;
}



.stepwizard-step p {
    margin-top: 10px;
}
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    margin-top: 15px;
    display: table;
    width: 50%;
    position: relative;
}
.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
	opacity:1;
}



.selectpicker-control.selectpicker {
    display: block;
    width: 100%;
}


.gi-2x{font-size: 1.5em;}
.gi-3x{font-size: 2em;}
.gi-4x{font-size: 3em;}
.gi-5x{font-size: 8em;}


.ui-autocomplete {
	max-width:450px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;   
    padding: 4px 0;
    margin: 0 0 10px 25px;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}
.ui-menu-item.ui-state-disabled > a.ui-corner-all {
    color: #666!important;
}
.ui-menu-item > a.ui-corner-all i {
    display: block;
	float:left;
	margin-right:5px;
	margin-right:8px;
	margin-top:3px;
	float:left;
	font-size: 2em;
}
.ui-menu-item > a.ui-corner-all span{
    display: block;
}
.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    min-height: 36px;
    color: #555555;
    text-decoration: none;
	white-space:normal;
	width:auto;
	font-size:12px;
	border-bottom:1px dashed #ccc;
	/*
	text-overflow:ellipsis;
	overflow: hidden;
	*/
}
.ui-menu-item > a.ui-corner-all:hover {
	color:#ddd;
}

.ui-state-hover, .ui-state-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
}

.ellipsis {
	text-overflow:ellipsis;
	overflow: hidden;
	white-space:nowrap;
}

#modaladdresslist>tbody>tr>td>.btn-group>.dropdown-menu {
	z-index:9999;
}

.aractipsec {
	display:table;
	border-collapse:collapse;
}
.aractipsec>a {
	border:1px solid #ddd;
	display:table-cell;
	padding-top:20px;
}
.aractipsec>a>h3 {
	margin:8px 0 28px 0!important;
}

.pricitabs {
	margin-bottom:25px;
}

.tekliflistesi th {
	text-align:center;
}
.tekliflistesi tbody td:nth-child(11) {
	text-align:right;
}
.tekliflistesi .form-control {
	padding:3px 6px;
	font-size:12px;
	height:28px;
	line-height: 1.22857143;
}
.teka_fiyaxx span {
	font-size:11px;
	line-height:8px;
}

.pricing-table-xs td {
	font-size:11px;
	line-height:8px;
	border-right:1px solid #e7e7e7;
}
.pricing-table-xs input, .pricing-table-xs select {
	font-size:11px;
	padding: 4px 6px;
	line-height:28px;
	height:28px;
}
.pricing-table-xs select {
	padding: 4px 4px;
}

.pricing-table-fixed {
    table-layout:fixed;
}

.pricing-table-fixed td {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.list-table-fixed {
  height: 500px;
  overflow-y:auto;
}

.modal-body .form-group-sm {
	margin-bottom:5px!important;
}

#navbar2 .navbar-nav > li > a {
    padding-top: 4px;
    padding-bottom: 4px;
	margin-top:0;
	margin-bottom:0;
	line-height:normal;
}
.navbar {
    min-height: auto;
}
.ui-autocomplete {
    z-index: 5000!important;
}

.invoice_item {
	border:1px solid #337ab7;
	border-radius:4px;
	padding:10px 0;
	margin:5px 0;
	cursor:pointer;
	position:relative;
}
.invoice_item.active {
	background-color:#ddd;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
.dropdown-menu-container {
    position: relative;
}
.dropdown-menu-right {
    left: auto!important;
}
.dropdown-menu2 {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.open2 .dropdown-menu2 {
	display:block;
}

.dropdown-menu > li > span.aktif {
    display: block;
    padding: 6px 20px;
    clear: both;
    font-weight: normal;
    background: #eee;
	text-decoration:underline;
    white-space: nowrap;
}
.dropdown-menu > li > span.aktif, .dropdown-menu > li > span.aktif > i {
    color: navy;
}

.cheque_trans span:first-child {
	display:inline-block;
	width:400px!important;
	max-width:400px!important;
	white-space:nowrap;
	overflow:hidden;
}

.badge-notify{
	background:red;
	position:relative;
	top: -10px;
	left: -25px;
    font-size: 10px!important;
	padding: 3px 5px;
}

.table-message {
	background-color: #fff;
	border-bottom: 1px solid #eee;
}
.table-message tbody tr:hover {
	cursor: pointer;
	background-color: #eee;
}
.table-message tbody tr td {
	padding: 10px;
	vertical-align: middle;
	border-top-color: #eee;
}
.table-message tbody tr.selected td {
	background-color: #eee;
}
.table-message tr td:first-child {
	/*width: 38px;*/
}
.table-message tr td:nth-child(2) {
	/*width: 35px;*/
}
.ckbox {
	position: relative;
}
.ckbox input[type="checkbox"] {
	opacity: 0;
}
.ckbox label {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.ckbox label:before {
	content: '';
	top: 1px;
	left: 0;
	width: 18px;
	height: 18px;
	display: block;
	position: absolute;
	border-radius: 2px;
	border: 1px solid #bbb;
	background-color: #fff;
}
.ckbox input[type="checkbox"]:checked + label:before {
	border-color: #2BBCDE;
	background-color: #2BBCDE;
}
.ckbox input[type="checkbox"]:checked + label:after {
	top: 3px;
	left: 3.5px;
	content: '\e013';
	color: #fff;
	font-size: 11px;
	font-family: 'Glyphicons Halflings';
	position: absolute;
}
.table-message .star {
	color: #ccc;
	text-align: center;
	display: block;
}
.table-message .star.star-checked {
	color: #F0AD4E;
}
.table-message .star:hover {
	color: #ccc;
}
.table-message .star.star-checked:hover {
	color: #F0AD4E;
}
.table-message .media-photo {
	max-width: 50px;
}
.table-message .media-body {
    display: block;
	max-width:100%;
	width:100%!important;
	position:relative;
}
.table-message .media-meta {
	font-size: 11px;
	color: #999;
}
.table-message .media .title {
	color: #2BBCDE;
	font-size: 14px;
	line-height: normal;
	margin: 0;
}
.table-message .media .title span {
	font-size: .8em;
	margin-right: 20px;
}
.table-message .media .title span.pagado {
	color: #5cb85c;
}
.table-message .media .title span.pendiente {
	color: #f0ad4e;
}
.table-message .media .title span.cancelado {
	color: #d9534f;
}
.table-message .media .summary {
	font-size: 13px;
}
.table-message .media-body .title, .table-message .media-body .summary {
	font-weight:400;
}
.table-message .media-body.unread .title, .table-message .media-body.unread .summary {
	font-weight:700;
}

.singmsgdel {
	display:none;
	position:absolute;
	bottom:-3px;
	right:5px;
}

.takvimv {
}
.takvimv>tbody>tr>td {
	width:14.2777777777%;
	height:160px;
	padding:0;
}
.takvimv > tbody > tr > td > .calcontain > div {
	font-size:12px;
    color: #666;
	font-weight:normal;
}
.takvimv > tbody > tr > td > .calcontain {
	position:relative;
	height:100%;
	width:100%;
	padding:3px;
}
.takvimv > tbody > tr > td > .calcontain > .caldatum, .takvimv > tbody > tr > td > .calcontain > .add-event {
	position:absolute;
	right:3px;
	bottom:17px;
}
.takvimv > tbody > tr > td > .calcontain > .add-event {
	right:0;
	left:auto;
	padding:0 4px;
	bottom:0;
	display:block;
}
.takvimv > tbody > tr > td > .calcontain > .add-event:hover {
	background:rgba(0, 119, 145, .1);
}
.takvimv > tbody > tr > td > .calcontain > .caldatum {
	font-size:56px;
	line-height:56px;
    color: #aaa;
}
.takvimv > tbody > tr > td.passive > .calcontain > .caldatum {
    color:#f7f7f7!important;
}

.next-events {
	padding-left:5px;
}
.next-events .row {
	border:1px solid #ddd;
	border-radius:4px;
	margin-bottom:4px;
}
.next-events .row .kalcol {
	display:inline-block;
	width:20%;
}
.next-events .row .kalcol.last {
	width:72.88888%;
}
.next-events .row .kalcol.last a {
	position:relative;
	display:block;
}
.next-events .row .kalcol.last b, .next-events .row .kalcol.last p {
	font-size:12px;
	color:#666;
}
.next-events .row .kalcol.last span {
	position:absolute;
	right:2px;
	bottom:2px;
	font-size:11px;
	font-style:italic;
	color:#ccc;
}
.next-events .row .kalandar {
	border:1px solid #f7f7f7;
	border-radius:1px;
	margin:6px 3px 3px 6px;
	box-shadow: 0px 1px 2px gray, 
        -2px 1px 3px gray, 1px 2px 3px gray;
}
.next-events .row .kalandar span {
	display:block;
	margin:2px;
	padding:1px 5px;
	background:#01b1d7;
	color:#fff;
	text-align:center;
	font-size:12px;
}
.next-events .row .kalandar p {
	color:#444;
	text-align:center;
	padding:0;
	margin:0;
	font-size:16px;
	font-weight:bold;
	width:100%;
	overflow:hidden;
	white-space:nowrap;
}

.evntrow.deleted {
	text-decoration: line-through;
}

.acchart-list-table .bg-info td, .acchart-list-table thead tr th {
	color:#000!important;
	font-weight:800!important;
}
.acchart-list-table thead tr:last-child th {
	font-size:110%;
	border-bottom:3px solid #c00;
}
.acchart-list-table .bg-info td  {
	color:#000!important;
	font-weight:800!important;
}
.acchart-list-table .warning td {
	color:#000!important;
	font-weight:700!important;
}

.blink {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;

    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@media print {
  a[href]:after {
    content: none !important;
  }
}
.tooltip-inner > p {
   text-align:left!important;
}
.bootstrap-select .dropdown-header {
    color:#000;
    font-size:100%;
    font-weight:bold;
	border-bottom:1px solid #666;
}

.table-fixed {
	width: 100%;
}
.table-fixed tbody{
    height:200px;
    overflow-y:auto;
    width: 100%;
}
.table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
	display:block;
}
.table-fixed tbody td {
	float:left;
}
.table-fixed thead tr th {
	float:left;
}

.chckbx-form label {
	border:1px solid #eee;
	border-radius:4px;
	padding:2px 5px;
	cursor:pointer;
}
.chckbx-form .label-text {
	font-weight:normal;
}


.order_customer_user_divi .bootstrap-select.btn-group .dropdown-menu {
	max-width: 200px;
}
.order_customer_user_divi .bootstrap-select.btn-group .dropdown-toggle .filter-option , .order_customer_user_divi .bootstrap-select .dropdown-menu span.text {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 200px;
}

#costYFormu .cost_cat_id .bootstrap-select.btn-group .dropdown-menu li small {
    padding-left: 0!important;
}
#costYFormu .cost_cat_id .bootstrap-select.btn-group .dropdown-menu .text-mutad {
	color:#c00;
	font-size: 100%;
	font-weight:bold;
}
#costYFormu .cost_cat_id .bootstrap-select.btn-group .dropdown-menu li a.opt {
    padding-left: 2em;
}

.report-error {
	position:fixed;
	bottom:10px;
	right:10px;
	border-radius:3px;
	border:1px solid #FF5D00;
	width:26px;
	height:26px;
	display:block;
	color:#FF5D00;
	text-align:center;
	padding-top:3px;
}
.bootstrap-select.muted-text-right .dropdown-menu li a span.text {
    width: 100%;
}
.bootstrap-select.muted-text-right ul li a .text-muted {
	display:block;
	float:right;
}

.loadingwait:after {
  content: ' .';
  animation: dots 1s steps(5, end) infinite;
}

@keyframes dots {
  0%, 20% {
    color: rgba(0,0,0,0);
    text-shadow:
      .25em 0 0 rgba(0,0,0,0),
      .5em 0 0 rgba(0,0,0,0);}
  40% {
    color: white;
    text-shadow:
      .25em 0 0 rgba(0,0,0,0),
      .5em 0 0 rgba(0,0,0,0);}
  60% {
    text-shadow:
      .25em 0 0 white,
      .5em 0 0 rgba(0,0,0,0);}
  80%, 100% {
    text-shadow:
      .25em 0 0 white,
      .5em 0 0 white;}
}

.bg-primary th {
	color:#fff;
}

.panel-heading.menaccount a:after {
    font-family:'Glyphicons Halflings';
    content:"\e114";
    float: right;
    color: grey;
}
.panel-heading.menaccount a.collapsed:after {
    content:"\e080";
}
.tooltip {
    position: fixed;
	z-index:2074!important;
}