/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 20-mai-2014, 14:54:28
    Author     : laurentdubois
*/
div.dashboard-title{
    font-size: 2em;
    font-weight: bold;
}
div#ucl_chamo_user_dashboard_main_content .chamo-user-widget-content a{
    color: #e93631;
    text-shadow: 0 1px #902a27;
}
div#ucl_chamo_user_dashboard_main_content .chamo-user-widget-content :hover{
    color: #444444;
    text-shadow: 0 1px #666666; 
}

#ucl_chamo_dashboard .ucl_chamo_user_dashboard_region .block{
	//border: #CCC 1px solid;
	clear: both;
        padding: 1%;
}

#ucl_chamo_dashboard div#ucl_chamo_user_dashboard_main {
	width: 65%;
	margin-right: 1%;
        //background-color: #ededed;
}

#ucl_chamo_dashboard div#ucl_chamo_user_dashboard_sidebar{
	width: 33%;
}
div#chamo-user-widget-sidebar-title {
    background: transparent url(../images/three-square.png) no-repeat right;
    line-height: 26px;
    font-size: 14px;
    font-weight: bold;
    color: #666666;
}

div#chamo-user-widget-sidebar-title {
    height: 26px;
    width : 100%;
}


div.chamo-user-widget-sidebar-content ul{
    list-style: none;
    margin: 5px;
}
.widget-link-label{
    text-overflow: ellipsis;
    width: 98%;
    overflow: hidden;
    white-space: nowrap;
}
div.chamo-user-widget-highlight-content{
    display: inline-block;
    margin-left: 10px;
}

#ucl_chamo_dashboard div#ucl_chamo_user_dashboard_main_header{
    width : 80%;
}
#ucl_chamo_dashboard div#ucl_chamo_user_dashboard_highlight{
    border:none;
    width: 43%;
    padding-left:10px;
}

 
#ucl_chamo_dashboard div#ucl_chamo_user_dashboard_column_1, 
#ucl_chamo_dashboard div#ucl_chamo_user_dashboard_footer,
#ucl_chamo_dashboard div#ucl_chamo_user_dashboard_main_header,
#ucl_chamo_dashboard div#ucl_chamo_user_dashboard_main_content{
	width: 100%;
}

div.chamo-user-widget-main{
    width:20%;
    display: inline-block;
    padding : 5px;
    background-color: white;
    border: #CCC 1px solid;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
div.chamo-user-widget-main:hover{
    background-color: #f1f1f1;
}
div#chamo-user-widget-header{
    //width: 90%;
}


div#chamo-user-widget-label{
    line-height: 26px;
    text-indent: 15px;
    font-size: 14px;
    font-weight: bold;
    border-bottom: #CCC 1px  solid;
    margin-left: 28px;
    color: #666666;
}
div.chamo-user-widget-content{
    line-height: 2em;
    font-size: 2em;
    font-weight: bold;
    text-align: center;
}



// TABLE

table.ucl-table {
	background: #f5f5f5;
	border-collapse: separate;
	box-shadow: inset 0 1px 0 #fff;
	font-size: 12px;
	line-height: 18px;
	margin: 30px auto;
	text-align: left;
	width: 90%;
}	

table.ucl-table th {
	background: url(http://jackrugile.com/images/misc/noise-diagonal.png), linear-gradient(#777, #444);
	border-left: 1px solid #555;
	border-right: 1px solid #777;
	border-top: 1px solid #555;
	border-bottom: 1px solid #333;
	box-shadow: inset 0 1px 0 #999;
	color: #fff;
  font-weight: bold;
	padding: 7px 15px;
	position: relative;
	text-shadow: 0 1px 0 #000;	
}

table.ucl-table th:after {
	background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,.08));
	content: '';
	display: block;
	height: 25%;
	left: 0;
	margin: 1px 0 0 0;
	position: absolute;
	top: 25%;
	width: 100%;
}

table.ucl-table th:first-child {
	border-left: 1px solid #777;	
	box-shadow: inset 1px 1px 0 #999;
}

table.ucl-table th:last-child {
	box-shadow: inset -1px 1px 0 #999;
}

table.ucl-table td {
	border-right: 1px solid #fff;
	border-left: 1px solid #e8e8e8;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #e8e8e8;
	padding: 7px 15px;
	position: relative;
	transition: all 300ms;
}

table.ucl-table td:first-child {
	box-shadow: inset 1px 0 0 #fff;
}	

table.ucl-table td:last-child {
	border-right: 1px solid #e8e8e8;
	box-shadow: inset -1px 0 0 #fff;
}	

table.ucl-table tr {
	background: url(http://jackrugile.com/images/misc/noise-diagonal.png);	
}

table.ucl-table tr:nth-child(odd) td {
	background: #f1f1f1 url(http://jackrugile.com/images/misc/noise-diagonal.png);	
}

table.ucl-table tr:last-of-type td {
	box-shadow: inset 0 -1px 0 #fff; 
}

table.ucl-table tr:last-of-type td:first-child {
	box-shadow: inset 1px -1px 0 #fff;
}	

table.ucl-table tr:last-of-type td:last-child {
	box-shadow: inset -1px -1px 0 #fff;
}	

table.ucl-table  tbody:hover td {
	color: transparent;
	text-shadow: 0 0 3px #aaa;
}

table.ucl-table  tbody:hover tr:hover td {
	color: #444;
	text-shadow: 0 1px 0 #fff;
}

.btn-block {
  display: inline-block;
  background: #e2e2e2;
  border: 0;
  line-height: 1.7em;
  padding: 0 0 0 1em;
  margin-bottom: 1em;
  outline: none;
  text-decoration: none;
  color: #666;
}
.btn-block .arrow {
  display: inline-block;
  line-height: 1.7em;
  text-align: center;
  background: #333;
  
  color: white;
  font-size: 1em;
  width: 1.7em;
  -webkit-transition: margin 200ms;
          transition: margin 200ms;
  margin-left: .75em;
}
.btn-block:hover {
  background: white;
}
.btn-block:hover .arrow {
  margin-left: 1em;
  background-color: #9891C4;
}
.btn-block:active {
  background: #ccc;
}
.btn-block:active .arrow {
  margin-left: 1.5em;
}

.btn-details .arrow {
  //background-color: #9891C4;
  background-color: #e93631;
}
.btn-details:hover .arrow {
  //background-color: #ADA5DF;
  background-color: rgba(233, 54, 49, 0.68);
}

.widget-details{
  text-align: right;
  padding-right: 10px;
}
.widget-details a:link, 
.widget-details a:visited{
    color : #666;
}

.list-radios > div{
    display: inline-block;
}
