/***
Contacts Pages
***/

.contacts{

}
.contacts .page-bar{
		margin:0;
	}
.contacts .groups,
.contacts .list{
	padding:0;
	margin:0;
	height:100% !important;
}
.contacts .groups .search *,
.contacts .list .search *{
	border-radius:0px;
}
.contacts .groups .search input,
.contacts .list .search input{
	border-radius:0px;
	height: 38px;
	border-width: 0;
    border-bottom-width: 1px;
	background: #F6F8F8;
	padding: 0 24px;
}
.contacts .groups .search input{
	background:#EDF1F2;
}
.contacts .groups .search input:focus,
.contacts .list .search input:focus{
	background:#fff;
	outline:none;
	border: 1px solid #e5e5e5;
}
.contacts .groups .search > i,
.contacts .list .search > i{
	position: absolute;
    right: 6px;
    top: 11px;
    color: #ccc;
}

.contacts .groups ul,
.contacts .list ul{
	position:relative;
	list-style:none;
	margin:0;
	padding:0;
}
.contacts .groups h3,
.contacts .list h3{
	padding: 10px 20px;
    margin: 0;
    font-size: 18px;
    font-weight: normal !important;
}
.contacts .groups h3{
	border-bottom: 1px solid #D2D6D8;
}
.contacts .list h3{
	border-bottom:1px solid #E7ECEE;
}



.contacts .groups .col-box{
	background:#EDF1F2;
}
.contacts .list .col-box{
	background:#F6F8F8;
}
.contacts .groups li,
.contacts .list li{
	position:relative;
}
.contacts .groups li a,
.contacts .list li a{
	text-decoration:none;
	color:inherit;
	display:block;
	
	
}
.contacts .list li a{
	padding:8px 20px;
	border-bottom:1px solid #E7ECEE;
}
.contacts .list li.active a{
    background: #DEE8E8;
}
.contacts .groups li a{
	padding:8px 20px;
	border-bottom: 1px solid #D2D6D8;
}
.contacts .groups li.active a{
    background: #D9E2E4;
}
.contacts .list .add,
.contacts .groups .add{
	text-align:center;
	margin:10px;
}
.contacts .groups li .del,
.contacts .list li .del{
	position: absolute;
	cursor:pointer;
    top: 9px;
    right: 8px;
	visibility:hidden;
	opacity:0;
	color:#969494;
	padding:0px 3px;
	border:none;
	text-decoration:none;
	background:#fff;
	border-radius: 3px;
	
}
.contacts .groups li:hover .del,
.contacts .list li:hover .del{
	visibility:visible;
	opacity:1;
}

.contacts .details{
	margin:0;
	padding:0;
}

.contacts .details h2{
	font-weight:normal;
}


.panel {
    margin: 0px !important;
    background-color: #fff;
    border: none !important;
    border-radius: 0px;
    -webkit-box-shadow:none;
    box-shadow: none;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid #DEE5E7;
}
.form-group .control-label{
	/*padding-right: 0px;
	padding-left: 0px;*/
}

.thumb-pic{
	display:inline-block;
	vertical-align:middle;
	width: 100px;
    height: 100px;
	border:1px solid #ccc;
	-webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
	overflow:hidden;
	margin-right: 10px;
}
.thumb-pic img {
	display:inline-block;
    max-width: 100%;
}
@media (max-width: 1200px){
.form-group{
	padding:0;
	margin:0;

}
.form .form-actions {
     border-top: 0px solid #e5e5e5; 
}
}
@media (max-width: 768px) {
	.contacts .groups .cell-inner, .contacts .list .cell-inner {
		max-height: 222px;
	}
}
@media (min-width: 992px){
.con_wrapper {
    display: table;
    position: relative;
	background-color: #edf1f2;
    height: 100%;
    width: 100%;
    table-layout: fixed;
	margin:0 !important;
	padding:0 !important;
}

.con_wrapper .con_row{
	display:table-row;
}

.con_wrapper .col{
    display: table-cell;
	background:#fff;
    float: none;
    height: 100%;
    vertical-align: top;
}
.con_wrapper .col-box {
    display: table;
    min-height: 240px;
}
.con_wrapper .col-box .col-row {
    display: table-row;
    height: 100%;
}
.con_wrapper .col-box,
.con_wrapper .col-box .col-row .col-cel {
    position: relative;
    width: 100%;
    height: 100%;
}
.con_wrapper .col-box .col-row .col-cel {
	overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.con_wrapper .col-box .col-row .col-cel .cell-inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.scrollable {
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch
}
.scrollable.hover {
	overflow-y: hidden!important
}
.scrollable.hover:hover {
	overflow: visible!important;
	overflow-y: auto!important
}
.page-content.page-content-full{
	padding:0;
}
.page-content-full .page-bar{
	margin:0px !important;
}
.page-content-full .full-wrapper > .row{
	padding:0px;
	margin:0px;
}
.page-content-full .full-wrapper{
	position:absolute;
	top:0;
	bottom:0;
	width:100%;
	padding-top:38px;
}

}
@media (max-width: 480px) {
  
}
