﻿/* Bootstrap Dialog Extension */
.modal-fullscreen {
    padding-left: 0 !important;
    overflow-y: hidden !important;
}

    .modal-fullscreen .modal-content {
        border: none;
        border-radius: 0;
        height: 100%;
    }

    .modal-fullscreen .modal-dialog {
        margin: 0 !important;
        height: 100%;
    }

    .modal-fullscreen .modal-lg {
        width: 100% !important;
    }
/* End Bootstrap Dialog Extension */

/* Bootstrap Extension */
.merge-control input.form-control {
    border-radius: 0;
    border-bottom-width: 0;
}

.display-list-item {
    display: list-item;
    margin-left: 30px;
}

.merge-control input.last-child {
    border-radius: 0 0 4px 4px;
    border-bottom-width: 1px;
}

.merge-control input.first-child {
    border-radius: 4px 4px 0 0;
    border-top-width: 1px;
}

.panel {
    margin-bottom: 0;
}

.no-padding {
    padding: 0;
}

.no-padding-left {
    padding-left: 0;
}

.no-padding-right {
    padding-right: 0;
}

.no-margin {
    margin: 0 !important;
}

.bottom-margin-10 {
    margin-bottom: 10px;
}

.no-border {
    border: none !important;
}

.no-border-left {
    border-left: none !important;
}

.border-left-1 {
    border-left-width: 1px;
}
/* End Bootstrap Extension */

html {
    -webkit-font-smoothing: antialiased;
}

body {
    font-family: Roboto, 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif !important;
}

.has-navigation {
    padding-top: 70px;
}

.single-numeric-value-table {
    width: 100%;
}

.test-name-cell {
    font-style: italic;
    width: 190px;
}

.vertical-center {
    vertical-align: middle;
}

@media screen and (max-width:400px) {
    .test-name-cell {
        font-weight: bold;
        width: 130px;
    }
}

.test-row-odd {
    background-color: lightgray;
}

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

    .bs-callout h4 {
        margin-top: 0;
        margin-bottom: 5px;
    }

    .bs-callout p:last-child {
        margin-bottom: 0;
    }

    .bs-callout code {
        border-radius: 3px;
    }

    .bs-callout + .bs-callout {
        margin-top: -5px;
    }

.bs-callout-default {
    border-left-color: #777;
}

    .bs-callout-default h4 {
        color: #777;
    }

.bs-callout-primary {
    border-left-color: #428bca;
}

    .bs-callout-primary h4 {
        color: #428bca;
    }

.bs-callout-success {
    border-left-color: #5cb85c;
}

    .bs-callout-success h4 {
        color: #5cb85c;
    }

.bs-callout-danger {
    border-left-color: #d9534f;
}

    .bs-callout-danger h4 {
        color: #d9534f;
    }

.bs-callout-warning {
    border-left-color: #f0ad4e;
}

    .bs-callout-warning h4 {
        color: #f0ad4e;
    }

.bs-callout-info {
    border-left-color: #5bc0de;
}

    .bs-callout-info h4 {
        color: #5bc0de;
    }

.screen-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.73);
    justify-content: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 22px;
}

.bg-purple {
    color: #fff;
    background-color: #564aa3;
}

.btn-circle {
    width: 35px;
    height: 35px;
    text-align: center;
    padding: 6px 0;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 17px;
}

#genotip-logo {
    float: right;
}

.brandimg-full-width {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.carousel-inner a {
    text-decoration: none;
}

.dynamicTile .col-sm-2.col-xs-4 {
    padding: 5px;
}

.dynamicTile .col-sm-4.col-xs-8 {
    padding: 5px;
}

#tile1 {
    background: rgb(0,172,238);
}

#tile2 {
    background: rgb(243,243,243);
}

#tile3 {
    background: rgb(71,193,228);
}

#tile4 {
    background-image: url('http://handsontek.net/demoimages/tiles/facebook.png');
    background-size: cover;
}

#tile5 {
    background: rgb(175,26,63);
}

#tile6 {
    background: rgb(62,157,215);
}

#tile7 {
    background: white;
}

#tile8 {
    background: rgb(209,70,37);
}

#tile9 {
    background: url(./images/dashboard/radyoloji.jpg);
}

    #tile9 h3 {
        background: rgba(0,142,0,.7);
         padding-top: 4px;
        padding-bottom: 5px;
        font-size: 2vw;
    }

#tile11 {
    background: url(./images/dashboard/tetkik.jpg);
}

    #tile11 h3 {
        background: rgba(224, 30, 38, 0.7);
        padding-top: 4px;
        padding-bottom: 5px;
        font-size: 2vw;
    }

#tile10 {
    background: url(./images/dashboard/laboratuvar.jpg);
}

    #tile10 h3 {
        background: rgba(0,93,233, .7);
        padding-top: 4px;
        padding-bottom: 5px;
        font-size: 2vw;
    }

.tile {
    background-size: cover;
}

.tilecaption {
    -webkit-transition: transform linear .2s;
    -moz-transition: transform linear .2s;
    -o-transition: transform linear .2s;
    transition: transform linear .2s;
}

.tile:hover h3 {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}

.tilecaption {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    margin: 0 !important;
    text-align: center;
    color: white;
}

.input-xs {
    height: 22px;
    padding: 2px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.input-group-xs > .form-control,
.input-group-xs > .input-group-addon,
.input-group-xs > .input-group-btn > .btn {
    height: 22px;
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
}

.gtp-label-xs {
    padding-top: 3px;
    margin-bottom: 0;
    text-align: right;
    font-size:80%
}

.form-group-xs {
    margin-bottom:5px
}


.typeahead,
.tt-query,
.tt-hint {
  width: 396px;
  height: 30px;
  padding: 8px 12px;
  font-size: 24px;
  line-height: 30px;
  border: 2px solid #ccc;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  outline: none;
}

.typeahead {
  background-color: #fff;
}

.typeahead:focus {
  border: 2px solid #0097cf;
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999
}

.tt-menu {
  width: 396px;
  margin: 12px 0;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 12px;
  line-height: 16px;
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #0097cf;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;

}

.tt-suggestion p {
  margin: 0;
}
nav{
  height:80px;
}
.navbar-header>a>img{
  height:70px;
}

.navbar-header {
    float: left;
    text-align: center;
    width: 100%;
}
.navbar-brand {float:none;}

.downloadAttachment{
    display:block;
    padding:6px;
}

 [data-letters]:before {
            content: attr(data-letters);
            display: inline-block;
            font-size: 1em;
            width: 2.5em;
            height: 2.5em;
            line-height: 2.5em;
            text-align: center;
            border-radius: 50%;
            background: #337ab7;
            vertical-align: middle;
            margin-right: 0.5em;
            color: white;
        }