body.geoip-index-landing{min-width: 768px;}
body.geoip-index-landing .logo{width:100%; max-width:100%; float:none;  text-align:center;}
body.geoip-index-landing .logo img{display: inline; }
body.geoip-index-landing .main-container { width: 100%; text-align:center; }



.popup-window #browser_window_close { float:right; display: block; height:15px; width: 15px; margin:20px 20px 0 0; cursor:pointer; }
.popup-window #browser_window_close:before { content: 'X'; }
.popup-window .content-header { font-family:Arial, Helvetica, sans-serif; padding-top:9px; }
.popup-window .content-header h3 { color:#eb5e00; padding:0; }
.popup-window { height:auto !important; position: absolute; text-align:center; background: #fff; }
.popup-window .grid { position:static; }
.popup-window .table_window td.value2 .grid td,
.popup-window .table_window td.value2 .grid th { padding:2px 4px !important; }
.popup-window .table_window td.value2 .grid tr.headings th { padding:1px 4px 2px !important; }
.popup-window .top {width: 100%;}
.popup-window .table_window .buttons-set {text-align: center;}
.popup-window .table_window .buttons-set button{ width:100%; }
.popup-window .table_window .buttons-set button.btn-stay{display:none;}

.widget-row {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
}

.widget-row.widget-row-1-item.w100 .widget-item {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
}

.widget-row.widget-row-1-item.w50 .widget-item {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    margin-left: 25%;
}

.widget-row.widget-row-2-item.w50-50 .widget-item {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
}

.widget-row.widget-row-2-item.w33-66 .widget-item:nth-of-type(odd) {
    position: relative;
    float: left;
    width: 33.33333333%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
}

.widget-row.widget-row-2-item.w33-66 .widget-item:nth-of-type(even) {
    position: relative;
    float: left;
    width: 66.66666667%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
}

.widget-row.widget-row-2-item.w66-33 .widget-item:nth-of-type(odd) {
    position: relative;
    float: left;
    width: 66.66666667%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
}

.widget-row.widget-row-2-item.w66-33 .widget-item:nth-of-type(even) {
    position: relative;
    float: left;
    width: 33.33333333%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
}

.widget-row.widget-row-3-item.w33-33-33 .widget-item {
    position: relative;
    float: left;
    width: 33.33333333%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
}

.widget-row.widget-row-3-item.w33-66 .widget-item:nth-of-type(3n+1) {
    position: relative;
    float: left;
    width: 33.33333333%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
}

.widget-row.widget-row-3-item.w33-66 .widget-item:nth-of-type(3n+2) {
    position: relative;
    float: left;
    width: 66.66666667%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    float: right;
}

.widget-row.widget-row-3-item.w33-66 .widget-item:nth-of-type(3n+3) {
    position: relative;
    float: left;
    width: 33.33333333%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
}

.widget-row.widget-row-3-item.w66-33 .widget-item:nth-of-type(3n+1) {
    position: relative;
    float: left;
    width: 66.66666667%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
}

.widget-row.widget-row-3-item.w66-33 .widget-item:nth-of-type(3n+2) {
    position: relative;
    float: left;
    width: 33.33333333%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
}

.widget-row.widget-row-3-item.w66-33 .widget-item:nth-of-type(3n+3) {
    position: relative;
    float: left;
    width: 33.33333333%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
}

.widget-row .item-simple {
    display: inline-block;
    width: 100%;
    position: relative;
}

.widget-row .item-simple .image img {
    width: 100%;
}

@media (max-width: 768px) {
    .widget-row .item-simple .image img.img-desktop {
        display: none !important;
    }
}

.widget-row .item-simple .image img.img-mobile {
    display: none !important;
}

@media (max-width: 768px) {
    .widget-row .item-simple .image img.img-mobile {
        display: block !important;
    }
}

.widget-row .item-simple .info {
    position: absolute;
    text-align: center;
}

.widget-row .item-simple .info.top {
    top: 0;
    padding-top: 20px;
}

.widget-row .item-simple .info.left {
    left: 0;
    padding-left: 20px;
}

.widget-row .item-simple .info.right {
    right: 0;
    padding-right: 20px;
}

.widget-row .item-simple .info.bottom {
    bottom: 0;
    padding-bottom: 20px;
}

.widget-row .item-simple .info.center {
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 50%;
    padding-left: 0px;
    padding-right: 0px;
}

.widget-row .item-simple .info.flex-v-center {
    top: 0;
    padding-top: 0px;
    padding-bottom: 0px;
}

.widget-row .item-simple .info {
    z-index: 1;
}


.calendar {
  position: relative;
  display: none;
  border-top: 2px solid #fff;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  border-left: 2px solid #fff;
  font-size: 11px;
  color: #000;
  cursor: default;
  background: #d4d0c8;
  font-family: tahoma,verdana,sans-serif;
}

.calendar table {
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
  font-size: 11px;
  color: #000;
  cursor: default;
  background: #d4d0c8;
  font-family: tahoma,verdana,sans-serif;
}



.calendar .button { 
  text-align: center;
  padding: 1px;
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
}

.calendar .nav {
  background: transparent url(../image/menuarrow.gif) no-repeat 100% 100%;
}

.calendar thead .title { 
  font-weight: bold;
  padding: 1px;
  border: 1px solid #000;
  background: #848078;
  color: #fff;
  text-align: center;
}

.calendar thead .headrow { 
}

.calendar thead .daynames { 
}

.calendar thead .name { 
  border-bottom: 1px solid #000;
  padding: 2px;
  text-align: center;
  background: #f4f0e8;
}

.calendar thead .weekend { 
  color: #f00;
}

.calendar thead .hilite { 
  border-top: 2px solid #fff;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  border-left: 2px solid #fff;
  padding: 0px;
  background-color: #e4e0d8;
}

.calendar thead .active { 
  padding: 2px 0px 0px 2px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
  background-color: #c4c0b8;
}



.calendar tbody .day { 
  width: 2em;
  text-align: right;
  padding: 2px 4px 2px 2px;
}
.calendar tbody .day.othermonth {
  font-size: 80%;
  color: #aaa;
}
.calendar tbody .day.othermonth.oweekend {
  color: #faa;
}

.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid #000;
  background: #f4f0e8;
}

.calendar tbody .rowhilite td {
  background: #e4e0d8;
}

.calendar tbody .rowhilite td.wn {
  background: #d4d0c8;
}

.calendar tbody td.hilite { 
  padding: 1px 3px 1px 1px;
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
}

.calendar tbody td.active { 
  padding: 2px 2px 0px 2px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
}

.calendar tbody td.selected { 
  font-weight: bold;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
  padding: 2px 2px 0px 2px;
  background: #e4e0d8;
}

.calendar tbody td.weekend { 
  color: #f00;
}

.calendar tbody td.today { 
  font-weight: bold;
  color: #00f;
}

.calendar tbody .disabled { color: #999; }

.calendar tbody .emptycell { 
  visibility: hidden;
}

.calendar tbody .emptyrow { 
  display: none;
}



.calendar tfoot .footrow { 
}

.calendar tfoot .ttip { 
  background: #f4f0e8;
  padding: 1px;
  border: 1px solid #000;
  background: #848078;
  color: #fff;
  text-align: center;
}

.calendar tfoot .hilite { 
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
  padding: 1px;
  background: #e4e0d8;
}

.calendar tfoot .active { 
  padding: 2px 0px 0px 2px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
}



.calendar .combo {
  position: absolute;
  display: none;
  width: 4em;
  top: 0px;
  left: 0px;
  cursor: default;
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
  background: #e4e0d8;
  font-size: 90%;
  padding: 1px;
  z-index: 100;
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}

.calendar .combo .label-IEfix {
  width: 4em;
}

.calendar .combo .active {
  background: #c4c0b8;
  padding: 0px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
}

.calendar .combo .hilite {
  background: #048;
  color: #fea;
}

.calendar td.time {
  border-top: 1px solid #000;
  padding: 1px 0px;
  text-align: center;
  background-color: #f4f0e8;
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
  padding: 0px 3px 0px 4px;
  border: 1px solid #889;
  font-weight: bold;
  background-color: #fff;
}

.calendar td.time .ampm {
  text-align: center;
}

.calendar td.time .colon {
  padding: 0px 2px 0px 3px;
  font-weight: bold;
}

.calendar td.time span.hilite {
  border-color: #000;
  background-color: #766;
  color: #fff;
}

.calendar td.time span.active {
  border-color: #f00;
  background-color: #000;
  color: #0f0;
}



.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 100%;
	background: red;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #dde;
	position: relative;
}

.jspDrag
{
	background: #bbd;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}


* html .jspCorner
{
	margin: 0 -3px 0 0;
}


.selectric-wrapper {
    position: relative;
    cursor: pointer;
}

.selectric-responsive {
    width: 100%;
}

select.selectric {
    color: inherit;
    border: none;
}


.selectric {
    color: #222;
    border: 1px solid #000;
    
    position: relative;
}

.selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 26px 0 10px;
    font-size: 12px;
    line-height: 26px;
    
    height: 26px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 26px;
    height: 26px;
    color: #000;
    text-align: center;
    font: 0/0 a;
    *font: 20px / 26px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

.selectric .button:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #000;
    border-bottom: none;
}

.selectric-hover .selectric {
    
}

.selectric-hover .selectric .button {
    color: #222;
}

.selectric-hover .selectric .button:after {
    border-top-color: #222;
}

.selectric-open {
    z-index: 9;
}

.selectric-open .selectric {
    
}

.selectric-open .selectric-items {
    display: block;
}

.selectric-disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.selectric-hide-select {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0;
}

.selectric-hide-select select {
    position: absolute;
    left: -100%;
    display: none;
}

.selectric-input {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 1px !important;
    height: 1px !important;
    outline: none !important;
    border: none !important;
    *font: 0/0 a !important;
    background: none !important;
}

.selectric-temp-show {
    position: absolute !important;
    visibility: hidden !important;
    display: block !important;
}


.selectric-items {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #ffffff;
    border: 1px solid #000;
    z-index: -1;
    padding: 0 0 5px;
    
}

.selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto;
}

.selectric-above .selectric-items {
    top: auto;
    bottom: 100%;
}

.selectric-items ul, .selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    min-height: 20px;
}

.selectric-items li {
    display: block;
    padding: 5px 10px 0;
    
    cursor: pointer;
}

.selectric-items li.selected {
    
    
    text-decoration: underline;
}

.selectric-items li:hover {
    
    
    text-decoration: underline;
}

.selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default !important;
    background: none !important;
    color: #666 !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
    font-weight: bold;
    padding-left: 10px;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: none;
    color: #444;
}

.selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1;
}

.selectric-items .selectric-group li {
    padding-left: 25px;
}