
/* primary #dd8734  secondary #ee3240  tertiary #6f4c9e  */

:root {
    --colorprimary: #dd8734;
    --colorsecondary: #ee3240;
    --colortertiary: #6f4c9e;
    --colorbody: #f1f1f1;
    --colorbackground: #ffffff;
    --colorborder: #ccc;
}

/*  -------   elements  -----       */ 

body {
    font-family: Arial, Helvetica, sans-serif;
    margin: auto;  
    background: #ffffff;
    max-width:1400px;
    line-height:1.5;

}

* {
  box-sizing: border-box;
}

h1, h2 {
    color:var(--colorprimary);
}

a:visited{
    color: inherit;
}

/* ---------    images   ---------     */ 


.imgresp{
    width:100%;
    height:auto;
}

.breadcrumbicon{
    flex-basis:auto;
    width: 100px;

}

.imglistnumber{
    width:32px;
    position:relative;
    top:20px;
    left:-10px;
}

.icon{
    height:100px;
    margin:0px 25px 0px 0px;
}



/*  -------   headings   --------      */ 

.pageheader{
      display: -webkit-flex;
    display: flex;
    flex-wrap:nowrap;
    padding:0px 30px 0px 30px;

}

.pagetitle{
    font-family: Arial, Helvetica, sans-serif;
    color:var(--colorprimary);
    font-size:28pt;
    line-height:1;
    margin:10px 0px 0px 0px;
}

.orgunittitle{
    font-family: Arial, Helvetica, sans-serif;
    color:var(--colorsecondary);
    font-size:28pt;
    font-weight:bold;
    line-height:1;
    margin:10px 0px 20px 0px;
}


.breadcrumb{
       display: -webkit-flex;
    display: flex;
    flex-wrap:nowrap;
}

.breadcrumblinks{
   padding:0px 0px 0px 30px;

}

/*  -------  containers  -------      */ 

.flex-container-body {
    display: -webkit-flex;
    display: flex;
    flex-wrap:wrap;

    background: #f1f1f1;
}

.flex-container {
    display: -webkit-flex;
    display: flex;
    flex-wrap:wrap;
}

.flex-item{
    padding:10px;
    margin:10px;

}

.flex-image{
    padding:10px;
    margin:10px;
    background-color:white;
}
.flex-column-main{
    flex:2;
    background-color:white;
    border: var(--colorprimary) solid 1px;
    border-radius:15px;
    padding:20px;
    margin:20px 10px 20px 20px;
    min-height:800px;
}

.flex-column-right{
    flex:1;
    padding:20px;
}

.flex-box{
    flex:1;

    border: #498C7B solid 1px;
    border-radius:15px;
    padding:20px;
    margin:20px 10px 20px 20px;
}

.flex-container-follow {
    display: -webkit-flex;
    display: flex;
    flex-wrap:wrap;
}

.flex-container-follow > div {
  margin: 5px;
  padding: 5px;
}


/* -------   blocks  ------------      */ 

.sideblock {
    border: var(--colorprimary) solid 1px;border-radius:15px;padding:10px 30px 30px 30px;margin:0px 20px 20px 10px;background-color:white;
}

.mainblock {
     padding:0px 30px 30px 30px;
}

.formblock {
     padding:0px 30px 30px 30px;
 }
 
 .sidebar{
     border: solid 1px #415569;padding:10px;-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;background-color: #eee;
 }
 
 .card {
  border: var(--colorprimary) solid 1px;;
  padding: 20px;
  margin: 20px 0px 20px 0px;
  max-width:1100px;
  overflow:hidden;
  min-width:300px;
}

/* ------- data organizers ------- */

.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #ccc;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.accbtnactive:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

/* ------ paging layout ---------------- */

.pagination li{
    float: left;
    list-style: none;
    text-align: center;
    background-color: #FFFFFF;
    margin-right: 10px;
    margin-top:10px;
    width: 40px;
    line-height: 30px;
    font-size: 10pt;
}

.pagination li a {
    text-decoration: none;
    color: #FFF;
    display: block;
    border: solid var(--colorprimary) 1px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: var(--colorprimary);
}

.pagination li.active a {
    text-decoration: none;
    color: #FFF;
    display: block;
    border: solid var(--colortertiary) 1px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: var(--colortertiary);
}
.pagination li.disabled a {
    text-decoration: none;
    color: #000;
    display: block;
    border: solid #000 1px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #a8a8a8;
}

.pagination li a:hover {
    text-decoration: none;
    color: #FFF;
    background-color: var(--colorsecondary);
    border: solid var(--colorsecondary) 1px;
}

 
/*  -----  layout -------       */ 

.divtopnav {
    padding:10px 0px;
 /*    overflow: hidden; */ 
    background-color: #333;
  display: flex;
    flex-wrap: nowrap;
}

.divtopnav a {
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.divtopnav a:hover {
  background-color: #ddd;
  color: black;
}

.divtopnav > div {
  margin: 10px;
 
}

.tablinks{
    font-size: 16px;
}

.siteheader{
     margin-bottom:-10px;
}
.sitefooter{
    background-color:#333;
    color:white;
    padding:20px 20px 30px 50px;
    text-align:left;
}

.sitefooter a {
    color:white;
}

/*  ------  controls  -------      */ 

/* Dropdown Button */
.dropbtn {
 /*  background-color: #04AA6D;*/
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 14px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {  background-color: #ddd;
  color: black;}

/* ------   buttons   ---------    */ 

.button{
    border: none;
   background: var(--colorprimary);
   padding: 10px 20px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   color: white;
   font-size: 14px;
   text-decoration: none;
   vertical-align: middle;
   margin-top:30px;
   pointer:cursor;

}

.button a {
    color:white;
}
.secondary{
    background: var(--colorsecondary);
    border-top: 1px solid var(--colorsecondary);
}
.buttoncrud{
    border-top: 1px solid var(--colorprimary);
   background: var(--colorprimary);
   padding: 10px 10px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   color: white;
   font-size: 14px;
   text-decoration: none;
   vertical-align: middle;
   margin: 20px auto 0px auto;
}

.btndisabled{
    background: #cfcfcf;
    border-top: 1px solid #cfcfcf;
}

/*    inputs        */ 

input[type=text], input[type=password] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
}

input[type=button], input[type=submit], input[type=reset] {
    border:none;
    text-decoration:none;
    cursor:pointer;
}

.inputSelect {
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    width:50%;
}

.inputtext{
    height:40px;
    margin-bottom:10px;
}

.alert{
   display: -webkit-flex;
    display: flex;
    flex-wrap:nowrap;
    padding:10px;
    margin: 10px 30px 10px 30px;
    background-color:red;
    color:white;
    
}
/* ------ tab layout ---------------- */

.tablinks{
    font-size: 16px;
    background-color: inherit;
    float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	transition: 0.3s;
}

.tab{
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

.tabcontent{
    min-height:800px;
    display:none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

/* ------   tables   -------     */ 

.dataTable {
  width: 100%;
  background-color: #FFFFFF;
  border-collapse: collapse;
  border-width: 2px;
  border-color: #7EA8F8;
  border-style: solid;
  color: #000000;
}

.dataTable td, .dataTable th {
  border-width: 2px;
  border-color: #7EA8F8;
  border-style: solid;
  padding: 5px;
  height:50px;
}

.dataTable thead {
  background-color: #7EA8F8;
}

.stepsTable {
  width: 100%;
  background-color: #FFFFFF;
  border-collapse: collapse;
}

.stepsTable td, .stepsTable th {
    padding: 5px;
    height:50px;
}

.stepsTable thead {
 
}

.accordion-info-table {
    margin-top:20px;
    width: 100%;
    background-color: #FFFFFF;
    border-collapse: collapse;
}

.accordion-info-table td, .accordion-info-table th {
    padding: 20px 5px;
    height:150px;
}

.tdSidebar {
   
}

.tdInfo{
    vertical-align:top;
}

.accordion-info-table thead {
 
}

.tdAction{

   text-align:center;
}

.info-table {
    margin-top:20px;
    width: 100%;
    background-color: #FFFFFF;
    border-collapse: collapse;
}

.info-table td, .info-table th {
    padding: 10px 20px;
    height:50px;
    border: solid 1px #eee;
}

.tdSidebar {
   
}

.tdInfo{
    vertical-align:top;
}

.info-table thead {
   background-color: #eee;
  color: #444;
}

/* ------ SLIDESHOW --------*/

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
  height:280px;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #dd8734;
  font-size: 18px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #dd8734;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}





