﻿@import "../../commontools/css/bootstrap.min.css";
@import "core.css";
@import "advertisment.css";
@import "conference.css";
@import "gallery.css";
@import "links.css";
@import "news.css";
@import "pages.css";
@import "poll.css";
@import "tabs.css";
@import "this.css";

.Core_SearchText {
    background: url("images/searchicon20.png") no-repeat scroll left center #ffffff;
    border-radius: 5px;
    height: 25px;
    width: 100%;
}
.Core_BTNSearch {
    display: none;
}

#CommonToolsPageCounter {
	background-color: #005680;
    border-bottom: 3px solid #ffa500;
    margin-bottom: 5px;
    padding: 2px 10px;
	color:#fff;
}
  #PagerNumber {
    color:white;
    border-radius:5px;
    background-color:#e1e1e1;
	padding:4px;
	padding-left:8px;
	padding-right:5px;
	border:1px solid #515151;
	margin:5px;
}
#PagerNumber-Active{
    color:#e1e1e1;
    border-radius:5px;
    background-color:#ffffff;
	padding:4px;
	padding-left:5px;
	padding-right:5px;
	border:1px solid #e1e1e1;
	margin:5px;
}
#LanguageSelectorBox{
/*     background-image: url("images/top3.jpg");
  //  border-bottom: 3px solid #ffa500;
    border-radius: 5px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 0;
    margin-top: 5px;
    padding: 5px 10px;
    text-decoration: none; */
//	    background-color: #005680;
 //   border-bottom: 3px solid #ffa500;
    margin-bottom: 5px;
    padding: 2px 10px;
}
#LanguageSelector {
}
#LanguageSelector .active {
  //  background-color: white;
}
#LanguageSelector td {
    padding: 5px;
}
#SimpleSearchBox {
}
#ActionDown{
	background-color:#005680;
	border-radius:5px;
	padding:5px;
	margin-top:10px;
	margin-bottom:10px;
	color:#fff;
}
.LoginHeader{
    background-color: #005680;
    border-bottom: 3px solid #ffa500;
    color: #fff;
    font-family: times new roman;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 0;
    margin-top: 5px;
    padding: 5px 10px;
    text-decoration: none;
	display:block;
}
.TicketTitleTxt{
    width:90%;
    height:34px;
}

.TicketCommentTxt {
    width:90%;
    height:200px;
}
.BtnAddGreen {
    background-color: #005680;
    border-color: #4cae4c;
    color: #fff;
    box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.4) inset;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

#CommonTools_UsersMenu a{color:#fff;}
#CommonTools_UsersMenu a:hover{color:#8baddc;}
/* timer */
 
 .counter-group {
  margin: 0px auto 10px ;
  display: inline-block;
}
.counter-group:before,
.counter-group:after {
  content: " ";
  display: table;
}
.counter-group:after {
  clear: both;
}
.counter-block {
  float: left;
  margin-right: 20px;
}
.counter-block .counter {
  position: relative;
  width: 100px;
  height: 84px;
  overflow: hidden;
  font-family: Iceberg, sans-serif;
}
.counter-block .counter .number {
  padding: 1%;
  width: 46%;
/*   height: 98%;
  line-height: 150px; */
  background-color:#e38900;
  color: #fefefe;
  position: absolute;
  font-size: 70px;
  top: -10000px;
}
.counter-block .counter .number.tens {
  left: 0;
}
.counter-block .counter .number.units {
  left: 50%;
}
.counter-block .counter .number.hundreds {
  display: none;
}
.counter-block .counter .number.show {
  top: 0;
  z-index: 2;
}
.counter-block .counter .number.hidden-down {
  top: 100%;
}
.counter-block .counter .number.hidden-up {
  top: -100%;
  z-index: 100;
}
.counter-block .counter.with-hundreds {
  width: 140px;
}
.counter-block .counter.with-hundreds .number {
  width: 30.66%;
}
.counter-block .counter.with-hundreds .number.tens {
  left: 33.33%;
  background-color:#005680;
}
.counter-block .counter.with-hundreds .number.units {
  left: 66.66%;
  background-color:#005680;
}
.counter-block .counter.with-hundreds .number.hundreds {
  display: block;
  left: 0;
  background-color:#005680;
}
.counter-block .counter-caption {
  font-size: 150%;
}
@media (max-width: 992px) {
  .counter-group {
    margin: 10px auto;
  }
  .counter-block {
    margin-right: 10px;
  }
  .counter-block .counter {
    width: 120px;
    height: 90px;
    overflow: hidden;
    font-weight: 700;
  }
  .counter-block .counter .number {
    font-size: 108px;
    line-height: 90px;
  }
  .counter-block .counter.with-hundreds {
    width: 180px;
  }
  .counter-block .counter-caption {
    font-size: 100%;
  }
}
@media (max-width: 768px) {
  .counter-group {
    margin: 0 auto;
  }
  .counter-block {
    margin-right: 8px;
  }
  .counter-block .counter {
    width: 96px;
    height: 80px;
  }
  .counter-block .counter .number {
    font-size: 86px;
    line-height: 72px;
  }
  .counter-block .counter.with-hundreds {
    width: 144px;
  }
  .counter-block .counter-caption {
    font-size: 85%;
  }
}
@media (max-width: 480px) {
  .counter-block .counter {
    width: 70px;
    height: 50px;
  }
  .counter-block .counter .number {
    font-size: 55px;
    line-height: 50px;
  }
  .counter-block .counter.with-hundreds {
    width: 91px;
  }
  .counter-block .counter-caption {
    font-size: 70%;
  }
}
