* {
	-webkit-text-size-adjust: 100%; // Zodat iOS niet met je font kloot
	-webkit-tap-highlight-color: rgba(0,0,0,0); // Zodat iOS geen meuk om je link zet in de vorm van mooi hokje
	-webkit-font-smoothing: subpixel-antialiased !important;  // Zodat iOS niet met je font dikte prutst
	-webkit-touch-callout: none; // Doet ook iets wat je wil... Weet niet meer wat.
    background-clip: padding-box;
}
body {
	background-image: url(/assets/img/bg-login.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.left {
    float: left;
}
.right {
    float: right;
}
.bottommargin {
    margin-bottom: 30px !important;
}
.topmargin {
    margin-top: 30px !important;
}

input[type="radio"], input[type="checkbox"] {
  margin: 0;
}
.sidebar {
  width: 250px;
  height: 100%;
  max-width: 100%;
  float: left;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  display: none;
}
#map {
  width: auto;
  height: 100%;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.loader{
	top: inherit !important;
    bottom: 60px;
    width: auto !important;
}

.loadingContent{
	padding-left: 10px;
}

#loading {
  position: absolute;
  width: 220px;
  height: 19px;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -110px;
  z-index: 20001;
  display: none;
}
#features {
  margin: 0px;
  border: none;
  border-radius: 0px;
  -webkit-box-shadow: none;
    box-shadow: none;
}
#sidebar-hide-btn {
  margin-top: -2px;
}
#aboutTabsContent {
  padding-top: 10px;
}
.progress-bar-full {
  width: 100%;
}
.white {
  color: #FFFFFF;
}
.feature-row {
  cursor: pointer;
}
.sidebar-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.sidebar-table {
  position: absolute;
  width: 100%;
  top: 65px;
  bottom: 0px;
  overflow: auto;
}
.leaflet-control-layers {
  overflow: auto;
}
.leaflet-control-layers label {
  font-weight: normal;
  margin-bottom: 0px;
}
.leaflet-control-layers-list input[type="radio"], input[type="checkbox"] {
  margin: 2px;
}
.table {
	margin-top: 15px;
  margin-bottom: 15px;
  padding: 15px;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.65);
-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.65);
box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.65);
}
.navbar .navbar-brand {
  font-weight: bold;
  font-size: 25px;
  color: #FFFFFF;
}
.navbar-collapse.in {
  overflow-y: hidden;
}
.navbar-header .navbar-icon-container {
  margin-right: 15px;
}
.navbar-header .navbar-icon {
  line-height: 50px;
  height: 50px;
}
.navbar-header a.navbar-icon {
  margin-left: 25px;
}
.typeahead {
  background-color: #FFFFFF;
}
.tt-dropdown-menu {
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  margin-top: 4px;
  padding: 4px 0;
  width: 100%;
  max-height: 300px;
  overflow: auto;
}
.tt-suggestion {
  font-size: 14px;
  line-height: 20px;
  padding: 3px 10px;
}
.tt-suggestion.tt-cursor {
  background-color: #0097CF;
  color: #FFFFFF;
  cursor: pointer;
}
.tt-suggestion p {
  margin: 0;
}
.tt-suggestion + .tt-suggestion {
  border-top: 1px solid #ccc;
}
.typeahead-header {
  margin: 0 5px 5px 5px;
  padding: 3px 0;
  border-bottom: 2px solid #333;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
@media (max-width: 992px) {
  .navbar .navbar-brand {
    font-size: 18px;
  }
}
@media (max-width: 767px){
  .sidebar {
    display: none;
  }
  .url-break {
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
      hyphens: auto;
  }
  .dropdown-menu a i{
    color: #FFFFFF;
  }
}
/* Print Handling */
@media print {
  .navbar {
    display: none !important;
  }
  .leaflet-control-container {
    display: none !important;
  }
}

.absolute {
	position: absolute;
}
.relative {
	position: relative;
}
.nopadding {
	padding: 0;
}
.bottommargin {
	margin-bottom: 20px;
}
.smallbottommargin {
	margin-bottom: 20px;
}
.nopaddingleftright {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
noborder {
	border: none;
}
.bgimage {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.feature-name {
    line-height: 40px !important;
}
.progress-bar-info {
    background: #ec008c;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .25) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .25) 50%, rgba(255, 255, 255, .25) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .25) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .25) 50%, rgba(255, 255, 255, .25) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .25) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .25) 50%, rgba(255, 255, 255, .25) 75%, transparent 75%, transparent);
}
.leaflet-top.leaflet-right {
    display: none;
}
.leaflet-left.leaflet-left {
    top: 10px;
    left: 45px;
}
.leaflet-left.leaflet-left .leaflet-control-zoom {
    margin: 0;
    width: 50px;
    height: 32px;
}
.leaflet-container a, 
.leaflet-container a:hover, 
.leaflet-container a:active, 
.logout, 
.logout:hover, 
.logout:active{
    color: transparent;
    text-decoration: none;
}
.leaflet-control-zoom-in:before {
    content: "\f00e";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #9301a8;
    font-size: 28px;
    padding-right: 0.5em;
    position: absolute;
    top: 0;
    left: 0;
}
.leaflet-control-zoom-out:before {
    content: "\f010";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #9301a8;
    font-size: 28px;
    padding-right: 0.5em;
    position: absolute;
    top: 0;
    left: 0;
}
.leaflet-control-zoom-in {
    position: absolute;
    top: 1px;
    left: 8px;
    width: 28px;
    height: 36px;
}
.leaflet-control-zoom-out {
    position: absolute;
    top: 1px;
    left: 46px;
    width: 28px;
    height: 36px;
}

.logout:before {
    content: "\f011";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #ec008c;
    font-size: 28px;
    padding-right: 0.5em;
    position: absolute;
    top: 0px;
    left: 0px;
}
.logout {
    width: 28px;
    height: 36px;
    left: 15px;
    top: 10px;
    z-index: 100;
}

header {
    left: 0;
    top: 0;
    z-index: 50;
}
header.open {
    left: 250px;
}

header .backgroundholder{
	background: url(../img/bg.png) left top no-repeat;
	width: 540px;
	height: 540px;
	pointer-events: none;
	left: 0;
	top: 0;
}
.cordilogo {
    left: 15px;
    top: 15px;
}
nav {
    left: 15px;
    top: 170px;
    width: 62px;
}
nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
nav > ul > li {
    float: left;
    margin-bottom: 5px;
    position: relative;
}
nav > ul > li > a {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c941dd+0,9301a8+100 */
    background: rgb(201,65,221); /* Old browsers */
    background: -moz-linear-gradient(-45deg,  rgba(201,65,221,1) 0%, rgba(147,1,168,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  rgba(201,65,221,1) 0%,rgba(147,1,168,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  rgba(201,65,221,1) 0%,rgba(147,1,168,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c941dd', endColorstr='#9301a8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	border: 1px solid #fff !important;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.6);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.6);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.6);
    width: 62px;
    height: 62px;
    float: left;
    overflow: hidden;
    -webkit-transition: max-width 0.3s ease;
    -moz-transition: max-width 0.3s ease;
    -o-transition: max-width 0.3s ease;
    transition: max-width 0.3s ease;
    position: relative;
    z-index: 50;
}
nav > ul > li > a .menu-title {
    padding-left: 15px;
    border-left: 1px solid #fff;
    line-height: 50px;
    margin: 5px 0;
    font-size: 19px;
    font-weight: bold;
    float:left;
    position: absolute;
    left: 60px;
    top: 0;
    width: 228px;
    color: #fff;
}
nav > ul > li:hover > a, 
nav > ul > li:active > a {
    background: #9301a8;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0);
    width: 290px;
    max-width: 290px;
}
nav > ul > li > a.active {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ec008c+0,fb6cc1+100 */
    background: rgb(236,0,140); /* Old browsers */
    background: -moz-linear-gradient(-45deg,  rgba(236,0,140,1) 0%, rgba(251,108,193,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  rgba(236,0,140,1) 0%,rgba(251,108,193,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  rgba(236,0,140,1) 0%,rgba(251,108,193,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec008c', endColorstr='#fb6cc1',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
nav > ul > li ul {
    width: 223px;
    position:absolute;
    right: 0;
    top: 0;
    background: #ec008c;
    padding: 5px 10px;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
nav > ul > li:hover ul {
    top: 62px;
    opacity: 1;
}
nav > ul > li ul li {
    width: 100%;
    float: left;
}
nav > ul > li ul li a {
    float: left;
    width: 100%;
    line-height: 25px;
    border-top: 1px solid #fff;
    font-size: 15px;
    color: #fff;
    font-weight: 100;
    -webkit-transition: padding 0.3s ease;
    -moz-transition: padding 0.3s ease;
    -o-transition: padding 0.3s ease;
    transition: padding 0.3s ease;
}
nav > ul > li ul li a:hover, 
nav > ul > li ul li a:active {
    padding-left: 15px;
    color: #fff;
    text-decoration: none;
}
nav > ul > li ul li:first-of-type a {
    border-top: 0;
}



nav > ul > li:hover ul {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}





.btn {
    border-radius: 0;
    border: 1px solid #fff !important;
    background: #9301a8;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.6);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.6);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.6);
    z-index: 1;
}
.btn:hover, 
.btn:active {
    background: #ec008c;
    color: #fff;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0);
    z-index: 0 !important;
}
.layover .btn {
    font-size: 19px;
    line-height: 45px;
}


.layover {
    z-index: 100;
    right: 0;
    top: 15px;
    border-radius: 0 0 0 10px;
    background: rgba(0,0,0,0.75);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.layover.off {
    -ms-transform: translate(100%, 0);
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
}
.layover h2 {
    background: #ec008c;
    line-height: 35px;
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    margin: 0;
}
.inside {
    padding-top: 15px;
    padding-bottom: 15px;
}

.layover {
    width: 650px;
}
.layover.big {
    width: 1000px;
}

.layover .volg-detail{
	max-height: 500px;
    overflow: scroll;
}

.layover img {
    left: 0;
    top: 0;
}
.cars-holder {
    height: 130px;
}
.car-holder {
    width: 155px;
    height: 95px;
    float: left;
    position: relative;
}
.car-holder > div {
    float: left;
    margin-left: 15px;
}
.car-holder > div input {
    color: #fff !important;
    font-size: 27px !important;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 1) !important;
    width: 75px !important;
    margin-left: -25px !important;
    margin-top: 45px !important;
    text-align: left !important;
    position: relative;
    padding: 0;
}
.layover-out {
    height: 35px;
    border-radius: 0 0 0 10px;
    background: #ec008c;
    left: 0;
    top: 0;
    padding: 0 15px;
    display: none;
}
.fa-minus, 
.fa-plus {
    color: #fff;
    height: 35px;
    line-height: 35px;
    width: 15px;
    z-index: 500;
}
.fa-minus:before {
    font-size: 19px;
}
.fa-minus {
    top: 0;
    right: 15px;
}
.fa-minus:hover, 
.fa-minus:active, 
.layover-out:hover .fa-plus, 
.layover-out:active .fa-plus {
    color: #9301a8;
    text-decoration: none;
}
.js_scroll-this .scrollbar {
    background: transparent url("../img/bg-scrollbar-track-x.png") no-repeat scroll 0 0;
    clear: both;
    height: 15px;
    margin: 0 0 5px;
    position: relative;
    border-radius: 5px;
}
.js_scroll-this .track {
/*    background: transparent url("../img/bg-scrollbar-trackend-x.png") no-repeat scroll 100% 0;*/
    height: 15px;
    position: relative;
    width: 100%;
}
.js_scroll-this .thumb {
    background: transparent url("../img/bg-scrollbar-thumb-x.png") no-repeat scroll 100% 50%;
    cursor: pointer;
    height: 25px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: -5px;
}
.js_scroll-this .thumb .end {
    background: transparent url("../img/bg-scrollbar-thumb-x.png") no-repeat scroll 0 50%;
    height: 25px;
    overflow: hidden;
    width: 5px;
}
.js_scroll-this .viewport, 
.js_scroll-this .overview {
    height: 80px;
}
.js_scroll-this .viewport {
    height: 95px;
    position: relative;
    overflow: hidden;
}
.js_scroll-this .overview {
    position: absolute;
    top: 0;
}
.vehicle-holder {
    margin-top: -50px;
    margin-right: -15px;
    z-index: 1;
}
.info-holder {
    color: #fff;
}
.info-row {
    margin-bottom: 10px;
}
.layover table td, 
.layover table th {
    color: #fff;
}
.layover table td {
    font-weight: normal;
}
.layover table th {
    font-weight: bold;
}
.layover table .fa-times-circle {
    color: #cc0000;
}
.layover table tbody tr {
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.layover table tbody tr:hover, 
.layover table tbody tr:active {
    background: #ec008c;
}
.layover .slider-holder {
    margin-top: -15px;
    margin-right: -15px;
}
.layover .slider-holder .photo-slider {
    border: 10px solid #ec008c;
    height: 205px;
    border-radius: 50% 0 50% 50%;
    overflow: hidden;
}
.layover .slider-holder .photo-slider .photo-slide {
    height: 205px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.layover a.link {
    color: #fff;
    text-decoration: underline;
}
.cycle-prev:before {
    float: left;
}
.cycle-next:before {
    float: right;
}
.cycle-prev {
    position: absolute;
    left: 60px;
    top: 140px;
    color: #ec008c;
    font-size: 36px;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.6);
    cursor: pointer;
    z-index: 100;
}
.cycle-next {
    position: absolute;
    right: 60px;
    top: 140px;
    color: #ec008c;
    font-size: 36px;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.6);
    cursor: pointer;
    z-index: 100;
}
.cycle-next:hover, 
.cycle-next:active, 
.cycle-prev:hover, 
.cycle-prev:active {
    color: #9301a8;
}
.amount-img {
    bottom: 44px;
    height: 30px;
    left: 141px;
    width: 95px;
    background: #00af25;
}
.amount-img.half {
    height: 60px;
    background: #ff8400;
}
.amount-img.threekwart {
    height: 90px;
    background: #cc0000;
}
.amount-img.full {
    height: 115px;
    background: #cc0000;
}
.amount {
    background: transparent;
    border: none;
    color: #fff;
    padding: 0;
    position: absolute;
    text-align: center;
    font-size: 27px !important;
    text-shadow: 0 0 2px rgba(0, 0, 0, 1) !important;
    right: 0;
    top: 110px;
    width: 245px;
}

.login {
    border-radius: 0 0 10px 10px;
    right: auto !important;
    left: 50% !important;
    top: 50% !important;
    -ms-transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    width: 400px !important;
}
.login label {
    line-height: 30px;
    color: #fff;
}
.login input {
    border: 1px solid #000;
    color: #000;
}

.loginerror{
	background: #EC008C;
    color: #fff;
    padding: 5px;
}
.layerslist, .layerslist ul{
	padding: 0;
	list-style: none;
}

.layerslist ul{
	background: #9E9E9E;
	color: #fff;
}

.layerslist li {
	position: relative;
    line-height: 30px;
    border-bottom: 1px solid #868585;
}

.layerslist li > ul > li{
	padding-left: 20px;
}

.layerslist .maincatholder{
	padding-left: 10px;
}

.layerslist .dropdownbutton{
	position: absolute;
    right: 10px;
    top: 0;
}

.layerslist label {
	cursor: pointer;
	margin: 0 !important;
}

.group-list, .sub-group-list, .sub-sub-group-list {
	height: 100%;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height .5s ease-in-out;
	transition: max-height .5s ease-in-out;
}

.layerslist input[type=checkbox]:checked + label + ul { /* reset the height when checkbox is checked */
	max-height: 1000px;
}

@media (max-width: 1300px) {
    .layover.big {
        width: 800px;
    }
}

@media (max-width: 1090px) {
    .layover.big {
        width: 700px;
    }
}




@media (max-width: 990px) {
    header {
        height: 175px;
        background: #fff;
        width: 100%;
        -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.6);
        -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.6);
        box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.6);
    }
    
    header .backgroundholder{
	    display: none;
    }
    
    .login-page header {
        height: 115px;
    }
    .cordilogo {
        left: auto;
        right: 15px;
        height: 80px;
    }
    nav {
        left: 0;
        top: 112px;
        width: 100%;
    }
    nav > ul > li {
        width: 16.6667%;
        max-width: 16.6667%;
    }
    nav > ul > li > a {
        width: 100%;
        max-width: 100%;
        text-align: center;
        -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0);
        -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0);
        box-shadow: 2px 2px 5px 0px rgba(0,0,0,0);
    }
    nav > ul > li > a:hover, 
    nav > ul > li > a:hover {
        width: 100%;
        max-width: 100%;
    }
    nav > ul > li > a img {
        float: none;
        max-width: 100%;
        vertical-align: middle;
    }
    .layover {
        top: 190px;
    }
}

@media (max-width: 767px) {
    header {
        height: 135px;
    }
    .login-page header {
        height: 75px;
    }
    .cordilogo {
        height: 40px;
    }
    nav {
        top: 73px;
    }
    .layover {
        width: 95% !important;
        top: 150px;
    }
    .login-page .login {
        width: 95% !important;
    }
}

.tablerow{
	height: 25px;
	overflow: hidden;
}

.tablerow.open{
	height: auto;
}

.circular {
	width: 90px;
	height: 90px;
	border-radius: 45px;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	background-position: center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	display: inline-block;
}

.popupSelect select{
	display: none;
}
.container {
	padding-top: 50px;
	padding-bottom: 15px;
}
.container h1, 
.container h2 {
	font-size: 26px;
	line-height: 26px;
	font-weight: normal;
	color: #ec008c;
	text-shadow: 0 0 6px rgba(255, 255, 255, 1);
}
.main-menu {
	left: 0;
	top: 0;
	background: #ec008c;
	list-style: none;
	position: fixed;
	z-index: 10;
}
.main-menu li {
	height: 40px;
	float: left;
	margin-right: 30px;
}
.main-menu li a {
	float: left;
	color: #fff;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	font-weight: bold;
}
.container .pagination {
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.65);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.65);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.65);
}
.pagination > .active > a, 
.pagination > .active > span, 
.pagination > .active > a:hover, 
.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span:focus {
	background: #ec008c;
	border-color: #ec008c;
}
.dataTables_info {
	font-weight: bold;
	color: #ec008c;
	text-shadow: 0 0 6px rgba(255, 255, 255, 1);
}
.table .table {
	background: #cacaca;
	margin: 0;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
	border-radius: 0;
}
.table .subrow > td {
	padding: 0;
}
.table .hiddenRow {
	background: #cacaca;
	padding: 15px;
}

.processedHolder{
	background: rgba(255,255,255,0.8);
    padding: 20px;
}

.processedChildren {
    padding: 5px 0px 5px 10px;
    border-left: 1px solid #666;
}

.processedCatName{
	font-weight: bold;
}

.tasksHolderOld, .tasksHolderNew{
	width: 49.5%;
	float: left;
}

.tasksHolderNew{
	float: right;
}