@import 'timeline.css';
@import 'tooltip.css';

html,
body {
    height: 100%;
    margin:0;
    padding:0;
}

body {
    display: flex;
    flex-direction: column;
}

#main {
    flex: 1 0 auto;
}

.footer {
    flex-shrink: 0;
    margin-top:20px;


    width: 100%;
}

.footer .container {
    margin: 0 auto;
}

.footer p {
    margin:4px 15px;
    text-align:center;
    color:#aaa;
}

.navbar {
    border-radius: 0px;
    border:0px;
}
.nav > li > a {
    padding:15px 10px;
}
.pointer{cursor:pointer;}
.bread-left{font-size:10px;padding-bottom:10px;}
.tab-content > .active {
    display: block;
    padding-top: 20px;
    visibility: visible;
}
.field--disabled {
    display:none;
}
.form-control{border-radius: 0px;height:30px;padding: 3px 6px;}
.form-group {
    margin-bottom: 5px;
}
.btn {
    border-radius: 2px;
}
.breadcrumbs {
    margin-top:100px;
}
.environment {
    padding:5px 0px;
    text-align:center;
    color:#FFF;
    font-size:10px;
    background:#F38637;
    font-weight:bold;
    border-bottom:1px solid #2973C0;
}
.brand-title {
    padding:10px 15px 10px 0px !important;
    font-size:24px;
}
.brand-title img {
    width:150px;
}
.navbar-form .form-control {
    width:120px !important;
}
.logo-office {
    right:15px;
    top:-35px;
    width:100px;
    position:absolute;
}
.btn.btn-success {
    background-color: #28a745;
    border-color: #28a745;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}
a.btn-success:hover {
    color:#FFF !important;
}
.submit-lead {
    margin:5px;
}
.form-horizontal .control-label {
    margin-bottom: 0;
    padding-top: 7px;
    font-size:12px;
    text-align: right;
}

.logo-label{height: 30px;
    float: left;
    top: -4px;
    position: relative;
    padding-right: 10px;}
.list-group-item a{color:#fff;}
.status{
    margin-left:15px;float:left;min-height:1px;
    cursor:pointer;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: 1px solid #ddd;
    line-height: 1.42857;
    padding: 6px;
    vertical-align: top;
    font-size:12px;
}

.list-group-item {
    background-color: #fff;
    border: 1px solid #ddd;
    display: block;
    margin-bottom: -1px;
    padding: 10px 10px;
    position: relative;
}
.list-group-item.active {
    background-color:#2973C0;
    border-color:#2973C0;
}
.status-open-reviewed{
    color:#634305;
}
.status-open{
    color:#000;
}
.status-open-1h{
    color:#634305;
}
.status-open-2h{
    color:#fbaa0f;
}
.status-open-3h{
    color:#DF0101;
}
.status-bezig{
    color:#FF8000;
}
.status-afgewezen{
    color:#000;
}
.status-doorgestuurd{
    color:#298A08;
}
.status-callback-nu{color:#FF8000;}
.status-callback-toekomst{color:#000;}
.status-callback-telaat{color:#ff0000;}
.navbar-default .navbar-nav > li > a {
    color: #fff;
}
.pagination {
    border-radius: 4px;
    display: inline-block;
    margin: 5px 0;
    padding-left: 0;
}
.table .logo{height:18px;}
.logo-label{height:70px; padding-right:15px;float:left;}
.logo-label-small{height:28px; padding-right:15px;padding-top:0px;float:left;top: -4px;position:relative; max-width:125px;}
.logo-office{max-width: 100%;margin: auto;display: block;}

.text-del{ text-decoration: line-through;}

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    background-color: #337ab7;
    border-color: #337ae7;
    color: #fff;
}

.pull-left.charttitle {
    margin-top: 38px;
}

.chartcont {
    margin-top:-20px;
}

tbody.extralog {
    background: #FFEDED;
}

/* Users online */
.uonline.fixed {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index:999;
}

/* Lead doorgestuurd lijst */
.legenda span {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    display: inline-block;
}

.aangeboden {
    background: #FB6D42!important;
    color:#fff!important;
}

.startklaar {
    background: #FFAF80!important;
    color:#fff!important;
}

.geaccepteerd{
    background: #4ECC69!important;
    color:#fff!important;
}
.offerte {
    background-color:#FF9900 !important;
    color:#FFF;
}
.afgewezen {
    background: #FF8181!important;
    color:#fff!important;
}

.geen.actie {
    background: #7BC2FF!important;
    color:#fff!important;
}

.succesvol {
    background-color: #23D1DA!important;
    color:#fff!important;
}

.niet.succesvol {
    background-color: #BC321F!important;
    color:#fff!important;
}

.verzoek.tot.creditering {
    background-color: #BC321F!important;
    color:#fff!important;
}

.verzoek.tot.creditering.afgekeurd {
    background-color: #2b74b8!important;
    color:#fff!important;
}

.verzoek.tot.creditering.goedgekeurd {
    background-color: #058623!important;
    color:#fff!important;
}

.verlopen {
    color: white !important;
    background: #aaa !important;
}

.aangeboden a, .startklaar a, .geaccepteerd a, .afgewezen a, .geen.actie a, .succesvol a, .verlopen a  {
    color:#fff!important;
}

/* Make modals BIG (.modal-lg is not big enough) */
#transferlist .modal-dialog, #modal-duplicate-leads .modal-dialog {
    width: 80%;
}

table.table.table-striped.table-hover.tableback {
    border: solid 2px #C7C7C7;
    margin-bottom:0px!important;
}

.showoffices {
    display: none;
}

span.zipcodes {
    background: #46AAFF;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    text-align: center;
}

li.select2-selection__choice, li.select2-selection__choice span {
    background-color: #46AAFF!important;
    color: #fff!important;
    border: none!important;
    padding: 5px!important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff!important;
}

/***********************TABLE STYLING *************************/

table tr td {
    vertical-align: middle!important;
}

.table-hover > tbody > tr:hover {
    background-color: #b8dfff!important;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f2f2f2;
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #2973C0;
    border-color: #1f66a2;
    color: #fff;
}

td.labellogo {
    width: 225px;
    color:#777;
}
.labellogo a {
    color:#777;
}
.labellogo .glyphicon-cog {
    font-size:16px;
    color:#2973c0;
}
td.conversie {
    min-width: 100px;
}
.labellogo .list-group-item {
    background-color:transparent !important;
    border:0px;
}
.searchbar {
    box-shadow: 0px 10px 20px -20px #000;
    width: 100%;
    height: 100%;
    background: #b6deff;
    float: left;
    padding:10px;
}
.fa-check {
    color:#13cc5e;
    font-size: 14px !important;
}
.filter {
    background:#CCC;
    padding:5px;
    height:45px;
    margin-bottom:15px;
}
.fa-remove {
    color:red;
    font-size:14px !important;
}
.action-buttons .btn {
    margin-right:15px;
    margin-bottom:15px;
}
.panel-heading {
    cursor: pointer;
}
.action-btn {
    background:transparent;
    padding:3px 10px !important;
    border:1px solid #CCC;
}
.action-btn.edit:hover {
    background-color:#1f66a2;
}
.action-btn.remove:hover {
    background-color:red;
}
.action-btn:hover span {
    color:#FFF !important;
}


.action-btn:hover {
    color:#1f66a2;
}
.searchbar .search {
    width: 100%;
}
.btn-aanvragen {
    background-color:#FF9900;
    color:#FFF;
}
.full-width  {
    width:100% !important;
}

/*
*
*
Invoices
*
*
*/

div#invoicea4 {
    height: 100%;
    box-shadow: 0px 0px 30px -10px #000;
}

a.btn.btn-danger.btn-xs.delete-row.delrow {
    position: absolute;
    margin-left: -60px;
}

.select2-container,.select2-search__field {
    width:100%!important;
}

.btn.posbut {
    position: absolute;
    margin-left: 25px;
}


footer.invoicefoot {margin-top: 100px;}

.buttonsfixed {
    position: fixed;
    left: 0px;
    top: 10%;
    background: rgba(51, 122, 183, 0.25);
    padding: 20px 10px;
}

.form-horizontal #invoice_table .form-group, .form-horizontal #contract_table .form-group {
    margin-right: 0px;
    margin-left: 0px;
}

/******* Office profile ******/

.panel.panel-default.centerimage img {
    margin: auto!important;
    width: 200px;
    display: block;
}

.panel.panel-default.centerimage {
    border: none;
}

p.specialisation {
    background: #003355;
    color: #fff;
    padding: 1px;
    text-align: center;
}

label.btn.btn-warning.paymenttype.active {
    background-color: #13cc5e;
    border-color: #028600;
}

label.btn.btn-warning.paymenttype {
    background: #c1bfbd;
    border-color: #84817f;
}

/**** BOOTSTRAP MENU ****/
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
    display:block;
}
.dropdown-submenu>a:after {
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right:-10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color:#ffffff;
}
.dropdown-submenu.pull-left {
    float:none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}

#side-menu button.btn.btn-default {
    height: 30px;
}
.review-badge {
    position:absolute;
}
.badge.center {
    margin:auto;
    display:inline;
    min-width:20px;
    height:20px;
    padding:1px 7px;
    text-align:center;
    line-height:20px;
}
.panel-default {
    border:0px;
}
.panel-body {
    padding:0px;
}
@media
only screen and (max-width: 768px),
(min-device-width: 768px) and (max-device-width: 1024px)  {
    a.navbar-brand {
        font-size: 12px;
        padding: 0px 15px;
    }


    /* Force table to not be like tables anymore */
    table, thead, tbody, th, td, tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    tr { border: 1px solid #ccc; }

    td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
    }

    td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }

    td.labellogo {
        width: 100%;
        max-width: 100%;
    }

}
@media (min-width: 768px) {
    .title {
        padding-left: 100px;
        width: 350px;
        margin: 150px 0px 25px 0px !important;
    }
}
.title img {
    width:100%;
}
.login .panel {
    background-color:transparent;
}
.login input.form-control {
    background: transparent;
    border: 0px !important;
    box-shadow: none !important;
    color: #FFF;
    border-radius: 0px !important;
    border-bottom: 1px solid #f2f2f2 !important;
}
.remember-me {
    color:#FFF;
}
.login .formulier div form input {
    margin-bottom:25px !important;
}
.login button {
    background: #2973C0 !important; /* not working, let's see some red */
    border:0px !important;
    margin:15px 0px;
}
.overlay {
    position:absolute;
    background-color:#000;
    opacity:0.7;
    left:0px;
    top:0px;
    right:0px;
    bottom:0px;
}

.tag-list {
    font-size: 12px;
    list-style: none;
}

.tag-list input {
    font-weight: normal;
    margin: 0;
    float: right;
    padding: 0;
    border: none;
}

.tag-list li {
    border-bottom: 1px solid #eee;
    padding: 5px 0
}

.tag-list input, .tag-list span {
    line-height: 20px;
}

/* Make columns inside the modal window of tags the same height*/
#email-tags-modal .row {
    display: flex;
    flex-flow: row wrap;
}

#email-tags-modal .row::before {
    display: block;
}

.domain-favicon {
    max-height: 32px;
    max-height: 32px;
}

.domain-logo {
    max-height: 60px;
}

/* Password strength indicator */
#password-strength-container {
    display: block;
    width: 100%;
    height: 10px;
    background-color: #cccccc;
    float: left;
    margin-bottom: 25px;
}

#password-strength {
    display: block;
    height: 10px;
    float: left;
    z-index: 1111;
}

#password-description {
    color: #eee;
}

.strength0 {
    width:100%;
    background-color: #cccccc;
}

.strength1 {
    width:20%;
    background-color: #ff0000;
}

.strength2 {
    width:40%;
    background-color: #ff5f5f;
}

.strength3 {
    width: 60%;
    background-color: #56e500;
}

.strength4 {
    width: 80%;
    background-color: #4dcd00;
}

.strength5 {
    width: 100%;
    background-color: #399800;
}

.login .reset label {
    color: white;
    cursor: pointer;
}

.login .reset input[type="submit"] {
    width: 100%;
}

.login .reset #logo {
    margin: 40px auto;
}

.float-none {
    float: none;
}

#add-comment .ckeditor,
#add-comment .cke {
    margin-bottom: 20px;
}

#comments {
    margin-top: 20px;
}

#transferlist .progress {
    position: relative;
}

#transferlist .progress .percentage {
    color: black;
    text-align: center;
    line-height: 20px;
    position: absolute;
    left: 0;
    right: 0;
}

#statistics .progress {
    margin-top: 10px;
    margin-bottom: 0;
}

#statistics .progress span {
    position: absolute;
    right: 0;
    left: 0;
    text-align: center;
}

#statistics .progress-container {
    margin-top: 15px;
}

#statistics a .glyphicon-chevron-right {
    transform: rotate(90deg);
    transition: transform .2s;
    margin-right: 5px;
}

#statistics a.collapsed .glyphicon-chevron-right {
    transform: rotate(0);
}

#statistics a:hover .glyphicon-cog {
    transition: transform .1s;
    transform: scale(1);
}

#statistics a:hover .glyphicon-cog {
    transform: scale(1.5);
}

.datepicker-button {
    cursor: pointer;
}

.label-as-badge {
    border-radius: 1em;
}
.note {
    padding-bottom: 0;
}

label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.helptext:focus {
    outline: none;
}

#rejected-leads .lead-done {
    margin-left: 10px;
}

img.logo-partner {
    margin-top: 20px;
}

.pagination-top, .pagination-bottom {
    margin: 20px 0;
}

#partners-index table thead th .pointer {
    min-width: 100px;
}

#search .row {
    margin-bottom: 15px;
}

#search label,
#search select,
#search input,
#search .input-group {
    width: 100%;
}

#offered-leads table > tbody > tr:nth-child(odd),
#offered-leads td table tbody tr {
    border: 1px solid #e4e4e4;
}

#offered-leads > table > tbody > tr:nth-child(even) > td {
    padding: 10px 0 0 0;
}

#search .btn {
    margin-top: 20px;
    width: 100px;
}

.label-logo {
    margin-bottom: 20px;
    max-height: 100px;
    max-height: 100px;
}


.table-borderless td,
.table-borderless th {
    border: none !important;
}

/*Form admin/notice/create */
.form--col {
    position: relative;
    clear: both;
    margin-top: 15px;
    padding: 15px;
}

.form--row {
    display: block;
    width: 100%;
}
.selector--title {
    margin-bottom: 0;
    padding-top: 7px;
    font-size: 12px;
    text-align: right;
    display: inline-block;
}

.form--selector {
    display: block;
    /*border: 1px solid red;*/
    width: 400px;
    clear: both;
}

@media screen and (min-width: 768px) {
    .form--selector {
        display: inline-block;
    }
    .selector--title {
        text-align: right;
        max-width: 185px;
        padding-right: 28px;
    }
}

@media screen and (min-width: 992px) {

    .selector--title {
        max-width: none;
        width: 240px;
    }
}

@media screen and (min-width: 1200px) {

    .selector--title {
        width: 290px;
    }
}



.row-label .labellogo .badge {
    margin: 0 7px;
}

.row-label .badge.highlight {
    background-color: #ff7715;
}

.row-label td {
    height: 50px;
    line-height: 50px;
    padding: 0 !important;
    margin: 0;
}

.row-label td.text-center a {
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 50px;
}

.row-label td.text-center a .badge {
    transition: transform .1s ease-out;
    transform: scale(1);
}

.row-label td.text-center a:hover .badge {
    transform: scale(1.25);
}

.add-lead {
    color: #f60;
    font-size: 22px !important;
    text-align: center !important;
}

#idle-leads .list-group-item a.btn.btn-default {
    color: inherit;
}

#idle-leads .list-group-item a.btn.btn-default:hover,
#idle-leads .list-group-item a.btn.btn-default:active,
#idle-leads .list-group-item a.btn.btn-default:hover .text-muted,
#idle-leads .list-group-item a.btn.btn-default:active .text-muted {
    color: white;
}

#client-emails .list-group-item a {
    color: inherit;
}

#client-emails .list-group-item a:hover,
#client-emails .list-group-item a:focus,
#client-emails .list-group-item a:active {
    text-decoration: none;
}

#client-emails .tab-content > .active {
    padding-top: 0;
}

.btn-select {
    border: 1px solid #ccc;
    height: 30px;
    padding: 0 10px;
}

.dropdown-menu > li > form > button {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    background-color: transparent;
    border: none;
    width: 100%;
    text-align: left;
}

.dropdown-menu > li > form > button:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

.btn.insezo {
    padding-left: 39px;
    background-image: url('/img/insezo.png');
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: 10px;
}