/*@import url('/css/calendar.css?random=@Environment.TickCount"');
@import url('/css/registration.css?random=@Environment.TickCount"');*/
@import url(https://fonts.googleapis.com/css?family=Ultra);


.imageYoutube {
	height: 230px;
	/*background-color: #154892;*/
	overflow-y: hidden;
}

.adminVideo {
	height: 425px;
	display: inline-block;
}

.adminHeading {
	height:  60px;
}


.linkTitleAdmin {
	font-size: 24px;
}

.linkTitleImageAdmin {
	font-size: 24px;
	margin-top: -40px;
	padding: 3px;
	border-radius: 5px;
	text-shadow: 1px 1px 27px black;
	width: 100%;
	color: white;
}

#pickGroupBTN{
	margin-right: -13px;
	margin-left: 4px;
}

.adminVideo {
	width: 400px;
	font-size: 14px;
	margin-left: 20px;
	margin-bottom: 20px;
	display: inline-block;
}

.adminImage {
	width: 400px;
	font-size: 14px;
	margin-left: 20px;
	margin-bottom: 20px;
}



#addVideoModal .modal-dialog, #editVideoModal .modal-dialog {
	width:900px;
}

#phoneSimulatorModal .modal-dialog {
	width: 600px;
}

#addVideo_imagePreview,#editVideo_imagePreview {
	border-radius: 5px;
	margin-top: 5px;
}


.videoDescriptionDemo{
	font-size: 14px;
	/*
	max-height: 150px;
	overflow-y: scroll;
	*/
}


.videoDescriptionAdmin{
	font-size: 14px;
	height: 70px;
	overflow-y: scroll;
	min-height: 70px;
}

.videoAdminButtons {
	vertical-align: bottom;
}


.keyLinkText{
	font-size: 16px;
	margin-right: 20px;
}


.alphaObject {
   -khtml-opacity:.25; 
   -moz-opacity:.25; 
   -ms-filter:”alpha(opacity=25)”;
  filter:alpha(opacity=25);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.25);
  opacity:.25; 
}


.showObject {
	display:inline-block;
}


.code {
	font-family: sans-serif;
	/*font-family: 'Ultra', cursive;*/
	font-weight: bold;
	font-size: 26px;
	height: 50px;
	text-align: center;
	direction: ltr;
}

.seconds {
	/*width: 100px;*/
}



.logoText {
	margin-left: 10px;
	font-weight: bold;
	font-size: 16px;
	color: #05052d;
	color: white;
	/*
	  text-shadow: 0 1px 0 #ccc,
               0 2px 0 #c9c9c9,
               0 3px 0 #bbb,
               0 4px 0 #b9b9b9,
               0 5px 0 #aaa,
               0 6px 1px rgba(0,0,0,.1),
               0 0 5px rgba(0,0,0,.1),
               0 1px 3px rgba(0,0,0,.3),
               0 3px 5px rgba(0,0,0,.2),
               0 5px 5px rgba(0,0,0,.25),
               0 10px 5px rgba(0,0,0,.2),
               0 20px 10px rgba(0,0,0,.15);
               */
}




select {
	background: #f8f8f8;
    color:#888;
    font-size: 10px;
    display: inline-block;
    padding:3px;
    margin: 0;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    -moz-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    border:none;
    outline:none;
    display: inline-block;
    /*-webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;*/
    cursor:pointer;
    width: 125px;
    margin-left: 5px;
}


#custom-search-input {
	margin-bottom: 25px;
}



#searchBox {
	width: 160px;
	font-size: 14px;
	height: 35px;
	z-index: 1;
}

#resultsCount {
	background-color: rgba(127, 127, 127, 0.23);
	padding-bottom: 20px;
	padding-left: 8px;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	color: white;
	font-size: 9px;
	padding-right: 5px;
	height: 35px;
	z-index: 2;
	display: inline-block;
	font-size: 14px;
	padding-top: 7px;
	min-width: 30px;
	text-align: center;
}