a {
    color: #5A738E;
    text-decoration: none
}

a,
a:visited,
a:focus,
a:active,
:visited,
:focus,
:active,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: 0
}

a:hover,
a:focus {
    text-decoration: none
}

.form-group {
    margin-bottom: 10px
}

button, .buttons, .btn, .modal-footer .btn + .btn {
    margin-bottom: 5px;
    margin-right: 5px;
}

.login {
    background: #F7F7F7;
}

.login_wrapper {
    right: 0px;
    margin: 0px auto;
    max-width: 350px;
    position: relative
}

.login_form {
    position: absolute;
    top: 0px;
    width: 100%
}

.animate {
    -webkit-animation-duration: 0.5s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: 0.5s;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: both;
    -o-animation-duration: 0.5s;
    -o-animation-timing-function: ease;
    -o-animation-fill-mode: both;
    -ms-animation-duration: 0.5s;
    -ms-animation-timing-function: ease;
    -ms-animation-fill-mode: both;
    animation-duration: 0.5s;
    animation-timing-function: ease;
    animation-fill-mode: both
}

.login_content {
    margin: 0 auto;
    position: relative;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    min-width: 280px
}

.login_content a,
.login_content .btn-default:hover {
    text-decoration: none
}

.login_content a:hover {
    text-decoration: none
}

.login_content h1 {
    font: normal 25px Helvetica, Arial, sans-serif;
    letter-spacing: -0.05em;
    line-height: 20px;
    margin: 10px 0 30px
}

.login_content h1:before,
.login_content h1:after {
    content: "";
    height: 1px;
    position: absolute;
    top: 10px;
    width: 27%
}

.login_content h1:after {
    background: #7e7e7e;
    background: linear-gradient(left, #7e7e7e 0%, #fff 100%);
    right: 0
}

.login_content h1:before {
    background: #7e7e7e;
    background: linear-gradient(right, #7e7e7e 0%, #fff 100%);
    left: 0
}

.login_content h1:before,
.login_content h1:after {
    content: "";
    height: 1px;
    position: absolute;
    top: 10px;
    width: 20%
}

.login_content h1:after {
    background: #7e7e7e;
    background: linear-gradient(left, #7e7e7e 0%, #fff 100%);
    right: 0
}

.login_content h1:before {
    background: #7e7e7e;
    background: linear-gradient(right, #7e7e7e 0%, #fff 100%);
    left: 0
}

.login_content form {
    margin: 20px 0;
    position: relative
}


.login_content form input[type="email"],
.login_content form input[type="password"] {
    border-radius: 3px;
    -ms-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
    -o-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
    box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
    border: 1px solid #c8c8c8;
    color: #777;
    margin: 0 0 20px;
    width: 100%
}

.login_content form input[type="text"]:focus,
.login_content form input[type="email"]:focus,
.login_content form input[type="password"]:focus {
    -ms-box-shadow: 0 0 2px #ed1c24 inset;
    -o-box-shadow: 0 0 2px #ed1c24 inset;
    box-shadow: 0 0 2px #A97AAD inset;
    background-color: #fff;
    border: 1px solid #A878AF;
    outline: none
}

#username {
    background-position: 10px 10px !important
}

#password {
    background-position: 10px -53px !important
}


.loginButon {
    width: 60%;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    background-color: #ce171f;
    border: 1px solid #ce171f;
}

.loginButon:hover,
.loginButon:focus {
    background: #950000;
    border: 1px solid #950000;
    color: #FFFFFF;
}

.loginButon:active,
.loginButon.active {
    background: #ff5748;
    border: 1px solid #ff5748;
}

.verifyButton {
    width: 100%;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    background-color: #00c0ef;
    border: 1px solid #00acd6;
}

.verifyButton:hover,
.verifyButton:focus {
    background: #00acd6;
    border: 1px solid #00acd6;
    color: #FFFFFF;
}

.verifyButton:active,
.verifyButton.active {
    background: #00acd6;
    border: 1px solid #00acd6;
}

.verifyOutButton:disabled,
.verifyButton[disabled]{
    color: #b7b7b7;
    background-color: #e9e9e9;
    border: 1px solid #b7b7b7;
}

.verifyOutButton {
    width: 100%;
    color: #FFFFFF;
    font-size: 16px;
    background-color: #ce171f;
    border: 1px solid #ce171f;
}

.verifyOutButton:hover,
.verifyOutButton:focus {
    background: #950000;
    border: 1px solid #950000;
    color: #FFFFFF;
}

.verifyOutButton:active,
.verifyOutButton.active {
    background: #ff5748;
    border: 1px solid #ff5748;
}

.logOutButon {
    width: 100%;
    color: #b7b7b7;
    font-size: 16px;
    font-weight: bold;
    background-color: #e9e9e9;
    border: 1px solid #b7b7b7;
}

.logOutButon:hover,
.logOutButon:focus {
    background: #878787;
    border: 1px solid #878787;
    color: #FFFFFF;
}


.anketorGiris {
    width: 60%;
    color: #950000;
    font-size: 16px;
    font-weight: bold;
    background-color: #FFFFFF;
    border: 1px solid #d50000;
}

.anketorGiris:hover,
.anketorGiris:focus {
    background: #ff5748;
    border: 1px solid #950000;
    color: #FFFFFF;
}

.anketorGiris:active,
.anketorGiris.active {
    background: #ff5748;
    border: 1px solid #ff5748;
}

.btn-geri {
    color: #950000;
    font-size: 16px;
    font-weight: bold;
    background-color: #FFFFFF;
    border: 1px solid #d50000;
}

.btn-geri:hover,
.btn-geri:focus {
    background: #ff5748;
    border: 1px solid #950000;
    color: #FFFFFF;
}

.btn-geri:active,
.btn-geri.active {
    background: #ff5748;
    border: 1px solid #ff5748;
}

.btn-ok {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    background-color: #ce171f;
    border: 1px solid #ce171f;
}

.btn-ok:hover,
.btn-ok:focus {
    background: #950000;
    border: 1px solid #950000;
    color: #FFFFFF;
}

.btn-ok:active,
.btn-ok.active {
    background: #ff5748;
    border: 1px solid #ff5748;
}

.loginFooter {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 10%; /* footer yüksekliği */
    background: #f7f7f7;
    text-align: center;
}

.iconButon {
    background-color: #ffcdd2;
    border-color: #ffcdd2;
    color: #950000;
}

.iconButon:hover,
.iconButon:active,
.iconButon:hover {
    background-color: #950000;
    border-color: #950000;
    color: #ffffff;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #950000;
    border-color: #950000;
}

.anketBoxTitle {
    border-bottom: 2px solid #E6E9ED;
    margin-bottom: 10px;
}

.anketBaslik {
    padding-top: 6px;
    padding-left: 4px;
    font-weight: bold;
}

.anketButon {
    background-color: #ce171f;
    border-color: #ce171f;
}

.anketButon:hover,
.anketButon:active,
.anketButon:hover {
    background-color: #950000;
    border-color: #950000;
}

.anketButonlar {
    margin: 0px auto;
    padding-left: 0;
}

.anketButonlar li {
    list-style: none;
    float: left;
    font-size: 14px;
}

.anketButonlar li a {
    padding: 5px;
}

.soruTxt {
    display: block;
    padding: 10px;
    position: relative;
    padding-left: 0;
}

.soruTxt h4 {
    display: inline-block;
    font-size: 17px;
    margin: 0;
    line-height: 1;
    padding-top: 4px;
    padding-left: 4px;
}

.anketCevap {
    margin-left: 107px;
}

.anketBasla:hover,
.anketBasla:active,
.anketBasla:hover {
    background-color: #950000;
    border-color: #950000;
}

.anketBasla:hover,
.anketBasla:active,
.anketBasla:hover h4{
    font-size: 16px;
    color: #950000;
}

.anketorAnketBaslik{
    font-size: 24px;
    font-weight: bold;
}
.tab {
    color: #73879C;
}
.tab h2{
    font-size: 18px;
    font-weight: 400;
}

.orneklemeler{
    margin-top: 25px;
    padding: 25px;
    border: solid 1px #73879C;
    border-radius: 16px;
}
.orneklemelerAlt{
    padding: 15px;
    border: solid 1px #73879c87;
    border-radius: 16px;
}
.flat_sutun {
    background-position: 0 0;
    display: inline-block;
    vertical-align: middle;
    margin: 0!important;
    padding: 0;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background-color: #ddd;
    border-radius: 5px;
    -webkit-appearance: none;
    outline: none;
}
.flat_sutun:active, .flat_sutun:checked:active {
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}
.flat_sutun:checked {
    background-color: #ce171f;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
}
.flat_sutun:checked:after {
    content: '\2714';
    font-size: 14px;
    padding-left: 3px;
    color: #ffffff;
}

/* The Modal (background) */
.modalRandevu {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    padding-top: 50px;
    padding-left: 230px;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.78); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content-randevu {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.process-ok {
    color: #ce171f;
    background-color: #ccbcbc;
}

.process-ok:hover {
    background: #e0d0d0;
    color: #96151c;
    border-color: #aaa;
}
.process-ok:active,
.process-ok:focus {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-supervizor-cati {
    padding: 5px;
    font-size: 24px;
    background: transparent;
    color: #00c0ef;
}
.open .btn-supervizor-cati,
.btn-supervizor-cati:hover {
    color: #0090bc;
}
.btn-supervizor-cati.btn:active {
    box-shadow: none;
}

.btn-supervizor-mobil {
    padding: 5px;
    font-size: 24px;
    background: transparent;
    color: #f39c12 ;
}
.open .btn-supervizor-mobil,
.btn-supervizor-mobil:hover {
    color: #bb6e00;
}
.btn-supervizor-mobil.btn:active {
    box-shadow: none;
}

.btn-mola {
    background-color: #00c0ef!important;
    color: #ffffe9!important;
}

.btn-mola:hover {
    color: #FFFFFF!important;
    border-color: #0090bc!important;
}

.btn-mola-bitir {
    background-color: #dd4b39!important;
    color: #ffffe9!important;
}

.btn-mola-bitir:hover {
    color: #a40f11!important;
    border-color: #367fa9!important;
}

.solaYasla{
    text-align: left!important;
}


/* Input group */
.input-group .input-group-addon {
    border-radius: 0;
    border-color: #d2d6de;
    background-color: #fff;
}

.btn-ready{
    width: 175px!important;
    text-align: center;
    font-weight: bold;
}

