

.font-increase,
.font-decrease{
  font-family: 'contraitalic';
  text-transform: lowercase;
}
.font-increase{
  font-size: 42px;
  line-height: 36px;
}
.font-decrease{
  font-size: 29px;
}
#article_toolbar li.font-decrease i {
  vertical-align:top;
}

ul.toolbar{
  list-style: none;
  list-style-image: none;
}

ul.toolbar > li {
  display: inline-block;
}

ul.toolbar > li > a {
  display: block;
  width: 100%;
  height: 100%;
}

.slider .next span,
.slider .prev span{
	opacity: 0;
}

.slider .next:hover span,
.slider .prev:hover span{
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  -ms-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

/*special animation for only 2 slides*/
@keyframes slide-to-next {
    0%   {right:0px;}
    100%  {right:-100%;}
}
@keyframes slide-to-prev {
    0%   {right:0px;}
    100%  {right:100%;}
}
@keyframes slide-from-next {
    0%  {right:100%;}
    100% {right:0px;}
}
@keyframes slide-from-prev {
    0%  {right:-100%;}
    100% {right:0px;}
}

.slider .slides li.previous-slide-fw-2 {
  right:100%;
  animation-name: slide-to-next;
  animation-duration: 1s;
}
.slider .slides li.previous-slide-bw-2 {
  right:-100%;
  animation-name: slide-to-prev;
  animation-duration: 1s;
}
.slider .slides li.current-slide-fw-2 {
  right:0px;
  animation-name: slide-from-next;
  animation-duration: 1s;
}
.slider .slides li.current-slide-bw-2 {
  right:0px;
  animation-name: slide-from-prev;
  animation-duration: 1s;
}

/*slider css for more than 3 slides*/
.slider .hide-slide-fw {
  right:100%;
}
.slider .slides li.current-slide-fw {
  right:0px;
  transition: right 1s;
}
.slider .slides li.previous-slide-fw {
  right:-100%;
  transition: right 1s;
}
.slider .hide-slide-bw {
  right:-100%;
}
.slider .slides li.current-slide-bw {
  right:0px;
  transition: right 1s;
}
.slider .slides li.previous-slide-bw {
  right:100%;
  transition: right 1s;
}

.slider .prev{
  right: 0;
}
.slider .next{
  left: 0;
}
.slider .prev span{
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 15px;
}
.slider .next span{
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  left: 15px;
}

.slider {
  width:100%;
  height:100%;
  position:relative;
  overflow:hidden;
}

.slider .next,
.slider .prev{
	width: 50%;
	height: 100%;
	position:absolute;
	z-index:1;
	top: 0;
	bottom: 0;
}

.slider .next span,
.slider .prev span{
	position:absolute;
	width: 30px;
	height: 30px;
	top: 50%;
	margin-top: -15px;
}

.slider .next span:before,
.slider .next span:after,
.slider .prev span:before,
.slider .prev span:after{
	content: "";
	background: #fff;
	position: absolute;
	right: 0;
}
.slider .prev span:before,
.slider .next span:before{
	width: 2px;
	height: 30px;
	top: 0;
}
.slider .prev span:after,
.slider .next span:after{
	height: 2px;
	width: 30px;
	bottom: 0;
}
.slider .prev i,
.slider .next i{
  display: none;
}

.slider .hidden-slide-link{
  display: none;
}

.slider li {
  overflow:hidden;
}

.slider .slides > li {
  position:absolute;
  width: 100%;
  height: 100%;
}

.tabbed {
  display: inline-block;
}

.panels {
  overflow: hidden;
}

.panels > section {
  display: block;
  visibility: hidden;
  width: 0;
  height: 0;
}

.panels > section.visible_tab {
  visibility: visible;
  height: 100%;
  width: auto;
  
}

.ticker {
}

.ticker > div {
  position:relative;
}

.ticker > div > * {
  display: inline-block;
}

.ticker .label {
  margin-left: 1em;
}

.tick {
  position: absolute;
  top: 0;
}

#delete_upload_template{
  display: none;
}

.notice_approval table,
.my_notices table,
.notice_review table {
  width: 100%;
}

.notices_page .create_notice {
  display: inline-block;
  color: #fff;
  width: auto;
}

.my_notices tr.notice[data-is-editable='true'] {
  cursor: pointer;
}

.notice_approval table {
  width: 100%;
}

.upload {
  border-top: 1px solid #cfe7e9;
  border-bottom: 1px solid #cfe7e9;
  padding-top: 1em;
  margin-top: 1em;
  padding-bottom: 1em;
  margin-bottom: 1em;
}

.upload table {
  margin-top: 1em;
}

#notice_approval_form {
  margin-top: 1em;
}

#edit_row_template,
#post_text_template,
#table_row_template,
#delete_row_template,
#table_column_template,
#table_detail_template{
  display: none;
}

#add_row_button,
#edit_row_button,
#cancel_row_edit_button{
  display: none;
}

#confirm_delete_message{
  display: none;
}

#table_header > * {
  margin-bottom: 0.5em;
}

#add_rows_button{
  display: none;
}

#table_header ~ #add_rows_button {
  display: inline-block;
}

table + #add_rows_button {
  display: none;
}

#table_row_form .editing_edit,
#table_row_form .editing_cancel{
  display: none;
}

#table_row_form.editing .editing_edit,
#table_row_form.editing .editing_cancel{
  display: inline-block;
}

#table_row_form.editing .add{
  display: none;
}

#table_row_form > * {
  margin-bottom: 0.5em;
}

.preview {
  display: table;
  width: 700px;
}

.preview > div {
  display: table-row;
}

.preview > div > * {
  display: table-cell;
}

.preview > div > label {
  width: 20%;
  color: #008999;
}

.preview > div > span {
  width: 80%;
}

#acknowledge_payment_form div {
  display: table-row;
}

#acknowledge_payment_form label {
  display: table-cell;
  color: #008999;
}

#acknowledge_payment_form span {
  display: table-cell;
  padding-right: 20px;
  font-size: 24px;
}

.price {
  background-color: #ffeedd;
  color: #022f36;
  padding: 20px;
  text-align: center;
  border-radius:20px;
}

.table .error {
  background-color: #ffdddd
}

.table tr.current {
  background-color: #ddf9fc;
  color: #022f36;
}

.table tr.current td.current {
  background-color: #008999;
  color: #fff;
}

#notice_table #form > div {
  margin-bottom: 2px;
}

#notice_table #form > div > * {
  margin-left: 7px;
}

#notice_table #form input {
  width: 514px;
}

#notice_table #form button {
  margin-left: 5px;
  margin-top: 10px;
}

#notice_table #form input.text {
  width: 560px;
}

#notice_table #form input.date {
  width: 140px;
}

#notice_table textarea {
  display: block;
  width: 648px;
  margin-top: 20px;
}

#notice_table button:focus {
  text-decoration: underline;
  box-shadow: -2px -2px 6px #999;
}

.small_button {
  font-size: 15px;
  padding: 10px;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #cfe7e9;
}

#generate_invoice {
  margin-top: 0;
}

@font-face {
  font-family: 'yakout';
  src: url('/fonts/yakout.eot');
  src: url('/fonts/yakout.eot?#iefix') format('embedded-opentype'),
       url('/fonts/yakout.woff') format('woff'),
       url('/fonts/yakout.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

* {
  font-family: 'yakout';
}

html: {
  min-height: 1000px;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: normal;
}

a, .link {
  cursor: pointer;
}
a.home-icon-link, a.home-icon-link:visited, a.home-icon-link:hover, a.home-icon-link:active {
  position:absolute;
  color: white;
  float: right;
  font-size: 26px;
  width: 26px;
  direction: ltr;
  overflow:hidden;
  margin-top: -2px;
}
a.home-icon-link i {
  margin-right:-70px;
}

label {
  -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   -ms-user-select: none;
   user-select: none;
}

.block a > *, .tabbed a > * {
  overflow:hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

section {
  max-width: 100%;
}

iframe {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: none;
}

.menu_group .inactive {
  display: none;
}

.cfns {
  display:none;
}

#content {
  overflow: auto;
}

#content .block,
#content .tabbed,
#sidebar .block,
#sidebar .tabbed {
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
}

.ticker {
  height: 3em;
  line-height: 3em;
  border-bottom: 1px solid #caeae5;
  overflow: hidden;
  margin-bottom: 20px;
}

.home_page .ticker {
  margin-bottom: 0;
}

.ticker .label {
  color: #008999;
}

.tick {
  color: #022f36;
  width: 100%;
}

.tick.on {
  opacity: 1;
  transition-duration: 2s;
  transition-delay: 0.5s;
}

.tick.off {
  opacity: 0;
  transition-duration: 2s;
}

.bookmark-item {
  line-height: 3em;
  border-top: 1px solid #cfe7e9;
}

.bookmark.on {
  color: #e21d33 !important;
}

#top_news header a {
  color: #008999;
}

#tenders .item {
  width: 100%;
  height: 4.5em;
}

#tenders .item:nth-child(odd){
  background-color: #fff;
}

#submit_a_notice.block {
  overflow: auto;
}

#most_whatever .tabs {
  padding-left: 0;
}

#twitter .content {
  height: 400px;
}

.tabs > label {
  padding: 0.5em;
  line-height: 3em;
}

.tabbed {
  width: 100%;
}

.style1 .tabs {
  background-color: #ddf9fc;
  color: #8ec5ca;
  border: 1px solid #ddf9fc;
  border-bottom: 1px solid #cfe7e9;
}
.style1 .tabs label {
  border-right: solid 1px #cfe7e9;
}
.style1 .tabs label:first-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
.style1 .tabs .selected {
  color: #008999;
}
.style1 .panels {
  color: #022f36;
}
.style1 .item {
  border-bottom: 1px solid #cfe7e9;
  padding: 1em;
}
.style1 .item:nth-child(odd){
  background-color: #ecfbfe;
}
.style1 .item:nth-child(even){
  background-color: #ddf9fc;
}
.style1 .item:nth-child(1) {
  border-right: 5px solid #e21d33;
}
.style1 .item:nth-child(2) {
  border-right: 5px solid #e44053;
}
.style1 .item:nth-child(3) {
  border-right: 5px solid #e66071;
}
.style1 .item:nth-child(4) {
  border-right: 5px solid #e27684;
}
.style1 .item:nth-child(5) {
  border-right: 5px solid #e9a3ae;
}

.style2 header {
  background-color: #008999;
  color: #fff;
  border: 1px solid #008999;
}

.style2 header h2 {
  display: inline;
}
.style2 .tabs {
  color: #8ec5ca
}
.style2 .tabs .selected {
  color: #fff;
}
.style2 .tabs label {
  border-right: solid 1px #1a95a5;
}
.style2 .tabs label:first-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}

.style2 .item {
  display: block;
  padding: 1em;
  background-color: #ecfbfe;
  color: #022f36;
  border: 1px solid #caeae5;
  border-top: none;
}

.style3 {
  background-color: #022f36;
  color: #fff;
}

.style3 header {
  border-bottom: 1px solid #008999;
}

.style3 > * {
  padding-left: 1em;
  padding-right: 1em;
}

.style4 header {
  background-color: #022f36;
  color: #fff;
  border-bottom: 1px solid #008999;
}

.style4 .item {
  background-color: #ecfbfe;
  border: 1px solid #cfe7e9;
  border-top:none;
  padding: 1em;
}

.style5 .item {
  display: block;
  height: 3em;
  line-height: 1em;
  background-color: #ecfbfe;
  color: #022f36;
  border: 1px solid #cfe7e9;
  border-right: 5px solid #008999;
  border-top: none;
}

.deadline {
  line-height: 2em;
}

.deadline span {
  display: block;
}

.button.submit_ad {
  float: left;
}

.image_and_title {
  display: inline-table;
  position: relative;
}

.image_and_title h3 {
  color: #fff;
  padding: 0.5em;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(60,60,60,0.5);
  -webkit-backdrop-filter: blur(5px);
}

header {
  overflow: auto;
  line-height: 3em;
  padding-left: 1em;
  padding-right: 1em;
}

.name {
  float: right;
}

.more {
  float: left;
}

.tabs .more {
  display: none;
}

.visible_more {
  float: left;
}

.date {
  color: #888
}

#content .rsbtn {
  background-color: #022f36;
  padding: 10px;
  color: white;
  height: 60px;
  width: 60px;
  position: absolute;
}

#content .rsbtn i {
  display: block;
  text-align: center;
}

article h2 {
  color: #008999;
  margin-bottom: 12px;
  white-space: normal;
  font-size: 1.2em;
  font-weight: normal;
}

article > h2 {
  color: #022f36;
  margin-left: 70px;
}

article section {
  margin-bottom: 20px;
}

article .media {
  margin-top: 20px;
}

article p {
  margin-top: 20px;
}

article .media .media-caption{
  color: #fff;
  padding: 0.5em;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(60,60,60,0.5);
  -webkit-backdrop-filter: blur(5px);
}

article .tags h2, #article .related_news h2 {
  border-bottom: 1px solid #cfe7e9;
}

article .tag {
  background-color: #e21d33;
  padding: 0.3em;
}

article img {
  width: 100%;
  height: auto;
}

#article_toolbar {
  width: 100%;
  display: table;
  background-color: #ecfbfe;
  border: 1px solid #cfe7e9;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 3em;
}

#article_toolbar li{
  display: table-cell;
  font-size: 24px;
  color: #afc7c9;
  width: 50px;
  vertical-align: middle;
  text-align: center;
}

#article_toolbar li i {
  vertical-align: middle;
}

#article_toolbar li.font-increase{
  font-size: 48px;
}

#article_toolbar li.font-decrease{
  font-size: 38px;
}

.related_news ul {
  margin-right:18px;
  list-style-type: disc;
  list-style-position: outside;
  color: #caeae5;
}

.related_news a {
  color: #008999;
}

#weather > .content {
  position: relative;
  height: 170px;
  border: 1px solid #cce8ea;
}

.select {
  position: relative;
  display: inline-block;
}

.select.disabled * {
  color: #8ec5ca;
}

.select.disabled .arrow {
  border-left-color: #e9a3ae;
  border-bottom-color: #e9a3ae;
}

.select .arrow {
  position: absolute;
  top: 0.9em;
  border-left: 3px solid #e21d33;
  border-bottom: 3px solid #e21d33;
  height: 0.5em;
  width: 0.5em;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

input, select, button, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px;
  font-size: 15px;
  border: 1px solid #cfe7e9;
  border-radius: 0;
  background-color: #fff;
  color: #008999;
  line-height: 1em;
}

input:invalid {
  color: #e21d33;
}

input:required + label::after {
  content: "*";
  vertical-align: super;
  color: #e21d33;
}

.weather select {
  width: 100%;
}

div.weather {
  position: absolute;
  margin: 1em;
  left: 0;
  right: 0;
  width: 90%;
  display: table;
}

div.weather_display {
  position: absolute;
  left: 0;
  right: 0;
  top: 3em;
}

div.weather_display.off {
  display:none;
}

div.weather_display > div {
  margin-top: 1em;
  margin-bottom: 1em;
  width: 32%;
  display: inline-table;
  text-align: center;
}

div.weather_display > div > * {
  display: table-row;
  margin: auto;
}

#search_results .item,
.channel_content .item {
  border-bottom: 1px solid #cfe7e9;
  margin-top: 20px;
}

#search_results a,
.channel_content a {
  display: table;
  width: 100%;
}

#search_results h3,
.channel_content h3 {
  color: #008999;
  font-size: 18px;
}

#search_results p,
.channel_content p {
  color: #555;
}

.social-share{
  height: 40px;
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}
.social-share-facebook {
  background: url("/i/social-facebook.png") center center no-repeat;
}
.social-share-twitter {
  background: url("/i/social-twitter.png") center center no-repeat;
}
.social-share-linkedin {
  background: url("/i/social-linkedin.png") center center no-repeat;
}
.social-share-googleplus {
  background: url("/i/social-googleplus.png") center center no-repeat;
}

::input-placeholder {
  color: #8ec5ca;
}
::-webkit-input-placeholder {
  color: #8ec5ca;
}
::-moz-placeholder {
  color: #008999;
}
:-ms-input-placeholder {
  color: #008999;
}

#content .advanced_search {
  overflow: auto;
  position: relative;
}

.advanced_search div::-webkit-scrollbar {
  width: 0 !important;
}

.advanced_search > div {
  padding: 20px;
  border: 1px solid #cfe7e9;
  border-top: none;
}

.advanced_search h3 {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.boolean_search label {
  padding-left: 10px;
}

.boolean_search, .narrow_by_type {
  display: table;
  width: 100%;
  margin-bottom: 10px;
}

.boolean_search > div,
.narrow_by_type > div,
.narrow_by_type .sub_types > div {
  display: table-row;
}

.boolean_search input {
  margin-bottom: 5px;
  border: 1px solid #008999;
}

.boolean_search > div > *,
.narrow_by_type > div > *,
.narrow_by_type .sub_types > div > * {
  display: table-cell;
}

.narrow_by_type {
  line-height: 25px;
}

.narrow_by_type label {
  float: right;
  width: 100%;
  margin-bottom:10px;
  vertical-align: bottom;
}

input[type="checkbox"]:checked + label + .sub_types {
  display: table;
}

input[type="checkbox"]:checked + label span i {
  background-color: #8ec5ca;
}

input[type="checkbox"] {
  display: none !important;
}

.sub_types input[type="checkbox"]:checked + label span i {
  background-color: #008999;
}

.sub_types.on {
  display: table;
}

.narrow_by_type .sub_types {
  display: none;
  width: 80%;
}

.advanced_search input {
  width: 100%;
  padding: 5px;
  outline: none;
}

label span {
  float: left;
  line-height: 20px;
  margin-top: -2px;
  border: 2px solid #00252a;
  padding: 2px;
  background-color: #fff;
}

label span i {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-bottom: 0px;
  vertical-align:bottom;
}

.notice_form button,
.advanced_search button {
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  outline: none;
  border: none;
  background-color: #008999;
  color: #ddf9fc;
}

.advanced_search .hint {
  float: right;
  width: 0;
  white-space: nowrap;
  line-height: 1em;
  margin-top: 25px;
  color: #008999;
  font-style: italic;
  font-size: 14px;
}

.no_results {
  border: 2px solid #e21d33;
  background-color: #ffdddd;
  padding-left: 1em;
  padding-right: 1em;
  line-height: 3em;
  margin-bottom: 20px;
  margin-top: 20px;
}

.important {
  border: 2px solid #ff9900;
  background-color: #ffeedd;
  color: #ff9900;
  padding-left: 1em;
  padding-right: 1em;
  line-height: 3em;
  margin-bottom: 20px;
  margin-top: 20px;
}

.tender_channel_page table {
  margin-top: 20px;
}

table {
  border-collapse: collapse;
}

thead {
  border: 1px solid #555;
  border-bottom: none;
  background-color: #555;
  color: #fff;
}

tbody tr:nth-child(odd) {
  background-color: #eee;
}

tbody tr:nth-child(even) {
  background-color: #fafafa;
}

th {
  overflow: hidden;
  border: 1px solid #666;
  padding: 10px;
}

td {
  padding: 5px;
  border: 1px solid #cfe7e9;
  overflow: hidden;
}

td:first-child {
  color: #e21d33;
}

.button {
  color: #fff;
  padding: 0.5em;
  margin-bottom: 1em;
  background-color: #008999;
}

.pager {
  display: table;
  color: #aaa;
}

.pager a {
  color: #008999;
}

.pager #previous, .pager #next {
  display: table-cell;
  width: auto;
  vertical-align: middle;
  margin: 0;
}

.pager .range {
  display: table-cell;
}

.pager .range > * {
  padding-top: 10px;
  padding-bottom: 10px;
  padding: 3px;
  line-height: 30px;
  vertical-align: middle;
}

.pager .range .digits {
  color: #022f36;
  font-size: 1.2em;
}

.pager a.disabled {
  color: #aaa;
}

.form {
  display: table;
  border-spacing: 5px;
}

.error {
  color: #e21d33 !important;
}

.form:invalid > .errors {
  display: block;
}

.form:valid > .errors {
  display: none;
}

.form a {
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: underline;
  color: #008999;
}

.field .hint {
  color: #008999;
  vertical-align: middle;
}

.field .extra {
  color: #008999;
  vertical-align: middle;
}

input:invalid + label + .hint {
  color: #e21d33;
}

button {
  color: #fff;
  background-color: #008999;
}

form:invalid > button {
  background-color: #8ec5ca;
  cursor: not-allowed;
}

#content.registration h2,
#content.pending_activation h2,
#content.registration_complete h2 {
  color: #008999;
}

#content.registration header,
#content.pending_activation header,
#content.registration_complete header {
  border-bottom: 1px solid #cfe7e9;
  margin-bottom: 20px;
}

.form button {
  margin-top: 20px;
}

.pending_activation h1 {
  font-size: 2em;
  color: #008999;
}

.pending_activation > section > div {
  text-align: center;
}

.login header.tabs {
  padding: 0;
}

.local .tabs label {
  border: 1px solid #fff;
  color: #aaa;
  margin-left: 20px;
  background-color: #fff;
}

.local .tabs label.selected {
  border-bottom: 1px solid #022f36;
  color: #022f36;
}

.local .panels {
  background-color: #ecfbfe;
  border-top: 1px solid #022f36;
  margin-top: -4px;
  padding-top: 5px;
}

.profile_page section {
  border-bottom: 1px solid #cfe7e9;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.profile_page {
  padding-top: 20px;
}

.profile_page h2 {
  font-size: 2em;
}

.profile_page header {
  padding-left: 0;
  padding-right: 0;
}

.profile_page form {
  display: table;
  border-spacing: 5px;
}

#uq_roles {
  width: 300px;
}

#uq_roles label {
  width: 250px;
}

#uq_groups {
  width: 400px;
}

#uq_groups label {
  width: 200px;
}

#uq_groups .indent4 label {
  margin-right: 30px;
}

#requested_groups {
  width: 400px;
}

#requested_groups label {
  width: 200px;
}

#requested_groups .indent4 label {
  margin-right: 30px;
}

.profile_page form > div {
  display: table-row;
}

#uq_roles .feedback, #uq_groups .feedback, #requested_groups .feedback {
  width: 100px;
  display: table-cell;
}

.feedback {
  color: #008999;
  opacity: 1.0;
}

.feedback.hide {
  color: #008999;
  opacity: 0.0;
  transition: all 10s;
}

.users table {
  width: 100%;
}

.auth_feedback, .application_feedback {
  background-color: #ddf9fc;
  color: #008999;
  border-radius: 10px;
  margin-top: 20px;
  padding: 2em;
  vertical-align: middle;
  text-align: center;
}

.auth_feedback header, .application_feedback header {
  padding: 0;
}

.auth_feedback h1, .application_feedback h1 {
  font-size: 30px;
}

.auth_feedback p, .application_feedback p {
  font-size: 20px;
}

.auth_feedback a.button {
  display: inline;
  color: #fff;
  text-decoration: none;
  padding: 10px;
  font-size: 15px;
}

.auth_feedback a, .application_feedback a {
  color: #008999;
  text-decoration: underline;
  display: block;
  margin-top: 20px;
}

.submitter_application,
.submitter_application form {
  width: 100%;
}
.field_group {
  display: table;
  width: 100%;
  border-spacing: 5px;
}
.submitter_application input {
  width: 70%;
}
.submitter_application .hint {
  max-width: 120px;
}
#org_type label {
  display: block;
  line-height: 2em;
}
#org_type input {
  width: 250px;
}


.submitter_info {
  display: table;
}
.submitter_info > div {
  display: table-row;
}
.submitter_info > div > * {
  display: table-cell;
  padding: 10px;
  color: #008999;
}
.submitter_info > div > div {
  font-weight: bold;
  color: #022f36;
}

#notice_form .feedback {
  width: 100%;
  padding: 2em;
  border-radius: 20px;
  background-color: #ffeedd;
  color: #ff9900;
}

.notice_form > div {
  margin-top: 15px;
  margin-bottom: 15px;
}

.forgot_password, .password_reset {
  background-color: #ecfbfe;
  max-width: 700px;
  padding: 20px;
}

.forgot_password > p {
  margin-bottom: 20px;
}

#welcome {
  white-space: nowrap;
}

@font-face {
  font-family: 'icomoon';
  src:url('/fonts/icomoon.eot?banp0b');
  src:url('/fonts/icomoon.eot?#iefixbanp0b') format('embedded-opentype'),
    url('/fonts/icomoon.ttf?banp0b') format('truetype'),
    url('/fonts/icomoon.woff?banp0b') format('woff'),
    url('/fonts/icomoon.svg?banp0b#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
    content: "\e902";
}
.icon-delete:before {
    content: "\e900";
}
.icon-edit:before {
    content: "\e901";
}
.icon-font-decrease:before {
    content: "\e605";
}
.icon-hamburger:before {
    content: "\e604";
}
.icon-font-increase:before {
    content: "\e606";
}
.icon-left-arrow:before {
    content: "\e608";
}
.icon-bookmark:before {
    content: "\e600";
}
.icon-email:before {
    content: "\e601";
}
.icon-print:before {
    content: "\e602";
}
.icon-tts:before {
    content: "\e603";
}
.icon-right-arrow:before {
    content: "\e607";
}

#page_header {
  background-color: #ecfbfe;
  border-bottom: 1px solid #caeae5;
  overflow: visible;
  padding: 0;
}

#page_footer {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #ecfbfe;
  border-top: 1px solid #8ec5ca;
}

#main, #main_menu, nav#footer {
  position: relative;
  width: 1020px;
  margin: auto;
}

.ticker {
  width: 1020px;
  margin: auto;
}

#sidebar {
  display: none;
}

.home_page + #sidebar {
  display: block;
  top: 448px;
  transition: top 0.3s;
}

.search_results_page + #sidebar {
  display: block;
  top: 860px;
  transition: top 0.3s;
}

.article_page + #sidebar {
  display: block;
}

.simple_channel_page + #sidebar {
  display: block;
}

.featured_channel_page + #sidebar {
  display: block;
}

.notice_channel_page .channel_content,
.tender_channel_page .channel_content,
.other_tenders_channel_page .channel_content {
  width: 100%;
}

.tender_channel_page {
  padding-top: 20px;
}

.terms_select {
  width: 33%;
  max-width: 33%;
}

.other_tenders_channel_page {
  padding-top: 20px;
}

.other_tenders_channel_page .terms_select {
  width: 24.5%;
  max-width: 24.5%;
}

.terms_select select {
  width: 100%;
  max-width: 100%;
}

#sidebar {
  position:absolute;
  width: 300px;
  left: 0;
  top: 20px;
  transition: top 0.3s;
}

#sidebar .block, #sidebar .tabbed {
  width: 100%;
  max-width: 300px
}

#content {
  min-height: 1500px;
}

#content.search_results_page {
  min-height: 3120px;
}

#main_menu {
  position: relative;
  height: 147px;
  overflow: visible;
}

#main_menu #group1 {
  position:absolute;
  left: 0;
  background-color: #022f36;
  color: #fff;
  height: 2em;
}

#page_header #header-strip {
  position:absolute;
  background-color: #022f36;
  overflow: hidden;
  width: 100%;
  height: 2em;
}

#main_menu #group1 .sub_menu {
  background-color: #022f36;
  border: none;
}

#main_menu #group1 a {
  float: left;
  line-height: 2.3em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  border-left: 1px solid #184348;
  font-size: 14px;
}

#main_menu #group1 > a:first-child {
  border: none;
}

#main_menu #group2 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 357px;
  color: #022f36;
  line-height: 2em;
  overflow: visible;
}

#main_menu #group2 > a,
#main_menu #group2 > .sub_wrap {
  float: left;
  border-left: 1px solid #caeae5;
}

#main_menu #group2 a {
  line-height: 2em;
  padding-left: 1em;
  padding-right: 1em;
}

#main_menu #group2 > .sub_wrap:first-child {
  border: none;
}

#main_menu .large_only {
  position: absolute;
  left: 0;
  right: 0;
  top: 2em;
  bottom: 2em;
}

#main_menu .updated {
  position: absolute;
  top: -2em;
  line-height: 2em;
  color: #008999;
  padding-right: 0.5em;
}

.search {
  position: absolute;
  top: 0;
  left: 0;
  margin: 10px;
  margin-top: 5px;
}

.search input {
  font-size: 12px;
  background-color: #c7e5e9;
  margin-top: 3px;
  color: #008999;
  padding: 0.5em;
  padding-right: 40px;
  width: 190px;
  outline: none;
  display: block;
  border: 0;
}

.search input[type="search"] {
  padding-right: 0;
}

.search a {
  font-size: 14px;
  line-height: 1em;
  padding: 0.4em;
  display: block;
  color: #fff !important;
  background-color: #008999;
  text-decoration: none;
  margin-top: 8px;
}

#main_menu .issue {
  position: absolute;
  top: 0;
  right: 357px;
  padding: 1em;
}

.issue span {
  white-space: nowrap;
  display: block;
  line-height: 2em;
}

.sub_wrap {
  position: relative;
  float: left;
  vertical-align:top;
  overflow:visible;
}

.sub_wrap .sub_menu {
  position: absolute;
  z-index: 0;
  opacity: 0.0;
  transition: opacity 0.2s;
  top:2em;
  background-color: #ecfbfe;
  border: 1px solid #caeae5;
}

.sub_wrap:hover .sub_menu {
  z-index: 500;
  opacity: 1.0;
  transition: opacity 0.2s;
}

.sub_menu a {
  display: table-cell;
  width: 100%;
  white-space: nowrap;
  float: right;
}

.sub_menu a:hover {
  background-color: #008999;
}

nav#footer img {
  float: right;
  margin-left: 20px;
}

nav#footer a {
  display:inline-block;
  margin-left: 1em;
  margin-bottom: 1em;
}

.channel_page #top_news.block, .featured_channel_page #top_news.block {
  margin-top: 20px;
}

#top_news.block {
  margin-top: 0;
  margin-bottom: 0;
  overflow: auto;
  width: 700px;
}

.home_page #top_news.block {
  width: 1020px;
}

#top_news > div {
  display: table-row;
}

#top_news .other {
  display: table-cell;
  height: 380px;
}

#top_news .featured {
  display: table-cell;
  width: 380px;
  height: 380px;
}

#decisions {
  width: 700px;
  display: inline-block;
}

#tenders {
  width: 700px;
  display: inline-block;
}

#stocks {
  width: 700px;
}

#company_ads.block {
  width: 700px;
}

#latest_issue {
  border-top: 0;
  border: 1px solid #ddf9fc;
  display: inline-block;
  width: 300px;
}

#twitter.block {
  display: inline-block;
  width: 380px;
  margin-left: 20px;
  float: right;
}

.item_summary.pdf {
  max-height: 11em;
  overflow: hidden;
}

footer {
  width: 700px;
  margin: auto;
}

.image_and_title {
  margin: 0;
  margin-right: 20px;
  margin-bottom: 20px;
  float: right;
  overflow: auto;
  width: 300px;
  height: 180px;
}

.ft.image_and_title {
  margin-right: 0;
  width: 380px;
  height: 380px;
}

#article_content, #article_sidebar {
  display: inline-block;
}

#content #article_content {
  width: 700px;
  min-height: 1000px;
  margin-top: 20px;
  position: relative;
}

#content.registration,
#content.pending_activation,
#content.registration_complete {
  width: 700px;
}

#content #article_sidebar{
  width: 300px;
  vertical-align: top;
}

#article_sidebar section{
  margin-bottom: 1em;
}

#article .media {
  width: 700px;
  height: 394px;
}

#content .rsbtn i {
  font-size: 22px;
}

#search_results,
.channel_content {
  width: 700px;
}

#search_results img,
.channel_content img {
  display: table-cell;
  margin-right: 20px;
}

#search_results .summary,
.channel_content .summary {
  padding-bottom: 20px;
  display: table-cell;
  width: 100%;
  vertical-align: top;
  overflow: hidden;
}

#content .advanced_search {
  margin-top: 20px;
  width: 300px;
  float: left;
}

.countdown {
  display: table;
  width: 100%;
}

.countdown div {
  display: table-cell;
}

.countdown span {
  display: inline;
}

.local {
  width: 700px;
}

.local input {
  width: 300px;
}

.local input[type=tel],.registration input[type=tel] {

}

.basic_profile label {
  display: inline-block;
  width: 150px;
}

.registration input:disabled {
  border: none;
  font-size: 20px;
  padding-top: 0;
  padding-bottom: 0;
  width: 150px;
}

.registration_step1, .registration_step2 {
  font-size: 40px;
  text-align: center;
  margin: auto;
  margin-top: 20px;
}

.registration_step1 input,.registration_step2 input {
  font-size: 40px;
  text-align:center;
}

.registration_step2 #back {
  margin-left: 20px;
}

.form > .field, .field_group > .field {
  display: table-row;
}

.form > .field > *, .field_group > .field > * {
  display: table-cell;
}

/*.notices_page + #sidebar {
  display: none;
}*/

.notice.preview .body,
.notice.preview .post_text {
  white-space: pre;
}


#notice_form header {
  border-bottom: 1px solid #cfe7e9;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 1em;
  margin-bottom: 1em;
}

#notice_form header > h2 > span {
  float: left;
}
#notice_form header > h2 > span > input{
  width: auto;
}

#notice_form .form {
  border-spacing: initial;
  padding: 1em 0;
  width: 100%;
}

.notice_form select {
  line-height: normal;
}

#notice_detail > div {
  width: 100%;
  margin: 1em 0;
}

.notice_form label,
.notice_form textarea,
.notice_form input[type="text"],
.notice_form input[type="datetime-local"],
.notice_form select{
  vertical-align: middle;
}

.notice_form label{
  width: 80px;
  display: inline-block;
}

.notice_form textarea,
.notice_form input[type="text"]{
  width: 80%;
}

#table_header input{
  width: 65%;
}

.notice_form .button {
  display: inline-block;
}

.notice_form button{
  font-size: 100%;
  color: #fff;
}

.notice_form #table_header .add,
.notice_form #table_header .remove{
  padding: 0.5em;
}

.notice_form table {
  width: 100%;
  margin-bottom: 1em;
}

.notice_form table td:first-child{
  color: inherit;
}

.notice_form table td.edit,
.notice_form table td.delete {
  width: 30px;
}

.auth_feedback, .application_feedback {
  width: 700px;
}

.submitter_application {
  max-width: 700px;
}

body {
  direction: rtl;
}

#article_toolbar li:first-child {
  border-right: none;
}

#article_toolbar li {
  border-right: 1px solid #cfe7e9;
}

select {
  padding-left: 2em;
}

.select .arrow {
  left: 0.8em;
}

.pager > * {
  padding-left: 10px;
}

.pager .range > * {
  float: right;
}

.form > .field {
  padding-right: 0;
}

.field input {
  float: left;
}

.field label {
  float: right;
  margin-left: 20px;
}

#content .rsbtn {
  left: 0;
}

.slides span{
  font-size: 1.250em;
  line-height: 1.4em;
}

#notice_form .buttons.save_cancel {
  float: right;
}

#notice_form .buttons.preview_submit {
  float: left;
}

.notice_form .button {
  margin-left: 1em;
}

*{
  margin: 0;
  padding: 0;
}
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

::-moz-selection { background: #333; color: #fff; text-shadow: none; }
::selection { background: #333; color: #fff; text-shadow: none; }

a:focus { outline: 0; }
a:hover, a:active { outline: 0; }
a { text-decoration: none; }
a, a:visited, a:hover, a:active {
  color: inherit;
}

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { /*font-size: 100%;*/ margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }
