html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 40px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 10px;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    padding-left:10px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e151";
}

a.desc:after {
    content: "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 3px 20px;
    border: none;
    text-decoration: none !important;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none !important;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

html,
body {
    font-size: 14px !important;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
}

.form-group {
    margin-bottom: 0 !important;
}

.sidebar-nav {
    font-size: 16px;
}

.sidebar-nav li.active {
    background-color:#eee !important;
    border-bottom:3px solid green;
}

.sidebar-nav li.active {
    color:#eee !important;
}

.nav > li.active {
    background-color:#dcdcdc;
}

#wrapper {
    padding-top: 50px;
}

#country-list {
    max-height: 360px;
    overflow-y: auto;
}

#sidebar-toggler {
    position: fixed;
    left:0;
    top:120px;
    font-size: 24px;
    background-color: #eee;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#sidebar-toggler:hover {
    cursor: pointer;
    background-color: #333;
    color:#eee;
}

select[disabled] {
    background:#eee;
}

.article-body, .article-description, .article-url {
    border-radius: 5px;
    background: #fff;
    padding: 6px 12px;
    margin-bottom: 6px;
    text-align: justify;
}

.marked-text {
    background-color: yellow;
    padding: 0 1px;
}

.remove-row, .token {
    cursor: pointer;
}

.marked-row {
    transition:background 0.5s;
}

.marked-row:hover {
    background-color:#dedede !important;
}

.people-row-hover {
    transition:background 0.5s;
    background-color: #529E52;
}

.draggable-tokens div {
    display:inline-block;
}

.footer .container {
    padding-left:250px !important;
}

@media (max-width: 1600px) {
}

.huge {
    font-size:32px;
    font-weight:bold;
}

.glyphicon-huge {
    font-size:60px;
}

.back-milliyet {
    background: transparent url("images/logo/milliyet-logo.png") right top no-repeat;
}

.back-hurriyet {
    background: transparent url("images/logo/hurriyet-logo.png") right top no-repeat;
}

.back-birgun {
    background: transparent url("images/logo/birgun-logo.png") right top no-repeat;
}

.back-posta {
    background: transparent url("images/logo/posta-logo.png") right top no-repeat;
}

.back-gazetevatan {
    background: transparent url("images/logo/gazetevatan-logo.png") right top no-repeat;
}

.back-haberturk {
    background: transparent url("images/logo/haberturk-logo.png") right top no-repeat;
}

.back-sabah {
    background: transparent url("images/logo/sabah-logo.png") right top no-repeat;
}

.back-sozcu {
    background: transparent url("images/logo/sozcu-logo.png") right top no-repeat;
}

.back-newspaper {
    background-size: 10%;
}

.news-item {
    border: 1px solid #dedede;
    padding: 5px;
    margin-bottom: 10px;
}

.lib-row {
    font-size: 80%;
}

.lib-header {
    margin-bottom: 6px;
}

#case-view-news .panel-group .panel {
    border-radius: 0;
}

.suicide-stats-kpis {
    margin-top: 25px;
}

.selectMonths {
    float: right;
    position: relative;
    display: inline-block;
}
.selectMonths .selectMonthsselect {
    height: 30px;
}
.selectMonths > i {
    position: absolute;
    right: 5px;
    top: 5px;
    opacity: 0.35;
    font-style: normal;
    font-size: 18px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    pointer-events: none;
}
.selectMonths > input {
    text-transform: capitalize;
    padding-left: 10px;
    cursor: default;
    cursor: pointer;
}
.selectMonths:hover > i {
    opacity: .7;
}
.selectMonths + .selectMonths {
    float: none;
}

.brand-name {
    color: #228B22;
}

.brand-logo {
    position: relative;
    top: 3px;
}

/*@media (max-width: 768px) {
    .footer .container {
        padding-left:150px !important;
    }
}*/

.news-title .label, .news-description .label, .news-text .label {
    padding: 0 4px;
    border-radius: 0;
    font-weight: normal;
}

.panel-total {
    border-color: #4caf50;
}

.panel-total > .panel-heading {
    color: #fff;
    background-color: #4caf50;
    border-color: #4caf50;
}

.panel-processed {
    border-color: #ffa000;
}

.panel-processed > .panel-heading {
    color: #fff;
    background-color: #ffa000;
    border-color: #ffa000;
}

.panel-indigo {
    border-color: #536dfe;
}

.panel-indigo > .panel-heading {
    color: #fff;
    background-color: #536dfe;
    border-color: #536dfe;
}

.panel-teal {
    border-color: #009688;
}

.panel-teal > .panel-heading {
    color: #fff;
    background-color: #009688;
    border-color: #009688;
}

.panel-unprocessed {
    border-color: #ff5252;
}

.panel-unprocessed > .panel-heading {
    color: #fff;
    background-color: #ff5252;
    border-color: #ff5252;
}

.panel-pink {
    border-color: #c2185b;
}

.panel-pink > .panel-heading {
    color: #fff;
    background-color: #c2185b;
    border-color: #c2185b;
}

.panel-deeppurple {
    border-color: #673ab7;
}

.panel-deeppurple > .panel-heading {
    color: #fff;
    background-color: #673ab7;
    border-color: #673ab7;
}

.dashboard-kpi .panel-heading {
    min-height: 105px;
}

.sidebar-nav .glyphicon {
    text-indent: 0;
}

.row-highlight {
    background:#F3B82F;
    color:#fff;
}

.incident-inner-box {
    overflow:hidden;
    box-shadow:0 5px 4px 0 rgba(0,0,0,0.2),0 3px 10px 0 rgba(0,0,0,0.19);
    padding:10px;
    height:100%;
}

.incident-outer-box {
    max-height:400px;
    height:400px;
}

.incident-list-image {
    height:70%;
    width:100%;
    background-size:cover;
    background-color:#ccc;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.incident-empty-image {
    height:70%;
    width:100%;
    background-color:#ccc;
    position: relative;
}

a.incident-nounderline, a.incident-nounderline:visited, a.incident-nounderline:hover {
    text-decoration: none;
    color: #000;
}

.nowrap-ellipsis {
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gallery-item img {
    width: 200px;
    max-width: 100%;
    height: 120px;
    overflow: hidden;
}

.incident-list-image-type {
    position: absolute;
    right: 0;
    top: 20px;
    background-color: #ff6961;
    color: #fff;
    font-weight: bold;
    padding: 8px;
}

.list-month-divider {
    margin:10px 5px;
    font-size:24px;
    line-height:24px;
    padding:20px;
    background:#aaa;
    font-weight:bold;
    background-color: #1fc8db;
    background-image: linear-gradient(141deg, #bbccdd 11%, #ffffff 75%);
}

.page-footer {
    height:40px;
}

@media (max-width: 767px) {
    .affix {
        position: static;
    }
}

#document-page-list {
    max-width: 800px;
    margin: auto;
}

.shadow-document {
    /*-webkit-box-shadow: 0 10px 6px -6px #777;
       -moz-box-shadow: 0 10px 6px -6px #777;
            box-shadow: 0 10px 6px -6px #777;*/
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034),
  0 6.7px 5.3px rgba(0, 0, 0, 0.048),
  0 12.5px 10px rgba(0, 0, 0, 0.06),
  0 22.3px 17.9px rgba(0, 0, 0, 0.072),
  0 41.8px 33.4px rgba(0, 0, 0, 0.086),
  0 100px 80px rgba(0, 0, 0, 0.12)
}

.lds-facebook {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background: #fff;
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-facebook div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}
.lds-facebook div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
}
.lds-facebook div:nth-child(3) {
  left: 56px;
  animation-delay: 0;
}
@keyframes lds-facebook {
  0% {
    top: 8px;
    height: 64px;
  }
  50%, 100% {
    top: 24px;
    height: 32px;
  }
}

.document-image {
   width:100%; 
   min-height: 400px; 
   border:1px solid #aaa; 
   margin:10px;
}

.document-image-container {
   width:100%;
   text-align:center; 
   position:relative;
}

.document-image-loader-container {
   position:absolute; 
   left: 46%; 
   margin-top: 46%; 
   height:100%;
}

.sticky-header {
   position:sticky; 
   top: 50px; 
   padding-top: 5px; 
   background:#fff;
}

#news-content {
    
}