@charset "UTF-8";
/*
@ custom bootstrap : bootstrap'─▒ ihtiyac─▒n─▒ modifiye ederek ozellestirdigimi stil dosyamiz
@ front-end dev by alico */
body {
  font: 400 16px "Segoe";
  color: #808285; }

input, select, textarea {
  font-family: "Arial"; }

/*
@ setler */
.no-padding {
  padding: 0; }

/*
@ breadcrumb */
.breadcrumb {
  background: none;
  font-size: 13px;
  display: -ms-flexbox;
  display: flex; }

.nav-tabs.reset {
  border: 0; }
  .nav-tabs.reset > li {
    float: none;
    margin: 0; }
    .nav-tabs.reset > li > a {
      margin-right: 0;
      line-height: auto;
      border: 0;
      border-radius: 0;
      padding: 0; }
      .nav-tabs.reset > li > a:hover {
        background: none;
        border: 0; }
    .nav-tabs.reset > li.active {
      border: 0; }
      .nav-tabs.reset > li.active a {
        border: 0; }

/*
@ reset's */
ul.reset, ul.reset li, ul.reset ul, ul.reset ol {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none; }

ol.reset, ol.reset li, ol.reset ul, ol.reset ol {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none; }

blockquote.reset {
  border: 0;
  font-size: 14px;
  background: 0;
  padding: 0;
  margin: 0; }

label, h1, h2, h3, h4, h5, h6 {
  margin: 0; }

/*
@ user's model tema */
.modal.user .modal-content {
  box-shadow: 0 0 0;
  border-radius: 0; }

.modal.user .modal-header {
  border-bottom: 0; }

.modal.user .modal-content .close {
  font-size: 36px;
  z-index: 2;
  margin-top: -14px; }

.modal.user .modal-header h4 {
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  padding-top: 25px; }

.gutter-small .row {
  margin-left: -7px;
  margin-right: -7px; }

.gutter-small [class*="col-"] {
  padding-left: 7px;
  padding-right: 7px; }

.row.gs-1 {
  margin-left: -7px;
  margin-right: -7px; }

.gs-1 [class*="col-"] {
  padding-left: 7px;
  padding-right: 7px; }

.row.gs-2 {
  margin-left: -5px;
  margin-right: -5px; }

.gs-2 [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px; }

.row.no-gutter {
  margin-left: 0;
  margin-right: -0; }
  .row.no-gutter > [class*="col-"] {
    padding-left: 0;
    padding-right: 0; }

.row.c-ob > * {
  margin-bottom: 30px; }
.row.c-ob.no-gutter > * {
  margin-bottom: 14px; }
.row.c-ob.gs-2 > * {
  margin-bottom: 10px; }
.row.c-ob.gs-1 > * {
  margin-bottom: 14px; }

/*
@ responsive */
@media (min-width: 1200px) {
  .container {
    width: 1090px; } }
/*
@media (min-width: 1400px) {
  .container {
    width: 1170px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1090px;
  }
}*/
@media (max-width: 767px) {
  .breadcrumb {
    height: auto; }
    .breadcrumb > li {
      border: 0;
      line-height: auto;
      margin-right: 0;
      display: block; }
      .breadcrumb > li:hover {
        background: none; }
      .breadcrumb > li:before {
        content: " ";
        padding: 0; }
      .breadcrumb > li.active {
        background: none;
        color: #555;
        padding: 0;
        display: inline-block; }
      .breadcrumb > li a {
        color: #9f9e9e;
        padding: 0;
        height: 100%;
        display: inline-block; }
      .breadcrumb > li a:hover {
        color: #666; }
      .breadcrumb > li i {
        display: none; }
    .breadcrumb > li + li:before {
      padding: 0 5px;
      color: #ccc;
      content: "/\00a0"; }

  .row.c-ob-xs > * {
    margin-bottom: 15px; }
  .row.c-ob-xs.no-gutter > * {
    margin-bottom: 14px; }
  .row.c-ob-xs.gs-2 > * {
    margin-bottom: 10px; } }
@media (max-width: 420px) {
  .col-ms-12 {
    width: 100%; }

  .col-ms-6 {
    width: 50%; }

  .row.c-ob-ms > * {
    margin-bottom: 15px; }
  .row.c-ob-ms.no-gutter > * {
    margin-bottom: 14px; }
  .row.c-ob-ms.gs-2 > * {
    margin-bottom: 10px; } }
/*
@media (max-width: 767px) {
  .row.no-padding-xs > *[class*="col-"] { padding-left: 0 !important; padding-right: 0 !important }
}

@media (min-width: 768px) and (max-width: 991px) {
  
}

@media (min-width: 992px) and (max-width: 1199px) {

}
*/
