html,
body {
    height: 100%;
    font-size: 14px;
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
    background-color: #fff;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
    /*position: relative;*/
}

.wrap > .container {
    padding: 70px 15px 20px;
    background-color: #fff;
    margin: 80px auto;
    padding-top: 20px;
    border-radius: 7px;
}

.navbar-default {
    background-color: #0A5858;
    color: #e1cc33;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #033939;
}

.dropdown-menu {
    background-color: #033939;;
}

.dropdown-menu > li > a:hover  {
    background-color: #0A5858;
}


.navbar-default a {
    color: #e1cc33 !important;
    font-size: 20px;
    font-weight: bolder;
}

.footer {
    height: 80px;
    background-color: #ececec;
    border: none;
    padding-top: 10px;
}

form div.required label.control-label:after {
    content:" * ";
    color:red;
}

.not-set {
    color: #c55;
    font-style: italic;
}

div.title{
    width: 20%;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    margin: 0 auto;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}
.gsb-title{
    text-align: center;
    color: #474747;
}

#floating-panel {
  position: absolute;
  top: 40px;
  left: 23px;
  z-index: 5;
  background-color: #fff;
  padding: 5px;
  border: 1px solid #999;
  text-align: center;
  font-family: 'Roboto','sans-serif';
  line-height: 30px;
  padding-left: 10px;
}

.glyphicon-ok.green{
    color: #10cb10;
}

.glyphicon-minus.red{
    color: red;
}

.form-group {
   margin: 10px 0;
}
 a {
	color: #333;
 }

.gsb-carousel{
	text-align: center;
	width: 100%;
	
}

.img-carousel{
	width: 100%;
	text-align: center;
	margin:0 auto;
}
.carousel-control.right, .carousel-control.left {
	//background-image:none;
         opacity: 0;
       
}

.image-index{
	width: 100%;
	height: auto;
}

img.image-link {
    filter: alpha (Opacity=30);
    opacity: 0.3;
	height: 60px;
}
img.image-link:hover {
    filter: alpha (Opacity=100);
    opacity: 1;
}

.checkbox:not(checked) {
    opacity: 0;
    position: absolute;
}
.checkbox {
    height: 17px;
    margin: 0 3px 0 0;
    vertical-align: top;
    width: 17px;
}

.checkbox:checked + label::before {
    background: #4787be none repeat scroll 0 0;
}
.checkbox:not(checked) + label::before {
    background: #eaf1f7 none repeat scroll 0 0;
    border-radius: 13px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2) inset;
    content: "";
    height: 24px;
    left: 0;
    position: absolute;
    top: -4px;
    width: 50px;
}
.checkbox:checked + label::after {
    left: 26px;
}
.checkbox:not(checked) + label::after {
    background: #fff none repeat scroll 0 0;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    content: "";
    height: 20px;
    left: 2px;
    position: absolute;
    top: -2px;
    transition: all 0.2s ease 0s;
    width: 22px;
}
.checkbox:not(checked) + label {
    padding: 0 0 0 60px;
    position: relative;
}
.checkbox + label {
    cursor: pointer;
}

.image-footer{
	height: 70px;
	width: auto;
}

img.brand {
    height: 50px;
    width: auto;
}

.flag-icon-background {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
}
.flag-icon {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    width: 1.33333333em;
    line-height: 1em;
}
.flag-icon:before {
    content: "\00a0";
}
.flag-icon.flag-icon-squared {
    width: 1em;
}

.flag-icon-by {
    background-image: url(../images/flags/4x3/by.svg);
}
.flag-icon-by.flag-icon-squared {
    background-image: url(../images/flags/1x1/by.svg);
}

.flag-icon-ru {
    background-image: url(../images/flags/4x3/ru.svg);
}
.flag-icon-ru.flag-icon-squared {
    background-image: url(../images/flags/1x1/ru.svg);
}

.flag-icon-us {
    background-image: url(../images/flags/4x3/us.svg);
}
.flag-icon-us.flag-icon-squared {
    background-image: url(../images/flags/1x1/us.svg);
}
.gsb-index {
    margin-top: 20px;
}

#gsb-actions {
    width: 20%;
    margin: 20px 0;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #fff;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
   border-left: none;
   border-right: none;
}

.table-bordered {
   border-left: none;
   border-right: none;
   background-color: #fff;
}


