
/* new CSS for Branding UTI */

.sidebar .logo {
    background-image:url('images/uti-logo.png');
    background-repeat:no-repeat;
    background-size:95%;
	height: 150px;
	width:auto;
	margin:20px;	
}
.logo img {
    height: auto;
    vertical-align: middle;
    width: 100%;
	margin-bottom: 30px;
}

iframe::-webkit-scrollbar {
    display: none;
}
.hide-offscreen {
   position: absolute !important;
   top: -9999px !important;
   left: -9999px !important;
}

dd {
    margin-bottom: 20px;
    margin-left: 15px;
}

#deckThumb {
	width:100%;
	height:auto;
}
.stats.authadmin > .single-line {
    width: 100%;
}
/* fix greyed out modal issues */
 .modal-backdrop.in { z-index: -1;}
 .modal-backdrop {
  z-index: -1;
}
 .modal-header {
	 background-color:lightblue;
	 border-top-radius:5px;
 }
 .modal-dialog-full {
      width: 100%;
      height: 100%;
      padding: 0;
      margin:0;
}
.modal-content-full {    
      height: 100%;
      border-radius: 0;
      color:white;
      overflow:auto;
	  margin: 25px;
}
form .label {
	color:black;
}
 
.socialicon {
	text-align: center;
	background: black;
	display: inline-block;
	color: white;
	font-size: 18px;
	text-align: center;
	vertical-align: middle;
	padding: 2px;

}
*[contenteditable="true"] {
	min-width: 50px;
}
input, select, textarea {
	width: 100%;
}
div.profile-editable {
	width:100%;
	margin-bottom:15px;
	padding:5px;
}
div.textarea {
	min-height: 70px;
    overflow: auto;
    resize: vertical;
}
.showhidetoggle > a > i {
	font-size:140%;
	margin-right: 5px;
}
.single-line {
    display: inline-block;
    margin-right: -20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 60%;
}
.table-full-width {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
td.td-actions > a.btn-lg.btn-simple {
    padding: 7px;
}
.table .td-actions {
    min-width: 175px !important;
}
.card .table tbody td:first-child, .card .table thead th:first-child {
    width: 170px !important;
}
img.slide-thumbnail {
    height: auto;
    vertical-align: middle;
    width: 100%;
	margin-bottom: 5px;
}
img.slide-deck-thumb {
	width: 120px;
	float: right;
	height:auto;
	border:0px;
}
.overlay-play img {
  width:100%;
  height:auto;
}
a.play {
  float: left;
  position: relative;
}
a.play span {
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: 50% 50%;
  pointer-events:none;
}
a.play:hover span{
  width: 100%;
  height: 100%;
  position: absolute;
  background: url("images/play-hover.png") no-repeat;
  background-position: 50% 50%;
  pointer-events:none;
}
div.slideshow-name {
width: 100%;
font-size: 120%;
margin-bottom: 10px;
}


img.slide-deck-thumb.original {
	width: 170px;
	height:auto;
	border:0px;
	float: right;
}
img.slide-deck-thumb.copy {
	width: 140px;
	padding-left:30px;
	height:auto;
	border:0px;
	float: right;
}
.card .table tbody td:first-child, .card .table thead th:first-child {
    padding-left: 15px;
    width: 200px;
}
.sidebar .logo, body > .navbar-collapse .logo {
    border-bottom: 0px !important;
}
.sidebar .logo {
    border-bottom: 0px !important;
}
.text-utigreen, .text-utigreen:hover {
  color: #7cae36 !important;
}
.text-utimaroon, .text-utimaroon:hover {
  color: #a70e13 !important;
}
span.visibility-status-inactive {
	text-decoration: line-through;
}
div.showhidetoggle {
	float:right;
	display:inline-block;
}
.card .lastsync {
    color: #a9a9a9
	float:right;
    width: 100%;
}
.card .stats {
    color: #a9a9a9;
    width: 100% !important;
}
.slideshow-meta {
	color: #a9a9a9;
}

.card.dimmed, .card.hidden {
  background-color:lightgrey;
}

.list-group-item {
    border: 0px !important;
	background-color:transparent !important;
}	
	
/* end new css for uti */