/*!
 * Start Bootstrap - SB Admin Bootstrap Admin Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

body {
    background-color: #fff;
}
.row-nomargin{
	margin-right:0px;
	margin-left:0px;	
}

#wrapper {
    padding-left: 0;
}

#page-wrapper {
    width: 100%;
    padding: 0;
    background-color: #fff;
}

.huge {
    font-size: 50px;
    line-height: normal;
}

/* Inizio chat */

.chat-containter{
	position:absolute;
	left:0px;
	right:20px;
	bottom:0px;
	z-index:998;
}
.chat-content{	
	width:80%;
	position:relative;
}
.chat-content .panel{
	position:static;
}

@media (min-width: 768px) {
  .chat-content {
    width: 400px;
  }
  .chat-content .panel{
	position:absolute;
	bottom:0px;
	left:0px;
	right:5px;
}
}

.chat-message
{
    list-style: none;
    margin: 0;
    padding: 0;
}

.chat-message li
{
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #B3A9A9;
}

.chat-message li.left .chat-body
{
    margin-left: 60px;
}

.chat-message li.right .chat-body
{
    margin-right: 60px;
}


.chat-message li .chat-body p
{
    margin: 0;
    color: #777777;
}

.chat-content .panel .slidedown .glyphicon, .chat-message .glyphicon
{
    margin-right: 5px;
}

.chat-content .panel-body
{
    overflow-y: scroll;
    height: 250px;
}

.chat-content ::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.chat-content ::-webkit-scrollbar
{
    width: 12px;
    background-color: #F5F5F5;
}

.chat-content ::-webkit-scrollbar-thumb
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}

#adduserchat{
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

/* fine chat */


ul.alert-dropdown {
    width: 200px;
}
.side-nav .arrow {
	float: right;
}
/* Custom Colored Panels */

.huge {
    font-size: 40px;
}

.panel-green {
    border-color: #5cb85c;
}

.panel-green .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-green a {
    color: #5cb85c;
}

.panel-green a:hover {
    color: #3d8b3d;
}

.panel-red {
    border-color: #d9534f;
}

.panel-red .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.panel-red a {
    color: #d9534f;
}

.panel-red a:hover {
    color: #b52b27;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-yellow a {
    color: #f0ad4e;
}

.panel-yellow a:hover {
    color: #df8a13;
}

.chat-content .ui-menu .ui-menu-item{
	overflow:hidden;
}

.user-row {
	  	  margin-bottom: 14px;
		}

.user-row:last-child {
	margin-bottom: 0;
}

.dropdown-user {
	margin: 13px 0;
	padding: 5px;
	height: 100%;
}

.dropdown-user:hover {
	cursor: pointer;
}

.table-user-information > tbody > tr {
	border-top: 1px solid rgb(221, 221, 221);
}

.table-user-information > tbody > tr:first-child {
	border-top: 0;
}


.table-user-information > tbody > tr > td {
	border-top: 0;
}
.toppad
{
	margin-top:20px;
}

#FormBody,#FormHead,#FormFoot{
	padding-left:15px;
	padding-right:15px;	
}
#FormHolder{
	padding-top:15px;
}
#FormFoot{
  border-top: 1px solid #eee;
  padding-top:5px;  
  padding-bottom:5px;  
}
.input-group-addon.required{
	color:#cc0000;
	padding-left:5px;
	padding-right:5px;
}
.nopadding{
	padding:0px;
}