html,
body {
    height: 100%;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
//  background-color: #1e7105;
}
.nav-stacked > li + li {
margin-top: 0;
margin-left: 0;
}

.activeimg{
   position:absolute;
   left:100%;
   margin-left:-3px;
   margin-top:-10px;
}
.activeimgfirst{
   position:absolute;
   left:100%;
   margin-left:-3px;
   margin-top:-10px;
}
.tableactive {
	background-color: #efeff4;
	background-image: url('../img/border.png');
	width:231px;
}
.radio_item{
display: none !important;
}

.label_item {
opacity: 1;
}

.radio_item:checked + label {
opacity: 1;
}

.circular--square {
  border-radius: 50%;
}

.circular--landscape {
  display: inline-block;
  position: relative;
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 50%;
}

.circular--landscape img {
  width: auto;
  height: 100%;
  margin-left: -50px;
}

.circular--portrait {
  position: relative;
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50%;
}

.circular--portrait-big {
  position: relative;
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
}

.circular--portrait-big2 {
  position: relative;
  width: 150px;
  height: 150px;
  overflow: hidden;
  border-radius: 50%;
}

.circular--portrait img {
  width: 100%;
  height: auto;
}

.circular--portrait-big img {
  width: 100%;
  height: auto;
}

.event--image {
  position: relative;
  width: 200px;
  height: 150px;
  overflow: hidden;
}

.mfp-no-margins img.mfp-img {
	padding: 0;
}
/* position of shadow behind the image */
.mfp-no-margins .mfp-figure:after {
	top: 0;
	bottom: 0;
}
/* padding for main container */
.mfp-no-margins .mfp-container {
	padding: 0;
}

.avatar {
    vertical-align: middle;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.avatarbar {
    vertical-align: middle;
    width: 60px;
    height: 57px;
    border-radius: 10%;
}
.bigavatar {
    vertical-align: middle;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    text-align: center;	
    padding: 70px 15px 20px;
}

.wrap2 {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap2 > .container2 {
    padding: 50px 0px 0px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* 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;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.div-table {
  display: table;         
  width: auto;         
  background-color: #eee;         
  border: 1px solid #666666;         
  border-spacing: 5px; /* cellspacing:poor IE support for  this */
}
.div-table-row {
  display: table-row;
  width: 100%;
  height: 80px;
  background-color: #eee;         
  clear: both;
}
.div-table-col {
  float: left; /* fix for  buggy browsers */
  display: table-column;         
  width: 200px;
  height: 80px;         
/*  background-color: #ccc;  */
}

input
{
    text-indent: 12px;
    border-radius:5px;
    border: 1px solid #ccc;
    color: #000000;
    outline-width: 0;
    width: 100%;
    height: 45px;
    border-width: 1px;
}

.btn
{
    font-size: 16px;
    color: #FFFFFF;
    background: #6666ff;
    border: 0px solid white;
    border-radius: 5px;
    width:150px;
    height:45px;
}

.btn_red
{
    font-size: 16px;
    color: #FFFFFF;
    background: #ff666b;
    border: 0px solid white;
    border-radius: 5px;
    width:100px;
    height:45px;
}

.btn_dyn_width
{
    font-size: 16px;
    color: #FFFFFF;
    background: #6666ff;
    border: 0px solid white;
    border-radius: 5px;
    height:35px;
    padding-left: 20px;
    padding-right: 20px;
}

.line
{
    padding: 0px 0px 0 0px;
    background-color: #000;
    opacity: 0.5; width: 96%;height: 1px;
}

.edit
{
    outline-width: 0;
    border-radius: 5px;
}

.btn_for_row
{
    font-size: 14px;
    color: #FFFFFF;
    background: #6666ff;
    border: 0px solid white;
    border-radius: 5px;
    height:30px;
    padding-left: 15px;
    padding-right: 15px;
}

.btn_for_row_red
{
    font-size: 14px;
    color: #FFFFFF;
    background: #ff666b;
    border: 0px solid white;
    border-radius: 5px;
    height:30px;
    padding-left: 15px;
    padding-right: 15px;
}

.row_text
{
    font-size: 18px; height: 40px;vertical-align: middle;display: table-cell;
}

.row_text_subject
{
    font-size: 15px;
    padding: 5px 0px 0px 0px;
}

.div_row_top
{
    padding:5pt 50px 0 0;
}

.table_row
{
    width:100%; border-radius:10px; border: 1px solid #ccc; background-color:#F6F6F6;
}

.table_td_row
{
    width:100%;padding-left: 20px;padding-top:5px;padding-bottom:5px
}

.table_td_button_row
{
    text-align: right;padding-right: 10px;vertical-align:center;
}

/*
.divbg {
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;

    @media (max-width: @iphone-screen) {
        background-attachment: scroll;
    }
}
*/
