
@import url(http://fonts.googleapis.com/css?family=Open+Sans);

body{
	font-family: 'Open Sans', sans-serif;
	font: 100; 
	text-shadow: none;
	##color: black;
 }

 .productimage{

	 max-height: 100px;
	 height: 60px;
	 width: auto;
	 display: block;
	 margin-left: auto;
	 margin-right: auto;
	 margin-top: 50px;
	 
 }
 .prod-wrapper{
	padding: 10px;
	border: 1px solid #efefef;
	border-radius: 3px;
	margin-top: 10px;
	height: 130px;
 
 }
 
 .coursedescription{
	height: 60px;
	overflow-y: scroll; 
 }
 
 .summary{
	 color: blue;
	 text-align: justify;
 }
 
         .button-xsmall {
            font-size: 70%;
        }

        .button-small {
            font-size: 85%;
        }

        .button-large {
            font-size: 110%;
        }

        .button-xlarge {
            font-size: 125%;
        }
 .blue{
  
 }       
        
  .slick-active{
 height: 200px !important;
 }
  img.slick-active{
 max-height: 200px !important;
 }
 
.overlay {
    background-color: black;
    background: black;
    bottom: 0;
    display: none;
    left: 0;
    opacity: 0.90;
    filter: alpha(opacity = 90); /* IE7 & 8 */
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99;
    max-height: 85%;
    overflow-y: scroll;
    border: 2px dotted rgba(255,0,0,0.17)
}


.courselogo{
 padding-bottom: 30px;	 
 padding-top: 20px;		
}

img.courselogo  {
  max-width: 130px;
  height: auto;
}


.container {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  background: transparent;
  height: 35%;
  display: table-cell;
  width: 100%;
  height: 200px; 
  padding-top: 30px;
}

.centered-stuffQ{
	position: relative;
	height: 100%;
	width: 100%;
}
.quote{
	#display: table-cell;
	position: absolute;
	margin-top: auto;
	margin-bottom: auto;
	height: 70px;
	background: blue;
	top: 0; 
	right: 0; 
	bottom: 0;  
	float: right;
    
}
 
.centered-stuff {
  position: relative;
  top: 0%;
  transform: translateY(30%); 
  text-align: left;
  height:100%;
  width: 100%;
  background: transparent;
  
  }
  
  @mixin vertical-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.centered-stuff {
  @include vertical-align;
}
.yellow{
	background: yellow;
}

.blue{
	background: blue;
}

.picture{
	max-width: 150px;
	max-height: 150px;
}   

.daabzbin:not(.summary){
margin-top: 20px;
 line-height:  25px;
 display:table-cell;
 text-align: center;
 background: #e6e6e6; 
 color: #bc0000;	
 vertical-align: middle;
 border: 1pt solid #ffffff;
 cursor: pointer;
 margin-bottom: 3px;
}
.daabzbin:hover{ 
 background:yellow;
 color: blue;
 border: 1px solid blue;	 
}



#messanger-content-outter{
	max-height: 70%;
	width: 100%;
	overflow-y: scroll;
	background: gray;
	background-color: black;
    border: 1px solid black;
    opacity: 0.9;
    filter: alpha(opacity=90); /* For IE8 and earlier */
    z-index: 1000;
    position: fixed;
    top: 0;
    padding-top: 50px;
    padding-bottom: 20px;
    color: white;
    font-weight: 900;	
}
.closeMSG{
	font-size: xx-large;
	color: red;
	padding: 10px;
position: relative;
right: 10px;
bottom: 10px;
float: right;
margin-right: 10px;
margin-bottom: 10px;
cursor: pointer;
margin-bottom: -10px;	
}



.listmainbody{
	height: 140px;
		line-height:  15px;
			font-size: small;
	overflow-y: scroll;
	text-align: justify;
	padding: 5px;
	color: #101010;
}


.listbin{
	height: 185px;
	background: none;
	border-bottom: 1px solid #afafaf;
	line-height:  15px;
	font-size: small;
}
.listbin:hover{ 
 background:rgba(249,255,156,0.3);
 color: black;	 
}


.listbinflex{
	max-height: 185px;
	min-height: 85px;
	background: none;
	border-bottom: 1px solid #afafaf;
	line-height:  15px;
	font-size: small;
}
.listbinflex:hover{ 
 background:rgba(249,255,156,0.3);
 color: black;	 
}


.pvchat {
  padding: 1px 4px;
  font-size: 10px;
  line-height: 1.5;
  border-radius: 2px;
  background: #ffc;  
  margin: 5px;
  margin-bottom: 9px; 
  margin-top: -3px; 
  border: 1px solid #a0a0a0;
  	  -moz-box-shadow:1px 2px 2px rgba(33,33,33,1);
  /* Safari+Chrome */
  -webkit-box-shadow: 1px 2px 2px rgba(33,33,33,.7);
  /* Opera */
  box-shadow: 1px 2px 2px rgba(33,33,33,.7);
  color: blue;
  position: relative;
  float: right;
  top: 10px;
}
.pvchat:hover {
  color: white;
  
  
}

.spacer{
	width: 10%;
}

.summary{
	font-size: x-small;
	text-align: left !important;
	margin-bottom: 4px;
  }
 .summarybot{
	 margin-left: -5px;
 }

.listleft{
	text-align: left !important;
} 
.typeselected{
 background:white !important;
 color: blue !important; 
 border: 1px solid blue  !important;		
}


.blueborder{ 
 border: 1px solid blue  !important;		
}


.listbuttons{
display: table-cell;	
}
.buttonsrow{ 
}

.buttonsrowFLEX{
	margin-bottom: 0px;
}

.ceterstuff{
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
}
.floatright{
	float: right;
}
.floatleft{
	float: left;
}

.subtle{
	color: #b8b8b8;
}
.little{
	font-size: x-small;
}
.listmainbodyflex{
		line-height:  15px;
			font-size: small;
	overflow-y: scroll;
	text-align: justify;
	padding: 5px;
	color: #101010;
}

.productimageFLEX{
	 height: 40px;
	 width: auto;
	 display: block;
	 margin-left: 48%;
	 margin-right: auto;
	 margin-top: 27px;
	 
 }
 
 .largefont{
	 font-size: xx-large;
	 color: blue;
	 cursor: pointer;
 }
 
  .largefont:hover{
	 color: red;
 }
 
 .single-item.container{
   background-color:rgba(255,0,0,0.25);
   background: rgba(137,137,137,0.07);
 }
 
body{
background: rgba(137,137,137,0.01);
}



   @media (max-height: 320px) { 

		.overlay {
		    max-height: 90%; 
		}

 		
 	}	


   @media (min-height: 720px) { 

		.overlay {
		    max-height: 55%; 
		}

 		
 	}	
 	

 .tooltip {
	display:none;
	position:absolute;
	border:1px solid blue;
	background-color: #e6e6e6;
	border-radius:3px;
	padding:10px;
	color:blue;
	font-size:12px Arial;
	width: auto;
}

.large{
	font-size: large;
}