@CHARSET "UTF-8";

.body_wrapper{
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}

#settings-btn{
    font-size: 25px;
    text-decoration: none;
}

.users-list table{
	width: 100%;
	border: 0px;
}

.users-list table td{
    padding: 3px;
}

.users-list table .group-header{
	font-size: 20px;
}

.users-list table td.name span{
    height: 20px;
    padding: 0px 5px 0px 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666;
    float: left;
    width: 290px;
}
.users-list table td.name span i{
	font-size: 11px;
}

.users-list table td.name i.ringing,
.users-list table td.name i.talking,
.users-list table td.name i.location{
	float: none;
}

.users-list i.user-status{
	float: left;
	font-size: 20px;
}
.users-list i.user-status .fa-stack{
	font-size: 10px;
}

.users-list i.user-status .online{
    color: #8FDB44;
}

.users-list i.user-status .dnd{
    color: #F68585;
}

.users-list i.user-status .away{
    color: #74a1d0;
}

.users-list i.user-status .mur,
.users-list i.user-status .mur-offline{
    color: #f68585;
}

.users-list i.user-status .offline,
.users-list i.user-status .dnd-offline,
.users-list i.user-status .away-offline{
    color: #B9B9B9;
}
.users-list i.location{
	font-size: 20px;
	color: #B9B9B9;
}

.users-list table td.actions{
	width: 210px;
}

.users-list table td.extension{
	width: 70px;
}
.users-list table td.actions .action-btn{
	display: none;
	margin-right: 10px;
	width: 40px;
}
#alarm-clocks-modal .modal-body .alarm-clock-item .action-btn{
	margin-right: 10px;
}
.users-list table td.actions .alarmclocks{
	position: relative;
}
.users-list table td.actions .alarmclocks span{
    color: #22BD22;
    font-size: 13px;
    position: absolute;
    top: 1px;
    right: 3px;
}
#settings-modal table{
    width: 100%;
}
#settings-modal input{
	margin-bottom: 5px;
	width: 400px;
}
#alarm-clock-edit-modal input{
	margin-bottom: 5px;
}

#call-history-modal .modal-content{
	height: 424px;
	width: 600px;
}
#call-history-modal .modal-body{
    height:360px;
    overflow:auto;
}

#call-history-modal .modal-body th.name{
	width: 160px;
}
#call-history-modal .modal-body th.number{
    width: 160px;
}

#call-history-modal .modal-body td.date,
#call-history-modal .modal-body td.duration,
#call-history-modal .modal-body td.cost,
#call-history-modal .modal-body th.date,
#call-history-modal .modal-body th.duration,
#call-history-modal .modal-body th.cost{
    text-align: center;
}

#call-history-modal .modal-body .dateFull{
	display: none;
}

#call-history-modal .modal-body td.icon span{
    font-size: 11px;
}
#call-history-modal .modal-body td.icon span .fa-long-arrow-up{
	margin-left: 3px;
    margin-top: -3px;
    font-size: 10px;
}

#call-history-update-button,
#call-history-print-button{
	line-height: 12px;
    margin-top: -2px;
}

#ui-datepicker-div{
	font-size: 14px;
}

.fa-rotate-45 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: -2px;
    margin-top: 0px;
}


