/* --------------------------------------------------
CSS Template 2.0 for ID&A Clientpanel software - Frontend
-------------------------------------------------- */

.wide {
  width:100%;
  background-color: lightgrey;
}



/* --------------------------------------------------
CSS for Frame containers
-------------------------------------------------- */

div.container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  vertical-align: top;
}

div.canvas {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto!important;
  background-color: #FFFFFF;
}




/* --------------------------------------------------
CSS for Panel containers
-------------------------------------------------- */

/* Default panel container */
div.cp_panel_container {
}

/* Default panelslot container */
div.cp_panelslot_container {
}

div.panelselector {
  width: 100%;
  height: 20px;
  background-color: lightgrey;
}

div.paneltop {
  float: left;
  width: 100%;
  height: 80px;
  background-color: #0069CD;
}

div.panelmenulogo {
  float: left;
}

div.panelmenu {
  float: left;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  background-color: #FFFFFF;
  padding-top: 10px;
  padding-bottom: 10px;
  height: auto!important;
}

div.cp_menu_container {
    /* display: flex; */
    justify-content: center;
}

div.menu_phone_link {
  float: right;
}

span.top_maak_afspraak {
  float: left;
  display: none;
  visibility: hidden;
  padding-right: 12px;
}
div.menu_phone_link img {
  width: auto;
  height: 32px;
}

div.panelbanner {
  width: 100%;
  height: auto;
  overflow-y: hidden;
}
div.panelbanner img {
  width: 100%;
  height: auto;
}

div.panelhomepageimage {
  width: 100%;
  height: auto!important;
}

div.panelnotice {
  background-color: #0069CD;
  width: 100%;
  color: #FFFFFF;
  font-size: 180%;
  height: 36px;
  padding-top: 6px;
  text-align: center;
}

div.panelcontentrow {
  width: 100%;
  height: auto;
}

div.panelcontentleft {
  float: left;
  height: 100%;
}

div.panelcontentright {
  float: right;
  height: 100%;
}

div.panelcontent {
  float: left;
  padding-left: 10px;
  padding-bottom: 20px;
  width: 840px;
  margin-top: 14pt;
  margin-bottom: 14pt;
  margin-left: auto;
  margin-right: auto;
  background-color: #DDDDDD;
}

div.contentsideitem {
  border-radius: 25px;
  background-color: #f0f7ff;
  margin-top: 14pt;
  margin-bottom: 14pt;
  margin-left: 6pt;
  margin-right: 6pt;
  padding-top: 0px;
  padding-bottom: 14px;
  font-size: 14px;
  height: auto;
}
div.contentsideitem a {
  font-size: 14px;
}

div.panelrowservices {
  /* clear: left; */
  width: 840px;
  margin-top: 14pt;
  margin-bottom: 14pt;
  margin-left: auto;
  margin-right: auto;
  height: 180px;
}

div.paneloccasions {
  /* clear: left; */
  float: left;
  padding-top: 14pt;
  padding-left: 10px;
  padding-bottom: 20px;
  width: 840px;
  margin-top: 14pt;
  margin-bottom: 14pt;
  margin-left: auto;
  margin-right: auto;
  background-color: #DDDDDD;
  height: auto;
}

#servicerow_leftfloat {
  float: left;
}

#servicerow_rightfloat {
  float: right;
}

div.panelrowservices img {
  width: 100%;
}

div.panelgallery {
  clear: both;
  width: 100%;
  margin-top: 16pt;
  height: 120px;
}

div.cp_galleryscroller1 {
  clear: both;
}

#cp_galleryinnerscroller1 img {
  float: left;
  width: auto;
  height: 120px;
}

div.panelsocialicons {
  clear: left;
  margin-top: 14pt;
  margin-bottom: 14pt;
  margin-left: auto;
  margin-right: auto;
  width: 840px;
  text-align: center;
  height: auto;
}

div.panelsocialicons img {
  width: 30%;
  max-width: 180px;
  margin-right: 12px;
}

div.panelfooter {
  display: inline-block;
  clear: left;
  width: 100%;
  text-align: center;
  font-weight: bold;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14pt;
  background-color: #333333;
  color: #FFFFFF;
  height: auto;
  border-top: 1px solid #0069CD;
  border-bottom: 1px solid #333333;
}

#footer_box1, #footer_box {
  width: 32%;
  padding-top: 8px;
  float: left;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}

div.panelfooter a {
  font-size: 14pt;
}

div.panelcopyright {
  float: left;
  width: 100%;
  height: 20px;
  background-color: #1C558E;
  text-align: center;
  color: #FFFFFF;
  font-size: 14px;
}


ul.row-list {
  list-style: none; /* Remove bullets */
  padding: 0;
  margin: 0;
}

ul.row-list li {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  background-color: #f9f9f9;
}



div.spacer {
  clear:    both;
}


div.debug {
  position:absolute;
  top: 800px;
  left: 0px;
  width: 820px;
}



/* --------------------------------------------------
CSS for Default elements
-------------------------------------------------- */


html, body {
  overflow-x: hidden;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
  height: 100%;
    font-family: Verdana, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18pt;
    color:#000000;
    background-color: White;
    /*
    background-image: url("icon/background.jpg");
    background-repeat: repeat;
    */
}

form {
    margin: 0;
    padding: 0;
/*    min-width: 120px;  */
/*    max-width: 840px;  */
    font-size:10pt;
    color: #000000;
}

input {
    margin-right:     2px;
    background-color: #ADD8E6;
    border: 1px solid #178883;
    color:            #000000;
    font-style:       normal;
    font-weight:      normal;
    font-size:        12px;
/*    border:1px inset  grey;   SET ONCE ALL SUBMIT BUTTONS ARE CLASSED */
}

input.submit, button {
  background-color: #0069CD;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 15px;
}


select {
    border:1px inset #cccccc;
    background-color: #20AAA3;
    font-size:9pt;
    color:#000000;
}

textarea {
display:block;
border-width: 1px;
border-style: solid;
border-color: #000;
padding:    2px;
margin-top: 2px;
  min-width:  320px;
  min-height: 120px;
overflow:scroll;
  border:  1px inset #cccccc;
  background-color: #ADD8E6;
}

/*
table {
    margin-left:      auto;
    margin-right:     auto;
    padding: 0px 0px;
    border: 0px solid #000000;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
}

th {
    color:#000000;
    background-color:#ff9900;
}

td {
    color:#000000;
    font-size:9pt;
    text-align: left;
}
*/


/* Table Styles */

table {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}

/* Table Header */
th {
  background-color: #4CAF50;  /* Green background for header */
  color: white;               /* White text color */
  padding: 12px 15px;         /* Add padding to header */
  text-align: left;           /* Align header text to the left */
  font-size: 16px;            /* Font size for header */
}

/* Table Body */
td {
  padding: 10px 15px;         /* Padding for data cells */
  text-align: left;           /* Align text in cells to the left */
  border-bottom: 1px solid #ddd; /* Light border between rows */
}

/* Row Hover Effect */
tr:hover {
  background-color: #f5f5f5;  /* Light gray background when hovering */
}

/* Alternating Row Colors */
tr:nth-child(even) {
  background-color: #f9f9f9; /* Light gray for even rows */
}

/* Table Borders */
table, th, td {
  border: 1px solid #ddd;  /* Light gray borders for table, headers, and cells */
  border-radius: 5px;       /* Optional: rounded corners for the table */
}



img {
    border:           0px;
}


.button {
  background-color: #0069CD;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}



/*
Other defaults
*/
a {
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    text-decoration:none;
    color:    #0069CD;
}

A:link {
    text-decoration:none;
    color:    #0069CD;
}

A:Hover {
    text-decoration:none;
    color:    #01948C;
}

A:active {
    text-decoration:none;
    color:    #0069CD;
}

A:visited {
    text-decoration:none;
    color:    #0069CD;
}

a.white {
 color: #FFF;
}

P {
    font-size:    16px;
    color:        #000000;
    text-align:   left;
}

P.content {
    text-align:   center;
}

P.title {
    font-weight:  bold;
}

p.error {
/*  background-color: #ff0000;
    background-image: url(/images/icon_error.gif);
    background-repeat: no-repeat;
    background-position: 3px 3px;
*/
    color: #ffffff;
    padding: 3px 3px 5px 27px;
    border: 1px solid #000000;
    margin: auto 100px;
    text-align:   center;
}


B {
    font-size:    10pt;
    color:        #000000;
    font-weight:  bold;
}

H1 {
  margin-top: 8pt;
  margin-bottom: 14pt;
  font-size: 18pt;
  color: #000000;
  font-family: verdana;
  display: inline-block;
  padding-left: 46px;
  background: url('/media/icons/wrench_trans.png') 0 0 no-repeat;
  background-size: contain; /* Ensures the image is contained within the height */
  background-position: 0 0px;
  height: 44px;
}

H1.sideitem{
  font-size: 14pt;
  color: #000000;
  font-family: verdana;
  display: inline-block;
  padding-left: 26px;
  background: url('/media/icons/wrench_trans.png') 0 0 no-repeat;
  background-size: contain; /* Ensures the image is contained within the height */
  height: 18px;
}

H2 {font-size:13pt; color:#000000; font-family:verdana}
H3 {font-size:12pt; color:#000000; font-family:verdana}
H4 {font-size:11pt; color:#000000; font-family:verdana}
H5 {font-size:9pt; color:#000000; font-family:verdana}


