@import "https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700|Roboto:300,400,700&display=swap";
@media (min-width: 560px) {
    .navbar-toggler {
        width: 140px;
    }
}

body {
    font-family: 'Open Sans', sans-serif;
    background: #fff;
}

p {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.7em;
    color: #1c1c1c;
}

strong {
    font-weight: 700;
}


/* ul, li {
    font-family: 'Open Sans', sans-serif;
} */

ul,
li {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #1c1c1c;
}

.text-center {
    text-align: center!important;
    overflow: hidden;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

small p {
    font-size: 10px;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

.navbar,
.navbar-toggler {
    border: none;
}

.header {
    background: #22638c;
    width: 100%;
}

.header-speak {
    background-color: #6461ab;
    width: 100%;
}

#page-content-wrapper {
    padding: 20px 0px;
}

.nav-logged-out {
    color: #fff;
}


/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 300px;
    width: 0;
    height: 100%;
    margin-right: -300px;
    /* ORIGINAL overflow-y: auto; */
    /* BEGIN Add vertical scrollbar */
    overflow-y: scroll;
    scrollbar-width: thin;
    /* END Add vertical scrollbar */
    background: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-left: 1px solid #ccc;
}

#wrapper.toggled #sidebar-wrapper {
    width: 300px;
}

.sidebar-nav {
    margin: 0;
    list-style: none;
    padding: 20px;
    text-align: center;
}

.sidebar-nav li {
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #1c1c1c;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1em;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #22638c;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav>.sidebar-brand {
    line-height: 60px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1.3em;
    color: #22638b;
}

.blue h4 {
    color: #235fb1 !important;
    font-weight: 500;
}


/*SPEAK MENU*/

.sidebar-nav-speak {
    margin: 0;
    list-style: none;
    padding: 20px;
    text-align: center;
}

.sidebar-nav-speak li {
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
}

.sidebar-nav-speak li a {
    display: block;
    text-decoration: none;
    color: #1c1c1c;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1em;
}

.sidebar-nav-speak li a:hover {
    text-decoration: none;
    color: #6461ab;
}

.sidebar-nav-speak li a:active,
.sidebar-nav-speak li a:focus {
    text-decoration: none;
}

.sidebar-nav-speak>.sidebar-brand {
    line-height: 60px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1.3em;
    color: #6461ab;
}


/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

.btn-blue {
    background: #235fb1;
    border-radius: 15px;
    color: #fff;
    text-transform: uppercase;
    font-size: 1em;
    font-family: 'Roboto', sans-serif;
}

a.btn-blue {
    color: #fff !important;
    text-transform: uppercase;
    font-size: 1em;
    font-family: 'Roboto', sans-serif;
}

.btn-blue:hover {
    background: #676767;
    border-radius: 15px;
    color: #fff;
}

.btn-blue-round {
    background: #235fb1;
    border-radius: 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    padding: 10px 40px;
    border: 1px solid #235fb1;
}

.btn-blue-round:hover {
    background: #676767;
    color: #fff;
}

.btn-blue-round.active {
    background: #757575;
    border: 1px solid #757575;
    opacity: .6;
}

.btn-dgrey-round {
    background: #454545;
    border-radius: 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    padding: 10px 40px;
    border: 1px solid #454545;
}

.btn-dgrey-round:hover {
    background: #676767;
    color: #fff;
}

.btn-lgrey-round {
    background: #757575;
    border-radius: 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    padding: 10px 40px;
    border: 1px solid #757575;
}

.btn-lgrey-round:hover {
    background: #676767;
    color: #fff;
}

.btn-red {
    background: #fff;
    border-radius: 15px;
    color: #B91919;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    border: 1px solid #B91919;
}

.btn-red:hover {
    background: #B91919;
    color: #fff;
}

.btn-red-round {
    background: #fff;
    border-radius: 20px;
    color: #B91919;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    padding: 10px 40px;
    border: 1px solid #B91919;
}

.btn-red-round:hover {
    background: #B91919;
    color: #fff;
}

.card {
    border: none;
}

.card-header {
    border: none;
    background-color: #fff;
    padding-top: 1.5rem;
}

.card-header h4 {
    font-size: 18px;
    color: #676767;
}

.card-body p {
    min-height: 130px;
}

.btn-width {
    width: 80%;
}


/* ---------------------------------------------------
    FORM STYLE
----------------------------------------------------- */

label {
    display: inline-block;
    margin-bottom: 0;
    float: left;
    border-bottom: 1px solid #ccc;
    padding: 8px 8px 8px 0px;
    font-size: 13px;
    color: #235fb1;
    width: 43%;
    height: 38px;
}

.form-control {
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    padding: 10px 5px;
    width: 57%;
    font-size: 13px;
    height: 38px;
}

.form-control:focus {
    box-shadow: none;
    border-bottom: 1px solid #235FB1;
    border-radius: 0px;
}

.form-control::placeholder {
    color: #676767;
    font-size: 12px;
}

.link {
    text-decoration: underline;
}

.heading {
    font-size: 1.3rem;
    color: #235FB1;
    text-align: center;
    text-transform: uppercase;
}

.form-group {
    width: 100%;
}

.text-small {
    font-size: 12px;
}

.form-check-label {
    float: none;
    padding: 0px;
    border-bottom: none;
    width: 100% !important;
}

.noborder {
    border: none;
}

.popover {
    max-width: 204px;
}

textarea.form-control {
    height: auto;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #f6f6f6;
}

.nav-tabs .nav-link {
    border: 1px solid #ccc;
    border-radius: 0px;
    font-family: 'Open Sans', sans-serif;
}

.nav-tabs .nav-link.active {
    color: #235FB1;
    border: 1px solid #ccc;
}

.invitation-data,
.userData {
    list-style: none;
    padding: 0;
}

.invitation-data li {
    padding: 10px 0;
    font-size: 15px;
    color: #676767;
    border-bottom: 1px solid #ccc;
}

.userData li {
    padding: 20px 0 10px;
    ;
    font-size: 13px;
    color: #676767;
    border-bottom: 1px solid #ccc;
}

span.field {
    color: #235FB1;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #f9f9f9;
}

.recordsRecipient p,
.journalDesignee p {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.required label:after {
    content: "*";
    color: red;
    display: inline;
}

.date,
.action {
    color: #235FB1;
    font-family: 'Open Sans', sans-serif;
}

.inmail-container {
    background-color: #f9f9f9;
    border-radius: 10px;
    padding: 15px;
}

.inmail-item {
    padding: 15px;
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 15px;
}

.inmail-header {
    font-size: 15px;
    margin-bottom: 15px;
}

.Diaryquestion label {
    color: #676767;
    border: none;
    width: 100%;
    font-size: 15px;
    float: none;
    height: auto;
    padding: 20px 0;
}

.Diaryquestion textarea,
.addEmails textarea {
    background: #f9f9f9;
    border: 1px solid #f1f1f1;
    border-radius: 10px;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    color: #676767;
    padding: 5px;
}

.Diaryquestion textarea:focus,
.addEmails textarea:focus {
    border: 1px solid #ccc;
    border-radius: 10px;
    outline: initial;
}

.question-body {
    min-height: 480px;
}

.btn-help {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    color: #676767;
    padding: 15px 0px;
}

.partner-cta .card-body p {
    min-height: 90px;
}

.addEmails label {
    border: none;
    width: 100%;
    font-size: 15px;
    float: none;
    height: auto;
    padding: 20px 0;
}

.userData .nav-link {
    padding: 1rem;
    display: inline;
}

.userData .dropdown-item {
    font-size: 13px;
    color: #676767;
}

.price {
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 0px;
}

.card-actions {
    padding: .75em 0;
}

.table {
    font-size: 13px;
    color: #676767;
    font-family: 'Open Sans', sans-serif;
}

.table td,
.table th {
    padding: 1.2rem .75rem;
    vertical-align: middle;
    border-top: 1px solid #ccc;
}

.table thead th {
    border-top: none;
    border-bottom: 1px solid #ccc;
}


/* New Buttons */

.btn-blue-dark {
    background: #22638c;
    color: #fff;
    border-radius: 15px;
    font-size: 1em;
}

.btn-blue-light {
    background: #4696d1;
    color: #fff;
    border-radius: 15px;
    font-size: 1em;
}

.btn-red-outline {
    background: #fff;
    color: #1c1c1c;
    border-radius: 15px;
    font-size: 1em;
    border: 2px solid #891b1e;
}

.btn-red-outline2 {
    background: #fff;
    color: #891b1e;
    border-radius: 15px;
    font-size: 1em;
    border: 2px solid #891b1e;
}

.btn-red-outline:hover {
    background: #891b1e;
    color: #fff;
}

.btn-red-outline2:hover {
    background: #891b1e;
    color: #fff;
}

.btn-gray-dark {
    background: #636363;
    color: #fff;
    border-radius: 15px;
    font-size: 1em;
}

.btn-purple {
    background: #6461ab;
    color: #fff;
    border-radius: 15px;
    font-size: 1em;
}

.btn-blue-dark:hover,
.btn-blue-light:hover,
.btn-gray-dark:hover,
.btn-purple:hover {
    color: #1c1c1c;
    text-decoration: none;
    background: #bbbbbb;
}

.btn-group-lg>.btn,
.btn-lg {
    padding: .7rem 2rem;
}

@media only screen and (max-width:700px) {
    .btn-width {
        width: 80%;
    }
}

@media only screen and (max-width: 558px) {
    .navbar-brand {
        width: 30%;
        font-size: 13px;
        white-space: pre-wrap;
    }
    nav .btn {
        width: 50%;
        padding: 10px;
    }
}


/*
#custom_popup {
    display: none;
}
*/

.wait_background {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999997;
    width: 100%;
    height: 100%;
    opacity: 0.95;
    background: white;
}

.wait_msg {
    position: absolute;
    z-index: 99999998;
    top: 10%;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 18px;
}

.notification {
    /* background-color: #555; */
    color: white;
    text-decoration: none;
    /* padding: 15px 26px; */
    position: relative;
    display: inline-block;
    border-radius: 2px;
}

.top_message_bar {
    position: fixed;
    top: 0;
    left: 0;
    /*z-index: 999;*/
    width: 100%;
    height: 25px;
    background-color: gray;
}


/*
.notification:hover {
  background: red;
}
*/

.notification .badge {
    position: absolute;
    top: -10px;
    right: -10px;
    padding: 5px 10px;
    border-radius: 50%;
    background-color: red;
    color: white;
}

.notification_no_color_change {
    text-decoration: none;
    position: relative;
    display: inline-block;
    border-radius: 2px;
}

.notification_no_color_change .badge {
    position: absolute;
    right: -10px;
    padding: 5px 10px;
    border-radius: 50%;
    background-color: red;
    color: white;
}


/* Style the tab */

.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}


/* Style the buttons that are used to open the tab content */

.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}


/* Change background color of buttons on hover */

.tab button:hover {
    background-color: #ddd;
}


/* Create an active/current tablink class */

.tab button.active {
    background-color: #ccc;
}


/* Style the tab content */

.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

.tabcontent {
    animation: fadeEffect 1s;
    /* Fading effect takes 1 second */
}


/* Go from zero to full opacity */

@keyframes fadeEffect {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.logo {
    background-color: #fff;
    padding: 5px;
}