@media screen and (max-width: 39.9375em) {
    .topbar-responsive-links {
        display: none;
    }
}
form .form-icons {
    text-align: center;
}

form .form-icons h4 {
    margin-bottom: 1rem;
}

form .form-icons .input-group-label {
    background-color: #1779ba;
    border-color: #1779ba;
}

form .form-icons .input-group-field {
    border-color: #1779ba;
}

form .form-icons .fa {
    color: white;
    width: 1rem;
}

/*******************/
*, div {
    /* box-sizing: border-box; */
    /* font-family: sans-serif; */
    /* text-align: center;  */
}
ul.submenu.is-active {
    padding-left: 10px !important;
    background: #00000014;
    margin-left:-12px;
    width:calc(100% + 22px);
    border-left: 5px solid #00000047;
}

li.is-accordion-submenu-parent[aria-expanded=true] > a:nth-child(1) {
    color: #ffffff !important;
    text-shadow: 0px 0px 2px #000;
    border-bottom: 1px solid #0e0e0e24;
}
.modal-container:before, .prompt-container:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.6);
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.modal-container:closed, .prompt-container:closed {
    display: none;
}

.modal, .prompt {
    position: fixed;
    top: 50px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    display: block;
    background: white;
    padding: 40px;
    width: 600px;
    max-width: 100%;
    z-index: 1;
}
.prompt h5 {
    font-weight: bold;
    margin: 10px 0px 2px;
}
button, a#button {
    border: none;
    background-color: transparent;
    font-weight: bold;
    color: #2971d4;
    font-size: 14px;
    padding: 15px;
    cursor: pointer;
    float: right;
    outline: none;
}
button:hover {
    background-color: #e5e5e5;
}

input {
    width: 100%;
    outline: none;
    padding: 10px 0;
    margin-bottom: 10px;
}
button#btn-ok:disabled {
    color: gainsboro;
}
button#btn-ok:disabled:hover {
    cursor: default;
    background-color: transparent;
}
button#btn-ok, a#btn-cancel {
    border: none;
    background-color: transparent;
    font-weight: bold;
    color: #2971d4;
    font-size: 14px;
    padding: 15px;
    cursor: pointer;
    outline: none;
    float: right;
}
button#btn-ok:hover, a#btn-cancel:hover {
    background-color: #e5e5e5;
}

a#btn-cancel {
    color: #3a3838;
    padding:11px;
}
a#btn-cancel:hover {
    background-color: rgba(0, 0, 0, 0.05);
    color:rgba(0, 0, 0, 0.53);
}





.alert-callout-border {
    width: 100%;
    padding: 1.3rem;
    border-left-width: 0.3125rem;
    border-left-color: #cacaca;
}

.alert-callout-border strong {
    color: #0a0a0a;
}

.alert-callout-border .close-button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.alert-callout-border.radius {
    border-radius: 0.6rem;
}

.alert-callout-border.primary {
    border-left-color: #1779ba;
}

.alert-callout-border.primary strong {
    color: #1779ba;
}

.alert-callout-border.secondary {
    border-left-color: #767676;
}

.alert-callout-border.secondary strong {
    color: #767676;
}

.alert-callout-border.alert {
    border-left-color: #cc4b37;
}

.alert-callout-border.alert strong {
    color: #cc4b37;
}

.alert-callout-border.success {
    border-left-color: #3adb76;
}

.alert-callout-border.success strong {
    color: #3adb76;
}

.alert-callout-border.warning {
    border-left-color: #ffae00;
}

.alert-callout-border.warning strong {
    color: #ffae00;
}


.yc_loginform {
    margin: 115px 20px 0px;
    background-color: white;
    padding: 15px 15px 0px;
    border-radius: 5px;
}
@media screen and (min-width: 40em) {

    .yc_loginform {
        margin: 155px auto;
        max-width: 480px;
    }
}




/*
REKOND CARD
 */


.profile-card-action-icons {
    background-color: #fefefe;
    font-weight: 400;
    margin-bottom: 1.6rem;
    border-radius: 0.125rem;
    box-shadow: 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.18), 0 0.125rem 2px rgba(0, 0, 0, 0.36);
}

.profile-card-action-icons .card-section {
    background-color: inherit;
    padding: 0.5rem 0 0;
}

.profile-card-action-icons .card-section .profile-card-header,
.profile-card-action-icons .card-section .profile-card-about {
    border-bottom: 0.0625rem solid #cacaca;
    padding: 0.7rem 1rem;
}

.profile-card-action-icons .card-section .profile-card-header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.profile-card-action-icons .card-section .profile-card-header .profile-card-avatar {
    margin-right: 0.5rem;
}

.profile-card-action-icons .card-section .profile-card-header .profile-card-avatar .avatar-image {
    border-radius: 50%;
    width: 3.75rem;
    height: 3.75rem;
}

.profile-card-action-icons .card-section .profile-card-header .profile-card-author {
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    margin-top: 0.3rem;
    padding-bottom: 0;
}

.profile-card-action-icons .card-section .profile-card-header .profile-card-author .author-title,
.profile-card-action-icons .card-section .profile-card-header .profile-card-author .author-description {
    margin-bottom: 0;
}

.profile-card-action-icons .card-section .profile-card-header .profile-card-author .author-title {
    color: #0a0a0a;
}

.profile-card-action-icons .card-section .profile-card-header .profile-card-author .author-description {
    color: #8a8a8a;
    font-size: 0.9em;
}

.profile-card-action-icons .card-section .profile-card-about .about-title {
    text-transform: uppercase;
}

.profile-card-action-icons .card-section .profile-card-about .separator-left {
    text-align: left;
}

.profile-card-action-icons .card-section .profile-card-about .separator-left::before, .profile-card-action-icons .card-section .profile-card-about .separator-left::after {
    display: table;
    content: ' ';
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.profile-card-action-icons .card-section .profile-card-about .separator-left::after {
    clear: both;
}

.profile-card-action-icons .card-section .profile-card-about .separator-left::after {
    position: relative;
    width: 3rem;
    border-bottom: 0.125rem solid #1779ba;
    margin: 0.3rem auto 0;
    margin-left: 0;
}

.profile-card-action-icons .card-section .profile-card-about .about-content {
    margin-bottom: 0;
}

.profile-card-action-icons .card-section .profile-card-about .about-skills {
    margin-top: 0.6rem;
}

.profile-card-action-icons .card-section .profile-card-about .about-skills ul.arrow {
    display: block;
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 0;
}

.profile-card-action-icons .card-section .profile-card-about .about-skills ul.arrow li.rekond-leveransklar {
    font-size: large;
}

.profile-card-action-icons .card-section .profile-card-about .about-skills ul.arrow li.rekond-sub {
    margin-left: 15px;
    font-size: initial;
}
.profile-card-action-icons .card-section .profile-card-about .about-skills ul.arrow li.true:before {
    content: '\f046';
    color: green;
}
.profile-card-action-icons .card-section .profile-card-about .about-skills ul.arrow li.false:before {
    content: '\f096';
    color: grey;
}
.profile-card-action-icons .card-section .profile-card-about .about-skills ul.arrow li.false {
    color: gainsboro;
}
.profile-card-action-icons .card-section .profile-card-about .about-skills ul.arrow li:before {
    font-family: 'FontAwesome';
    float: left;
    margin-right: 0.5rem;
}

.profile-card-action-icons .card-section .profile-card-action {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.profile-card-action-icons .card-section .profile-card-action .action-area {
    width: 20%;
    border-right: 0.0625rem solid #cacaca;
    text-align: center;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
}

.profile-card-action-icons .card-section .profile-card-action .action-area:last-of-type {
    border-right: none;
}

.profile-card-action-icons .card-section .profile-card-action .action-area .action-anchor.has-tip {
    border-bottom: none;
    cursor: pointer;
}

.profile-card-action-icons .card-section .profile-card-action .action-area .action-anchor .fa {
    color: #1779ba;
}
.profile-card-about ul li:last-child {
    position: unset !important;
    right: unset !important;
    /* padding: unset !important; */
}
/*
END REKOND CARD
 */



.switch input:checked ~ .switch-paddle, .switch.primary input:checked ~ .switch-paddle {
    background: #1779ba;
}

.switch.secondary input:checked ~ .switch-paddle {
    background: #767676;
}

.switch.success input:checked ~ .switch-paddle {
    background: #3adb76;
}

.switch.alert input:checked ~ .switch-paddle {
    background: #cc4b37;
}

.switch.warning input:checked ~ .switch-paddle {
    background: #ffae00;
}
input#date:disabled, input#date[readonly] {
    cursor: default;
    font-size: larger;
    border: none;
    position: relative;
    display: block;
    margin-left: 33px;
    top: -16px;
}
input#date:disabled:focus, input#date[readonly]:focus {
    box-shadow: none;
    width: -webkit-fill-available;
}
input[data-select] {
    background-color: #c0c2c300;
    border: none;
    margin-bottom: 0px;
    color: navy;
    height: 20px;
    box-shadow: none;
    width: 90px;
    padding: 0px 0px;
    font-family: monospace;
}
tr.new_rekond td {
    vertical-align: -webkit-baseline-middle;
}

.rekond-form.rekond-datum-rekondad,
.rekond-form.rekond-datum-leveransklar {
    display: none;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0px;
    height: 46px;
}
button.btn_rekond_add i.fa.fa-close {
    color: red;
    text-shadow: 0px 0px 2px #fff;
}
.rekond-form button[data-toggle] {
    padding: 4px 7px !important;
    float: left;
    font-size: large;
    margin: 6px 10px 2px 0px !important;
    color: #655351;
    background: #ebeff1;
    border-radius: 8px;
    border: 1px solid #777070;
    box-shadow: 0px 0px 1px #33333363;
}

#searchBox.rekondSearch, input[table-id=batteristatus] {
    background-image: url("https://cdn1.iconfinder.com/data/icons/hawcons/32/698627-icon-111-search-24.png");
    background-position: 7px 7px;
    background-repeat: no-repeat;
    font-size: 16px;
    padding: 12px 20px 12px 40px;
    margin: 5px 20px 5px 20px;
    border: 1px solid;
    box-shadow: 1px 1px 1px #333;
    width: -webkit-fill-available;
}


input#mask_reg[name=RekondReg] {
    width: 110px;
    letter-spacing: 2px;
    text-align: -webkit-center;
    margin: 5px;
}
/*** custom checkboxes ***/
#rekondSearch_result label span.show-for-sr {
    position: relative !important;
}
#rekondSearch_result label {
    display: list-item;
    position: relative !important;
    list-style-type: none;
}

input[type=checkbox].rekondCheckbox { display:none; } /* to hide the checkbox itself */
input[type=checkbox].rekondCheckbox + label:before {
    font-family: FontAwesome;
    display: inline-block;
    font-size: x-large;
    position: absolute;
}

input[type=checkbox].rekondCheckbox + label:before { content: "\f096"; } /* unchecked icon */
input[type=checkbox].rekondCheckbox + label:before { letter-spacing: 10px; } /* space between checkbox and label */

input[type=checkbox].rekondCheckbox:checked + label:before { content: "\f046"; color:green; } /* checked icon */
input[type=checkbox].rekondCheckbox:checked + label:before { letter-spacing: 10px; } /* allow space for check mark */

span.rekond-statistik {
    background-color: gainsboro;
    width: 100%;
    display: -webkit-box;
    margin-top: -8px;
    padding: 3px 14px;
}