@import url('https://fonts.googleapis.com/css?family=Merriweather:400,400i,700,700i,900,900i|Ubuntu:400,400i,500,500i,700,700i');

.container {
    width: 940px !important;
}

html, body {
    background-color: #f9f9fb;
    font-family: 'Merriweather', serif;
    margin: 0;
    padding: 0;
}

p, a, h1, h2, h3, h4, h5, h6 {
    font-family: 'Merriweather', serif;
}

.hmargin {
    margin-top: 40px;
}

.hidden {
    display: none;
}

.footer {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

/*
|--------------------------------------------------------------------------
| Colors
|--------------------------------------------------------------------------
*/
.black-bg {
    background-color: #000000;
}

.black-fg {
    color: #000000;
}

.green-bg {
    background-color: #7cb32e;
}

.green-fg {
    color: #7cb32e;
}

.blue-bg {
    background-color: #2bc4e0;
}

.blue-fg {
    color: #2bc4e0;
}

.pink-bg {
    background-color: #cb4382;
}

.pink-fg {
    color: #cb4382;
}

.grey-bg {
    background-color: #c4c4c4;
}

.grey-fg {
    color: #c4c4c4;
}

/*
|--------------------------------------------------------------------------
| Layout
|--------------------------------------------------------------------------
*/
.c_body {
    display: flex;
    width: 1280px;
    margin: 0 auto;
    padding: 0;
    background-color: #fdf0e6;
}

.c_nav {
    width: 63px;
    flex: 1;
    text-align: center;
    background: #ffffff;
    font-family: 'Ubuntu', sans-serif;
}

.c_content {
    width: 1217px;
    padding: 70px 161px 124px 98px;
}

.c_xs {
    font-size: 10px;
}

.c_sm {
    font-size: 12px;
}

/*
|--------------------------------------------------------------------------
| Navigation
|--------------------------------------------------------------------------
*/
.navbox {
    width: 63px;
    height: 80px;
    border-bottom: 2px solid #fdf0e6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Ubuntu', sans-serif;
}

.navbox.dark {
    background: #000000;
    color: #f69448;
}

.navbox.light {
    background: #ffffff;
    color: #000000;
}

/*
|--------------------------------------------------------------------------
| Dashboard --> Total boxes
|--------------------------------------------------------------------------
*/
.region {
    width: 448px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.region > h5 {
    font-family: Merriweather, serif;
    font-size: 18px;
    text-align: center;
    color: #000000;
}

.total {
    width: 109px;
    border-right: 3px solid #fdf0e6;
    float: left;
}

.total-header {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 37px;
    font-family: Merriweather, serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.36;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
}

.total-body {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    font-family: Ubuntu, sans-serif;
    font-size: 50px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    background-color: #ffffff;
}

/*
|--------------------------------------------------------------------------
| Dashboard --> Show rows buttons
|--------------------------------------------------------------------------
*/
.filter-wrapper {
    margin-bottom: 10px;
    margin-top: 50px
}

.showrows {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem 0 0 .2rem;
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    font-family: 'Ubuntu', sans-serif;
}

/*
|--------------------------------------------------------------------------
| Dashboard --> Table
|--------------------------------------------------------------------------
*/
.table td {
    border-top: none;
    border-bottom: 1px solid #f3e7dc;
}

.table thead th {
    font-size: 12px;
    text-transform: uppercase;
    border-top: none;
    border-bottom: 2px solid #f3e7dc;
    font-weight: normal;
}

.table-btn {
    font-size: 12px;
}

a.black-a {
    color: #212529 !important;
    text-decoration: none !important;
}

a.black-a:hover {
    text-decoration: underline !important;
}

/*
|--------------------------------------------------------------------------
| Dashboard --> Pr. side buttons
|--------------------------------------------------------------------------
*/
.extra-sm {
    font-size: 10px;
}

/*
|--------------------------------------------------------------------------
| Buttons
|--------------------------------------------------------------------------
*/
.btn {
    border: none;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    font-family: 'Ubuntu', sans-serif;
}

.btn-info, .btn-info:link {
    color: #fff;
    background-color: #2bc4dd;
}

.btn-danger, .btn-danger:link {
    color: #fff;
    background-color: #ca4483;
}

.btn-success, .btn-success:link {
    background-color: #7cb32e;
}

.inv-button {
    padding-top: 15px;
    padding-bottom: 15px;
}

.btn-danger:link:hover, .btn-danger:focus, .btn-danger:hover, .btn-danger:active {
    color: #fff !important;
    background-color: #b3326e !important;
    border-color: #b3326e !important;
}

.btn-info:link:hover, .btn-info:focus, .btn-info:hover, .btn-info:active {
    color: #fff !important;
    background-color: #20afc5 !important;
    border-color: #20afc5 !important;
}

.btn-warning:link:hover, .btn-warning:focus, .btn-warning:hover, .btn-warning:active {
    color: #fff !important;
    background-color: #db650a !important;
    border-color: #db650a !important;
}

.btn-success:link:hover, .btn-success:focus, .btn-success:hover, .btn-success:active {
    color: #fff !important;
    background-color: #628e25 !important;
    border-color: #628e25 !important;
}

/*
|--------------------------------------------------------------------------
| Topbar
|--------------------------------------------------------------------------
*/
.top-isloggedin {
    padding: 5px 5px 5px 10px;
    background: #f3e7dc
}

/*
|--------------------------------------------------------------------------
| Invitationsmail --> Editor
|--------------------------------------------------------------------------
*/
.editor-wrapper {
    width: 620px;
}

.editor {
    margin-bottom: 20px;
}

/*
|--------------------------------------------------------------------------
| Exports page
|--------------------------------------------------------------------------
*/
.omr-de-copy {
    width: 72px;
    height: 38px;
    font-size: 18px;
    line-height: 2.11;
    text-align: left;
    color: #000000;
}

.row-margin {
    margin-bottom: 50px;
}

.btn-warning {
    background-color: #f69448;
    width: 67px;
    height: 41px;
    border-radius: 8px;
}

.custom-select {
    width: 111px;
    height: 41px;
    color: #a1a1a1;
}

.filer-for {
    width: 80px;
    height: 38px;
    font-size: 18px;
    line-height: 2.11;
    text-align: left;
    color: #000000;
}

.hr-margin {
    margin-bottom: 96px
}

/*
|--------------------------------------------------------------------------
| Log and Historik buttons on "Create church page"
|--------------------------------------------------------------------------
*/
.topbar {
    margin-top: -50px;
}

.topbar-link {
    width: 26px;
    height: 17px;
    font-size: 14px;
    text-align: left;
    color: #4a4a4a;
    margin-right: 20px;
}

a.header_a {
    color: #212529 !important;
    text-decoration: none !important;
}

/*
|--------------------------------------------------------------------------
| Collapsing in church pages
|--------------------------------------------------------------------------
*/
.collapse-wrapper {
    margin-bottom: 40px;
}

.is-btn {
    cursor: pointer;
}

.collapse-header {
    font-size: 20px;
    color: #000000;
    margin-bottom: 20px;
}

/*
|--------------------------------------------------------------------------
| Preview modal
|--------------------------------------------------------------------------
*/
.pre-wrapper {
    width: 250px;
}

.pre-title {
    color: #015e9e;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
}

.pre-bold {
    font-size: 13px;
    font-weight: bold;
    margin-top: -20px;
    font-family: 'Ubuntu', sans-serif;
}

.pre-normal {
    font-size: 13px;
    margin-top: -20px;
    font-family: 'Ubuntu', sans-serif;
}

.pre-ita {
    font-size: 12px;
    margin-top: -15px;
    font-family: 'Ubuntu', sans-serif;
}

.pre-black-fg {
    color: #000000;
}

.pre-red-fg {
    color: #b6233e;
}

/*
|--------------------------------------------------------------------------
| Thanks page
|--------------------------------------------------------------------------
*/
.thanks-wrapper {
    margin-top: 100px;
}

.exit-btn {
    border: solid 1px #dadada;
    padding: 10px 40px;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 40px;
}

/*
|--------------------------------------------------------------------------
| Login page
|--------------------------------------------------------------------------
*/
.login-wrapper {
    margin-top: 100px;
}

/*
|--------------------------------------------------------------------------
| Church form component
|--------------------------------------------------------------------------
*/
.form-control {
    border-radius: 0;
    margin-top: 0;
}

label {
    margin-bottom: 2px;
    font-size: 14px;
}

.btn-light:not(:disabled):not(.disabled).active {
    background-color: #3a3a3a;
    border-color: #3a3a3a;
    color: #ffffff;
}

.addinfo {
    color: #1495d3;
    cursor: pointer;
}

.radiobtn {
    margin-right: 10px;
    border-radius: 8px !important;
    border: 1px solid #ced4da;
    font-family: Merriweather, serif;
}

.btn-group-toggle {
    margin-bottom: 20px !important;
}

.checkbox-margin {
    margin-bottom: 20px
}

.pointerCursor {
    cursor: pointer
}

.previewbtn {
    background: #fdf0e6;
    border: solid 1px #d3d3d3;
    font-size: 16px;
}

.approvebtn {
    background: #7cb32e;
    font-size: 16px;
}

.sendcorrectionbtn {
    background: #1495d3;
    font-size: 16px;
}

.correctioninfo {
    background-color: #f5e9e0;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 14px;
}

.unsubscribeinfo {
    font-size: 14px;
    text-align: right
}

.unsubscribebtn {
    background: #fdf0e6;
    border: solid 1px #c50000;
    font-size: 16px;
    color: #c50000;
}

.form-control:disabled {
    background-color: #fdf0e6;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    opacity: 0.3 !important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    opacity: 0.3 !important;
}

:-ms-input-placeholder { /* Microsoft Edge */
    opacity: 0.3 !important;
}

.is-changed {
    border: 3px solid #2bc4e0 !important;
}

.btn-save {
    font-size: 16px;
    margin-left: 20px
}

.clickable {
    cursor: pointer !important;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus {
    color: #212529 !important;
    text-decoration: none !important;
    background-color: #f8f9fa !important;
}

/*
|--------------------------------------------------------------------------
| Sorting page
|--------------------------------------------------------------------------
*/
.sorting-wrapper {
    margin-top: 50px;
}

.sorting-wrapper > .row > .col-6 > h4 {
    font-size: 20px;
}

.in-sorting-wrapper {
    margin-top: 10px;
}

.sortbox {
    word-wrap: break-word;
    background-color: #ffffff;
    border: 1px solid #D4D4D4;
    padding: 10px 10px;
    cursor: pointer;
    margin-bottom: 5px;
}

.sortbox-no {
    word-wrap: break-word;
    background-color: #fff3cd;
    border: 1px solid #D4D4D4;
    padding: 10px 10px;
    margin-bottom: 5px;
}

.sortbox:focus, .sortbox:active {
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75);
}

/*
|--------------------------------------------------------------------------
| Dashboard table
|--------------------------------------------------------------------------
*/
.churchname{
    text-transform: capitalize;
}

.facility-icon {
    width: 1.875rem;
    height: 1.875rem;
}
/*
|--------------------------------------------------------------------------
| Images
|--------------------------------------------------------------------------
*/
.churchimages-thumbnail {
    height: calc(4.25rem + 1px);
}
