/* Core UI variables override */
:root {
    --color-primary: #3f8ead;
    --color-hover: #00a2e2;
    ---primary: var(--color-primary);
    --cui-link-color: var(--color-primary);
    --cui-link-hover-color: var(--color-hover);
    --cui-sidebar-bg: #004461;
    --cui-form-check-input-checked-bg-color: var(--color-primary);
    --cui-form-check-input-checked-border-color: var(--color-primary);
    --cui-input-focus-border-color: var(--color-primary);
    --cui-nav-pills-link-active-bg: var(--color-primary);
    --cui-nav-link-color: var(--color-primary);
    --cui-nav-link-hover-color: var(--color-hover);

}

.btn-primary {
    --cui-btn-bg: var(--color-primary);
    --cui-btn-border-color: var(--color-primary);
    --cui-btn-color: rgba(255, 255, 255, 0.87);
    --cui-btn-hover-bg: var(--color-hover);
    --cui-btn-hover-border-color: var(--color-hover);
    --cui-btn-hover-color: rgba(255, 255, 255, 0.87);
    --cui-btn-active-bg: var(--color-hover);
    --cui-btn-active-border-color: var(--color-hover);
    --cui-btn-active-color: rgba(255, 255, 255, 0.87);
    --cui-btn-disabled-bg: #321fdb;
    --cui-btn-disabled-border-color: #321fdb;
    --cui-btn-disabled-color: rgba(255, 255, 255, 0.87);
    --cui-btn-shadow: rgba(50, 31, 219, 0.5);
}

.form-check-input:focus, .form-control:focus{
    box-shadow: none;
}

/* Typo */

.card h1.card-title{
    margin-bottom: 1.5rem;
}

.card .nav{
    margin-bottom: 1rem;
}


/* General */

a{
    text-decoration: none;
}

a:not(.btn):focus, a:not(.btn):hover {
    text-decoration: underline;
}

/* Helper */
.show {
    display: block !important;
  }
  .hidden {
    display: none !important;
  }


/* Layout */

.wrapper{
    padding-left: var(--cui-sidebar-occupy-start,0);
}

/* Legacy */

.row-no-padding {
    margin-left: 0;
    margin-right: 0;
}

.row-no-padding [class*="col-"]{
    padding-left: 0;
    padding-right: 0;
}

.paragraph{
    margin-bottom: 10px;
}

.paragraph-intro{
    font-size: 18px;
    margin-bottom: 16px;
}

.page_content table td.column-label{
    width: 40%;
    font-weight: bold;
}

.page_content table {
    margin-bottom: 50px;
}

.page_content table tr{
    height: 51px;
}

.page_content table tr td{
    vertical-align: middle;
}

.page_content table tr th{
    font-size: 24px;
}

.header_control{
    margin-bottom: 30px;
}

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

#login {
    margin-top: 0px;
}

#login form {
    margin: 0 auto;
    width: 300px;
}


#login h4{
    margin-bottom: 30px;
}

.user_logged_in{
    text-align: left;
    margin-top: -15px;
    padding: 0 20px;
}

.console-list-table th:nth-child(2), .console-list-subpage th:nth-child(2) { width: 120px; }
.console-list-table th:nth-child(4) { width: 160px; }
.console-list-subpage th:nth-child(2) { width: 230px; }
.console-list-table img, .console-list-subpage img { max-width: 120px; }
.table-buttons { text-align: center; }
.black_link { color:black; }
.seal_above { margin-top: 20px; }
.seal_under { margin-top: 50px; }
.seal_image { margin: 50px 0 0 0; }
.seal_under_default { margin: 20px 0 50px; }
.seal {
    margin-top: 50px;
}
.list_of_representations {
    margin: 50px auto;
    padding-bottom: 30px;
    width:570px;
}

.list_of_representations > .representations_label {
    margin-top: 8px;
    width: 270px;
    float:left;
}

.list_of_representations .representations {
    float:left;
}

.list_of_representations .representations #country{
    width: 230px;
}

.list_of_representations .representations_button {
    float:left;
    margin-left: 10px;
}

.home_navigation{
    clear: both;
}



.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 45%; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
.ui-timepicker-rtl dl dt{ float: right; clear: right; }
.ui-timepicker-rtl dl dd { margin: 0 45% 10px 10px; }

.redtext {
    color: red;
}

.moreinformation p {
    text-align: justify;
}

.moreinformation ul {
    text-align: justify;
}

.moreinformation ol {
    text-align: justify;
}

address {
    text-align: left;
}

#logout {
    color: red;
}

.picture {
    float: left;
}

.picture img {
    width: 96px;
    height: 96px;
}

.data {
    float: left;
    padding: 0 10px;
}

.person {
    clear: both;
    padding: 12px;
    height: 120px;
}

.person:nth-child(even) {
    background-color: rgb(248,248,248);
    border-top: 1px solid lightgrey;
    border-bottom: 1px solid lightgrey;
}

.data .name {
    font-size: 20px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000000;
}

.data .entity {
    font-size: 15px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000000;
}

.data .location {
    color: #808080;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#directory-filters .form-control{
    margin-bottom: 8px;
}

#directory-filters label{
    margin-right: 5px;
}

#directory-filters select{
    margin-right: 15px;
}

.uploadfile {
    padding-bottom: 25px;
    padding-top: 10px;
}

.align-right {
    text-align: right;
}


#highlight_save{
    margin-right: 30px;
}

#tasks-table th{
    font-size: 14px;
}

.dashboard-entity-info{
    margin-bottom: 40px;
}

.announcement-box {
    margin: 16px 0px;
    line-height: 1;
}

.announcement-box .announcement-short{
    overflow: hidden;
}
.announcement-title {
    font-size: 1.1em;
    font-weight: bold;
    margin-top: 5px;
}

.announcement-author {
    font-size: 0.8em;
    color: #888;
    margin-top: 10px;
}

#modal-obj-title{
    font-weight: bold;
}

.note-editor .note-editable {
   background-color: #fff;
}

#work-in-progress{
    text-align: center;
    color: #aaa;
    font-size: 1.2em;
}

#work-in-progress i{
    font-size: 50px;
    margin: 20px auto;
}

#dashboard{
    margin-bottom: 30px;
}

h4.dashboard-header{
    font-weight: bold;
    color: #666;
    margin-bottom: 14px;
}

#dashboard-banners{
    margin: 0 0 30px;
    text-align: center;
}

#dashboard-banners .banner{
    display: block;
    width: 100%;
    vertical-align: middle;
}

#dashboard-banners .banner img{
    display: block;
    max-width: 100%;
    height: auto;
}

@media screen and (min-width: 372px) {
    #dashboard-banners .banner{
        display: inline-block;
        width: 342px;
    }
    #dashboard-banners .banner img{
        /*height: 90px;*/
        display: inline-block;
    }
}

@media screen and (min-width: 992px) {
    #dashboard-banners .banner{
        width: 33.3333%;
    }
    #dashboard-banners .banner img{
        display: block;
        max-width: 100%;
        height: auto;
    }
}


.form-disclaimer{
    color: #777;
    text-align: center;
    font-size: 95%;
}

.post{
    display: table;
}

.post .post-avatar{
    display: table-cell;
    vertical-align:top;
    width: 120px;
}

.post .post-main{
    display: table-cell;
    vertical-align:top;
    width: 1150px;
}

.post .author{
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}

.post .author .name{
    font-weight: bold;
}

.post .author .date{
    font-size: 80%;
    font-style: italic;
    color: #888;
}


.post .action{
    margin-top: 5px;
}

.post .action a{
    margin-right: 5px;
}

#update-attachments{
    color: #888;
    font-size: 90%;
}

.myfile-upload_from-inline {
    background-color: #f9f9f9;
    padding: 5px 10px;
    margin-bottom: 10px;
}

.myfile-upload_from-inline .form-group{
    margin-bottom: 8px;
}

.myfile-upload_from-inline .radio{
    margin: 0;
}

#add_more_empty_form{
    margin-bottom: 15px;
}

#showMyFiles.collapsed:before
{
    content:'Show files' ;
}
#showMyFiles:before
{
    content:'Hide files' ;
}

.myfile-url{
    width: 300px;
}

/* decrease padding in console navbar on small screens */
@media (min-width: 768px) and (max-width: 991px){
    #console-navbar-list li a{
        padding: 15px 10px;
    }
}

#officers-table{
    margin:0;
}

div.radio label.disabled {
    color: #aaa;
}

.show-table{
    display: table;
}

.show-row{
    display: table-row;
}

#dashboard-highlight{
    margin: 15px 0 25px;
    font-size: 16px;
    color: #555;
}

.info-label{
    font-size: 90%;
    font-weight: bold;
    color: #555;
}

.info-data{
    margin-bottom: 10px;
}

#entity-info-details{
    margin-top: 10px;
}

.entity-info-sidebox{
    padding: 10px 19px;
    overflow: hidden;
}

.editor-help-trigger{
    display: block;
    margin-top: 4px;
}

.editor-help-trigger:focus{
    outline: none;
    text-decoration: none;
}

.link-help, .link-help:hover{
    color: #5CB85C;
}

li.active a.link-help, li.active a.link-help:hover{
    color: #fff;
    background: #5CB85C;
}


.column-label.inactive{
    color: #888;
}

.console-list-subpage .column-label, #events-list .column-label{
    padding-left: 25px;
}

table td.text-right .btn{
    width: 8rem;
}

#public-entity-profile{
    margin-top: 80px;
    font-family: "Merriweather", Helvetica, sans-serif;
    color: #666666;
}

#public-entity-profile>h4{
    font-weight: bold;
    margin-bottom: 40px;
}


h5.location{
    margin-top:0;
    color: #666;
}

#stripeHeading{
    margin-bottom: 5px;
}

#stripeInput{
    width: 300px;
    margin: 0 auto 5px;
}

#stripeHelpText{
    font-size: 12px;
    color: #888;
    line-height: 14px;
}

.embedded-privacy {
    margin-top: 10px;
}

.embedded-privacy .radio{
    margin:0;
}

.page_content table tr td.privacy-icon{
    width: 20px;
    vertical-align: middle;
    color: #888;
}

#persons-list .cc-member {
    margin-right: 20px;
}

/* Summernote hide file upload */
.form-group.note-form-group.note-group-select-from-files {
    display: none;
}

.column-label {
    width: 30%;
  }
