/* GENEL */
body {
    font-family: 'Roboto';
}

h3 {
    font-size: 1.50rem;
    font-weight: 400;
}

/* HOME */




.navbar .navbar-brand {
    color: #ffffff;
    font-size: 16px;
}

.navbar .badge-light {
    color:black;
}

.navbar .btn-secondary {
    height: 100%;
}



.bg-dark {
    background-color: transparent !important;
}

.nav-link {
    color: white !important;
    text-transform: uppercase;
    transition: color .5s ease;
}

.nav-link:hover {
    color: #1886c7 !important;
}



#headerSection .overlay {
    background-color: rgb(56, 56, 56, .1)
}

#headerSection .row {
    height: 100vh;
}



/* MEDİA QUERİES */

@media screen and ( max-width:1400px ) {
    #ourHistory p {
        line-height: 20px;
    }

    .baslikInce {
        color: #292929 !important;
        font-weight: bold;
        font-size: 24px;
    }

    .baslikKalin {
        color: #292929 !important;
        font-weight: bold;
        font-size: 24px;
    }

    .display-4 {
        font-size: 26px !important;
        font-weight: 300;
        line-height: 20px;
    }


}

@media screen and ( max-width:1200px ) {
    #ourHistory p {
        line-height: 20px;
    }

    .bg-dark {
        background-color: rgba(49, 58, 66, 0.5) !important;
    }
    
    .baslikInce {
        color: #292929 !important;
        font-weight: bold;
        font-size: 24px;
    }

    .baslikKalin {
        color: #292929 !important;
        font-weight: bold;
        font-size: 24px;
    }

    .display-4 {
        font-size: 26px !important;
        font-weight: 300;
        line-height: 20px;
    }


}

@media screen and ( max-width:992px ) {
    .display-3 {
        font-size: 48px;
    }

    #ourHistory .btn {
        position: relative;
    }

    .order-12 {
        order: inherit;
    }

    .bg-dark {
        background-color: rgba(49, 58, 66, 0.5) !important;
    }

    .baslikInce {
        color: #292929 !important;
        font-weight: bold;
        font-size: 24px;
    }

    .baslikKalin {
        color: #292929 !important;
        font-weight: bold;
        font-size: 24px;
    }

    .display-4 {
        font-size: 26px !important;
        font-weight: 300;
        line-height: 1;
    }

    

    
    
}

@media screen and ( max-width:768px ) {
    .display-3 {
        font-size: 38px;
    }

    .mt-118 {
        margin-top: 10px;
    }

    .display-4 {
        font-size: 26px !important;
        font-weight: 300;
        line-height: 1.2;
    }

    .baslikInce {
        color: #292929 !important;
        font-weight: bold;
        font-size: 24px;
    }

    .baslikKalin {
        color: #292929 !important;
        font-weight: bold;
        font-size: 24px;
    }
    .order-12 {
        order: inherit;
    }

    .iletisimSag {
        position: absolute;
        bottom: inherit !important;
    }

    .bg-dark {
        background-color: rgba(49, 58, 66, 0.5) !important;
    }
    

}

@media screen and ( max-width:576px ) {
    .mt-118 {
        margin-top: 10px !important;
    }

    .display-4 {
        font-size: 26px !important;
        font-weight: 300;
        line-height: 1.2;
    }

    .baslikInce {
        color: #292929 !important;
        font-weight: bold;
        font-size: 24px;
    }

    .baslikKalin {
        color: #292929 !important;
        font-weight: bold;
        font-size: 24px;
    }

    .iletisimSag {
        position: absolute;
        bottom: inherit !important;
    }

    .bg-dark {
        background-color: rgba(49, 58, 66, 0.5) !important;
    }

    .order-12 {
        order: inherit;
    }


}

.phone {
    color: white;
    position: absolute;
    left: 50px;
}

.iconWhite{
    color:#ffffff;
}

.backgroundImage {
    background: url('../../resources/img/backLeft.jpg') no-repeat;
    background-size: cover;
    height: 100vh;
}

.backgroundImageMergen {
    background: url('../../resources/img/mergen_bg.png') no-repeat;
    background-position: right bottom;
    background-repeat: no-repeat;
    height: 100vh;
}

.display-4 {
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.2;
}

.ortala {
    position: relative;
    left: 50%;
    top: 25%;
    margin-left: -360px;
}

.hastane {
    width: 90%;
    margin-top: 17%;
    margin-right: auto;
    margin-left: 7%;
}

.login {
    width: 90%;
    margin-top: 15%;
    display: block;
    margin-right: auto;

}

.mergenAmblem {
    width: 50px;
    height: 50px;
}

.mt-6 {
    margin-top: 6px;
}

.fLeft {
    float: left;
}

.baslikInce {
    color: #292929 !important;
    font-weight: 100;
    letter-spacing: 2px;
}

.baslikKalin {
    color: #292929 !important;
    font-weight: bold;
}

.dilSecimi {
    font-size: 12px;
    margin-top: 12px;
}

.loginForm {
    width: 60%;
    margin-top: 2%;
    margin-right: auto;
    margin-left: 9%;
}

.logoutForm {
    width: 60%;
    margin-top: 20%;
    margin-right: auto;
    margin-left: 9%;
}

.mt-15 {
    margin-top: 15px;
}

.mt-118 {
    margin-top: 118px;
}

.form-group .form-control {
    border: none;
    background-color: #e4e4e4;
}

.submitButton {
    background-color: #00dcbe;
    border: none;
    border-radius: 1000px;
    margin-left: 5px;
    width: 40px;
    height: 40px;
    font-size: 20px;
    vertical-align: -15%;
    color: white;
    cursor: pointer;
}

.mergenBuyukIcon {
    margin-top: 17%;
    display: block;
    margin-left: auto;
    margin-right: 9%;
}

.text-right {
    text-align: right !important;
}

.leftLine {
    margin-top: 10%;
    display: block;
    margin-left: auto;
    margin-right: 9%;
    width: 60%;
}

.kurulumText {
    text-align: right;
    margin-top: 10%;
    display: block;
    margin-left: auto;
    color: white;
    font-size: 200%;
    font-weight: 100;
    margin-right: 9%;
}

.eklenti {
    margin-top: 5%;
    font-weight: 100;
    margin-right: 4%;
    width: 60%;
}

.colorWihte {
    color: #ffffff !important;
}

.marginTop5 {
    margin-top: 5px;
}

.cursorP {
    cursor: pointer;
}

.cursorP:hover {
    color: #a3c1d8 !important;
}

.iletisimSol {
    position: absolute;
    bottom: 10px;
}

.iletisimSag {
    position: absolute;
    bottom: 20px;
}

a {
    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #a3c1d8;
    text-decoration: none;
}

.width92 {
    width: 92%;
}

.floatR {
    float: right;
}

.margin0 {
    margin: 0px;
}

#sagIletisim a {
    color: #000000; 
}

.bottom {
    display: inline;
    position: absolute;
    bottom: 0;
    margin: 0px;
}

.marginR20 {
    margin-right: 20%;
}

.marginT20 {
    margin-top: 10%;
}

#footer {
    background-color: #445e6e;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding:15px;
}

.width92 {
    width: 92% !important;
}

.width90 {
    width: 90% !important;
}


.textF{
  margin-bottom: 10px;
  background-color: #e4e4e4;
  border: none;
  border-radius: 4px;
  width: 60%;
  height: 40px;
  font-size: large;
  padding-left: 10px;
}

.login{
  width: 70%;
  margin-top: 10%;
	display:block;
  margin-right:auto;
  margin-left:7%;
}

.text-rtl { direction:rtl; unicode-bidi:bidi-override; }


#msg {
    padding: 10px;
}

#msg.errors {
    border: 1px dotted #BB0000;
    color: #BB0000;
    background: url(../images/error.png) no-repeat 20px center;
      background-color: rgb(255, 238, 221);
}

#msg.success { border: 1px dotted #390; color: #390; padding-left: 100px; background: url(../images/success.png) no-repeat 20px center; }
#msg.info { border: 1px dotted #008; color: #008; padding-left: 100px; background: url(../images/info.png) no-repeat 20px center; }
#msg.question { border: 1px dotted #390; color: #390; padding-left: 100px; background: url(../images/question.png) no-repeat 20px center; }
#msg.warn { border: 1px dotted #960; color: #960; padding-left: 100px; background: #ffbc8f url(../images/info.png) no-repeat 20px center; }

.errors {
    border: 1px dotted #BB0000;
    color: #BB0000;
    padding-left: 100px;
    padding-top:5px;
    background: url(../images/error.png) no-repeat 20px center;
}
.connect {
    width: 305px;
    margin: 5px auto 0 auto;
    font-size: 18px;
    font-weight: 700;
    text-shadow: 0 1px 3px rgba(0,0,0,.2);
}

.connect a {
    display: inline-block;
    width: 32px;
    height: 35px;
    margin-top: 15px;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
}


.connect a:hover { background-position: center bottom; }












