@charset "UTF-8";

body,
html {
    height: 100%;
}
body {
    background-color: #d2d6de;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Tahoma, sans-serif;
    background-image: url('../img/login_background.png');
    background-size: cover;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
form,
ul,
p {
    display: block;
}
li {
    list-style: none;
}
hr {
    margin-top: 0;
    margin-bottom: 5px;
}
select {
    cursor: pointer;
}
label {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Tahoma, sans-serif;
    font-weight: 600;
}
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}
.ortala {
    margin-left: auto;
    margin-right: auto;
}
.pos-rel {
    position: relative;
}
.full-height {
    height: 100%;
}
.full-width {
    width: 100% !important;
}
.no-shadow {
    box-shadow: none !important;
}
.no-radius {
    border-radius: 0 !important;
}
.no-border {
    border: none !important;
}
.no-padding {
    padding: 0 !important;
}
.no-margin {
    margin: 0 !important;
}
.inline-block {
    display: inline-block;
}
.block {
    display: block;
}
.input-group {
    margin-bottom: 10px;
}
.input-group-addon {
    border-radius: 2px;
}
.input-group-addon:first-child {
    border-right: 0;
    min-width: 36px;
    text-align: center;
    border-radius: 0;
}
.form-control {
    font-family: 'Open Sans', Tahoma, sans-serif;
    font-weight: 600;
    color: #444;
    font-size: 13px;
    padding: 6px 9px;
    resize: none;
    background: #efefef;
    background: -moz-linear-gradient(top, #fff 0, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #efefef));
    background: -webkit-linear-gradient(top, #fff 0, #efefef 100%);
    background: -o-linear-gradient(top, #fff 0, #efefef 100%);
    background: -ms-linear-gradient(top, #fff 0, #efefef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF',endColorstr='#EFEFEF',GradientType=0);
    background: linear-gradient(top, #fff 0, #efefef 100%);
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
.form-control.teslim {
    border: 1px solid #90ccff;
    background: -webkit-linear-gradient(top, #fff 0, #cce8ff 100%);
    background: linear-gradient(top, #fff 0, #cce8ff 100%);
    background: -moz-linear-gradient(top, #fff 0, #cce8ff 100%);
    background: -ms-linear-gradient(top, #fff 0, #cce8ff 100%);
    color: #3a5267;
}
.form-control:focus {
    border-color: #afafaf;
    box-shadow: inset 0 1px 1px rgba(193, 193, 193, 0.12);
}
.form-control.teslim:focus {
    border: 1px solid #71a8d8;
}
.form-control.takvim {
    border: 1px solid #efe38d;
    background: -webkit-linear-gradient(top, #fff 0, #fff7be 100%);
    background: linear-gradient(top, #fff 0, #fff7be 100%);
    background: -moz-linear-gradient(top, #fff 0, #fff7be 100%);
    background: -ms-linear-gradient(top, #fff 0, #fff7be 100%);
    color: #695a23;
}
.form-control.takvim:focus {
    border: 1px solid #b9b067;
}
.form-group label {
    color: #696969;
    font-size: 13px;
    margin-bottom: 2px;
}
.modal-body {
    padding: 10px;
}
.modal-header,
.modal-footer {
    padding: 15px 10px;
}
.thumbnail {
    margin-bottom: 0;
}
.btn {
    border-radius: 2px;
    outline: none !important;
    outline-offset: 0 !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.btn:hover {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.btn-default {
    font-family: 'Open Sans', Tahoma, sans-serif;
    font-weight: 600;
    color: #545454;
}
.btn-info,
.btn-warning {
    font-family: 'Open Sans', Tahoma, sans-serif;
    font-weight: 600;
    color: #ffffff;
}
.font-bold {
    font-family: 'Open Sans', Tahoma, sans-serif;
    font-weight: 600;
}
.rotate {
    font-size: 16px;
    line-height: 16px;
    color: #ffffff;
    display: none;
    -webkit-animation: cevir 0.9s linear infinite;
    animation: cevir 0.9s linear infinite;
}
@-webkit-keyframes cevir {
    from {
        -webkit-transform: rotate(1deg);
        transform: rotate(1deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes cevir {
    from {
        -webkit-transform: rotate(1deg);
        transform: rotate(1deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.rotate-90 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.checkbox label,
.radio label {
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}
.ui.checkbox {
    font-size: 14px;
}
.ui.checkbox .box,
.ui.checkbox label {
    padding-left: 20px;
    font-family: 'Open Sans', Tahoma, sans-serif;
    color: #4e4e4e;
    font-size: 13px;
}
.ui.checkbox .box:before,
.ui.checkbox label:before {
    border: 1px solid #bdbdbd;
}
.ui.checkbox input:checked ~ .box:after,
.ui.checkbox input:checked ~ label:after {
    color: rgb(26, 80, 128);
}
.zorunlu:before {
    content: '';
    position: absolute;
    top: 0;
    left: 51%;
    border: 5px solid transparent;
    border-top-color: #f3a5a5;
    z-index: 101;
}
.zorunlu:after {
    position: absolute;
    bottom: 100%;
    border-radius: 0;
    color: #ac2727;
    left: 50%;
    width: 50%;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    padding: 5px;
    font-size: 12px;
    content: 'Boş Bırakılamaz';
    background: #f3dede;
    z-index: 100;
    text-align: center;
    border: 2px solid #f3a5a5;
    border-bottom-width: 1px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.zorunlu > .form-control {
    background: -webkit-linear-gradient(top, #fff 0, #fde6e6 100%);
    background: -moz-linear-gradient(top, #fff 0, #fde6e6 100%);
    background: linear-gradient(top, #fff 0, #fde6e6 100%);
    border-color: #dcaaaa;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.checkbox label,
.radio label {
    min-height: 15px;
}
.alert {
    padding: 10px 15px;
    font-size: 13px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Tahoma, sans-serif;
    /*font-weight: 600;*/
    margin-bottom: 0;
    margin-top: 10px;
    border-radius: 2px;
}
.alert-info {
    border-color: #aed6de;
}
b,
strong {
    font-family: 'Open Sans', Tahoma, sans-serif;
    font-weight: 600;
}
.clear:after {
    content: '';
    display: table;
    clear: both;
}
.sonuc {
    display: none;
}
.center {
    text-align: center;
}
.progress {
    height: 10px;
    border-radius: 2px;
}
.qtip-tipsy {
    font-size: 13px;
    color: #ececec;
    font-family: 'Open Sans', Tahoma, sans-serif;
    font-weight: 600;
    border-radius: 3px;
}
.bootstrap-select > .dropdown-toggle {
    line-height: 20px;
    border: 1px solid #d6d6d6;
    border-radius: 0;
    color: #444;
    font-size: 13px;
    background: #efefef;
    background: -moz-linear-gradient(top, #fff 0, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #efefef));
    background: -webkit-linear-gradient(top, #fff 0, #efefef 100%);
    background: -o-linear-gradient(top, #fff 0, #efefef 100%);
    background: -ms-linear-gradient(top, #fff 0, #efefef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF',endColorstr='#EFEFEF',GradientType=0);
    background: linear-gradient(top, #fff 0, #efefef 100%);
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    outline: none !important;
}
.input-group[disabled] .input-group-addon {
    color: #a9a9a9;
    border: 1px solid #e0e0e0;
    border-right: 0;
}
.gizli {
    display: none;
}
.acik {
    display: block;
}
.ui.radio.checkbox input:checked ~ .box:after,
.ui.radio.checkbox input:checked ~ label:after {
    background-color: rgb(26, 80, 128);
}
.ui.radio.checkbox .box,
.ui.radio.checkbox label {
    padding-left: 18px;
}
.trumbowyg-box,
.trumbowyg-editor {
    margin: 0;
    width: 100%;
}
.ms-tab .tab-menu ul {
    border-bottom: 1px solid #e2e2e2;
}
.ms-tab .tab-menu ul li {
    float: left;
    margin-right: -1px;
}
.ms-tab .tab-menu ul li a {
    min-width: 60px;
    text-align: center;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    display: block;
    padding: 8px 10px;
    font-size: 13px;
    margin-bottom: -1px;
    border: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #7b7b7b;
    background: #f7f7f7;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}
.ms-tab .tab-menu ul li.active a {
    background: #ffffff;
    padding: 10px;
    margin-top: -4px;
    border-bottom: 1px solid #fff;
    color: #484848;
}
.ms-tab .tab-menu ul li:not(.active) a:hover {
    background: #fff;
}
.ms-tab .ms-tab-content {
    padding-top: 10px;
}
.ms-tab .ms-tab-content .tab-bir {
    display: none;
}
.input-group-addon {
    padding: 6px 12px;
    background: #efefef;
    background: -moz-linear-gradient(top, #fff 0, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #efefef));
    background: -webkit-linear-gradient(top, #fff 0, #efefef 100%);
    background: -o-linear-gradient(top, #fff 0, #efefef 100%);
    background: -ms-linear-gradient(top, #fff 0, #efefef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF',endColorstr='#EFEFEF',GradientType=0);
    background: linear-gradient(top, #fff 0, #efefef 100%);
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
.input-daterange .input-group-addon {
    padding: 4px 10px;
    background-color: #fff;
}
.btn-group-sm > .btn,
.btn-sm {
    padding: 6px 10px;
    line-height: initial;
}
.form-group .aciklama {
    padding: 7px 9px;
    font-style: italic;
    float: left;
    font-size: 13px;
    color: #d07474;
    border-bottom: 1px dotted;
}
.input-group .sec {
    position: absolute;
    top: 50%;
    right: 35px;
    transform: translateY(-50%);
    z-index: 11;
}
.panel-heading.baslik {
    color: #fff;
    background: -webkit-linear-gradient(top, #88b9e4 0, #426e94 100%);
    background: linear-gradient(top, #88b9e4 0, #426e94 100%);
    background: -moz-linear-gradient(top, #88b9e4 0, #426e94 100%);
    border: none;
    border-radius: 3px;
    overflow: hidden;
    font-family: monospace;
    text-shadow: 1px 1px 0px #172938;
}

@media screen and (min-width: 768px) {
    .yan-cizgi-left-des {
        border-left: 1px solid #e4e4e4;
    }
    .yan-cizgi-right-des {
        border-right: 1px solid #e4e4e4;
    }
    .no-padding-min-768 {
        padding: 0;
    }
}

@media screen and (max-width: 768px) {
    .hidden-768 {
        display: none;
    }
    .ms-tab .tab-menu ul li {
        float: left;
        margin-right: none;
        width: 50%;
    }
}

@media screen and (max-width: 480px) {
    .hidden-480 {
        display: none;
    }
    .ms-tab .tab-menu ul li {
        float: left;
        margin-right: none;
        width: 50%;
    }
    .ms-tab .tab-menu ul li a,
    .ms-tab .tab-menu ul li.active a {
        padding: 10px;
    }
}

textarea,
textarea.form-control,
input.form-control,
input[type='text'],
input[type='password'],
input[type='email'],
input[type='number'],
[type='text'].form-control,
[type='password'].form-control,
[type='email'].form-control,
[type='tel'].form-control,
[contenteditable].form-control {
    border-radius: 0 !important;
    font-size: 13px !important;
}
