   div.logobar {
    padding: 10px 15px;
    background-color: rgb(248, 248, 248);
    color: #777777;
}
.logobar .container{
	border-bottom: 1px solid #e7e7e7;
}
.logobar a {
    color: #4e5e6b;
}
.navbar{
  border-top: none !important;
}
.navbar-brand {
  font-size : 36px;
}
.navbar{
  border-radius: 0px !important;
}
.place {
  float: left;
  padding : 23px 0 0 40px
}
.place2 {
  float: right;
  padding : 23px 0 0 0px
}

        body {
            font-family: Arial, sans-serif;
            line-height: 1.6;
            margin: 20px;
            padding: 0;
            background-color: #f9f9f9;
            color: #333;
        }
        h1, h2 {
            color: #0056b3;
        }
        h1 {
            text-align: center;
            margin-bottom: 20px;
        }
        h2 {
            border-bottom: 2px solid #0056b3;
            padding-bottom: 5px;
            margin-top: 30px;
        }

        p {
            margin: 10px 0;
        }
        ul {
            margin: 10px 0;
            padding-left: 20px;
        }
        li {
            margin: 5px 0;
        }
        .section {
            background-color: #fff;
            padding: 15px;
            border-radius: 8px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            margin-bottom: 20px;
        }
        .highlight {
            background-color: #e9f5ff;
            padding: 10px;
            border-left: 4px solid #007BFF;
            margin: 10px 0;
        }
        .note {
            background-color: #fff3cd;
            padding: 10px;
            border-left: 4px solid #ffc107;
            margin: 10px 0;
        }
        .code {
            background-color: #f8f9fa;
            padding: 10px;
            border-left: 4px solid #28a745;
            font-family: monospace;
            margin: 10px 0;
        }
        .table {
            width: 100%;
            border-collapse: collapse;
            margin: 0;
            td{
                  border-bottom : 1px solid #2b678c;
            }
        }
        .table th, .table td {
       
            padding: 8px;
            text-align: left;
        }

        .table th {
           background-color: #f2f2f2;
           color: #333;
        }
        .table tr:nth-child(even) {
        background-color: #FFFF;
        }
        .image-container {
            display: flex;
            justify-content: left;
            margin-top: 10px;
        }
        .image-container img {
            margin-right: 10px;
            width: 33%;
        }
    .image-container img.full-width {
        width: 100%;
    }
        iframe {
            width: 100%;
            height: 600px;
            border: 0;
            margin-top: 20px;
        }
        address {
            font-style: normal;
            margin: 10px 0;
        }

    .content-box {
            background-color: #f0f0f0;
            border-radius: 15px;
            padding: 20px;
            margin: 20px auto;
            font-family: Arial, sans-serif;
        }
        .content-box a {
            color: #007bff;
            text-decoration: none;
        }
        .content-box a:hover {
            text-decoration: underline;
        }
		
		/* Bootstrap adapt */
body{ 
  padding: 0px 0px 0px;
}

/* Generic CSS */

html{
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  height:100%;  
  overflow-y: scroll;	
}
body {
	min-height: 100%;
	position: relative;
}
textarea { 
  min-height : 250px !important;
}
.form-control {
  min-width : 100% !important;
}

select {
  width: 100%;
  max-width: 200px;
}
input[type="text"]{
  max-width: 200px;
}
input[type="file"]{
  width : 200px;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 999px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
.inputInt {
  width: 8em !important;
  min-width: 8em !important;
}
.input-group .inputInt {
/*  min-width: 100% !important; */
 min-width: 3.5em !important;
 width: 100% !important;
}

img {
  border-width: 0px;
}
span.highlightcontent {
	background-color: #BADBFF;
	border-radius: 3px 3px;
	padding: 2px;
}

/* input of List */
.sortable { list-style-type: none; margin: 0; padding: 0; }
.sortable li { margin: 0 3px 3px 3px; padding: 0.4em; padding-left: 1.5em; min-width: 165px; }
.sortable li span.ui-icon-arrowthick-2-n-s { position: absolute; margin-left: -1.3em; }
.sortable li span.ui-icon-close { float: right; }
.ui-icon-close:hover{ cursor: pointer; }

span.action-failure-msg {
  position: fixed;
  z-index: 100000;
  color: red;
  bottom: 0px;
  background-color: #ffdddd;
  padding-top: 5px;
  padding-bottom: 5px;
  left: 0;
  right: 0;
  text-align: center;
  border: 1px solid #ff9a9a;
}
.carousel-indicators li { visibility: hidden; }
.right.carousel-control, .left.carousel-control {
    display: none;
}




@media (max-width: 439px)   { .carousel-inner .item { height: 140px !important;  } }
@media (min-width: 440px)   { .carousel-inner .item { height: 140px !important; } }
@media (min-width: 600px)   { .carousel-inner .item { height: 160px !important; } }
@media (min-width: 768px)   { .carousel-inner .item { height: 180px !important; } }
@media (min-width: 1000px)  { .carousel-inner .item { height: 220px !important; } }
@media (min-width: 1440px)  { .carousel-inner .item { height: 320px !important; } }
@media (min-width: 1800px)  { .carousel-inner .item { height: 330px !important; } }



.supporter-logo {
    display: flex !important;
    justify-content: center; 
    align-items: center;     
    height: 100%;           
}

.panel-warning table tbody tr td:nth-child(2) {
    text-align: center;
    vertical-align: middle;  
}

.panel-warning table tbody tr td {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.panel{
   .panel-heading,.btn-primary {
    background-color: #2b678c;
    color: white; 
}
    border-color:#2b678c;
}
