/*   Fonts   */
@font-face {
	font-family: MainFont;
	src: url('fonts/Taviraj-Black.ttf');
  font-weight: 900;
	font-style: normal;
}
@font-face {
	font-family: MainFont;
	src: url('fonts/Taviraj-BlackItalic.ttf');
  font-weight: 900;
	font-style: italic;
}

@font-face {
	font-family: MainFont;
	src: url('fonts/Taviraj-ExtraBold.ttf');
  font-weight: 800;
	font-style: normal;
}
@font-face {
	font-family: MainFont;
	src: url('fonts/Taviraj-ExtraBoldItalic.ttf');
  font-weight: 800;
	font-style: italic;
}

@font-face {
	font-family: MainFont;
	src: url('fonts/Taviraj-Bold.ttf');
  font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: MainFont;
	src: url('fonts/Taviraj-BoldItalic.ttf');
  font-weight: 700;
	font-style: italic;
}

@font-face {
	font-family: MainFont;
	src: url('fonts/Taviraj-SemiBold.ttf');
  font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: MainFont;
	src: url('fonts/Taviraj-SemiBoldItalic.ttf');
  font-weight: 600;
	font-style: italic;
}

@font-face {
	font-family: MainFont;
	src: url('fonts/Taviraj-Regular.ttf');
  font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: MainFont;
	src: url('fonts/Taviraj-Italic.ttf');
  font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: MainFont;
	src: url('fonts/Taviraj-Medium.ttf');
  font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: MainFont;
	src: url('fonts/Taviraj-MediumItalic.ttf');
  font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: MainFont;
	src: url('fonts/Taviraj-Light.ttf');
  font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: MainFont;
	src: url('fonts/Taviraj-LightItalic.ttf');
  font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: MainFont;
	src: url('fonts/Taviraj-ExtraLight.ttf');
  font-weight: 200;
	font-style: normal;
}
@font-face {
	font-family: MainFont;
	src: url('fonts/Taviraj-ExtraLightItalic.ttf');
  font-weight: 200;
	font-style: italic;
}

@font-face {
	font-family: MainFont;
	src: url('fonts/Taviraj-Thin.ttf');
  font-weight: 100;
	font-style: normal;
}
@font-face {
	font-family: MainFont;
	src: url('fonts/Taviraj-ThinItalic.ttf');
  font-weight: 100;
	font-style: italic;
}


/*  General CSS   */
html {
  height: 100%;
}

body {
  height: 100%;
  font-family: MainFont, Times new roman, Courier new, serif;
	font-size:18px;
  font-weight: 200;
  border: none;
	margin: 0;
  padding:0;
	text-align:center;
	min-height:100%;
  background:#ffffff;
}

h1 {
  font-size: 24px;
  font-weight: 500;
}

h2 {
  font-size: 22px;
  font-weight: 500;
}

h3 {
  font-size: 20px;
  font-weight: 500;
  display: block;
  width: 100%;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
}

th {
  font-weight: 500;
}

p {
  color: #64707b;
  font-size: 16px;
  font-weight: 300;
  text-align: justify;
}

.cb {
  clear: both;
  width: 100%;
  height: 0.1px;
  font-size: 0.1px;
}

a.noul {
  text-decoration: none;
}

/* last column collapsed border fix */
@media print {
    tr:last-child{background:#fff}
}

#main_cont {
  margin-bottom: 20px;
}

strong {
  font-weight: 600;
}


/*  Buttons  */
.btn-general {
  display: block;
  border-width: 1px;
  border-radius: 0;
  border-style: solid;
  padding: 5px 20px 5px 20px;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
}

.btn-white {
  border-color: #303030;
  color: #303030;
}

.btn-white:hover,
.btn-white:focus {
  color: #ffffff;
  background-color: #303030;
  text-decoration: none;
}

.btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 22px;
  padding: 3px 15px;
  border-radius: 0;
  display: none;
}



#bg {
  position: relative;
  min-height: 100vh;
  padding-top: 10px;
}

#content-wrap {
  padding-bottom: 2rem;    /* Footer height */
  width: 100%;
}

#footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2rem;            /* Footer height */
  background-color: #f0f0f0;
  padding: 5px 0;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  color: #606060;
}

/*--------------------------------------------
              Header
----------------------------------------------*/
.logo-row {
  display: table; 
  width: 100%; 
  margin-bottom: 15px;
}

.header-logo {
  display: table-cell;
  vertical-align: middle;
  text-align: center;  
  width: 33.3333%;
}

.header-logo img {
  max-width: 100%;
  max-height: min(120px,12vw);
}

/*--------------------------------------------
              Navigation
----------------------------------------------*/
.navbar {
  padding: 0 20px !important;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  height: 60px;
  background: #f0f0f0;
}

.nav-link {
  font-size: 20px;
  font-weight: normal;
  height: 60px;
  padding: 15px 30px !important;
  color: #303030 !important;
  background-color: #f0f0f0;
}

.nav-link:hover,
.nav-link:focus,
.nav-link.active {
  background-color: #e0e0e0 !important;
}

.nav-link-short {
  display: inline-block;
  font-size: 20px;
  font-weight: normal;
  height: 60px;
  padding: 15px 5px !important;
  color: #303030 !important;
  background-color: #f0f0f0;
  display: 
}

.navbar-toggler {
  border: 1px solid #303030 !important;
  border-radius: 0;
  margin: 0 !important;
}

.navbar-toggler-icon {
  background: none !important;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.navbar-toggler-icon i {
  color: #303030;
  display: block;
}

/*--------------------------------------------
              Login
----------------------------------------------*/
#login_form {
  margin: 10px auto;
}

#login_form table {
  margin: 0 auto;
}

#login_form table th,td {
  margin: 0;
  padding: 3px;
}

#login_form input {
  border: 1px solid #303030;
  padding: 3px 5px;
  width: 100%;
}

#login_form input[type=button], input[type=submit], input[type=reset]{
  font-weight: 300;
}

.project-login-label {
  padding: 3px 5px;
}

.project-login {
  padding: 3px 5px;
}


/*--------------------------------------------
              Main
----------------------------------------------*/
.project-param {
  text-align: left;
  font-weight: 600;
  padding-top: 5px;
  padding-bottom: 5px;
}

.project-param-text {
  text-align: justify;
  padding-top: 5px;
  padding-bottom: 5px;
}

.project-text {
  text-align: justify;
  padding-top: 5px;
  padding-bottom: 5px;
}


table.fullwidth {
  width: 100%;
}

table.list {
  margin: 10px 0;
  padding: 0;
  border-collapse: collapse;
  border: 1px solid #606060;
}

table.list th{
  margin: 0;
  padding: 5px;
  border: 1px solid #606060;
  background-color: #f0f0f0;
}

table.list th img{
  max-width:20px !important;
  max-height:24px !important;
}

table.list td{
  margin: 0;
  padding: 2px 5px;
  border: 1px solid #606060;
}

table.sort td {
  cursor: move !important;
}

td.table_img img{
  max-height: 60px;
}

table.ex_list {
  margin-bottom: 20px;
}

a.back {
  display: inline-block;
  width: 200px;
}

a.left {
  display: inline-block;
  width: 200px;
  margin-right: 20px;
}

a.right {
  display: inline-block;
  margin-left: 20px;
  width: 200px;
}

.warning {
  color: #d00000;
}

.error {
  width: 100%;
  display: block;
  padding-top: 15px;
  padding-bottom: 5px;
  text-align: center;
  color: #d00000;
}

.message {
  width: 100%;
  display: block;
  padding-top: 15px;
  padding-bottom: 5px;
  text-align: center;
  color: #00c000;
}


/*--------------------------------------------
              Forms
----------------------------------------------*/

select {
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  background-image: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'><path fill='%23444' d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'></path></svg>");
  background-position: 100% 50%;
  background-repeat: no-repeat;
  padding: 2px 30px 2px 10px;
  font-weight: 200;
}

.admin_form {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}

.admin_form input {
  border: 1px solid #e0e0e0;
  padding: 3px 5px;
}

.admin_form input.fullwidth {
  width: 100%;
}

.admin_form textarea {
  border: 1px solid #e0e0e0;
  padding: 3px 5px;
  width: 100%;
  resize: none;
}

.admin_form table {
  margin: 0 15px;
  width: 100%;
}

.admin_form table th{
  text-align: left;
}

.admin_form table td{
  text-align: left;
}

.input_text {
  width: 120px;
  font-size: 18px;
  font-weight: 200;
  text-align: center;
}

.input_val {
  width: 60px;
  font-size: 18px;
  font-weight: 200;
  text-align: center;
}

.send_form input[type=button], input[type=submit], input[type=reset]{
  font-weight: 300;
}

.bottom-item {
  margin-top:15px;
  margin-bottom:15px;
  cursor: pointer;
}

.bottom-item a{
  text-decoration: none;
  color: #000000;
}

.bottom-text {
  font-weight: 500;
}


.meeting-title-back {
  text-align: left;
  margin-bottom: 15px;
}

.meeting-title-top {
  text-align: left;
}

.meeting-title {
  text-align: left;
  font-weight: bold;
  margin-bottom:  15px;
}

.no-pointer {
  cursor: auto; 
}

.bottom_table {
  min-width:800px;
  width: 60%;
  margin: 5px auto;
  border-collapse: collapse;
}

.bottom_table td {
  text-align: left;
  vertical-align:top;
  width:50%; 
  border: 1px solid #f0f0f0;
  padding: 5px;
  font-weight: 300;
}

.bottom_table td a{
  display: block;
  wisth: 100%;
  font-weight: 400;
}