.theme-asphalt #main-navbar .navbar-nav>li{
    border-right: 1px solid #fff;
}

.phone-list{
    padding: 0;
    list-style: none;
}

.customerbuttons{
    float: right;
}

.hidefield{
    display: none;
}

.biglabel{
    font-size: 14pt;
    margin-bottom: 10px;
}

.label-margin{
    margin-bottom: 10px;
}

.uppercase{
    text-transform: uppercase;
}

.titlerow{
    font-weight: bold;
    margin-bottom: 10px;
}

.yadcf-filter{
    width: 100% !important;
}

.yadcf-filter-range-date{
    width: 46% !important;
}

tfoot{
    display: table-header-group;
}

tfoot tr th{
    padding:0 !important;
}
.table-header{
    border: none !important;
    border-bottom: 1px solid #e4e4e4 !important;
}
tfoot tr th input{
    border-radius: 0 !important;
    font-size: 11px !important;
}

tfoot tr th div{
    margin: 0 !important;
}

.yadcf-filter-wrapper-inner {
    border: none !important;
}

tfoot tr th select{
    border-radius: 0 !important;
}

.yadcf-filter-reset-button{
    background-color: transparent;
    color: grey;
    position: absolute;
    z-index: 9999;
    margin-left: -22px;
    margin-top: 2px;
    border: none;
}

select + .yadcf-filter-reset-button{
    margin-left: -28px;
}

.yadcf-filter-wrapper{
    width: 100%;
}

.yadcf-filter-range-date-seperator {
    margin-left: 5% !important;
    margin-right: 3% !important;
}

/* FILE MANAGER */
.file-box {
    float: left;
    width: 16.66%;
}
.file-box:nth-child(6n) .file{
    margin-right: 0;
}
.file-manager h5 {
    text-transform: uppercase;
}
.file-manager {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.folder-list li a {
    color: #666666;
    display: block;
    padding: 5px 0;
}
.folder-list li {
    border-bottom: 1px solid #e7eaec;
    display: block;
}
.folder-list li i {
    margin-right: 8px;
    color: #3d4d5d;
}
.category-list li a {
    color: #666666;
    display: block;
    padding: 5px 0;
}
.category-list li {
    display: block;
}
.category-list li i {
    margin-right: 8px;
    color: #3d4d5d;
}
.category-list li a .text-navy {
    color: #1ab394;
}
.category-list li a .text-primary {
    color: #1c84c6;
}
.category-list li a .text-info {
    color: #23c6c8;
}
.category-list li a .text-danger {
    color: #EF5352;
}
.category-list li a .text-warning {
    color: #F8AC59;
}
.file-manager h5.tag-title {
    margin-top: 20px;
}
.tag-list{
    list-style: none;
}
.tag-list li {
    float: left;
}
.tag-list li a {
    font-size: 10px;
    background-color: #f3f3f4;
    padding: 5px 12px;
    color: inherit;
    border-radius: 2px;
    border: 1px solid #e7eaec;
    margin-right: 5px;
    margin-top: 5px;
    display: block;
}
.file {
    border: 1px solid #e7eaec;
    padding: 0;
    background-color: #ffffff;
    position: relative;
    margin-bottom: 20px;
    margin-right: 20px;
}
.file-manager .hr-line-dashed {
    margin: 15px 0;
}
.file .icon,
.file .image {
    height: 80px;
    overflow: hidden;
}
.file .icon {
    padding: 15px 10px;
    text-align: center;
}
.file-control {
    color: inherit;
    font-size: 11px;
    margin-right: 10px;
}
.file-control.active {
    text-decoration: underline;
}
.file .icon i {
    font-size: 55px;
    color: darkgray;
}
.file .file-name {
    text-align: center;
    font-size: 9pt;
    word-break: break-word;
    padding: 10px;
    background-color: #f8f8f8;
    border-top: 1px solid #e7eaec;
    height: 55px;
}
.file-name small {
    color: #676a6c;
}
.corner {
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    border: 0.6em solid transparent;
    border-right: 0.6em solid #f1f1f1;
    border-bottom: 0.6em solid #f1f1f1;
    right: 0em;
    bottom: 0em;
}
a.compose-mail {
    padding: 8px 10px;
}
.mail-search {
    max-width: 300px;
}
.ibox {
    clear: both;
    margin-bottom: 25px;
    margin-top: 0;
    padding: 0;
}
.ibox.collapsed .ibox-content {
    display: none;
}
.ibox.collapsed .fa.fa-chevron-up:before {
    content: "\f078";
}
.ibox.collapsed .fa.fa-chevron-down:before {
    content: "\f077";
}
.ibox:after,
.ibox:before {
    display: table;
}
.ibox-title {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #ffffff;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 3px 0 0;
    color: inherit;
    margin-bottom: 0;
    padding: 14px 15px 7px;
    min-height: 48px;
}
.ibox-content {
    background-color: #ffffff;
    color: inherit;
    padding: 15px 20px 20px 20px;
    border: 1px solid #e7eaec;
}
.ibox-footer {
    color: inherit;
    border-top: 1px solid #e7eaec;
    font-size: 90%;
    background: #ffffff;
    padding: 10px 15px;
}
.parentCategoryRow{
    border: 1px solid #e7eaec;
    padding: 10px 0;
    font-size: 15pt;
    color: #428bca;
    background-color: #ffffff;
    margin-bottom: 10px;
    text-align: center;
}
.file-name{
    color: #428bca;
}
.addBox{
    border: 1px dashed #e7eaec;
    text-align: center;
}

.addBox .file-name{
    background-color: transparent;
    border: none;
}

.addBox .icon{
    padding-top: 25px;
}

.file-word {
    background: url('/assets/images/word_icon.png') no-repeat;
    background-size: 40%;
    background-position: center;
}

.file-excel {
    background: url('/assets/images/excel_icon.png') no-repeat;
    background-size: 40%;
    background-position: center;
}

.file-powerpoint {
    background: url('/assets/images/powerpoint_icon.png') no-repeat;
    background-size: 40%;
    background-position: center;
}

.file-pdf {
    background: url('/assets/images/pdf_icon.png') no-repeat;
    background-size: 40%;
    background-position: center;
}

.bigTitle{
    font-size: 15pt;
    padding-top: 20px;
    padding-bottom: 30px;
}

.labelPadding{
    padding-top: 10px;
    margin-left: 5px;
}

.addIcon{
    float: right;
    margin-right: 22px;
    margin-top: 5px;
}

.backIcon{
    float: left;
    margin-left: 15px;
    margin-top: 5px;
}

.dropzone{
    border: none !important;
    min-height: 150px !important;
}

.dashedBorder{
    border: dashed 1px #e7eaec;
    max-height: 153px;
    overflow: hidden;
}

.dz-message{
    padding-top: 16px !important;
}

.dz-message span{
    font-size: 16px;
}

.dropzone .dz-preview{
    width: 80%;
    margin-top: 8px !important;
    margin-left: 13px !important;
}

.dropzone .dz-preview img{
    display: none;
}

.margin-bottom-10{
    margin-bottom: 10px;
}

.inline{
    display: inline-block;
}

.margin-right-20{
    margin-right: 20px;
}

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

.radioBoxes label {
    margin-right: 15px;
    margin-top: 10px;
}

.radioBoxes input {
    margin-right: 6px;
    margin-top: 10px;
}

.fa-pdf:before{
    content: "\f1c1";
}

.fa-doc:before{
    content: "\f1c2";
}

.fa-email:before{
    content: "\f003";
}

.fa-excel:before{
    content: "\f1c3";
}

.fa-text:before{
    content: "\f0f6";
}

.fa-img:before{
    content: "\f03e";
}

.iFrame{
    width: 100%;
    height: 100vh;
    border: 0;
}

.editBox {
    position: absolute;
    width: 20%;
    height: 23px;
    background: white;
    border-right: 1px solid #428bca;
    border-top: 1px solid #428bca;
    border-bottom: 1px solid #428bca;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    color: #428bca;
    top: 10px;
    left: 0px;
    visibility: hidden;
    opacity: 0;
    transition:opacity 1s linear;
}

.file-box:hover .editBox{
    visibility: visible;
    opacity: 1;
    transition:opacity 1s linear;
}

.scenarioHolder .fa{
    display: block;
    font-size: 30pt;
}

.scenarioHolder{
    text-align: center;
    display: inline-block;
    border: black solid 1px;
    border-radius: 6px;
    padding-left: 1%;
    padding-right: 1%;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 18%;
    margin-right: 1%;
    margin-bottom: 15px;
}

.scenarioHolder .scenarioName{
    font-size: 9pt;
    margin-top: 10px;
}

.scenarioLink{
    color: black;
}

.label-1{
    margin: 0;
}

.checkbox-1{
    display: inline-block;
    width: 10%;
    margin: 0 !important;
    vertical-align: middle;
}

.fa-file-pdf-o:before {
    content: "\f1c1";
}

.whiteBackground{
    background: white;
    margin-left: -18px;
    margin-top: -18px;
    padding: 30px;
    width: 104%;
}

.relationshipHolder{
    background: #1d89cf;
    display: inline-block;
    padding: 6px;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
}

.relationshipHolder a{
    color: white;
}

.yadcf-filter {
    color: #333;
}

.margin-left-10{
    margin-left: 10px !important;
}

.openFolders{
    cursor: pointer;
}

.marginSearch{
    margin-top: 15px;
    margin-bottom: 25px;
}

.fullWidth{
    width: 100%;
}

.smallSelect select.yadcf-filter{
    width: 130px !important;
}
body{
    font-size: 12px !important;
}
.no-table-head .table-header{
    display: none;
}
#yadcf-filter--jq-datatable-cases-from-date-1, #yadcf-filter--jq-datatable-cases-to-date-1{
    width: 50px !important;
}
.remove-header .table-header{
    display: none !important;
}
input.yadcf-filter{
    background: transparent !important;
    border: 0 !important;
    border-bottom: 1px solid #ccc;
}
select.yadcf-filter{
    background: transparent !important;
    border: 0 !important;
    border-bottom: 1px solid #ccc;
    color: #888;
}
input.yadcf-filter-range-date{
    background: transparent !important;
    border: 0 !important;
    border-bottom: 1px solid #ccc;
    padding: 5px !important;
}
.yadcf-filter-wrapper {
    padding-top: 20px !important;
}
.yadcf-filter-range-date-seperator{
    display: none !important;
}
.dataTables_wrapper .table-footer{
    background: transparent !important;
    border: 0 !important;
    border-top: 1px solid #e4e4e4 !important;
}
.pagination-element {
    border: 1px solid #1d89cf;
    color: #1d89cf;
    display: inline-block;
    padding: 5px 10px;
    cursor: pointer;
    margin-right: 5px;
}
.pagination-placeholder{
    color: #1d89cf;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 5px;
}
.pagination-element.active, .pagination-element:hover{
    background: #1d89cf;
    color: white;
}
#paginator {
    float: right;
}
.search-header th div {
     display: none;
 }
.search-header th{
    position: relative;
}
.search-header th:hover div, .search-header th div.show, .search-header th div:hover {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.Opportuniteit{
    background: rgba(217,0,0,0.5);
}

.sortable {
    cursor: pointer;
}

.sortable:after{
    content: '\f0dc';
    font-family: FontAwesome;
    margin-left: 5px;
}

.sortable.up:after{
    content: '\f0de';
    font-family: FontAwesome;
    margin-left: 5px;
}

.sortable.down:after{
    content: '\f0dd';
    font-family: FontAwesome;
    margin-left: 5px;
}

.profile-block{
    font-size: 18pt;
}

.margin-left-27{
    margin-left: 27px;
}

.m-t-0{
    margin-top: 0;
}

.italic{
    font-style: italic;
}

.margin-left-10{
    margin-left: 10px;
}

.margin-bottom-5{
    margin-bottom: 5px;
}

.tab-padding{
    padding: 20px;
}

.timeline-filter div{
    border: 1px solid;
    padding: 7px 20px;
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
}

.timeline-filter{
    overflow: hidden;
    margin-bottom: 25px;
}

.timeline-filter #damages{
    background: #e66454;
    border-color: #e66454;
    color: #fff;
}

.timeline-filter #meetings{
    background: #f4b04f;
    border-color: #f4b04f;
    color: #fff;
}

.timeline-filter #sales{
    background: #5ebd5e;
    border-color: #5ebd5e;
    color: #fff;
}

.timeline-filter div.inactive{
    background: transparent !important;
}

.timeline-filter div.inactive#damages{
    color: #e66454;
}

.timeline-filter div.inactive#meetings{
    color: #f4b04f;
}

.timeline-filter div.inactive#sales{
    color: #5ebd5e;
}

.margin-bottom-20{
    margin-bottom: 20px;
}

.deleteCol{
    padding-top: 25px;
    font-size: 14pt;
}

.psi-number{
    font-size: 12pt;
}

.active-label{
    background: transparent !important;
    color: #1d89cf;
    border: 1px solid #1d89cf;
    text-shadow: initial;
}

.formula{
    font-size: 16pt;
    margin-bottom: 20px;
    font-weight: 200;
}

.financial td{
    cursor: pointer;
}

#policySearchResult tr{
    cursor: pointer;
}

.targets-row .col-md-12 {
    padding: 20px;
    background: rgba(0,0,0,0.3);
}

.targets-row .delete-collection-item{
    padding-top: 20px;
    display: block;
}

.header-orange{
    background: #FF8000 !important;
    color: #fff !important;
}

.header-orange h1{
    color: #fff !important;
}

.header-green{
    background: #2DB200 !important;
    color: #fff !important;
}

.header-green h1{
    color: #fff !important;
}

.sorter{
    margin-left: 10px;
}

td.company{
    color: #2DB200;
}

td.KOZ{
    color: red;
}

tr.bold-row{
    font-weight: bold;
}

select.error, input.error{
    background: rgba(255,0,0,0.2);
}

#notification-block{
    font-style: italic;
    margin-bottom: 15px;
}

#policySearchResult{
    background: lightgrey;
}

.yearBox{
    display: inline-block;
    border: 1px solid #857198;
    font-weight: bold;
    padding: 0.5rem 2rem;
    margin-right: 1rem;
    margin-bottom: 2rem;
    cursor: pointer;
    color: #000;
}

.yearBox:hover, .yearBox--selected{
    background-color: #857198;
    color: #fff;
}

.total-row{
    background-color: rgba(14,132,181,0.2);
    font-weight: bold;
}