body {
	padding: 0 !important;
	min-height: 100%;
	height: 100%;
}

.body {
	min-height: 70%;
	margin-bottom: 50px;
	clear: both;
}

.full-body {
	min-height: 70vh;
}

a {
	color: rgb(0, 36, 82);
	text-decoration-line: underline;
}

/* Bug fix where table borders don't show on Mozilla */
@-moz-document url-prefix() {
	table {
		border-collapse: separate;
	}

	.home-page-container table {
		border-collapse: collapse; !important;
	}
}

.container-fluid {
	height: 100%;
}

.footer {
	width: 100%;
	background: #eeeeee;
	border-top: 4px solid #046ec5;
}

.footer-content {
	display: flex;
	flex-wrap: wrap;
	flex: 1 1 0%;
	width: 100%;
	max-width: 1280px;
	box-sizing: border-box;
	padding-top: 45px !important;
	padding-bottom: 15px !important;
}

.footer-text {
	flex-grow: 0;
	max-width: 66.666667%;
	flex-basis: 66.666667%;
	color: #616161;
	font-size: 0.875rem;
}

.footer-text  a{
	font-size: inherit !important;
	text-decoration: underline !important;
}

.footer-banner{
	padding: 8px;
	flex-grow: 0;
	max-width: 33.333333%;
	flex-basis: 33.333333%;
}

.footer-banner > img {
	width: 100%;
	max-width: 225px;
}

.list-no-style {
	padding-left: 0;
	list-style: none;
}

.footer-link {
	color: white;
}

.footer-link:hover {
	color: #00aeef;
}

.page-wrap {
	width: 75%;
	margin: 0 auto;
}

.center-children {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.sideList {
	padding: 0;
	margin: 0;
}

.sideList > a {
	width: 100%;
	display: flex;
	position: relative;
	box-sizing: border-box;
	text-align: left;
	align-items: center;
	padding-top: 8px;
	padding-bottom: 8px;
	justify-content: flex-start;
	text-decoration: none;
	transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.sideList >a >span {
	color: black;
	font-size: 18px;

	padding-left: 16px;
	padding-right: 16px;
	text-decoration: underline;
	flex: 1 1 auto;
	min-width: 0;
	margin-top: 4px;
	margin-bottom: 4px;
}

.sideList > a:hover {
	background-color: rgba(0, 0, 0, 0.08);
}

.sideList > hr {
	border: none;
	height: 1px;
	margin: 0;
	flex-shrink: 0;
	background-color: rgba(0, 0, 0, 0.12);
}

.warning {
	display: flex;
	border: 1px solid #bdbdbd;
	border-radius: 4px;
	padding: 24px 12px;
	margin-bottom: 32px;
}

.warning-icon {
	margin-left: 8px;
	font-size: 2.5rem;
}

.warning-icon-small {
	fill: #404040;
	padding-top: 2px;
	float: left;
	font-size: 1.4rem;
	width: 1em;
	height: 1em;
	display: inline-block;
}

.warning-text-small {
	color: #404040;
	font-size: smaller;
	margin-bottom: 0;
}

.blockquote-root {
	margin: 32px 0 14px 14px;
	padding: 14px 16px;
	border-left: 8px solid;
	background-color: #e0e0e0;
}

.blockquote-root-thin {
	margin: 8px 0 8px 0;
	padding: 8px 10px;
	border-left: 2px solid;
}

.blockquote-root-thin-no-pad {
	margin: 8px 0 8px 0;
	border-left: 2px solid;
}

.blockquote-info {
	border-left-color: #9e9e9e;
}

.blockquote-warning {
	border-left-color: #C25400;
}

.blockquote-error {
	border-left-color: #ca2e2e;
}

.blockquote-success {
	border-left-color: #00703c;
}

/* Containers */

.header-container {
	margin-top: 60px;
	margin-bottom: 35px;
}

.header-container-less-margin {
	margin-top: 40px;
	margin-bottom: 35px;
}

.subtitle-container {
	margin-bottom: 35px;
}

.main-content-container {
	margin-bottom: 80px;
}

.bottom-container {

}

.box-container {
	border-color: #dcdcdc;
	border-radius: 0;
	border-width: 2px;
	background-color: #fafafa;
	max-width: 500px;
	min-width: 400px;
	margin: 0 auto;
	padding: 40px 15px 60px 15px;
}

.editable-container {
	margin-bottom: 20px;
	background-color: white;
	padding: 10px 22px;
	border-radius: 9px;
	border-color: rgba(0, 0, 0, 0.6);
	border-style: solid;
	border-width: 0.09rem;
}

.editable-container-disabled {
	margin-bottom: 20px;
	background-color: #e6e6e6;
	padding: 10px 22px;
	border-radius: 9px;
	border-color: #e6e6e6;
}

.editable-container-disabled > #txtUpload {
	background-color: #c8c8c8;
}

.home-page-container {
	padding: 10px 22px;
	margin-bottom: 30px;
	border-radius: 9px;
	border-width: 1px;
	border-color: #cfcfcf;
	border-style: solid;
}

.review-page-container {
	padding: 20px 22px 10px 22px;
	margin-bottom: 30px;
	border-radius: 3px;
	border-width: 1px;
	border-color: rgba(0, 0, 0, 0.6);
	border-style: solid;
}

.submission-report-title-container {
	padding: 25px 22px 25px 22px;
	margin-bottom: 30px;
	border-radius: 3px;
	border-width: 1px;
	border-color: #406e3d;
	border-style: solid;
	background-color: #406e3d;
	text-align: center;
}

.frm-label-container {
	padding-bottom: 5px;
}

.frm-container {
	width: 70%;
}

.solemn-declaration-container {
	font-weight: 600;
}

/* Labels */

.main-heading {
	font-size: 2.6rem;
	font-weight: bold;
}

.sec-heading {
	font-size: 1.48rem;
	font-weight: 400;
}

.main-heading-light {
	font-size: 2.6rem;
	font-weight: bold;
	color: white;
}

.sec-heading-light {
	font-size: 1.48rem;
	font-weight: 400;
	color: white;
}

.side-heading {
	font-size: 2.1rem;
	padding-bottom: 10px;
	border-bottom-style: solid;
	border-bottom-width: 0.1rem;
	border-bottom-color: #cdcccc
}

.subtitle {
	font-weight: 400;
	font-size: 1.1rem;
}

.error-heading {
	font-size: 6rem;
	font-weight: bold;
}

.error-subtitle {
	font-weight: 500;
	font-size: 1.5rem;
}

.lbl-back {
	font-size: 1.6rem;
	margin-right: 8px;
}

.frm-label {
	font-size: 1.15rem;
	padding-bottom: 5px;
}

.warning-text {
	padding-left: 1rem;
}

.solemn-declaration-label {
	text-decoration: underline;
	font-weight: bold;
}

/* Buttons */

.btn-back {
	background-color: #ffffff;
	color: black;
	font-weight: 600;
	border-bottom: 1px solid!important;

	padding-top: 10px;
	padding-bottom: 10px;

	border-radius: 0;
	border-top-style: hidden;
	border-right-style: hidden;
	border-left-style: hidden;


	margin-top: 32px;
}

.btn-back:hover {
	background-color: #f8f9fa;
}

.btn-back:focus,
.btn-back:active {
	background-color: #f8f9fa;

	outline: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;

	border-top-style: hidden;
	border-right-style: hidden;
	border-left-style: hidden;

	border-bottom-style: solid;
	border-bottom-width: 0.09rem;
	border-bottom-color: black;
}

.btn-dark,
.btn-dark:hover,
.btn-dark:active,
.btn-dark:visited,
.btn-dark:focus {
	background-color: #013476;
	border-color: #013476;
	border-radius: 0;
	box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.45);
	/*padding: .5rem 2rem;*/
	height: 48px;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:visited,
.btn-primary:focus {
	background-color: #4171c5;
	border-color: #4171c5;
	/*height: 48px;*/
}

.btn-secondary,
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:visited,
.btn-secondary:focus {
	background-color: #013476;
	border-color: #013476;
	/*padding: .5rem 1.4rem;*/
	/*height: 48px;*/
}

.btn-danger,
.btn-danger:hover,
.btn-danger:active,
.btn-danger:visited,
.btn-danger:focus {
	background-color: #ca2e2f;
	border-color: #ca2e2f;
	/*padding: .5rem 1.4rem;*/
	/*height: 48px;*/
}

.btn-success,
.btn-success:hover,
.btn-success:active,
.btn-success:visited,
.btn-success:focus {
	background-color: #00713d;
	border-color: #00713d;
	/*padding: .5rem 1.4rem;*/
	/*height: 48px;*/
}

.btn-dialog,
.btn-dialog:hover,
.btn-dialog:active,
.btn-dialog:visited,
.btn-dialog:focus{
	padding: 6px 12px;
	height: 38px;
}

.grid-row-border-primary {
	border-width: 7px;
	border-color: #006f3c;
}

.grid-row-border-success {
	border-width: 7px;
	border-color: #006f3c;
}

.grid-row-border-danger {
	border-width: 7px;
	border-color: #76390a;
}

.grid-row-border {
	border-width: 1px;
	border-color: #c7c7c7;
}

/* Navbar */

.navbar-dark .navbar-nav .nav-link {
	color: rgba(255, 255, 255, 0.9) !important;
}

.navbar-dark {
	background-color: #003476!important;
}

.navbar-brand {
	line-height: 60px;
	margin: 0 5px 0 0;
}

.nav-colored-bar {
	width: 100%;
	height: 5px;
	background: linear-gradient(358.5deg,#00aeef .09%,#134a86);
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -5px;
}

.nav-link {
	border: 0;
	cursor: pointer;
	margin: 0;
	display: inline-flex;
	outline: 0;
	padding: 0;
	position: relative;
	align-items: center;
	user-select: none;
	border-radius: 0;
	vertical-align: middle;
	justify-content: center;
	text-decoration: none;
	background-color: transparent;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: transparent;
}

.nav-title {
	font-size: 1.5rem;
	border-left: 1px solid white;
	padding-left: 16px;
	padding-bottom: 5px;
	color: white;
	margin: 0;
}

/* ZK Override */

.z-row:hover > .z-cell,
.z-row:hover > .z-row-inner {
	background: none;
}

.z-datebox,
.z-combobox,
.z-bandbox{
	width: 100%;
	height: 50px;
}

.z-combobox-readonly > input,
.z-bandbox-readonly > input {
	background: white;
}

.z-datebox-input,
.z-combobox-input,
.z-bandbox-input{
	width: inherit;
	height: 50px;
	border-radius: 8px 0 0 8px;
}

.z-datebox-button,
.z-combobox-button,
.z-bandbox-button {
	height: 50px;
	border-radius: 0 8px 8px 0;
	border-left-color: transparent;
}

.z-datebox-icon,
.z-combobox-icon,
.z-bandbox-icon {
	padding-top: 8px;
}

.z-intbox,
.z-longbox,
.z-decimalbox,
.z-textbox {
	width: 100%;
	height: 50px;
	border-radius: 8px;
}

.z-textbox[disabled],
.z-decimalbox[disabled],
.z-intbox[disabled],
.z-longbox[disabled],
.z-doublebox[disabled] {
	border-color: #f5f5f7;
	background-color: #f5f5f7;
	color: rgba(0,0,0,0.9) !important;
}

.z-textbox {
	/*text-transform: uppercase;*/
}

.z-combobox-disabled>input,
.z-datebox-disabled>input {
	color: rgba(0,0,0,0.9) !important;
}

.z-grid {
	border-width: 0;
}

/* Bootstrap Collapse */

.collapse-container {
	padding-left: 10px !important;
}

.collapse-button {
	color: rgba(0,0,0,0.9) !important;
	padding: 0;
}

.collapse-button-text {
	text-decoration: underline;
	font-weight: 600;
	font-size: 15px;
}

.collapse-content {

}

.collapse-container .btn:before {
	font-weight:900;
	content:"\2BC6";
	padding-right: 4px;
}
.collapse-container .btn.collapsed:before {
	content:"\2BC8";
}
.collapse-container .btn:hover,
.collapse-container .btn:active,
.collapse-container .btn:focus  {
	text-decoration: none;
	box-shadow: none;
	outline: none !important;
}

.undelined:hover {
	text-decoration-line: underline;
	cursor:pointer;
}

.objection-cell {
	padding-left: 17px;
	padding-bottom: 5px;
	padding-top: 10px;
}

.objection-btn-cell {
	padding-left: 17px;
	padding-bottom: 15px;
	padding-top: 0;
}

.objection-btn-cell-less-bottom-pad {
	padding-left: 17px;
	padding-bottom: 5px;
	padding-top: 0;
}

/* Validation Errors Styles */

.validation-container {
	padding: 0 0 0 15px;
	border-left: 2px solid;
	border-left-color: #ca2e2e;
}

.validation-label-error {
	display: inline-block;
	font-size: 13px;
	font-weight: 500;
	color: #ca2e2e;
	padding-left: 8px;
}

.validation-component-error {
	border-color: #ca2e2e !important;
	border-style: solid;
	border-width: 1px;
	border-radius: 8px;
}

.validation-error-border {
	border-color: #ca2e2e !important;
}

.clear-left-margin {
	margin-left: 0;
}

.clear-padding {
	padding: 0;
}

/* Floating Button Style */
.btn-floating {
	position: fixed;
	bottom: 45px;
	right: 24px;
	border-radius: 15rem;
	visibility: visible;
	min-width: 65px;
	min-height: 65px;
	padding: 0;
	font-size: 25px;
}

.btn-floating:focus,
.btn-floating:hover {
	box-shadow: 0 0 11px rgba(33,33,33,.5);
	min-width: 65px;
	min-height: 65px;
	padding: 0;
	font-size: 25px;
}


 

/*�������� mpoulakis */

.container .icon1b-red, 
.container .icon2b-red, 
.container .icon5,
.container .icon6, 
.container .emprothesma {margin-left:15%}
.sprite5 { display: inline-block; background: url('../Assets/sprite5.png')  no-repeat; overflow: hidden; text-indent: -9999px; text-align: left; }
.sprite5.icon1-red      { background-position: -0px -0px;   width: 40px; height: 30px; float: left; }
.sprite5.icon1b-red     { background-position: -40px -0px;  width: 40px; height: 30px; float: left; }
.sprite5.icon2-red      { background-position: -0px -30px;  width: 40px; height: 30px; float: left; }
.sprite5.icon2b-red     { background-position: -40px -30px; width: 40px; height: 30px; float: left; }
.sprite5.icon5          { background-position: -0px -60px;  width: 40px; height: 30px; float: left; }
.sprite5.icon6          { background-position: -40px -60px; width: 40px; height: 30px; float: left; }
.sprite5.emprothesma    { background-position: -0px -90px;  width: 40px; height: 30px; float: left; margin-left:0%}
.sprite5.time-future    { background-position: -40px -90px; width: 40px; height: 30px; float: left; }




.icon1{
    position: inherit;
    padding: 20px;
    margin-bottom: 10px;
    overflow: hidden;
    display: inline;
      float: right;
}

.entypo-users {
    color: rgba(0, 0, 0, 0.1);
     position: absolute;
    right: 15px;
    bottom: -60px;
    z-index: 1;
    right: 30%;     
    bottom: 70%;
}

.entypo-users:before {
   /* content: '\e80b';*/
    margin: 0;
    padding: 0;
    line-height: 0;
}

.icon1 .entypo-users i {
    font-size: 70px;
    line-height: 0;
    margin: 0;
    padding: 0;
    vertical-align: bottom;
     color: #ffffff;
     right: 30%;
     bottom: 70%;
     opacity: 70%;
}

.dashboard .cssbox{border-radius: 5px !important; padding-left:5px !important; color:#ffffff !important}
.dashboard .ccsbox .pointer{font-size:40px !important; line-height:40px !important; color:#ffffff !important; font-family: pf_transportbold, Arial, Helvetica, sans-serif !important;}
.dashboard .ccsbox .z-label{font-size:14px !important; line-height:16px !important; color:#ffffff !important; font-family: "Open Sans", Arial, Helvetica, sans-serif !important;}
.dashboard .dashlabel{font-size: 20px !important; color: #4A4A4A !important; line-height: 20px !important;}
.cssbox1{background: rgba(247,160,16,0.96) !important;    opacity: 0.85;!important}
.cssbox2{background: #5CD08A  !important;opacity: 0.85;!important}
.cssbox3{background: #5CBBE1 !important;opacity: 0.85;!important}
.cssbox4{background: #6b3f6d !important;opacity: 0.85;!important}

/*�������� mpoulakis */


/* kroustalakis */

  .leftbootinbox {
    background: #b6babd!important;
    border: 1px solid #6b665e!important;
    padding: 5px!important;
  }

  .z-chosenbox-input {
    border: 0px solid rgb(255, 255, 255)!important;
  }

  .z-combobox-button .csscombobox a{
    font-size: 16px;
    height: 42px!important;
    border: 0px!important;
  }

  .z-checkbox-content { color: blue;
    padding: 5px;
  }

  .z-radio-content {color:black;
    padding: 5px;
  }

  .csscombobox .z-combobox-button {font-size:	16px;
    height: 42px!important;
    border: 0px!important;
  }

  .z-paging-info{
    display:none
  }

  .z-paging-button .z-paging-selected {
    color: white!important;
    background: #2880b9!important;
  }

  .z-paging-selected, .z-paging-selected:hover, .z-paging-selected:active {
    color: white!important;
    background: #2880b9!important;
  }

  .oldunhovered .z-row:hover>.z-row-inner, .oldunhovered .z-listitem-selected:hover>.z-listcell,
  .oldunhovered .z-listitem:hover>.z-listcell {
    background:transparent;
  }

  .oldunhovered .z-row:hover>.z-row-inner>.z-row-content,
    .oldunhovered .z-listitem-selected:hover .z-listcell-content,
    .oldunhovered .z-listitem:hover .z-listcell-content {
        color:#555;
  }

	.oldunhovered .z-row .z-row-inner, .well .oldunhovered .z-row	.z-row-inner {
	    border-top: none;
    }

	.well .oldunhovered	.z-row:hover>.z-row-inner {
	    background:#fff;
    }

	.clientimage,.progimage {
	    width:50px!important;
	    height:40px!important;
	    margin-right: 10px;
	    margin-left:	10px;
    }

	.clienttext {
	    color:#1B5384;
	    font-weight:bold;
	    font-size:17px;
	    max-width:570px;
    }

	.progtext {
	    padding:0 5px;
	    color:#1B5384;
	    font-weight:bold;
	    font-size:14px;
	    max-width:570px;
    }

	.progusername {
	    float:right;color:#1B5384;
    }

	.progimage {
	    width:40px!important;
	    height:40px!important;
	    margin-right:10px;
	    margin-left: 10px;
	    float:right;
    }

	.headbox2 td {
	    text-align:right;
    }

	.headbox2 table {
	    float:right;
    }

	.headbox1 td {
	    text-align:left;
    }

	.well-white {
	    background-color:white!important;
    }

	.divheader {
	    border-bottom:1px solid #e3e3e3;
	    margin-bottom:5px;
    }

	.vheader div.z-vlayout-inner {
	    line-height:18px;
    }

	.ahref {
	   padding: 10px 10px 10px 10px;
	    color:blue!important;
    }

	.ahref a:focus {
	    outline: 0;
    }

  .z-chosenbox-item-content {
    width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .csstabdiv>.chek input {
    height: 20px !important;
  }

  .z-window {
    background-color:#ffffff;
    /*border: none;*/
    border: outset;
  }

  .z-groupbox>.z-groupbox-header {
    border: none;
  }

  .z-groupbox-content {
    border: none;
  }

  .z-listbox {
    border: none;
  }

  .z-listheader {
    border: none;
  }

  .cssChosenbox {
    overflow-y:auto;
    max-height: 100px !important
  }
  .cssChosenbox .z-chosenbox-input {    border: 0px solid #FFFFFF !important;width:250px !important;visibility: visible!important; color: #a8a8a8 !important;}
  .cssChosenbox .z-chosenbox-item-content { width: auto; max-width: 100px !important; }
  .z-listheader-content { white-space: normal; text-align: left; font-size: medium; }
  .z-listcell-content{text-align: left;float: left!important;}

  .GridLayoutNoBorder tr.z-row td.z-row-inner, tr.z-row .z-cell,div.z-grid{
    border: none;
    overflow: hidden;
    zoom: 1;
    background: white;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: none;
  }
  
  .z-listitem.z-listitem-selected>.z-listcell {    background: #c1dbef!important;font-weight: 600!important;}
  .z-listitem.z-listitem-selected>.z-listcell>.z-listcell-content {    color: rgba(0,0,0,0.9);    font-weight: 700!important;}


  .z-temp, .z-modal-mask {
      width: 100%;
      height: 100vh;
      background: #e0e1e3;
      opacity: .6;
      filter: alpha(opacity=60);
      position: fixed;
      top: 0;
      left: 0;
  }

/* Border Layout */
.z-north-body,
.z-south-body,
.z-west-body,
.z-center-body,
.z-east-body {
    padding: 0;
}



.z-menubar ul {
    width: 100%
}