@font-face {
    font-family: 'icomoon';
    src:    url('../fonts/icomoon.eot?q2nddd');
    src:    url('../fonts/icomoon.eot?q2nddd#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?q2nddd') format('truetype'),
        url('../fonts/icomoon.woff?q2nddd') format('woff'),
        url('../fonts/icomoon.svg?q2nddd#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 1.4em;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-calendar:before {
    content: "\e900";
}
.icon-calendar2:before {
    content: "\e901";
}



html {
}

body {
    background-color: #ffffff;
}

.clear {
    clear: both;
}

.page-host {
    overflow-y: overlay;
    padding: 20px 20px 40px 20px;
}

/* Bootstrap overschreven stijlen*/
#easytar-home .tab-pane {
    margin: 15px 0;
}

.tooltip-inner {
    white-space: pre-wrap;
}

/*.tab-content {
    overflow: visible;
}*/

.tab-scroller {
    overflow: auto;
}

#easyTar.tab-pane.active,
#patients.tab-pane.active {
    padding: 15px 10px 30px;
}

div.tab-content {
    height: 100%;
}

input[type="text"] {
}

#topmenumini {
    position: absolute;
    right: 10px;
    top: 2px;
    z-index: 2000;
}

#topmenu {
    position: static !important;
    margin-bottom: 0px !important;
}

    #topmenu #dropPraktijk.disabled {
        color: #afafaf;
    }

    #topmenu .navbar-inner {
        padding: 0px;
    }

.fonticon-space {
    width: 26px;
    min-height: 1px;
}

.fonticon-empty {
    padding: 0 15px;
}

#easyTarAlert button {
    right: 0 !important;
}


/* Typeahead overgeschreven stijlen */
.twitter-typeahead {
    display: flex !important;
}

/*tempfix*/
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 100%;
}

/*@media (min-width: 320px) and (max-width: 600px) {
    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}

@media (min-width: 601px) and (max-width: 767px) {
    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        max-height: 300px;
    }
}*/

@media (min-width:768px) {
    .mobile-only {
        display: none !important;
    }

    /* SPAN MOET WEG */
    #nav-icons {
        float: right;
        position: absolute;
        top: 0;
        right: 0;
        display: flex;
        margin-right: 13px;
        margin-top: 14px;
    }

    /*.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        max-height: 100%;
    }*/
}

#version-indicator li > span {
    color: red;
    padding: 10px 15px 10px;
    display: block;
}

td {
    padding: 10px 30px;
    vertical-align: middle !important;
}

.datepicker td, .datepicker th {
    width: 20px !important;
}

select, input[type="text"], #datum, select {
    /*font-size: 16px !important;
    height: 30px;
    font-weight: bold !important;*/
}

select, input[type="text"], input[type="password"] {
    margin-bottom: 0px !important;
    /*font-weight: bold !important;*/
}

#modalCheck {
    width: 750px;
    margin-left: -375px; /* - width/2 */
}

#certificateNumber {
    height: 40px !important;
}

thead {
    font-size: 10pt;
    text-align: center;
}

tbody {
    font-size: 10pt;
}

a:link > li {
    color: #F5BC00;
}

a:hover {
    color: #F5BC00;
}

.bold {
    font-weight: bold;
}
.underline{
    text-decoration: underline;
}
/* Tekstgroottes */
.font-sm {
    font-size: 75%;
}

.font-l {
    font-size: 200%;
}

/* Active / Inactive */
.info-active {
    color: #000000;
    font-weight: bold;
    text-decoration: underline;
}

.info-inactive {
    color: #999999;
}

.hcenter {
    text-align: center;
}

.vcenter {
    vertical-align: top;
}

.number {
    text-align: right !important;
}

.minimize .minim {
    float: right;
}

.check_prestation_options {
    float: left;
    margin-right: 10px;
}

.to_minimize_options_prestations {
    float: right;
}

.to_minimize_options_prestations_hidden td {
    padding: 0;
    border: 0;
}

.to_minimize_options_prestations_format {
    padding: 5px;
}

.searchfield {
    margin-bottom: 10px;
}

.entry {
    clear: both;
}

.alert {
    position: right;
}

.red {
    color: #ff0000;
}

.orange {
    color: #ffA500;
}

.green {
    color: #5bb75b;
}

.vet {
    font-weight: bold;
}

.center {
    text-align: center !important;
}

.total-value {
    font-size: 150%;
}

.input-sm {
    width: 30px;
}

.ltd3 {
    background-color: #ffffff;
}

.searchbox {
    padding-left: 30px;
}

#modalAccount {
    width: 800px;
    margin-left: -400px; /* - width/2 */
}

#name {
    margin-bottom: 0px;
}

#loading {
    position: fixed !important;
    text-align: center;
    vertical-align: middle;
    color: white;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.08);
}

    #loading img {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -21px;
        margin-left: -21px;
    }

.anim4, .anim3, .anim2 {
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-delay: 0;
    animation-play-state: running;
    -webkit-animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-delay: 0;
    -webkit-animation-play-state: running;
}

.anim4 {
    -webkit-animation-name: anim4;
}

.anim3 {
    -webkit-animation-name: anim3;
}

.anim2 {
    -webkit-animation-name: anim2;
}

@keyframes anim4 {
    0% {
        opacity: 100;
    }

    30% {
        opacity: 100;
    }

    60% {
        opacity: 0;
    }

    95% {
        opacity: 0;
    }

    100% {
        opacity: 100;
    }
}

@keyframes anim3 {
    0% {
        opacity: 100;
    }

    40% {
        opacity: 100;
    }

    70% {
        opacity: 0;
    }

    95% {
        opacity: 0;
    }

    100% {
        opacity: 100;
    }
}

@keyframes anim2 {
    0% {
        opacity: 100;
    }

    50% {
        opacity: 100;
    }

    80% {
        opacity: 0;
    }

    95% {
        opacity: 0;
    }

    100% {
        opacity: 100;
    }
}

@-webkit-keyframes anim4 {
    0% {
        opacity: 100;
    }

    40% {
        opacity: 100;
    }

    60% {
        opacity: 0;
    }

    95% {
        opacity: 0;
    }

    100% {
        opacity: 100;
    }
}

@-webkit-keyframes anim3 {
    0% {
        opacity: 100;
    }

    50% {
        opacity: 100;
    }

    70% {
        opacity: 0;
    }

    95% {
        opacity: 0;
    }

    100% {
        opacity: 100;
    }
}

@-webkit-keyframes anim2 {
    0% {
        opacity: 100;
    }

    60% {
        opacity: 100;
    }

    80% {
        opacity: 0;
    }

    95% {
        opacity: 0;
    }

    100% {
        opacity: 100;
    }
}

#loading div.loading-text {
    position: absolute;
    top: 50%;
    text-align: center;
    margin-top: 40px;
    width: 100%;
    color: #585858;
}

.topmenu-ipad {
    padding-top: 20px !important;
}

.noPointerEvents {
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ltd3-logo img {
    margin: 3px 20px;
}

#choose {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

.nav-practices ul.dropdown-menu {
    display: none;
}

.nav-practices.open ul.dropdown-menu {
    display: block;
}

#messagesList {
    display: none;
}

.open #messagesList {
    display: block;
}

#messagesList .messageTitle {
    font-weight: bold;
    text-align: left;
    width: 300px;
    padding: 2px;
    padding-left: 5px;
    font-size: 90%;
    float: left;
}

#messagesList .messageText {
    text-align: left;
    padding: 2px;
    padding-left: 10px;
    font-size: 85%;
    clear: both;
}

#messagesList .messageHeader {
    font-weight: bold;
    padding: 2px;
    text-align: right;
    font-size: 70%;
    right: 0;
    float: right;
}

#easyTar td.columnPatientFee,
#easyTar th.columnPatientFee {
    background-color: #DFF0D8;
}

#easyTar td.columnAmountRefunded,
#easyTar th.columnAmountRefunded {
    background-color: #D9EDF7;
}

li a:hover.message {
    color: white !important;
}

/*.dropdown-menu > li > a {
    white-space: normal !important;
}*/

#delSearch, #delNomenclature {
    position: relative;
    left: -33px;
    margin-right: -31px;
}

#newNomenclature {
    padding-right: 35px;
}

#entry hr {
    margin: 10px 0 10px 0;
}

#entry #SettingPrestationPatientFee input.active, #RestHomeMode input.active, .settings-paymenttype input.active {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #49afcd;
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
    border-left-color: #2f96b4;
    border-right-color: #2f96b4;
    border-top-color: #2f96b4;
    border-bottom-color: #1f6377;
}

#entry .resthomemode {
    margin-right: 10px;
}

#entry #shortcuts {
    padding: 10px;
}

#entry .shortcut {
    float: left;
    width: 100%;
}

#entry #shortcuts table td {
    padding: 1px;
}

#entry #tablePrestations {
    margin-top: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#entry #tablePrestations thead tr th{
    border-bottom: 2px solid #B5B4B4;
}

#entry #tablePrestations > tbody:last-child tr td{
    border-top: 2px solid #B5B4B4;
    background-color: #ffffff;
}

#entry #tablePrestations > tbody tr:nth-child(2) td{
    border-top: none;
}

#entry #tablePrestations > tbody:nth-child(even) {
    background-color: #f9f9f9
}

#entry #tablePrestations .prices {
    width: 65px;
}

#entry #tablePrestations span.text-truncate {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    /* width: 10%; */
    max-width: 100%;
    /* max-width: 600px; */
    display: inline-block;
}

#entry #tablePrestations #prestationTotal td.active {
    text-decoration: underline;
}

#submitPrestations {
    clear: both;
}

#patientsFee {
    clear: both;
}

#signPrestations {
    clear: both;
}

#patientsFee .alert {
    height: 34px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 2px;
    line-height: 1;
}


/*.btn-group > .active {
    color: #fff !important;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-group > button:hover {
    color: #fff !important;
    background-color: #286090;
    border-color: #204d74;
}*/

#control-table > tbody > tr:first-child:hover td a:nth-child(1), 
#patientsListTable table tbody tr:hover td a:nth-child(1),
#tablePrestations > tbody > tr:first-child:hover td:last-child a:nth-child(1) {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

#control-table > tbody > tr:nth-child(2) {
    cursor: default;
}

#control-table > tbody > tr:nth-child(2) a.btn {
    margin-bottom: 2px;
    background: #337ab7;
    color: white;
    border-color: #2e6da4;
}

.showElement {
    display: block !important;
}

.showElementInline {
    display: inline !important;
}

.showElementInlineBlock {
    display: inline-block !important;
}

.hideElement {
    display: none !important;
}


/* Check */

#Check .accordion-heading {
    background-color: #f1f1f1;
    border-radius: 4px 4px 0 0;
}

#Check .accordion-heading.offlineData {
    background-color: #ff766b;
}

#Check .accordion-heading.offlineData a {
    color: #fff;
}

#Check .accordion-heading a.accordion-toggle {
    display: inline-block;
}

#Check .accordion-heading a.accordion-toggle h5 {
    margin: 2px 0 5px;
}

#Check .accordion-heading .label {
    background-color: rgb(172, 172, 172);
    padding: 3px 8px 2px;
    color: rgb(255, 255, 255);
    font-weight: normal;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.39);
    margin: 8px 0 0 0;
}

#Check .accordion-heading .totalAmounts {
    font-size: 16px;
    color: rgb(49, 49, 49);
    font-weight: normal;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.33);
    margin: 4px 0;
    display: block;
}

#Check .well-small {
    padding: 9px 9px 18px 9px;
}

#Check td.active {
    text-decoration: underline;
}

.check-forwarded-refresh {
    float: right;
}

#certificatedetail h4.active {
    color: #55b432;
    text-decoration: underline;
}

/* Settings */
#Settings .fieldsetFrame {
    -webkit-border-image: none;
    background-color: #FFF;
    border-bottom-color: #DDD;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: #DDD;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #DDD;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #DDD;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top-style: solid;
    border-top-width: 1px;
    display: block;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 25px;
    padding-bottom: 4px;
    padding-left: 19px;
    padding-right: 19px;
    padding-top: 22px;
    position: relative;
}

.fieldsetFrameDescription {
    content: "Instellingen per praktijk";
    position: absolute;
    top: -13px;
    left: 7px;
    padding: 3px 7px;
    font-size: 13px;
    font-weight: bold;
    background-color: rgb(255, 255, 255);
}

#Settings .accordion-heading {
    background-color: #f1f1f1;
}

#Settings .form-horizontal .control-label {
    width: 270px;
}

#Settings .form-horizontal .controls {
    margin-left: 305px;
}

#Settings .webSituationSettings {
    display: none;
}

#Settings .webSituationSettings.active {
    display: block;
}

/*------------------------------------*\
    $PATIENT
\*------------------------------------*/
/*
TAGS: ^structure ^text ^layout
*/
/*

*/
#patientInfo {
    font-size: 70%;
    text-align: center;
}


#namePatient {
    float: left;
}

#patientLinks {
    float: left;
}

#patientRight {
    float: right;
}

#dataPatient .control-label {
    width: 110px;
}

#dataPatient .controls {
    margin-left: 130px;
}

#dataPatient .control-group-fake {
    height: 30px;
}

#modalPatient {
    width: 800px;
    margin-left: -400px;
}

#modalPatient .modal-body {
    overflow: visible;
}

.patient {
    background-color: #FFF7CF;
    padding: 15px;
}

#left-field {
    float: left;
}

#right-field {
    float: right;
}

#right-field input {
    padding-right: 30px;
}

#right-field i {
    position: absolute;
    right: 0px;
    padding: 10px 28px;
    pointer-events: none;
}

#patientsListHandlers {
    
    margin-bottom:15px;
}

#patientsListHandlers #searchIcon {
    cursor: pointer;
}

#patientsListHandlers #patientSearch {
    width: 100%;
}

#patientsListTable table thead tr:first-child th {
    font-weight: normal;
}

#patientsListTable table thead tr:first-child th {
    padding: 0px 30px 0px 0px;
    border: 0;
}

#patientsListTable table thead tr:first-child th:nth-child(7) {
    padding: 0;
}

#patientsListTable table thead tr:nth-child(2) th {
    padding: 30px 5px 5px 5px;
    border-top: 0;
}

#patientsListTable table thead tr:first-child th:nth-child(7) {
    padding: 0;
}

#patientsListTable table tbody tr td {
    padding: 5px;
}

#patientsListTable #patient-socialSecurityNumber {
    width: 140px;
}

#patientsListTable #patient-mutuality,#patient-insurancecode,#patient-institution,#patient-cpcc {
    width: 90px;
}

#patientsListTable #patient-actions {
    width: 100px;
}

#patientsListTable table thead tr th span {
    cursor: pointer;
}

.pager .pager-prev {
    margin-right: 15px;
}

.pager .pager-next {
    margin-left: 15px;
}

.pager .disabled > a {
    color: #777 !important;
    background-color: #fff !important;
    cursor: not-allowed !important;
}

#patient-manage .patient-addresses .row {
    margin-bottom: 15px;
}

#patient-manage .patient-addresses .patientAddressInfo {
    height: 26px;
}

#patient-manage .space-top .content-block {
    margin: 17px;
}

/*------------------------------------*\
    $GENERAL
\*------------------------------------*/
/*
TAGS: ^layout
*/
/*

*/

.margin-right-90 {
    margin-right: 90px;
}

.margin-left-10 {
    margin-left: 10px;
}

.white-space {
    height: 150px;
}

.notification-container {
    position: relative;
    height: 15px;
    width: 15px;
    font-family: Calibri;
}

.notification-bubble {
    position: absolute;
    top: -4px;
    right: 4px;
    background-color: red;
    color: white;
    font-weight: bold;
    font-size: 9px;
    line-height: 13px;
    text-align: center;
    border-radius: 50%;
    width: 13px;
    height: 13px;
}

/*------------------------------------*\
    $NOMENCLATURE
\*------------------------------------*/
/*
TAGS: ^structure ^text ^layout
*/
/*

*/

.nomenclature-extra-fields-container {
    margin-bottom: 10px;
}

.nomenclature-extra-field label {
    width: 225px;
}

/*------------------------------------*\
    $GRAFIEK
\*------------------------------------*/
/*
TAGS: ^structure ^text ^layout
*/
/*

*/

.graph {
    padding-bottom: 50px;
}

.graph h4 {
    margin-left: 40px;
}

.graph-table {
    margin-left: 40px;
}

.google-visualization-table-table {
    width: 100%;
}

/*------------------------------------*\
    $CERTIFICATE
\*------------------------------------*/
/*
TAGS: ^structure ^text ^layout
*/
/*

*/

.certificate-warning {
    color: #04c;
    text-decoration: none;
    padding-left: 15px;
}

.certificate-warning span {
    font-size: 10px;
}

.certificate-container {
    float: left;
}

/*------------------------------------*\
    $BOOTSTRAP $EXTENSIONS
\*------------------------------------*/

input[readonly].normal,
select[readonly].normal,
textarea[readonly].normal {
    cursor: text !important;
    background-color: #ffffff !important;
}

/*------------------------------------*\
    $TUTORIAL
\*------------------------------------*/
/*
TAGS: ^structure ^text ^layout
*/
/*

*/

.tutorial {
    list-style-type: none;
    float: left;
}

.tutorial-padding {
    padding: 8px 5px 3px 3px;
}

.icon-question {
    color: #08c;
}


/*------------------------------------*\
    $CONTROLE $FILTER $SORT
\*------------------------------------*/
/*
TAGS: ^structure ^text ^layout ^filter ^sort ^download
*/
/*

*/

.check-heading-label {
    width: 120px;
}

.download-check-lijst-excel {
    float: right;
    font-size: 26px;
    margin-right: 10px;
    margin-top: 5px;
}

.filter-field {
    width: 70%;
}

.filter-field-small {
    width: 40%;
}

/*------------------------------------*\
    $EID $APPLET
\*------------------------------------*/
/*
TAGS: ^layout
*/
/*

*/

#deployJavaPlugin {
    display: none;
}


#console-viewer {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(230, 230, 230, 0.95);
    height: 160px;
    overflow: scroll;
    overflow-x: hidden;
    font-family: Consolas, Courier New;
    border-top: 1px solid #afafaf;
}

#console-viewer .console-viewer-closer {
    position: fixed;
    bottom: 135px;
    right: 25px;
}

#console-viewer .error {
    color: red;
}

#console-viewer .warn {
    color: orange;
}

#mcn_status {
    font-weight: bold;
}

.mcn-ok {
    color: green;
}

.mcn-offline, .mcn-niet-geconsulteerd {
    color: orange;
}

.mcn-niet-verzekerd, .mcn-medisch-huis, .mcn-geen-mandaat {
    color: red;
}

#check-mcn {
    margin-left: 5px;
    text-decoration: none;
}

.mcn_loader {
    background-image: url("../img/ajax-loader-mcn.gif");
    background-repeat: no-repeat;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 8px;
}

.headerDashboard th:nth-child(2) {
    color: red;
}

.headerDashboard th:nth-child(3) {
    color: orange;
}

.headerDashboard th:nth-child(4) {
    color: blue;
}

.headerDashboard th:nth-child(5) {
    color: green;
}

/*------------------------------------*\
    $MEDIA QUERIES
\*------------------------------------*/
/*
TAGS: ^layout
*/
/*

*/

@media screen and (min-width: 768px) {
    /*.wrapper {
        margin: 20px 20px 20px 10px;
    }*/

    .notification-bubble {
        right: 4px;
    }

    .nav-icons {
        float: right !important;
    }

    .navbar-brand {
        padding: 15px 0 0 23px;
        margin-right: 10px;
    }

    .nav-icons > li >  a {
        width: 50px;
    }

}

@media only screen and (max-width: 767px) {
    /*.wrapper {
        margin: 20px 0 20px 10px;
    }*/

    #patientsListTable thead tr th:nth-child(2), #patientsListTable tbody tr td:nth-child(2) {
        display: none;
        visibility: hidden;
    }

    #patientsListTable thead tr th:nth-child(5), #patientsListTable tbody tr td:nth-child(5) {
        display: none;
        visibility: hidden;
    }

    .notification-bubble {
        right: 7px;
    }

    .nav-icons {
        float: left !important;
    }

    .navbar-brand {
        padding: 15px 0 0 23px;
        margin-right: 10px;
    }

    .navbar-toggle {
        margin-right: 20px;
    }

    #entry .row:first-child .col-sm-5 {
        padding: 0 0 0 15px !important;
    }

    #entry .row:nth-child(2) .col-sm-5 {
        padding: 0;
    }

    .table-responsive {
        border: none;
    }

    #easyTarAlert .lg-block {
        width: 93%;
    }

    #easyTarAlert .sm-block {
        width: 96%;
    }

    #easyTarAlert #alert div:first-child {
        width: 35px;
    }

    #easyTarAlert #alert.alert-sm {
        width: 100%;
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 655px) {
    #patientsListTable thead tr th:nth-child(2), #patientsListTable tbody tr td:nth-child(2) {
        display: none;
        visibility: hidden;
    }

    #patientsListTable thead tr th:nth-child(5), #patientsListTable tbody tr td:nth-child(5) {
        display: none;
        visibility: hidden;
    }
}

@media only screen and (max-width: 545px) {
    #patientsListTable thead tr th:nth-child(2), #patientsListTable tbody tr td:nth-child(2) {
        display: none;
        visibility: hidden;
    }

    #patientsListTable thead tr th:nth-child(5), #patientsListTable tbody tr td:nth-child(5) {
        display: none;
        visibility: hidden;
    }

    #patientsListTable thead tr th:nth-child(6), #patientsListTable tbody tr td:nth-child(6) {
        display: none;
        visibility: hidden;
    }
}

@media (min-width:200px) and (max-width: 768px) {
    .mobile-only {
        display: grid !important;
    }

    #entry #tablePrestations > thead > tr > th:nth-child(2),
    #entry #tablePrestations > tbody > tr:first-child > td:nth-child(2) {
        width: 80px;
        max-width: 80px;
    }
}

@media (min-width:1080px) {
    .page > div:first-child {
        width: 1024px;
        margin: auto;
    }

    #navigation {
        width: 1024px;
        margin: auto;
    }

    #easyTarAlert {
        width: 1024px;
        margin: auto;
        margin-bottom: 15px;
    }

    .navbar-brand {
        padding: 15px 0 0 0;
        margin-right: 10px;
    }

    .nav-icons > li >  a {
        width: 16px;
        margin-left: 25px;
    }

    #entry #tablePrestations > thead > tr > th:nth-child(2),
    #entry #tablePrestations > tbody > tr:first-child > td:nth-child(2) {
        width: 570px !important;
        max-width: 570px !important;
    }
}


/* JORIS CUSTOM CSS */
.space-top {
    margin-top: 15px;
}

.space-top-xl {
    margin-top: 25px;
}

.space-left {
    margin-left: 15px;
}

.space-left-xl {
    margin-left: 25px;
}

.btn-group > .active {
    font-weight: bold !important;
    color: #5D96DD !important;
    background-color: #ffffff !important;
    border-color: #ccc !important;
    box-shadow: none !important;
}

.btn-group > button:hover {
    color: #5D96DD !important;
    background-color: #ffffff !important;
    border-color: #ccc !important;
}

a,
button {
    outline: 0 !important;
}

.alert-line-height {
        line-height: 1.75em;
    }

    .close-hidden {
        position: inherit;
        color: inherit;
        float: right;
        font-size: 21px;
        line-height: 1;
    }

@media screen and (min-width: 768px) {
    .input-date {
        width: 100% !important;
    }

    .input-long {
        width: 590px !important;
    }

    .mobile {
        display: none;
    }

    .form-inline .input-group .input-group-addon {
        width: 1%;
    }

    #easyTarAlert .lg-block {
        width: 94%;
    }

    #easyTarAlert .sm-block {
        width: 96%;
    }

    #easyTarAlert #alert div:first-child {
        width: 40px;
    }

    #easyTarAlert #alert.alert-sm {
        width: 65%;
    }

    #entry #tablePrestations > thead > tr > th:nth-child(2),
    #entry #tablePrestations > tbody > tr:first-child > td:nth-child(2) {
        width: 305px;
        max-width: 305px;
    }
}

@media screen and (max-width: 767px) {
    .no-mobile {
        display: none;
    }
}

table {
    width: 100%;
}

td {
    padding: 10px 30px;
    vertical-align: middle !important;
}

table td {
    padding: 1px;
}

/*.col-xs-6:first-child,
.col-xs-4:first-child,
.col-xs-3:first-child {
    padding-top: 1px;
    padding-right: 1px;
    padding-bottom: 1px;
}

.col-xs-6:last-child,
.col-xs-4:last-child,
.col-xs-3:last-child {
    padding-top: 1px;
    padding-left: 1px;
    padding-bottom: 1px;
}

.col-xs-4:not(:first-child):not(:last-child),
.col-xs-3:not(:first-child):not(:last-child) {
    padding-top: 1px;
    padding-left: 1px;
    padding-bottom: 1px;
    padding-right: 1px;
}

.col-xs-12,
.col-xs-6,
.col-xs-4,
.col-xs-3 {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
}*/

.nomenclatures-grid {
    width: 100%;
}

.nomenclatures-grid .row {
    margin: 0;
}

.nomenclatures-grid button {
    height: 40px;
}

.nomenclatures-grid .col-xs-3,
.nomenclatures-grid .col-xs-4,
.nomenclatures-grid .col-xs-6 {
    padding: 4px;
}

.nomenclatures-grid .col-xs-3:first-child,
.nomenclatures-grid .col-xs-4:first-child,
.nomenclatures-grid .col-xs-6:first-child {
    padding-left: 0;
}

.nomenclatures-grid .col-xs-3:last-child,
.nomenclatures-grid .col-xs-4:last-child,
.nomenclatures-grid .col-xs-6:last-child {
    padding-right: 0;
}

.nomenclatures-grid .btn-sm {
    font-size: 14px !important;
    font-weight: bold;
    letter-spacing: 1px;
}

.button1 button {
    width: 100%;
}

.button2 button {
    width: 100%;
}

.button3 button {
    width: 100%;
}

.button4 button {
    width: 100%;
}

h3 {
    clear: both;
}


.alert {
    padding: 15px 10px !important;
}

.btn[disabled] {
    cursor: default;
}

/* JORIS CUSTOM CSS :: Patientenbeheer/edit */
.h4 {
    font-family: inherit;
    font-weight: 500;
    color: inherit;
    cursor: pointer;
}

.text-icon {
    position: relative;
    bottom: 1px;
    margin-right: 5px;
    cursor: pointer;
}

.content-block {
    display: none;
}

.content-default {
    display: inherit;
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999;
}

.tt-menu { 
    width: 100%;
    margin-top: 4px;
    padding: 4px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
       -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
            box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
    padding: 3px 20px;
    line-height: 20px;
    font-size: 14px;
}

.tt-suggestion.tt-cursor,.tt-suggestion:hover {
    color: #fff;
    background-color: #0097cf;
    cursor: pointer;
}

.tt-suggestion p {
    margin: 0;
}

.cb, .rb {
    display:inline-block;
    padding-right: 10px;
}

.cb label, .rb label {
    padding: 0;
    font-weight: normal;
    cursor: pointer;
}

.cb label:after, 
.rb label:after {
    content: '';
    display: table;
    clear: both;
}

.cb .cr,
.rb .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.rb .cr {
    border-radius: 50%;
}

.cb .cr .cr-icon,
.rb .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.rb .cr .cr-icon {
    margin-left: 0.04em;
}

.cb label input[type="checkbox"],
.rb label input[type="radio"] {
    display: none;
}

.cb label input[type="checkbox"] + .cr > .cr-icon,
.rb label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.cb label input[type="checkbox"]:checked + .cr > .cr-icon,
.rb label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.cb- label input[type="checkbox"]:disabled + .cr,
.rb label input[type="radio"]:disabled + .cr {
    opacity: .5;
}

#nomenclatures-grid, #entry-nomenclatures {
   /* width: 387px;*/
}

#nomenclatures-grid button {
    height: 45px;
}

#patientsListTable thead .btn-group > button:hover {
    color: #333 !important;
    background-color: #fff !important;
    border-color: #ccc !important;
}


#patientsListTable thead .multiselect-container li a {
    padding-left: 30px;
}

#patientsListTable thead .multiselect-container li a label{
    font-weight: normal;
    cursor: pointer;
}

#patientsListTable thead .multiselect-container li a label input{
    cursor: pointer;
}

.alert-icon {
    display: inline-block;
    height: 22px;
    text-rendering: auto;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
    font: normal normal normal 14px/1 FontAwesome;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-stretch: normal;
    font-size: 24px;
    line-height: 1;
    font-family: FontAwesome;
    margin-right: 8px;
}

.alert-icon-warning {
    /*color: #f0ad4e;*/
    color: orange;
}

.alert-icon-warning:before{
    content: "\f071";
}

.alert-icon-success {
    /*color: #3c763d;*/
    color: #5cb85c;
}

.alert-icon-success:before{
    content: "\f058";
}

.alert-icon-danger {
    /*color: #a94442;*/
    color: red;
}

.alert-icon-danger:before{
    content: "\f057";
}

.alert-icon-info {
    /*color: #31708f;*/
    color: #337ab7;
}

.alert-icon-info:before{
    content: "\f05a";
}

#patientsListTable .cpcc {
    display: inline-block;
    width: 11px;
    text-align: center;
}

#patientsListTable .fa-question-circle {
    text-decoration: none;
    cursor: pointer;
}

#entry-wrapper .input-group span:nth-child(2) input{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

#patient-manage form label.col-sm-2,label.col-sm-3, #mcn {
    line-height: 34px;
}

#patient-manage form .rb label {
    padding-top: 7px;
}

#patient-manage label {
    font-weight: normal;
}

#entry > .row {
    margin: 0;
}

#entry > .row:nth-child(2) > div:first-child {
    padding: 0;
}

.extraFields select {
    width: 100% !important;
}

#entry .col-sm-5 {
    padding-right: 0;
    padding-left: 35px;
}

#entry .row:first-child .col-sm-5 {
    padding-top: 15px;
    padding-bottom: 15px;
}

#entry .row:first-child .col-sm-5 > div:nth-child(2) {
    padding-top: 4px;
}

#entry .patient > .row:nth-child(2) {
    padding-top: 19px;
}

#entry #insurabilityPatient {
    padding-top: 5px;
}

#entry #tablePrestations a {
    text-decoration: none;
}

#patientsListTable table tbody tr,
#control-table tbody tr,
#tablePrestations tbody:not(:last-child) tr {
    cursor: pointer;
}

#control-table tbody:last-child tr {
    cursor: default;
}

#patientsListTable table tbody tr:hover, 
#control-table tbody > tr:not(.certificate-rows):first-child:hover,
#entry #tablePrestations tbody:not(:last-child):hover{
    background-color: #E7E7E7 !important;
}

#control-table tbody tr.certificate-rows, #control-table #prestationsTable {
    cursor: default;
}

#easyTarAlert {
    overflow: hidden;
    position: relative;
}

#easyTarAlert > div.fullblock {
    width: 100%;
    height: 100%;
    position: relative;
}

#easyTarAlert #alert {
    display: flex;
    justify-content: center;
    margin: 5px 0;
}

#easyTarAlert #alert.alert-lg {
    width: 100%;
}

#easyTarAlert .close {
    top: -2px;
}

#easyTarAlert .close-hidden{
    position: absolute;
    bottom: 0px;
    right: 0px;
}

#easyTarAlert .close-hidden div button:first-child {
    margin: 0px 6px 0px 6px;
}

#easyTarAlert #alert div:first-child {
    display: inline-block;
    float: left;
    align-self: center;
}

#easyTarAlert #alert div:nth-child(2) {
    display: inline-block;
    float: left;
}

#easyTarAlert #alert .close-cross {
    align-self: center;
    margin-left: 10px;
}

#easyTarAlert #alert div:nth-child(2) p {
    word-wrap: break-word;
    margin: 0;
}

#easyTarAlert #alert div:nth-child(2) table {
    /*width: 50%;*/
}

#easyTarAlert #alert div:nth-child(2) table tr td {
    line-height:normal;
}

#easyTarAlert #alert div:nth-child(2) table tr td:first-child {
    width: 20%;
}

#easyTarAlert #alert div:nth-child(2) table tr td:nth-child(2) {
    width: 80%;
}

#easyTarAlert #alert ul {
    margin-bottom: 0;
}

p.aurelia-validation-message {
    display: inline;
    margin-left: 5px;
}
p.aurelia-validation-message:empty {
    display: none;
}

.has-success .form-control{
    border: 1px solid #ccc;
}
.has-success .form-control:focus{
    border: 1px solid #50E50C;
}
.has-warning .form-control{
    border: 1px solid red;
}
.has-warning .form-control:focus{
    border: 1px solid red;
}

.has-success label {
    color: #333;
}
.has-warning label {
    color: #333;
}

.has-warning .help-block {
    color: red;
}

#patientsListTable .fa-spinner {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 47%;
}

#patientsListTable .patientsLoader {
    cursor: default;
}

#patientsListTable .patientsLoader td{
    background-color: #ffffff;
}

#mut .fa-spinner {
    margin-left: 7px;
    color: orange;
}

#check-wrapper {
    position: relative;
}

table#control-table > tbody:nth-child(even) {
    background-color: #f9f9f9
}

table#control-table th {
    position: relative;
}


table#control-table th input {
    display: block;
    width: 100%;
    font-weight: normal;
    margin-bottom: 10px !important;
}

table#control-table th span {
    cursor: pointer;
    display: inline-block;
    padding: 0 0 10px 0;
}

table#control-table th span.default-pointer, table#control-table #tablePrestations tr {
    cursor: default;
}

table#control-table thead tr th, table#control-table tbody tr td {
    min-width: 70px !important;
    max-width: 120px;
}

table#control-table > thead > tr > th:nth-child(1), table#control-table >  tbody > tr > td:nth-child(1) {
    width: 80px !important;
    min-width: 80px !important;
}

table#control-table > thead > tr > th:nth-child(2), table#control-table >  tbody > tr > td:nth-child(2) {
    width: 100px !important;
    min-width: 100px !important;
}

table#control-table tbody:last-child {
    background-color: white;
}

table#control-table .cell-dark {
    background-color: #CCC;
}

table#control-table td i, table#control-table th i {
    padding-left: 10px;
}

table#control-table tbody tr td i.fa-2x {
    font-size: 1.5em !important;
}

table#control-table > tbody > tr > td.row-actions {
    width: 100px;
}

table#control-table > tbody.totals:hover tr {
    background-color: white !important;
}

table#control-table > tbody.control-rows > tr:nth-child(2) {
    background: #f9f9f9;
}

table#control-table > tbody.control-rows > tr:nth-child(2) table {
    border: 1px solid #e9e9e9;
    margin-bottom: 10px;
}

@media only screen and (max-width: 1023px) {
    /*.wrapper {
        margin: 20px 0 20px 10px;
    }*/

    table#control-table > thead tr:first-child th:nth-child(6), table#control-table > tbody > tr:first-child > td:nth-child(6) {
        display: none;
        visibility: hidden;
    }

    table#control-table > thead tr:first-child th:nth-child(7), table#control-table > tbody > tr:first-child > td:nth-child(7) {
        display: none;
        visibility: hidden;
    }

    table#control-table > thead tr:first-child th:nth-child(8), table#control-table > tbody > tr:first-child > td:nth-child(8) {
        display: none;
        visibility: hidden;
    }

    table#control-table > thead tr:first-child th:nth-child(9), table#control-table > tbody > tr:first-child > td:nth-child(9) {
        display: none;
        visibility: hidden;
    }

}

.clickable {
    cursor: pointer;
}

.header-sort-icon {
    padding: 0 0 10px 0 !important;
}

.fonticon-gray {
    color: #aaa;
}

.button-icon-left {
    margin: 0 !important;
    padding: 0 8px 0 0 !important;
}

#entry .tt-suggestion {
    border-bottom: 1px solid #ddd;
}

#check-wrapper .table .control-rows {
    border: none;
} 

#check-wrapper .table #tablePrestations > tbody > tr > td  {
    border: none;
}

#patientsListTable .table tbody {
    border-bottom: 2px solid #ddd;
}

.ui-datepicker.ui-widget {
    font-size: 1em;
    background: #fefefe;
}

.ui-datepicker td a , .ui-datepicker td span {
    text-align: center !important;
}


.ui-datepicker .ui-state-hover, .ui-datepicker .ui-state-default, .ui-datepicker .ui-state-default {
    background: none !important;
    color: #362b36 !important;
    border: none !important;
}

.ui-datepicker td:not(.datepicker-active-day) {
    background: #fff;
}

.ui-datepicker td.datepicker-active-day  {
    background: #2f96d4;
}

.ui-datepicker td.datepicker-active-day a {
    color: white !important;
}

.ui-datepicker-prev-hover {
    left: 2px !important;
    top: 5px !important;
    font-weight: normal;
    color: #f0ad4e !important;
}
.ui-datepicker-next-hover {
    right: 2px !important;
    top: 5px !important;
    font-weight: normal;
    color: #f0ad4e !important;
}

.ui-datepicker-next, .ui-datepicker-prev {
    top: 5px !important;
    cursor: pointer;
    font-family: FontAwesome;
}

.ui-datepicker-prev {
    text-align: right;
}

.ui-datepicker-prev, .ui-datepicker-next, .ui-datepicker-header  {
    border-radius: 0 !important;
    background: none !important;
    border: none !important;
}

.ui-datepicker-prev::after {
    content: '\f053';
    display: block;
}
.ui-datepicker-next::before {
    content: '\f054';
    display: block;
}

.ui-datepicker-title, .ui-widget-header {
    background: none !important;
    border: none !important;
}

.ui-datepicker {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.ui-datepicker .ui-icon {
    background: none !important;
    text-indent: 99999px;
}


.ui-datepicker a {
    text-decoration: none !important;
}

#control-table #tablePrestations thead > tr:not(:last-child) > th {
    border: none;
}

#control-table #tablePrestations thead > tr:last-child > th {
    border-top: none;
}

#tablePrestations .certificate-rows table {
    border: none !important;
}

#tablePrestations .certificate-rows table tr:hover {
    background: none !important;
}

.certificate-rows .popover{
    min-width: 350px;
    max-width: 100%;
}

.alert-warning {
    border-color: orange;
    background-color: #FFFAF1;
}

.btn-warning {
    background-color: orange;
}

.alert-danger {
    border-color: red;
    background-color: #FFF6F6;
}

btn.danger {
    background-color: red;
}

.alert-success {
    border-color: #5cb85c; 
    background-color: #F2FFED;
}

.alert-info {
    border-color: #337ab7;
    background-color: #F1FAFF;
}

#entry #tablePrestations > thead > tr > th:first-child,
#entry #tablePrestations > tbody > tr:first-child > td:first-child {
    width: 80px;
}

#entry #tablePrestations > thead > tr > th:nth-child(n+3):not(:last-child),
#entry #tablePrestations > tbody > tr:first-child > td:nth-child(n+3):not(:last-child) {
    width: 80px;
}

#entry #tablePrestations > thead > tr > th:last-child,
#entry #tablePrestations > tbody > tr:first-child > td:last-child {
    width: 100px;
}

#entry #tablePrestations .percentage {
    max-width: 100px;
    display: inline-block;
}