.opensans {
    font-family: 'Open Sans', sans-serif;
}


.list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.article-list li {
    padding-bottom: 10px;

}

.input-group-addon {
    padding:0 !important;
    width:40px !important;
}

.input-group-addon .btn {
    padding: 6px 12px;
}





body {
    /*background-image: url("../img/seamless_paper_texture.png") !important;*/
    background-color: #F1F1F1;
    padding: 0 !important;
}

.bg-white {
    background-color: #fff!important;
}

.statistik_number {
    font-family: Georgia,"Times New Roman",Times,serif;
}


.filter-box {
    max-height: 250px;
    overflow: auto;
    line-height: 17px;
    font-size: 14px;
}

.bg-black-op-5 {
    background-color: rgba(0, 0, 0, 0.05) !important;
}

@media screen and (max-width: 992px) {
    .bg-white-op-5 {
        background-color: #FFFFFF !important;
    }
}

@media screen and (min-width: 992px) {
    .bg-white-op-5 {
        background-color: rgba(255, 255, 255, 0.2) !important;
    }
}

.bg-body {
    background-color: #EEEEEE !important;
}

.text-black-op {
    color: rgba(0, 0, 0, 0.5) !important;
}

.transparent-header {
    background-color: transparent !important;
}

.nav-link {
    padding: 10px 10px !important;
    margin: 0px 2px;
    font-size: small;
    font-weight: bolder;
    line-height: 1;
}

a.nav-link:hover {
    background-color: #DDDDDD;
}

@media (min-width: 979px) {
    ul.navbar-nav li.dropdown:hover > div.dropdown-menu {
        display: block;
    }
}

@media (min-width: 979px) {
    ul.navbar-nav li.dropdown:hover > ul.dropdown-menu {
        display: block;
    }
}

.dropdown-item {
    font-size: small !important;
    padding: .25rem 1rem;
}

a:hover {
    text-decoration: none;
}

.text-small {
    font-size: small;
}

.text-large {
    font-size: large;
}

.text-medium {
    font-size: medium !important;
}

.text-dark {
    color: #484848 !important;
}

.text-muted {
    color: #bfbfbf !important;
}

.text-secondary {
    color: #919191 !important;
}

.text-warning {
    color: #f28b00 !important;
}

.text-primary {
    color: #114667 !important;
}

.bg-primary {
    background-color: #114667 !important;
}

a.bg-primary:focus, a.bg-primary:hover {
    background-color: #114667 !important;
}

.btn-primary {
    background-color: #114667 !important;
    color: #ffffff !important;
    border-color: #114667 !important;
}

.text-main {
    color: #a2083d !important;
}

.textFitted {
    color: #a2083d !important;
}

.text-danger {
    color: #a2083d !important;
}

.bg-main {
    background-color: #a2083d !important;
}

.btn-main {
    background-color: #a2083d;
    border-color: #a2083d;
    color: #dddddd;
}

.border-main {
    border-color: #a2083d;
}

a {
    color: #007398;
}

a:hover {
    color: #007398;
}

.img-circle {
    border-radius: 50%;
    width: 20px;
    height: 20px;
}

.breadcrumb {
    border-radius: 0 !important;
    background-color: rgba(0, 0, 0, 0.05) !important;
    font-size: small;
    margin-bottom: 2rem;
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.letter-search>a+a:before {
    padding: 0 0px;
    color: #ccc;
    content: " | ";
}

.dropdown-menu {
    margin-top: -5px;
}

.card-general {
    border-radius: 0!important;
    border: 0!important;
    padding: 10px;
}

.row.gutters-tiny {
    margin-right: -3px;
    margin-left: -3px;
}

.row.gutters-tiny > .col,
.row.gutters-tiny > [class*="col-"] {
    padding-left: 3px;
    padding-right: 3px;
}

.row.gutters-tiny .push,
.row.gutters-tiny .block {
    margin-bottom: 6px;
}

.dergipark-flag {
    position: absolute;
    top:0;
    right:0;
    z-index: 500;
}


.dergipark-fixmenu {
    position: absolute;
    top:0;
    right:130px;
    z-index: 520;
    width: 360px;
}

.dergipark-rolemenu {
    position: absolute;
    top:56px;
    right:130px;
    z-index: 400;
    width: 360px;
    text-align: right;
}


@media screen and (max-width: 992px) {
    .dergipark-flag {
        display: none;
    }
    .dergipark-fixmenu {
        display: none;
    }
    .dergipark-rolemenu {
        display: none;
    }
}

/* Responsive: Portrait tablets and up */
@media screen and (max-width: 576px) {
    .screen {
        display: none;
    }
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 576px) {
    .mobile {
        display: none;
    }
}

.highlighted {
    margin-bottom: 5px;
    border-bottom: 1px solid #eeeeee;
}

.highlighted em {
    background-color: yellow;
}

.panel-default > .panel-leftheading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.panel-primary > .panel-leftheading {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
}

.panel-success > .panel-leftheading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.panel-info > .panel-leftheading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.panel-warning > .panel-leftheading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.panel-danger > .panel-leftheading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.card-header {
    font-weight: bold;
}

.submission-subform-template {
    display: none;
}
.submission-subform {
    margin: 5px;
    border: 1px solid #CCC;
    padding: 10px;
}

.jb_result_preview {
    max-width: 100%;
    margin-bottom: 5px;
}
.jb_crop_upload, .jcrop-holder, .jb_crop_img {
    max-width: 100% !important;
}
.jcrop-holder {
    margin-bottom: 5px;
}
.fileinput-button {
    display: inline !important;
}

.fileinput-button:hover a {
    text-decoration: none !important;
}
.file-remove-button, .jb_crop_reset {
    margin-left: 2px;
}


.navbar {
    padding: .5rem 1rem !important;
}

.navbar-left {
    float: left !important;
}

.navbar-right {
    float: right !important;
}

.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:no-repeat center center;background-size:100% 100%}
.navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}


#userDropDown {
    position: relative;
    padding-left: 36px !important;
    margin-left: 10px;
}

#userDropDown #userDropDown-user-avatar {
    position: absolute;
    top: 0;
    left: 0;
}

#j-header-user-box-user-menu #userDropDown #userDropDown-user-avatar {
    top: 4px;
}

#userDropDown #userDropDown-user-avatar img {
    height: 32px;
    border-radius: 16px;
}

.pr5 {
    padding-right: 5px !important;
}

.pl5 {
    padding-left: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}
