﻿body
{
	font-size: 13px;
	font-family: Calibri, Arial, Verdana, Tahoma;
	margin: 0px;
	padding: 0px;
	color: #333;
	background-color: #fff;
}

a:link, a:visited
{
	color: #0072bc;
}

a:hover
{
	text-decoration: none;
	color: rgb(7, 26, 41);
}

a:active
{
	color: #034af3;
}

.drop-shadow
{
	background: url(images/drop-shadow.png) no-repeat;
	width: 760px;
	height: 24px;
	margin: 0px auto 0 auto;
}

.search
{
	margin-left: 15px;
	margin-top: 20px;
	float: left;
}

input[type=text].txt-search
{
	background: #fff;
	border: solid 1px #D9D9D9;
	padding: .5em 1em .5em;
	border-radius: .2em;
	vertical-align: middle;
}

.ddl-search
{
	background: #fff;
	border: solid 1px #D9D9D9;
	padding: .5em .5em .5em;
	border-radius: .2em;
	vertical-align: middle;
}


/*------------- recent Items ----------------*/
ul.recent-nav
{
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 99999; /*inserted*/
	background: url(images/overlay1.png) repeat-x #f7f6f5;
	border: solid 1px #d9d9d9;
	cursor: pointer;
	-webkit-border-radius: .2em;
	-moz-border-radius: .2em;
	border-radius: .2em;
	vertical-align: middle;
	float: right;
	margin-right: 35px;
	margin-top: 18px;
}
ul.recent-nav ul
{
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	padding: 5px 0;
	background: #fff;
	border: solid 1px #d9d9d9;
	box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: .2em;
	-moz-border-radius: .2em;
	border-radius: .2em;
	min-width: 180px;
}
ul.recent-nav li:hover > ul
{
	display: block;
}
ul.recent-nav li:hover
{
	position: relative;
}
ul.recent-nav ul ul
{
	position: absolute;
	top: 0;
	right: 100%;
}

ul.recent-nav li
{
	display: block;
	white-space: nowrap;
}
ul.recent-nav > li, ul.recent-nav li
{
	margin: 0;
	z-index: 999;
}

ul.recent-nav a
{
	display: block;
	vertical-align: middle;
	text-decoration: none;
	color: #cd4900;
	cursor: pointer;
	padding: .5em;
}

ul.recent-nav ul li
{
	z-index: 1;
}
ul.recent-nav ul a
{
	color: #0072bc;
	text-decoration: none;
}

ul.recent-nav li:hover > a
{
	color: #0072bc;
	text-decoration: none;
	background: url(images/overlay1.png) repeat-x #f9fafa;
}

ul.recent-nav span
{
	background: url("images/arrow-more.png") no-repeat right;
	padding-right: 30px;
	padding-left: 10px;
	height: 20px;
	font-weight: bold;
	font-size: 15px;
}
ul.recent-nav ul li:hover > a
{
	color: #0072bc;
	text-decoration: none;
	background: #edf8ff;
}

/*------------- end recent Items ----------------*/

/*---------icon----------*/


/*---------end icon----------*/

.ajax__tab_header
{
}

.ajax__tab_outer
{
	background: url(images/tab.png) repeat-x #e4e4e4 !important;
	border: solid 1px #d9d9d9;
	padding: 5px 10px 8px 10px !important;
}
.ajax__tab_inner
{
	background: transparent !important;
}

.ajax__tab_tab
{
	background: transparent !important;
	color: #000 !important;
}


.ajax__tab_hover .ajax__tab_outer
{
	background: url(images/tab-hover.png) repeat-x #f1f1f1 !important;
}

.ajax__tab_hover .ajax__tab_inner
{
	background: transparent !important;
}

.ajax__tab_hover .ajax__tab_tab
{
	background: transparent !important;
	color: #000 !important;
}




.ajax__tab_active .ajax__tab_outer
{
	background: White !important;
	border-bottom: solid 1px #fff;
}

.ajax__tab_active .ajax__tab_inner
{
	background: White !important;
}

.ajax__tab_active .ajax__tab_tab
{
	background: White !important;
	color: #0072bc !important;
	font-weight: bold;
}

.ajax__tab_header
{
	font-family: Calibri, Arial, Verdana, Tahoma !important;
	font-size: 14px !important;
	color: #000 !important;
}

.ajax__tab_outer
{
	height: 32px;
	margin-right: -1px;
}

.ajax__tab_inner
{
	padding-left: 3px;
}

.ajax__tab_tab
{
	padding: 8px 40px;
	margin: 0;
}

.ajax__tab_body
{
	font-family: Calibri, Arial, Verdana, Tahoma !important;
	font-size: 1em !important;
	border: 1px solid #d3d2d2 !important;
	margin-top: -1px;
	border-top: 0;
	padding: 10px;
	background: #fff;
}

/**/
.propertygroup
{
	background: #fbfafa;
	margin: 8px 0;
}

.propertygroup p
{
	margin: 0px;
	padding: 5px 5px 5px 30px;
	color: #555555;
	font-size: 18px;
	background-color: #fff;
	border: solid 1px #dfdfdf;
}
.item-collapse
{
	background: url("images/icon-expand.png") no-repeat 6px 6px;
	padding: 3px 0px 3px 30px;
	cursor: pointer;
}
.item-expand
{
	background: url("Images/icon-collapse.png") no-repeat 6px 6px;
	padding: 3px 0px 3px 30px;
	cursor: pointer;
}
.groupcontent
{
	padding: 10px;
	display: none;
	border: solid 1px #dfdfdf;
	border-top: none;
}


table.table-detail, table.table-edit
{
	background: #f3f1f2;
	border: solid 1px #c7c7c7;
	border-collapse: collapse;
}

table.table-detail td.fieldValue, table.table-detail td.field, table.table-edit td.field, table.table-edit td.fieldValue
{
	border: solid 1px #c7c7c7;
	empty-cells: hide;
	min-width: 150px;
}

.field
{
	vertical-align: top;
	text-align: right;
	height: 20px;
	display: table-cell;
	padding-top: 4px;
	padding-right: 4px;
	background: #F3F2F2;
}

.fieldValue
{
	padding-left: 4px;
	vertical-align: middle;
	font-weight: bold;
	display: table-cell;
	height: 20px;
	vertical-align: middle;
	background: #F3F2F2;
	text-align: left;
}

.field-bg
{
	background: #F3F2F2;
}

/*Custom field layout*/

.entity-layout-connected-sortable
{
	list-style-type: none;
	margin: 10px;
	padding: 5px;
	float: left;
	width: 300px;
	border: 1px solid #ccc;
	min-height: 25px;
}

.entity-layout li
{
	padding: 2px;
	margin: 2px 0px 2px 0px;
	background-color: White;
	border: 1px solid #ccc;
}

.entity-layout .field-handle
{
	cursor: move;
	padding: 0px 5px 0px 5px;
	width: 10px;
}

.entity-layout .field-mandatory
{
	color: #CD4900;
}

.field-empty
{
	height: 23px;
	border: 1px dashed orange !important;
}

/*End Custom field layout*/

/*Lead Detail Page Layout*/

.lead-detail
{
	background: #f3f2f2;
	border: solid 1px #cececf;
	padding: 0 10px 10px 10px;
}

.lead-detail a
{
	color: #0072bc;
	font-weight: bold;
	text-decoration: none;
}
.lead-detail a:hover
{
	color: #0072bc;
	font-weight: bold;
	text-decoration: underline;
}
.lead-detail .field-item
{
	width: 100%;
	border-bottom: solid 1px #cececf;
	padding: 6px 0;
	display: inline-block;
}

.lead-detail .field-label
{
	text-align: right;
	font-weight: bold;
	float: left;
	width: 14%;
	margin-right: 10px;
	vertical-align: middle;
	white-space: nowrap;
}

.lead-detail .field-value
{
	width: 35%;
	float: left;
}

/*End Lead Detail Page Layout*/

/*Lead Edit Page Layout*/

.lead-edit
{
	background: #f3f2f2;
	border: solid 1px #cececf;
	padding: 0 10px 10px 10px;
}

.lead-edit .field-mandatory
{
	color: #CD4900;
}

.lead-edit a
{
	color: #0072bc;
	font-weight: bold;
	text-decoration: none;
}
.lead-edit a:hover
{
	color: #0072bc;
	font-weight: bold;
	text-decoration: underline;
}
.lead-edit .field-item
{
	width: 100%;
	border-bottom: solid 1px #cececf;
	padding: 3px 0;
	display: inline-block;
}

.lead-edit .field-label
{
	text-align: right;
	font-weight: bold;
	float: left;
	width: 14%;
	margin-right: 10px;
	vertical-align: middle;
	white-space: nowrap;
}
.lead-edit .field-value
{
	width: 35%;
	float: left;
}
/*End Lead Detail Page Layout*/

/*------------- Notification Menu ----------------*/
.notification
{
	float: right;
	display: inline-block;
}

.notification-count-value
{
	border-radius: 1px;
	background: red;
	color: white;
	top: 0;
	right: 0;
	font-size: 11px;
	padding: 1px 4px;
	font-weight: bold;
	position: absolute;
	vertical-align: middle;
	text-align: center;
}
.icon-notification
{
	display: inline-block;
	cursor: pointer;
	width: 22px;
	height: 18px;
	padding: 7px;
	text-align: center;
	vertical-align: middle;
	position: relative;
	text-decoration: none;
}
/*-------------End Notification Menu ----------------*/

/*-------------Response Message------------*/

.response-message
{
	background: #fffdfc;
	border: solid 1px #fdca87;
	border-radius: 2px;
	box-shadow: 0 0 6px #ffa777 inset;
	-moz-box-shadow: 0 0 6px #ffa777 inset;
	-webkit-box-shadow: 0 0 6px #ffa777 inset;
	text-decoration: none;
	color: #0a5198;
	text-shadow: 0 1px 0 #fff;
	padding: 6px 10px;
	width: auto;
	margin: 10px 0px;
}
.response-message .icon
{
	width: 30px;
	height: 31px;
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
	font-size: 18px;
	padding-left: 35px;
	padding: 0 20px 0 35px;
}

.response-message .icon-information
{
	background: url(images/icon-information.png) no-repeat center left;
	color: #0072bc;
}

.response-message .icon-success
{
	background: url(images/icon-success.png) no-repeat center left;
	color: #529b04;
}

.response-message .icon-warning
{
	background: url(images/icon-warning.png) no-repeat center left;
	color: #e11e0a;
}

.response-message .content
{
	display: table-cell;
	vertical-align: middle;
	color: #302f2f;
	font-size: 14px;
}
/*-------------End Response Message------------*/

.gridHeader_modern
{
	background-image: url('images/skin_modern_header.png');
	background-color: transparent; /*border-color: #FDFDFD #B5B5B5 #B5B5B5 #FDFDFD;     border-style: solid;     border-width: 1px;*/
	font: 1.2em;
}

.gridHeader_modern > th
{
	padding: 4px;
	border: solid 1px #ccc;
	vertical-align: middle;
	text-align: center;
}

.social-network-item
{
	padding: 5px 20px;
	font-size: 15px;
	font-weight: bold;
}

.social-network-connect
{
	padding: 5px 35px;
	font-size: 18px;
	font-weight: bold;
}

.ddl
{
	height: 22px;
	padding-top: 3px;
}

.GPAction TR TD a
{
	color: Blue !important;
}

/*Social media*/
.import-body
{
	background: #f6f6f6;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 2px;
	padding: 10px;
	margin-top: 6px;
}

.import-body .user-item-actived
{
	width: 230px;
	padding: 6px;
	box-shadow: 0 0 4px #fff inset, 1px 1px 2px #b9b9b9;
	background: #f4f4f4;
	border: solid 1px #d3d3d3;
	margin: 10px 0;
	position: relative;
	display: inline-block;
	border-radius: 2px;
}

.import-body .user-item-actived .img
{
	margin-right: 8px;
	float: left;
}
.import-body .user-item-actived .content
{
	font-weight: bold;
	float: left;
	line-height: 30px;
}
.import-body .user-item-actived .checkbox
{
	float: right;
	margin-top: 5px;
}

.import-body .title-facebook-pages
{
	background: url(../Images/icon-facebook.gif) no-repeat 2px;
	padding-left: 20px;
	font-size: 18px;
	border-bottom: solid 1px #d3d3d3;
	margin-bottom: 10px;
}
.import-body .group
{
	margin: 6px 0;
}
.import-body .facebook-page-item
{
	width: 230px;
	padding: 6px;
	border-radius: 2px;
	box-shadow: 0 0 2px #fff inset, 1px 1px 2px #b9b9b9;
	background: #dbdbdb;
	border: solid 1px #a1a1a1;
	margin: 0 4px 2px 0;
	position: relative;
	display: inline-block;
	cursor: pointer;
}

.import-body .facebook-page-item:hover
{
	background: #f4f4f4;
}

.import-body .facebook-page-item .img
{
	margin-right: 8px;
	float: left;
}
.import-body .facebook-page-item .content
{
	font-weight: bold;
	float: left;
	line-height: 30px;
}
.import-body .facebook-page-item .checkbox
{
	float: right;
	margin-top: 5px;
}

.import-body .facebook-page-item .content span
{
	color: #4f4f4f;
}

.import-bottom
{
	margin-top: 10px;
}

.section-title
{
	background: #f7f7f7;
	padding: 0px 10px 2px 10px;
	text-transform: capitalize;
	font-size: 18px;
	margin-bottom: 10px;
}
