.title {
    color: #757575;
    font-weight: bold;
    font-family: 'Roboto'!important;
}
.modal {
    text-align: left;
    font-family: 'Roboto'!important;
}
.modal-content {
    border: none;
    border-radius: 2px;
    box-shadow: 0 16px 28px 0 rgba(0,0,0,0.22), 0 25px 55px 0 rgba(0,0,0,0.21);
}
.modal-header {
    border-bottom: 0;
    font-family: 'Roboto'!important;
    background-color: green;
    padding: 15px 20px 15px 20px;
}
.modal-body {
    font-family: 'Roboto'!important;
    border-bottom: 0;
    padding-top: 15px;
    padding-right: 25px;
    padding-left: 25px;
    padding-bottom: 15px;
}
.modal-body2 {
    border-bottom: 0;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 5px;
}
.modal-footer {
    border-top: 0;
    padding: 0px 20px 0px 20px;
    text-align: left;
}
@media (min-width: 768px) {
  .modal-xl {
    width: 90%;
   max-width:1200px;
  }
}
/*.btn-default, .btn-primary {
    border: none;
    border-radius: 2px;
    display: inline-block;
    color: #424242;
    background-color: #FFF;
    text-align: center;
    height: 36px;
    line-height: 36px;
    outline: 0;
    padding: 0 2rem;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    letter-spacing: .5px;
    transition: .2s ease-out;
}
.btn-default:hover {
    background-color: #FFF;
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
}
.btn-primary {
    color: #FFF;
    background-color: #2980B9;
}
.btn-primary:hover {
    background-color: #2980B9;
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
}
*/.modal > footer {
    text-align: center;
    margin: 15px;
}
.modal > footer h4 {
    font-size: 15px;
    font-weight: 100;
    margin: 1.46rem 0 1.168rem;
}
.modal_pozisyon {
    margin: 0;
    position: fixed;
    float: right!important;
    bottom: 0!important;
    right: 0;
    width: 300px;
}
.modalbaslik1 {
    font-family: 'Roboto'!important;
    font-size: 16px;
    color: white;
}
.modalbaslik2 {
    font-family: 'Roboto'!important;
    font-size: 12px;
    color: white;
}
