#matrix-locker-container {
  /*width: 97%;*/
  /*margin: 0 auto;*/
}
/*Matrix Header*/
#matrix-locker-header {
  /*width: 100%;*/
  margin-bottom: 15px;
}

#matrix-locker-name img {
  margin-right: 10px;
  margin-top: 12px;
  width: 42px;
  float: right;
}

#matrix-locker-name h3 {
   line-height: 24px;
   margin-top: 7px;
}

#matrix-locker-name #locker-name-desc {
  font-style: italic;
  font-size: 11px;
  line-height: 12px;
}

#matrix-user-status .circle {
  height: 45px;
  width: 45px; /* auto;*/
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  line-height: 45px;
  text-align: center;
  border: 3px #000 solid;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  /*padding: 0 15px;*/
}

#status-do, #status-prove, #status-coach,
#do-circle, #do-label, 
#prove-circle, #prove-label, 
#coach-circle, #coach-label {
 margin: 0 auto;
}


#do-circle {
  background: #4fc619;
}

#prove-circle {
  background: #087ac6;
}

#coach-circle {
  background: #fd7e20;
}

#do-label{
  /*width: 45px;*/
  color: #4fc619;
}

#prove-label {
  /*width: 72px;*/
  color: #087ac6;

}
#coach-label {
  /*width: 73px;*/
  color: #fd7e20;
}

#do-label, #prove-label, #coach-label {
  /*width: 70px;*/
  font-size: 12px;
  margin-top: 5px;
  font-weight: bold;
  text-shadow: 0px 0px 2px #d7d9df ;
  text-align: center;
}


#matrix-user img {
  width: 75px;
  height: 75px;
  float: left;
  margin-right: 10px;
}

#matrix-user {
  font-size: 11px;
}

#matrix-user a {
  text-decoration: none;
  color: #000099;
}

#matrix-user #matrix-user-name {
  margin-top: 7px;
  font-size: 13px;
}
/*End of Matrix Header*/

/*Matrix locker content*/
#matrix-locker-content {
  margin-top: 20px; 
}

.matrix-locker-tab-content {  
/*  padding:10px 0 10px 10px;*/
}

#matrix-locker-tabs .more {
  height:128px;
  overflow:hidden;
  transition:height 0.5s;
  -moz-transition:height 0.5s, -moz-transform 0.5s; /* Firefox 4 */
  -webkit-transition:height 0.5s, -webkit-transform 0.5s; /* Safari and Chrome */ 
  -o-transition:height 0.5s, -o-transform 0.5s; /* Opera */
}
#matrix-locker-tabs .less {
  height:128px;
}
#matrix-locker-tabs .more:hover
{
  height:180px;
}

.locker-video{
  /*height:146px;*/
  width:100px;
  margin: 7px;
  padding: 15px 25px 15px 25px;
  background: whitesmoke;
  border-radius: 5px;
  max-width: 120px;
  float: left;
  position:relative;
  box-shadow: 0px 3px 5px gray;
  overflow: hidden;
}

.locker-video .add-btn img{
  width: 18px;
  border-radius: 2px;
  position: absolute;
  left: 4px;
  top: 4px;
  cursor: pointer;
}

.locker-video .edit-btn img{
  width: 18px;
  border-radius: 2px;
  position: absolute;
  left: 4px;
  top: 4px;
  cursor: pointer;
}

.locker-video .play-btn {
  width: 19px;
  position: absolute;
  left: 4px;
  top: 108px;
  cursor: pointer;
}

.green-btn, .blue-btn, .orange-btn  {
  width: 18px;
  cursor: pointer;
}

.locker-video .green-btn {
  position: absolute;
  right: 4px;
  top: 108px;
}

.locker-video .blue-btn {
  position: absolute;
  right: 4px;
  top: 54px;
}

.locker-video .orange-btn {
  position: absolute;
  right: 4px;
  top: 4px;
}


.locker-video p {
  font-size: 10px;
  line-height:13px;
  font-weight: bold;
  margin-top:10px;
  color: #000;
  text-align: center;
}

.selected-video{
  border:3px solid rgba(253,185,45, 1);
  margin:3px;
}

.selected-playout{
  border:4px solid rgba(253,185,45, 1);
  margin:4px;
}

.required{
  color:#08c;
}

.ui-dropdownchecklist-selector{
  width: 230px !important;
}

#ddcl-select-playout-category-ddw{
  width: 230px;
}

#add-category{
  padding:0px;
}

#matrix-locker-sub-tabs .tab-content{
  padding:0px;
}

/*End matrix locker content*/

.content-hr-vertical {
  border: 2px solid #fff ;
  display: inline-block;
  opacity: 0.8;

}

.clearfix {
  clear:both;
}

//clinton 03-06-2014: css for assignments table and coach requests tables

.passed-due-date{
   color: #ffffff; 
   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
   background-color: #da4f49;
   *background-color: #bd362f;
}
.passed-due-date a{
   color: #ffffff !important; 
}

.tbl-requests tbody th, .tbl-requests tbody td, .tbl-requests thead th, .tbl-requests thead td {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #FFFFFF;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 1px;
    vertical-align: middle;
}
.tbl-requests thead th, .tbl-requests thead td {
    border-bottom: 2px solid #FFFFFF;
}
.tbl-requests thead th:first-child, .tbl-requests thead td:first-child, .tbl-requests tbody th:first-child, .tbl-requests tbody td:first-child {
    padding-left: 3%;
}
.request-lbl {
    font-weight: bold;
}
.request-lbl a.caret-sort {
    color: #333333;
}
.request-lbl a.caret-sort:hover, .request-lbl a.caret-sort:focus {
    color: #666666;
    outline: medium none;
    text-decoration: none;
}

/*Overriding jquery ui css smoothness 1.10.1*/

/*End of overriding jquery ui css smoothness 1.10.1*/
