﻿/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*.navbar-nav >.active> a
{
    background-color: #02adc6!important;
}
.nav .open>a
{
    background-color: #fff!important;
}*/
.emr-top
{
    width: 100%;
    height: 45px;
    background-color: #525866;
    display: block;
    line-height: 40px;
    color: #fff;
    font-size: 1.1em;
}
.emr-top p
{
    float: left;
    font-size: .9em;
}
.emr-top ul
{
    list-style: none;
    /*margin: 0;
    padding: 0;*/
    float: right;
}
.emr-top ul li
{
    padding: 0 10px;
    display: inline-block;
}
.navbar
{
    display: block;
}
.navbar-emr-top
{
    top: 0!important;
}
/*.navbar-fixed-top
{
    background-color: #fff;
    border-bottom: none;
    height: 100px;
}*/
.tulay-logo
{
    position: relative;
    margin-top: 10px;
    display: inline-block;
    width: 270px;
}
.navbar-toggler
{
    background-color:lightgray;
}
.carousel-item img {
    width: 100%;
    /*max-height: 600px;*/
}
/*.navbar-nav
{
    margin-top: 30px!important;
    float: right;
}
.navbar-nav .active a
{
    color: #fff!important;
    border-radius: 6px;
}
.navbar-nav a
{
    font-size: 1.1em;
    color: #525866!important;
}*/
footer {
    width: 100%;
    float: left;
    background-color: #525866;
    color: #fff;
    line-height: 23px;
}
.footer-box
{
    width: 23%;
    margin: 1%;
    float: left;
}
.footer-box h2,h3,h4,h5
{
    width: 100%;
    font-size: 1.5em!important;
    margin: 10px 0;
}
.footer-box ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-box a
{
    color: #fff!important;
    text-decoration: none;
}
.emr-footer
{
    width: 100%;
    float: left;
    line-height: 23px;
    padding: 1% 0;
    margin: 1% 0;
    border-top: 1px solid #808080;
}
.emr-footer .anahtar
{
    float: left;
    color: #56565a;
}
.emr-footer .anahtar a
{
    color: #56565a;
    text-decoration: none;
}
.emr-footer .link
{
    float: right;
    margin-right: 16%;
}
.emr-icerik
{
    width: 100%;
    display: block;
    margin-bottom: 10px;
    background: url('/images/b2.jpg') top center;
    background-repeat: no-repeat;
}
.emr-icerik h1
{
    line-height: 90px;
    color: #fff;
    margin-bottom: 20px;
    font-size: 30px;
}
.emr-icerik .icerik
{
    width: 100%;
    float: left;
}

.emr-index-middle
{
    margin: 3% auto;
    color: #444444;
    line-height: 23px;
}
.emr-index-middle h3
{
    margin: 0 0 2% 0;
    color: #02adc6;
}
.emr-index-middle .row
{
    margin: 3% 0;
}
    .emr-index-middle a {
        text-decoration: none;
        color: #444444;
    }
[class^="medical-icon-"], [class*=" medical-icon-"] {
    font-family: 'webfont-medical-icons';
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: left;
    margin-right: 3%;

}
.medical-icon-alternative-complementary:before {
    content: "\e66f";
    font-size: 4em;
}
.icerik-blog
{
    width:100%;
    float: left;
}
.icerik-blog .record
{
    width:50%;
    float: left;
}
.icerik-blog .record .boxs
{
    width:50%;
    max-height: 200px;
    float: left;
    padding: 1%;
    overflow: hidden;
}
.icerik-blog .record img
{
    width:100%;
}
.icerik-blog .record .boxs h3
{
    width:100%;
    font-size: 16px!important;
}

@media (max-width: 500px) {
    .emr-top {
        height: 90px;
        font-size: 1em;
        background-color: #525866;
        line-height:23px;
        display: block;
    }
    .emr-top ul {
        float: left;
        margin: 0;
        padding: 0;
    }
}