﻿/* global 
   --------------------------------------------------------------------- */
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #444; /* #4b5063; */
    padding: 10px 0;
}

a, a:focus {
    color: #4d5780;
    text-decoration: underline;
}

a:hover {
    color: #d93a3a;
}

pre, code {
    border-radius: 0;
    font-size: 14px;
}

pre {
    color: inherit;
}

pre.no-background {
    background: none;
    border: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: inherit;
}

/* carousel 
   --------------------------------------------------------------------- */

.carousel-inner > .item > img {
    margin: 0 auto;
}

.carousel-control.right, .carousel-control.left {
    background-image: none;
}

/* thumbnails 
   --------------------------------------------------------------------- */

a.thumbnail,
a.thumbnail:focus {
    border: none;
    border-radius: 0;
    border-bottom: 2px solid #fff;
}

a.thumbnail:hover {
    border-bottom: 2px solid #d93a3a;
}

a.thumbnail.with-bg {
    background-color: #f6f6f6;
}

a.thumbnail.with-bg:hover {
    background-color: #eee;
}

/* buttons
   --------------------------------------------------------------------- */

.btn {
    border-radius: 0px;
    text-decoration: none;
}

.btn-group {
    border-radius: 0px;
}

.btn-group-xs > .btn {
    border-radius: 0px;
}

/* form controls
   --------------------------------------------------------------------- */

.form-control {
    color: #444;
}

input[type="text"].form-control,
input[type="file"].form-control,
input[type="password"].form-control,
input[type="email"].form-control {
    height: 30px;
    padding: 4px 10px;
    font-size: 14px;
    line-height: normal;
    border-radius: 0;
}

input[type="file"].form-control {
    border: none;
    box-shadow: none;
}

select.form-control {
    height: 30px;
    padding: 4px 10px;
    font-size: 14px;
    line-height: normal;
    border-radius: 0;
}

textarea.form-control {
    padding: 4px 10px;
    font-size: 14px;
    line-height: normal;
    border-radius: 0;
}

.form-control:focus {
    border-color: #ccc;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(196, 196, 196, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(196, 196, 196, .6);
}

input[type="text"].input-sm,
input[type="file"].input-sm,
input[type="password"].input-sm,
input[type="email"].input-sm {
    height: 22px;
    padding: 1px 5px;
    font-size: 12px;
    line-height: normal;
    border-radius: 0;
}

input[type="file"].input-sm {
    margin: 4px 0;
}

.radio, .checkbox {
    margin-top: 0;
    margin-bottom: 8px;
}

.form-group {
    margin-bottom: 6px;
}

.form-horizontal.form-horizontal-compact .form-group {
    margin-bottom: 0;
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    padding-top: 4px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 22px;
}

.form-control-static {
    padding-top: 4px;
    padding-bottom: 0;
}

.input-group-addon {
    border-radius: 0;
}

/* modal dialogs
   --------------------------------------------------------------------- */

.modal-content {
    border-radius: 0;
}

.modal-header {
    padding: 10px 15px;
}

/* alerts
   --------------------------------------------------------------------- */

.alert {
    border-radius: 0;
}

.alert-sm {
    padding: 5px 10px;
    font-size: 12px;
}

/* dropdowns
   --------------------------------------------------------------------- */

.dropdown-menu {
    border-radius: 0;
}

.dropdown-menu > li > a {
    text-decoration: none;
}

/* panels
   --------------------------------------------------------------------- */

.panel,
.panel-heading {
    border-radius: 0;
}

.panel-group .panel {
    border-radius: 0;
}

.panel-body {
    padding: 10px 15px;
}

.panel-title {
    font-size: 14px;
}

.panel-heading {
    padding: 6px;
}

/* pagination
   --------------------------------------------------------------------- */

.pagination {
    margin: 0;
}

.pagination > li:first-child > a,
.pagination-sm > li:first-child > a,
.pagination > li:last-child > a,
.pagination-sm > li:last-child > a,
.pagination > li:first-child > span,
.pagination-sm > li:first-child > span,
.pagination > li:last-child > span,
.pagination-sm > li:last-child > span {
    border-radius: 0px;
}

.pagination > li > a, .pagination > li > span {
    color: #444; /* #4b5063; */
}

.pagination > li > a:hover, .pagination > li > span:hover {
    color: #d93a3a;
}

.pagination > li.active > a, .pagination > li.active > span {
    background-color: #f6f6f6;
    color: #444; /* #4b5063; */
    font-weight: bold;
    border-color: #ddd;
    border-bottom: 1px solid #d93a3a;
}

.pagination > li.active > a:hover, .pagination > li.active > span:hover {
    background-color: #eee;
    color: #444; /* #4b5063; */
    font-weight: bold;
    border-color: #ddd;
    border-bottom-color: red;
}

/* collapse
   --------------------------------------------------------------------- */

.collapsing {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

/* images
   --------------------------------------------------------------------- */

.img-thumbnail {
    border-radius: 0;
}

/* summer-note editor
   --------------------------------------------------------------------- */

.note-editor.panel {
    margin-bottom: 0;
}

/* lists
   --------------------------------------------------------------------- */

.list-contents {
    list-style: none;
    border-left: 2px solid #d93a3a;
    margin-left: 0;
    padding-left: 1em;
}

.list-contents > li > a {
    text-decoration: none;
}

/* dropdown menu with checkboxes
   --------------------------------------------------------------------- */

.dropdown-menu.dropdown-menu-form > li > label.checkbox-inline {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    margin-left: 20px;
}

.dropdown-menu.dropdown-menu-form > li > label.checkbox-inline > input[type=checkbox] {
    margin-left: -20px;
}

.dropdown-menu.dropdown-menu-form > li:hover,
.dropdown-menu.dropdown-menu-form > li:focus {
    color: #262626;
    background-color: #f5f5f5;
}

/* wells
   --------------------------------------------------------------------- */

.well, .well-lg, .well-sm {
    border-radius: 0;
}

/* summernote and so on
   --------------------------------------------------------------------- */
.note-editable p {
    margin: 0;
}
.summernote-html p {
    margin: 0;
}
