﻿body {
    margin: 0 0 0 0;
    font-family: Verdana;
    font-size: x-small;
}

.far, .fas {
    font-size: 15px;
    color: #053a7c;
}

.header {
    height: 80px;
    background-image: url('/images/banner2.jpg');
    background-repeat: no-repeat;
    background-position: left;
    background-color: #053a7c;
    position: relative;
}

.countryIndicator {
    position: absolute;
    right: 25px;
    top: 12px;
    font-size: 40px;
    color: white;
}

.ruler {
    height: 24px;
    background-image: url('/images/balk.gif');
    background-repeat: repeat-x;
    background-position: left;
    font-weight: bold;
    color: MenuText;
}

.menu {
    width: 150px;
    background-color: #F0F0F0;
    height: 600px;
    vertical-align: top;
}

.content {
    vertical-align: top;
    padding-left: 20px;
    padding-top: 0px;
    padding-right: 20px;
}

a.menu:hover {
    text-decoration: underline;
}

a.menu:active, a.menu:active:link, a.menu {
    text-decoration: none;
}

.textbox, .button {
    border: solid gray 1px;
}

th {
    background-color: #053a7c;
    font-size: 11px;
    color: White;
    text-align: left;
}

.brancheDetails, .courseDetails, .userDetails, .certificatesDetails, .courseSessionDetails, .participantsDetails, .OpenCourseDetails {
    border: 1px solid #053a7c;
    /*font-size:9px;*/
}

.bracheDetailsPrint {
    border: 1px solid #053a7c;
    font-size: 9px;
}

.invisible {
    display: none;
}

.listbox {
    border: 1px solid #053a7c;
}

h1 {
    color: #7E7E7E;
    font-size: large;
    font-family: Verdana;
    margin-top: 10px;
    margin-bottom: 10px;
}

h3 {
    color: #7E7E7E;
    font-size: larger;
    font-family: Verdana;
    margin-bottom: 0px;
}

ul, li {
    margin: 0px;
    padding: 0px;
    display: block;
}

ul {
    width: 100%;
    cursor: pointer;
    /* border:1px solid gray; */
}

li {
    z-index: 9;
    border-bottom: 1px dotted white;
    background-color: #EFEFEF;
}

li.active {
    font-weight: 600;
}

ul li a {
    display: block;
    text-decoration: none;
    font-family: Verdana;
    color: #000000;
    margin: 0px;
    padding-top: 5px;
    padding-left: 5px;
    font-size: 12px;
    width: 100%;
    height: 20px;
}

    ul li a:hover {
        display: block;
        text-decoration: none;
        color: red;
        padding-top: 5px;
        padding-left: 5px;
        margin: 0px;
        height: 20px;
        width: 100%;
        background-color: White;
    }

a {
    cursor: pointer;
}

img {
    border: 0px;
}

div.tooltip {
    position: absolute;
    left: 0px;
    top: 0px;
    display: none;
    background-color: White;
    padding: 10px;
    width: 350px;
    border: 1px solid black;
}

div#searchparticipant {
    position: absolute;
    left: 50%;
    top: 100px;
    margin-left: -450px;
    width: 900px;
    height: 600px;
    background-color: White;
    border: 1px solid black;
    z-index: 9002;
    padding: 15px;
    display: none;
}

div#blanket {
    background-color: #111;
    opacity: 0.65;
    filter: alpha(opacity=65);
    position: absolute;
    z-index: 9001;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
}

div#searchclose {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
}

.autocompletetextbox {
    width: 100px;
}

.autocompletetextboxlarger {
    width: 200px;
}

#lockoverlay {
    position: absolute;
    width: 0px;
    height: 0px;
    background-color: black;
    left: 0px;
    top: 0px;
    display: none;
    opacity: 0.95;
    filter: alpha(opacity=95);
}

#unlockform {
    position: absolute;
    width: 400px;
    height: 400px;
    left: 50%;
    margin-left: -200px;
    background-color: white;
    border: 1px solid black;
    top: 150px;
    display: none;
}

#txtpwd {
    width: 200px;
    background-color: white;
    border: 1px solid black;
}

#txtpwdcontainer {
    position: absolute;
    width: 200px;
    left: 50%;
    top: 75px;
    margin-left: -100px;
}

.lightLegend {
    position: absolute;
    background-color: #F0F0F0;
    border: 1px solid black;
    display: none;
    padding: 10px;
}

.popup, .popuphalf, .popupbutton {
    width: 350px;
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 3px;
    outline: none;
    margin-left: 0px;
}

.popuphalf {
    width: 168px;
}

.popupbutton {
    width: 125px;
}

td.paging {
    color: White;
    background-color: #053a7c;
}

    td.paging a {
        color: White;
        text-decoration: none;
    }

input[readonly=readonly] {
    background-color: #cccccc;
}

.kopy {
    background-color: cornflowerblue !important;
}


ol, ol li {
    margin: 10px;
    padding-left: 0px;
    list-style-type:;
}

    ol li {
        margin-bottom: 10px;
        background-color: white;
    }

.select-filter {
    margin: 3px 3px 3px 4px;
    width: 200px;
}

.align-flex {
    display: flex;
    align-items: center;
}

.color-red {
    color: red !important;
}

.color-yellow {
    color: #fef897 !important;
}

.selected-cell {
    background-color: #0080002e !important;
}

.contactDetails {
    min-width: 500px;
}

    .contactDetails .brancheDetails {
        width: 100%;
    }

.clients-table {
    margin-bottom: 1rem;
}



.client-details-wrapper {
    width: 100%;
}
.client-details{
    padding:12px !important;
}

td.cardcontainer{
    padding:10px;
    width:50%;
    vertical-align:top;
} 
td.cardcontainer table table{
   
    background-color:white;
}


div.card {
    background-color: #efefef;
    border: 1px solid grey;
    border-radius: 5px;
    padding: 10px;
}

    .client-details-wrapper .client-details {
        width: 25%;
    }

    .client-details-wrapper .extra-details {
        width: 75%;
    }

    .client-details-wrapper tbody {
        vertical-align: top;
    }

        .client-details-wrapper tbody table {
            width: 100%;
        }
h1.inline {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
}
.clients-filter-table, .clients-events-filter-table, .clients-actions-filter-table {
    width: 100%;
    border-spacing: 0;
    background-color: #F0F0F0  !important;
    padding: 0px 1px;
    padding-bottom: 5px;
}

    .filters-row  {
     
        background-color:white

       
    }
    .filters-row td{
    
       
    }
.filter-item {
    width: 12%;
    float:left;
    padding:5px;
}

@media (max-width: 1199px) {
    .filter-item {
        width: 25%;
    }
}

    .filter-item input {
        width: 95%;
    }


   .filter-item select {
        width: 97%;
    }
    .filter-item label {
        margin-bottom: 5px;
        display:inline-block;
    }

.clients-filter-table .filters-row td input, .clients-filter-table .filters-row td select,
.clients-events-filter-table .filters-row td input, .clients-events-filter-table .filters-row td select,
.clients-actions-filter-table .filters-row td input, .clients-actions-filter-table .filters-row td select {
  /*  margin-left: 0;
    width: 100%;*/
}

.back-button {
    display: flex;
    align-items: center;
    text-decoration: none;
}

    .back-button i {
        margin-right: 5px;
    }

.table-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.w-100 {
    width: 100%;
}

.mt-10px {
    margin-top: 10px;
}

.w-100 {
    width: 100%;
}

.send-invoice-table {
    border-collapse: separate;
    border-spacing: 0 5px;
}

.text-right {
    text-align: right;
}

.invoice-created {
    color: green;
}

.invoice-sent {
    color: green;
}

.hover:hover {
    cursor: pointer;
}

a.disabled {
    opacity: 0.3;
}

a.disabled:hover {
    cursor: initial;
}

.ui-icon-closethick {
    margin: unset !important;
    margin-left: -9px !important;
    margin-top: -8px !important;
}

.inputfield {
    margin: 4px 0px;
    padding: 3px;
}

.edit-link:hover {
    cursor: pointer;
}

.contact-picker {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.label-extra-info {
    font-style: italic;
    font-size: 10px;
}

.add-button {
    cursor: pointer;
}

.add-button img {
    margin-top: 10px;
}