﻿body {
    /* background-image: url(/img/bo_play_pattern.png); */
    
    font-family:'Lato', sans-serif, Arial, Verdana;
    font-size:14px;
    line-height:20px;

}

a, a:active, a:focus, button, button:active, button:focus {
outline: none;
}

    a:link, a, a:visited {
        color: #E11F1A !important;
    }

img.logo {
    float: left;
    margin-top:-10px;
    margin-right:30px;
}

h2, h3 {font-size:18px !important;font-weight:bold}

.topmenu {width:100%;float:left;margin-bottom:20px;
}

    .topmenu .topmenu-items {
        float: left;
        line-height:30px;
    }
    .topmenu .topmenu-items ul {
        padding: 0;
        margin: 0;
        float:left;
    }
    .topmenu .topmenu-items li {
        display: inline;
        float: left;
        margin-right:10px;
        border-right:1px solid #999;
        padding-right:10px;
    }

.site-name {
    float: left;
}
.search-container {
    width: 300px;
    float: right;
}

.masthead {
    clear: both;
}

.BreadCrumLocatie {margin-bottom:10px;float:left;width:100%}

ul.user-menu  {
    float:right !important;
    margin-top:-50px;
}

    ul.user-menu li a {
        color:#006CA7 !important;
    }

.profile-icon {margin-top:-4px;margin-right:7px}
	
.footer {
    width: 100%;
    float:left;
    text-align:center;
}

.footer-inner .row {
    margin: 0;
    padding: 0;
}    

    .footer-inner .col-md-3 {
        box-shadow: none !important;
    }

.navbar-default {
    background-color: #fff !important;

}


/* navbar hover fix */
ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;    
}

ul.nav > li.dropdown:first-child > a {
    padding-left: 0 !important;
}

/* TABLES */

table {
    background-color: transparent !important;
    background: none !important;
}

th {
    font-size: 10px;
    color:#000 !important;
}

    th a {
        color: #000 !important;
    }

td {
    font-size: 14px;
	padding-bottom:3px !important;
}

tr {
    background: none !important;
    background-color: transparent !important;

}

#ctl00_ContentPlaceHolder1_UPExtraKaart tr {
    float: left;
    width: 100%;
    padding-bottom: 5px;
}

#ctl00_ContentPlaceHolder1_UPExtraKaart tr > td:first-child {
    width:300px;
    font-weight:bold;
}

#ctl00_ContentPlaceHolder1_DetailsView1 tr > td:first-child,
.detail-view tr > td:first-child {background:#F7FBFE;border-right:1px solid #ccc}

.geen-data {background:#999999 !important}

table.aanvraag-status {width:100% !important}

td.status-head {width:100% !important}
td.status-indicator {width:25px !important}
td.status-aanvraag {width:200px !important}
td.status-date {width:130px !important}
td.status-detail {width:130px !important} 

td.detail-datum {width:200px !important;color:#000 !important}
td.detail-status {width:200px !important;color:#000 !important}
td.detail-kaartnr {width:200px !important;color:#000 !important}

/* SECTION BOXES */

.sectionBox.col-md-4 {
    width: 32.6666%;
}

.sectionBox {
    height:300px;
    border:1px solid #e7e7e7;
    border-radius:3px;
    margin-bottom:1%;
    background:#fff;
}

    .sectionBox:hover {
        border: 1px solid #02aacf;
    }

    .sectionBox:nth-child(3n+2) {
        margin: 0 1% 0 1%;
    }

    .sectionBox h2 {
        font-size: 18px;
        font-weight: bold;
        color: #E11F1A;
    }

#loginPanel {
    float: left;
    background:#fff;
    border:1px solid #e7e7e7;
    border-radius:4px;
    margin-left:33%;
    margin-top:15%;
    padding:1em;
    box-shadow:0 0 5px #ccc;


}

    #loginPanel .username input, #loginPanel .password input, .loginBtn input, .registerBtn a {
        width: 100% !important;
        float: left;
    }

    #loginPanel .password-errors ul {
        padding: 15px;
        margin: 0;
    }

    #register > a, #register > a:link, #register > a:hover, #register > a:active, #register > a:visited {
        color: #fff !important;
    }

#createAccountPanel {
    float: left;
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    margin-left: 16%;
    margin-top: 2rem;
    margin-bottom: 4rem;
    padding: 1em;
    box-shadow: 0 0 5px #ccc;
}

@media (max-width: 768px) {
    #createAccountPanel {
        float: left;
        background: #fff;
        border: 1px solid #e7e7e7;
        border-radius: 4px;
        margin-left: auto;
        margin-top: 15%;
        margin-bottom: 4rem;
        padding: 1em;
        box-shadow: 0 0 5px #ccc;
    }
}

    #createAccountPanel input[type=text] {
        margin: 0 0 1.25rem 0;
    }
    #createAccountPanel .form-section {
        margin: 0.5rem 0 1rem 0;
        padding: 0.2rem 0 0.2rem 0;
    }

    #createAccountPanel label {
        position: relative;
        bottom: -8px;
        left: 6px;
        color: #333 !important;
        padding: 1px 1rem 1px 3px;
        background-color: #ffffff;
    }

    .registerBtn {
        margin: 1rem 0rem;
        height: 32px;
    }

    #createAccountPanel label.required::after {
        content: " *";
        color: red;
        font-size: 1.25rem;
    }

    #paycard > a, #paycard > a:link, #paycard > a:hover, #paycard > a:active, #paycard > a:visited {
        color: #5cb85c !important;
    }

.loginLogo {
    text-align: center;
    margin-bottom: 20px
}

.loginTitle {
    float:left;
    margin-bottom: 20px;
    width:100%;
    clear:both;
}

.rememberme {
    width: 100%;
    float: left;
    margin:10px 0 10px 0; 
}

.rememberme label {
    margin-left: 10px;
    float:left
}

.rememberme input {
    float: left;
}

.bottomText {margin-top:20px;float:left;font-size:12px;text-align:center;width:100%}

/* PAGINATION */

.pagination {
    border: 1px solid #ddd;
    padding: 3px 9px;
    margin-left: -1px;
    float: left;
    text-decoration: none;
    background:#fff;
    border-radius:0;
}

    .pagination:hover {
        text-decoration: none;
        background: #ddd;
    }

.active-item {
    border: 1px solid #428bca;
    padding: 3px 9px;
    margin-left: -1px;
    float: left;
    text-decoration: none;
    background: #428bca;
    color: #fff;
}

/*
tr:last-child td:hover {
    background: none !important;
    background-color:transparent !important;
}

*/

/* FACTUREN */


table.facturen_table table {
    display: none;
}

/* widgets */

.sectionBox img {

width:100%;
height:auto;
}

.sectionContent > .list-group {
    position: absolute;
    width:90%;
    top:65px;
 
}

.widget-options {
    float: right;
    margin-top:-30px;
}

.widget-option {
    padding: 5px 10px;
    background: #ccc;
    border-radius:3px;
    font-size:2px;
}

.active-option {
    background: #02AACF;
}

/* SUBACCOUNTS */

table#ctl00_ContentPlaceHolder1_GVSubaccounts  table {display:block}
table#ctl00_ContentPlaceHolder1_GVSubaccounts_ctl03_CBLAvailableRoles input {margin-right:5px}

/* zoeken op kaart */

ul#ctl00_ContentPlaceHolder1_AutoCompleteExtender1_completionListElem {background:#fff;border:1px solid #ccc}

/* RESPONSIVENESS */

@media (max-width: 768px) {
    .sectionBox.col-md-4 {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
	
	#loginPanel {margin-left:0}
}

#ctl00_ContentPlaceHolder1_DDLKaart {
    width: 400px
}


/* Loyalty module */
.loyaltybox {
    width: 33.33%;
    float: left;
}
.loyaltycontent {
    float: left;
    width: 87%;
    margin: 10px;
    margin-bottom: 40px !important;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 12px;
    background: #f1f1f1;
    border:2px solid #c21726;
}

.loyaltycontent .boxname {
    color: #fff !important;
    background: #dc3b40;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    float: left;
    display: block;
    width: 100%;
    font-weight: bold;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 22px;
    text-align: center;
}

.loyaltycontent .boxname.clickable:hover {
    background: #b71f24;
    cursor: pointer;
}

.loyaltycontent table {
    width: 100%;
    height: 262px;
    text-align: center;
    border-collapse: collapse;
}

.loyaltycontent table tbody tr td {
    margin: 0;
    padding: 0;
}

#debt-total tbody tr .caption {
    font-size: 22px !important;
}

#debt-total tbody tr .data {
    padding-bottom: 10px;
    font-size: 40px !important;
    font-weight: bold;
}

#top-points  {
    text-align: left;
}

#top-points tbody tr td {
    border-top: 1px solid;
    border-color: #dcdcdc;
    font-size: 18px !important;
    font-weight: bold !important;
    height: 45px;
}

#period-columns {

}

#period-columns tbody tr td {
    padding: 10px;
    vertical-align: bottom;
}

#period-columns .period-column {
    width: 100%;
    background: #286b38;
}

#period-columns .period-month {
    color: #ffffff;
    font-size: 18px;
    padding: 5px;
}

.alert h2 {
    margin-top: 0;
}

.table td .pagination {
    margin: 0;
}

.table-wrap {
    overflow-x: auto;
    margin-bottom: 20px;
}

.table-wrap table {
    margin-bottom: 0;
}

.table-vehicle input[type=text] {
    width: 100px;
}

.table-vehicle select {
    width: 100px;
}

.panel-group .table-vehicle select {
    width: 70px;
}

.panel-group .table-vehicle input[type=text] {
    width: 70px;
}

.panel-group .table-vehicle select {
    min-width: 70px;
}

.table-wrap + .panel-body {
    margin-top: -20px;
}

.panel-body .text-right {
    margin-top: -20px;
    padding: 15px;
}

.panel-group .collapse.in {
      height: auto !important;
}

.alert .table-wrap {
    margin: 0 -15px;
}

.alert table td, .alert table th {
    font-size: 10px;
    white-space: nowrap;
    padding: 5px 0 5px 5px!important;
}

h4 .glyphicon-trash {
    font-size: 75%;
}

.totalen_footer > td {
    background: none !important;
    background-color: transparent !important;
    color: #333;
    white-space: nowrap;
}

.table-striped > tbody > tr.totalen_footer:nth-child(2n+1) > td {
    background-color: #f9f9f9;
}

.panel-group .table-vehicle td > input.short-field {
    width:66px;
}

.panel-group .table-vehicle td > input.verbruik {
    width:85px;
}

/* TOGGLE SWITCH */

.toggle, .toggle-on, .toggle-off { border-radius: 5px;} 
.toggle-on.btn-xs { padding-right: 8px;padding-left: 0px;} 
.toggle-off.btn-xs { padding-right: 0px;padding-left: 8px;} 
.toggle .toggle-handle { border-radius: 5px; width: 35px; }
.toggle { margin-bottom: 3px; }

/* SELECT SUBACCOUNT */

.select-user #repeaterDiv {padding:10px}

/* EMANDATES */

.mandate-status-wrapper {margin-top:20px;float:left;width:100%;font-size:16px;font-weight:bold}

table.mandate-status tbody td.cancelled, td.expired, td.failure {
    background-color:#EEB4B4;
}

.emandateLogo {width:24px;height:24px}

.mandateNew .input-group {width:50%;margin-top:15px}
.mandateNew .input-group-addon { width:50%;text-align:left}
.mandateNew .input-group-btn {width:50%}

span.note {font-size:12px}

.selectAccountType label {}
.selectAccountType input {margin-right:5px}
.selectAccountType .input-group-btn label {width:50%}

@media (max-width: 768px) {

    .mandateNew .input-group {
        width: 100%;
        margin-top: 15px
    }
}

#loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    display: none;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.language-selection {
    float: none;
    text-align: center;
    margin-bottom: 20px;
}

.language-selection .language-selection-item {
    text-align: center;
}

.language-selection .language-selection-item img {
    width: 30px;
}
