@import url('https://fonts.googleapis.com/css?family=Hind+Madurai&display=swap');
@import url('font-icons.css');

 @media screen and (min-width:0) and (min-resolution: +72dpi) {  
   .stickyie{
     /*position:fixed !important;*/
     top:0px !important;
     max-height:100px !important;
     max-width: 250px !important;
 }  
 .stickyserverconfigie{
     position:fixed !important;
     max-width: 25% !important;
 }  
}

.page{padding-bottom:20px;}

.inhoud-configurator {
  font-size: 12px !important;
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
 }

 .inhoud-configurator .txt{overflow:hidden;}

 .inhoud-configurator-price {
  font-size: 12px !important;
  display: block;
  width: 100%;
  }


.loader-outer {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 200px;
  height: 30px;
  border-radius: 20px;
  border-bottom: 1px solid #303030;
  background: #151515;
  box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.5);
  overflow: hidden;
  z-index: 1;
  .loader-inner {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: -100px;
    width: auto;
    height: 58px;
    color: crimson;
    text-align: center;
    text-shadow: 0 0 20px crimson;
    font-size: 60px;
    z-index: 2;
    animation: load 2s infinite linear;
  }
}

h7 {
  position: absolute;
  margin: auto;
  top: 100px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 85px;
  height: 40px;
  text-transform: uppercase;
  text-align: left;
  text-shadow: 0 0 20px crimson;
  letter-spacing: 0.1em;
  font-size: 14px;
  font-weight: lighter;
  color: crimson;
  span {
    display: none;
  }
  &::after {
    animation: txt 1s infinite;
    content: "";
  }
}

@keyframes load {
  0% {
    left: -100px;
  }
  100% {
    left: 220px;
  }
}

@keyframes txt {
  0% {
    content: "LOADING";
  }
  35% {
    content: "LOADING.";
  }
  65% {
    content: "LOADING..";
  }
  100% {
    content: "LOADING...";
  }
}

body {
    /*background: #b3c1ce;*/
    background-color: #1F386A;
}

p {
    font-family: 'Hind Madurai', sans-serif;
    font-size: 13px;
    font-weight: 400;
    padding-left: 0px;
    line-height: 1.4em;
    color: #333;
}

.page,
.page p{color:#FFF;}

.card,
.card p{color:#333;}

h1 {
    font-family: 'Hind Madurai', sans-serif;
    font-size: 2.1em;
    font-weight: 200;
    width: 100%;
    color: #fff;
    padding-top: 10px;
    padding-left: 15px;
    line-height:1;
}

a,
a:hover,
a:focus {
	font-family: 'Hind Madurai', sans-serif;
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}
 
body .swal2-actions{margin-top:5px;}
body.swal2-shown > [aria-hidden="true"] {
  filter: grayscale(100%) blur(3px);
}
body > * {
  transition: 0.3s filter linear;
}

#login .page,
#login label{color:#333;}

.radio-opslaan
{
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     display: inline-block;
     position: relative;
     background-color: #f1f1f1;
     color: #666;
     top: 3px;
     height: 20px;
     width: 20px;
     border: 0;
     border-radius: 50px;
     cursor: pointer;     
     margin-right: 7px;
     outline: none;

}
.radio-opslaan:checked::before
{
     position: absolute;
     font: 18px/1 'Open Sans', sans-serif;
     left: 7px;
     top: 2px;
     content: '\02143';
     transform: rotate(40deg);
}
.radio-opslaan:hover
{
     background-color: #f7f7f7;
}
.radio-opslaan:checked
{
     background-color: #1F386A; 
     color: #fff;
}
label
{
     font: 15px/1.7 'Open Sans', sans-serif;
     color: #FFF;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
     cursor: pointer;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active,
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate{color:#FFF !important;}




.configuraties th{
    background: #727272;
    color: #fff;
}

.configuraties tr:nth-child(odd) td{
           background:#e7f0f9;
}
.configuraties tr:nth-child(even) td{
            background:#CFD8E0;
}

.highlight {
  background-color:#1F386A!important;
  font-size: 15px;
  color: #ffffff;
}
.highlight .fa,
.highlight .fas,
.highlight .far{color: #ffffff;}
	  
.midden {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 50%;
      }

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}


.verwelkoming {
    font-size: 14px;
    text-align: right;
    padding-top: 10px;
    color: #fff;
}

.taalknoppen {
    position: relative;
    float: right;
}


.taal {
    font-size: 12px;
    width: 30px;
    height: 20px;
    text-align: center;
    padding: 1px;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

.servertitel {
	font-size: 17px;
    width: 100%;
    min-height: 45px;
    margin-top: 5px;
    margin-bottom: 15px
}

.servernaam {
	font-size: 17px;
    margin-left: 15px;
    margin-right: 15px;
    font-weight: normal;
}

.serveromschrijving{
    line-height: 19px;
}

.server-nav {
	font-size: 13px;
    font-weight: normal;
    color: #fff;
    position: relative; 
    padding-left: 15px;
    top: 10px;
}
.omschrijving {
    width: 100%;
    height: 100px;
   
}
.bg-paginatitel-index {
	background-color:#2F2E3C!important;
	font-size: 18px;
  font-weight: bold;
	
}

.bg-paginatitel {
	background-color:#2F2E3C!important;
	font-size: 18px;
  font-weight: bold;
}
.servertabel-container{padding-top:40px;}
body .servertabel {
  margin-bottom:20px;
}
.servertabel .card{border-radius:0;/*border-bottom:1px solid #DFDFDF !important;*/}
.servertabel .card-header{margin-top:0;/*border:none;border-radius:0;*//*background-color:#727272 !important;color:#FFF;*/}

.prijstabel {
	background: #1F386A;
}

.border {
    border-color: #1F386A !important;
    border-left:none !important;
}

.historiekoffertes {
 padding-left: 10px;
 padding-right: 10px;
}

.dropdown-header {
    min-width: 200px;
}

.pointerblauw {
	background: #1F386A !important;
	color: #fff !important;
}

.pointergrijs {
	background: #2F2E3C !important;
	color: #fff !important;
}
	
.card-text {
	padding: 0px !important;
}

.productImage {
	position:relative;text-align:center;
	-webkit-border-radius: 5px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius: 5px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

#overview .productImage {
    border-bottom: none;
}

.productImage img {
	margin:0 auto;
	position:relative;
	max-width: 120px; 
	max-height: 120px;
}

.productImage .prijs {
	font-size: 17px;
	bottom:0px;
	left:0px;
	width: 100%;
    background: #e7f0f9;
    font-weight: bold;
	}
	
.productImage .vanaf {
	font-size: 10px;
	font-weight: normal;
	}

.productImage .XeonLogo {
	position:absolute;
	top:5px;
	left:5px;
	width: 30%;
	max-width: 60px;
}

.center {
	text-align:center;
	margin: 0 auto;
    float: none;
}

.groot {
	font-size: 18px;
	
}

.alert{
    border:none;
    border-radius: 0;
}

.alert h5{margin:0;}

.foutmeldingen .errormsg div,
.os-error{
	font-size: 14px;
  line-height: 1.7;
	color: #fff;
	background-color: #FF6666;
	padding:0 10px;
  margin-bottom: 0;
  text-align:center;
  font-style:italic;
}

.text {
	font-size: 14px;
	color: #fff;
}

.minitext {
	font-size: 12px;
	color: #fff;
}

.totaalprijs {
	font-size: 23px;
	color: #fff;
}

.serverinhoud {
	font-size: 16px !important;
	color: #fff;
	background-color: #446f99;
	padding: 15px;
  max-height: 400px;
  overflow: auto;
  overflow-x: hidden;
}

.productinfo label{color:#FFF;}


.logo {
	width: 200px;
}

.logologin {
	width: 300px;
	padding-bottom: 20px;
}



.klant {
	font-size: 14px;
  max-width: 24px !important;
  overflow: auto;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.referentie {
	font-size: 11px;
}

.logo-tekst {
	font-size: 13px;
	letter-spacing: 4px;
}

.geenresultaat {
    font-size: 14px;
    padding-left: 10px;
}

.categorie {
  margin-top:10px;
	font-size: 17px;
	color: #ffffff !important;
	background: #345e77;
	padding: 10px;
	line-height: 1;
}

.stickyheader{
  position: sticky;
  top: 0;
  z-index: 898;
}

.paginatitel {
	font-size: 18px;
	font-weight: 500;
  padding: 0;
}

.paginatitel button{z-index:9;position: absolute;}

.paginaverwelkoming{z-index:1;}

.groen {
	color: #008000;
}

.inloglabel {
	padding-bottom: 10px !important;
}

.rood {
    color: #800000 !important;
}

.bg-rood {
	background: #800000 !important;
}

.btn-serverconfig {
	background: #4ab7b1;
	color: #ffffff;
}

.btn-serverconfig:hover {
	background: #3674b1;
	color: #efefef;
}

.btn-uitloggen {
    background: #800000;
    color: #ffffff;
}

.btn-uitloggen:hover {
    background: #3674b1;
    color: #efefef;
}

.btn-inloggen {
	background: #4787c5;
	color: #ffffff;
}

.btn-inloggen:hover {
	background: #3674b1;
	color: #efefef;
}

.btn-maakaccount {
	background: #727272;
	color: #ffffff;
}

.btn-maakaccount:hover {
	background: #464646;
	color: #efefef;
}


.zoeken {
	width: 230px !important;
}

.configuratorfooter
{
    display:block;
    width:100%;
    height:2vw;
}

.historiek
{
  max-height:500px;
  max-width: 600px;
  overflow:auto;
  overflow-x: hidden;
  margin-top: 5px;
}

.col-xl-4 {
	padding: 40px !important;
}
.servertabel .col-xl-4{padding:0.5rem !important;}

.col-xl-6 {
  padding: 0px !important;
}

.hidden {
	display: none !important;
}

.card {
    font-size: 14px;
    background-color: transparent !important; 
    border: none !important;
}

.servertabel .server{margin-bottom:25px;}
.servertabel .card{
  background-color: #FFF !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 0;
}

.card-header {
    font-size: 20px;
    /*padding-bottom: 0px !important;
    padding-left: 0px !important;*/
    background-color: #FFF !important;
    text-transform: uppercase !important;
    margin-top: 1rem;
    padding: 0.4rem 1.25rem;
}

.card-header h4{margin-bottom:0;}

.card-body {
    /*background-color: #fff !important;*/
    /*height: 100%;*/
}

.card-body p:last-child{margin-bottom:0;}

.card-footer{
  border:none;
  background-color: #fff !important;
}

.card-body label{color:#333;}

/*.alert-secondary {
    background-color: #e5d4bb !important;
}*/

label {
    display: inline;
    margin-bottom:0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 99%;
    align-items: stretch;

}
.jumbotron {
  background: #e7f0f9 !important;
  padding:2rem 2rem;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #F3F5FA;
    color: #000;
    transition: all 0.3s; 

}

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

#overview.sticky{
  position: sticky;top:30px;
}

#sidebar.active {
    margin-left: -250px;

}

#sidebar .sidebar-header {
    padding: 20px;
}

#sidebar ul.components {
    padding: 20px 0;
}

#sidebar ul p {
    color: #000;
    padding: 10px;
}

#sidebar table td{border:none;padding:0.1rem;}

#sidebar ul li a {
	color: #fff;
	background: #2F2E3C;
  padding: 10px;
  font-size: 1.1em;
  display: block;
}

#sidebar ul li a:hover {
    color: #fff;
    background: #1F386A ;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #000;
    background: #e7f0f9;
}

a[data-toggle="collapse"] {
    position: relative;
}

#sidebar .dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #e7f0f9;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #e7f0f9 !important;
    color: #fff !important;
}



/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    width: 100%;
    padding-left: 15px;
    
    min-height: 100vh;
    min-width: 400px;
    transition: all 0.3s;
}

#sidebarCollapse {
        display: none;
    }

#box{
    display:flex;
    width:100%;
}

#A {
   order: 1;
   padding-top: 20px;
   width: 35%;
}

#B {
  padding-top: 10px;
  order: 2;
  /*background-color: #F3F5FA !important;*/
  background-color: rgba(255,255,255,0.2) !important;
  width: 65%;
}

#B .card{
  background-color: #FFF !important;
  margin-bottom:10px;
}

#raidconfig select{width: 110px;display:inline;}

#hdd .hdd label,
.numbervalues label{display: inline;}
#hdd .hdd span,
.numbervalues span{padding:.55rem 0rem;}

#hdd .hdd input[type="text"],
#raidconfig input[type="text"],
#software input[type="text"],
#software input[type="number"],
.numbervalues input[type="text"],
#netwerkadapter input[type="text"]{text-align:center;width: 40px;display:inline;border:none;padding:.375rem 0;border:1px solid #e2e3e5;}

#hdd .hdd .btn,
#raidconfig .btn,
#software .btn,
.numbervalues  .btn{vertical-align:top;}

#hdd .hdd .hdd-plus,
.btn-plus{margin-right: 10px;}

.hdd-input,
.software-input,
#netwerkadapter input[type="text"],
#gpu input[type="text"],
.raidconfig-input,
.hotspare-input{pointer-events: none;}

#B input[type='text'],
#B input[type='number']{
  background: transparent none;
}

/* Hide number arrow buttons */
#software input[type='number']::-webkit-inner-spin-button, 
#software input[type='number']::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    margin: 0;
}


.hotspare{float:right;}
.extracals{margin-bottom: 5px;}

#garantie .append{margin-top: 10px;}
#garantie .append .form-group{margin-bottom: 0.4rem;}

#softwareinstall input[type="text"],
#enduserinfo input[type="text"]{
  border: 1px solid #CCC;
  width: 100%;
  padding: 5px 10px;
  text-align: left;
  margin-bottom: 5px;
}

.softwareinstallform{padding-top:20px;}
.softwareraidsetup .raidpartities{margin-bottom:20px;}

.software{background-color: #FFF;border:1px solid #e2e3e5;}
.software.corelimit{background-color:#e2e3e5;}

textarea[name="comment"]{
  min-height: 150px;
}

/* DATATABLE */
.createpdf,
#configuraties_wrapper{margin-top: 40px;}
input[type="search"]{
  border: 1px solid #DEDEDE;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 10px;
}

/* SWAL */
.swal2-container a.btn:focus {
  overflow: hidden;
  box-shadow:none;
  color:#FFF;
}

.border-primary{border-color:#1F386A!important;}

/* new configuration */
.infobtn{
  margin-right: 5px;
}
.infobtn:focus{
  color:#FFF;
}

.btn-primary{background-color:#3276b6;color:#FFF;border:none;}
.btn-secondary{background-color:#209dd8;color:#FFF;}
.btn-info{background-color:#1f386a;color:#FFF;}
.bg-primary{
  background-color: #323343 !important;
  border-color: #323343 !important;
  color:#FFF;
}
.modal-header.bg-primary{border:none;border-top-left-radius: 8px;border-top-right-radius:8px;}
.modal-content{border:none;border-radius: 10px;}
/* MODAL */
.bg-primary .close{
  color:#FFF;
  opacity: 1;
}

.g-1 {
  margin-right: 0;
  margin-left: 0;

  > .col,
  > [class*="col-"] {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}

.lh-1{
  line-height: 1;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
/*@media (max-width: 600px) {
.paginatitel {
	font-size: 15px;
	font-weight: 500;
}
.productImage .prijs {
	font-size: 5vw;
}
	
.productImage .vanaf {
	font-size: 2.5vw;	
}

.omschrijving {
    width: 100%;
    height: 100px;
    margin: 20px 0;
}	

.servertitel {
    font-size: 3vw;
    width: 100%;
    height: 75px;
}
}*/

.softwareinstall:checked ~ .softwareinstallform{
    display: block;
}
.softwareinstallform{
    display: none;
}

@media screen and (min-width: 1200px) {
  .hiddenondesktop {
    display: none;
  }
}

@media screen and (max-width: 1199px) {
    .hiddenondesktop {
      display: none;
    }
   .stickyserverconfigie{
     position:fixed !important;
     top:130px !important;
     max-width: 30% !important;
   }
   #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #sidebarCollapse {
       display: inline;
    }

}

@media screen and (max-width: 1024px) {
   .stickyserverconfigie{
     position:fixed !important;
     top:130px !important;
     max-width: 30% !important;
   }
   #sidebar {
      margin-left: -250px;
    }
    #sidebar.active {
      margin-left: 0;
    }
    #sidebarCollapse {
      display: inline;
    }
}
		
@media screen and (max-width: 1023px) {
    .hiddenondesktop {
      display: block;
      position: fixed;
      bottom: 0;
    }

    #sidebar {
      margin-left: -250px;
    }
    #sidebar.active {
      margin-left: 0;
      /*position:absolute;*/
      z-index: 999;
    }
    #sidebar.active .sticky{overflow-y: scroll;height:100%;}
    #sidebarCollapse {
      display: inline;
    }
    .hiddenonmobile {
      display: none;
    }
    .totaalprijs {
      font-size: 14px !important;
    
    }
    .price {
      font-size: 14px !important;
    }

   

    .midden {
    	max-width: 100%;
    	position: absolute;
        top: 10%;
        left: 0%;
        transform: translate(0%, 0%);
        }
    .logologin {
    	width: 30%; 
        height: 7%; 
        object-fit: contain;
        padding-bottom: 20px; 
    }

    .btn-serverconfig {
        position: relative;
        top: 20px; 
    }

    .btn-hamburger{background-color:#333;color:#FFF;}
    .btn-hamburger .fas{color:#FFF;}

    .foutmeldingen {
        position: relative;
        top: 57px;
    }

    .totaalprijs {
        padding-right: 20px;
    }

    .configuratorfooter
    {
      height:70vw;
    }


}

@media screen and (max-width: 640px) {
    
  .wrapper{overflow-x:hidden;}

}
    

/* .servertitel {
    font-size: 3vw;
    width: 100%;
    height: 75px;
}
.productImage .prijs {
	font-size: 2vw;
	
	}
	
.productImage .vanaf {
	font-size: 1vw;
	
	}

.omschrijving {
    width: 100%;
    height: 150px;
    margin: 20px 0;
}*/

.dropdown:hover .dropdown-menu{display:block;margin:0;margin-top:-3px;}

.dropdown-item .fa,
.dropdown-item .fas{
  width:18px;
  text-align: center;
}

.dropdown-item.active,
.dropdown-item:active{
  background-color:#4E5474;
  color:#FFF;
}

.dropdown-item.active .fas,
.dropdown-item:active .fas{
  color:#FFF !important;
}