﻿
.glyphicon {font-size: 150%;}


.modal-open {
  overflow: hidden;
}

body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 15px;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: auto;
  overflow-y: scroll;
}

.modal.fade .modal-dialog {

  -webkit-transform: translate(2%, 0);
/*-webkit-transform: translateX( 100% ) rotateY(-180deg);*/
	-webkit-transform-origin: 50% 100px 0;
	-webkit-transform-style: preserve-3d;
      -ms-transform: translate(0, -25%);
          transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.1s ease-out; /*-webkit-transform 0.4s ease-out;*/
     -moz-transition: -moz-transform 0.3s ease-out;
       -o-transition: -o-transform 0.3s ease-out;
          transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);

}
/*
-webkit-transition: all 2s ease-in-out;
#fade-out{
-webkit-transform: translate(-200%, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
-webkit-transition: all 2s ease-out;
}
*/
.modal-dialog {
  z-index: 1050;
  width: auto;
  padding: 10px;
  margin-right: auto;
  margin-left: auto;
}/*
*/

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 10px solid #999999;
  border: 5px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  outline: none;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
}


.modal-title {
  margin: 5;
  line-height: 1.428571429;
  margin-left: 16px;
}

.modal-header {
  min-height: 16.428571429px;
  padding: 30px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 10px;
}

.modal-footer {
  padding: 19px 20px 20px;
  margin-top: 15px;
  margin-right: 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}


@media screen and (min-width: 768px) {
  .modal-dialog {
    right: auto;
    left: 50%;
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
/*

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.4;
  filter: alpha(opacity=50);
}
*/

.btn {
  display: inline-block;
  padding: 8px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
}






/*


.cubecontainer {
  width: 200px;
  height: 200px;
  position: relative;
  perspective: 1000px;
}

#cube {
  width: 100%;
  height: 100%;
  position: absolute;
  transform-style: preserve-3d;
}

#cube figure {
  width: 196px;
  height: 196px;
  display: block;
  position: absolute;
  border: 2px solid black;
}



#cube .front  { transform: rotateY(   0deg ) translateZ( 100px ); }
#cube .back   { transform: rotateX( 180deg ) translateZ( 100px ); }
#cube .right  { transform: rotateY(  90deg ) translateZ( 100px ); }
#cube .left   { transform: rotateY( -90deg ) translateZ( 100px ); }
#cube .top    { transform: rotateX(  90deg ) translateZ( 100px ); }
#cube .bottom { transform: rotateX( -90deg ) translateZ( 100px ); }

#cube { transform: translateZ( -100px ); }

#cube.show-front  { transform: translateZ( -100px ) rotateY(    0deg ); }
#cube.show-back   { transform: translateZ( -100px ) rotateX( -180deg ); }
#cube.show-right  { transform: translateZ( -100px ) rotateY(  -90deg ); }
#cube.show-left   { transform: translateZ( -100px ) rotateY(   90deg ); }
#cube.show-top    { transform: translateZ( -100px ) rotateX(  -90deg ); }
#cube.show-bottom { transform: translateZ( -100px ) rotateX(   90deg ); }

#cube { transition: transform 1s; }

*/




.hidden{
 display:none;
}

table#main > thead > tr > th {
	font-family: AR JULIAN,Geneva, sans-serif;
font-size: 2rem; padding: 0rem; text-align: center; background-repeat: no-repeat; background-size: cover; word-spacing: 1rem; margin-top: 0;
	background: linear-gradient(rgba(0,0,0,0.1),rgba(0,0,0,0.35));
}


table#main > tbody > tr > td:first-child {
	background: linear-gradient(rgba(0,0,0,0.87),rgba(0,0,0,0.7));
    font-family: AR BONNIE, Geneva, sans-serif;
    font-weight: lighter; color: #fff;
font-size: 3rem; padding: 0rem; text-align: center; background-repeat: no-repeat; background-size: cover; word-spacing: 1rem; margin-top: 0;
min-width:40px;
}

table#main > tbody > tr > td:nth-child(2) {
	  border: 1px solid black;
	min-width:95px;
	font-size:1.2rem;
}



#buttonpostlabels {
	background: linear-gradient(rgba(0,200,0,0.3),rgba(0,0,100,0.4));
}


.glyphicon.glyphicon-star-empty {
    font-size: 2.4em;
}


.btn-default {
  color: white;
  background-color: white;
  border-color: #474949;
  background-image: linear-gradient(#6d7070,white 40%,#3d3f3f);
}
