body{
	background: #f7f7f7;
	font-family: "HelveticaNeue-Light";
}

h1, h2, h3, h4, h5, h6{
	font-family: "HelveticaNeue";
}

.wrapper .row{
	width: 100%;
	max-width: 100%;
}

.member-wrapper{
	background: #fff;
	margin: 1rem 0px;
}


.member-wrapper > .row{
	/*width: 70rem;*/
	max-width: 80rem;
}

.member-header{
	padding: 0px 0px 18px 0px;
	border-bottom: 1px solid #115cf7;
}

.member-nav{
	border-bottom: 3px solid #115cf7;

}

.member-nav ul{
	padding: 0;
	margin: 0;
}

.member-nav ul li{
	display: inline-block;
	padding: 6px 10px;
}

.member-nav ul li a{
	font-family: "HelveticaNeue-Bold";
}

.logo{
	background: #2ECC71;
	color: #fff;
    height: 61px;
    text-align: center;
    font-family: "HelveticaNeue-Bold";
    line-height: 30px;
}

nav{
	/*padding-top: 1rem;*/
	height: 100vh;
	background: #fff;
}

nav ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

nav ul li{
	margin: 0;
	padding: 10px 0px 10px 20px;
	border-bottom: 1px solid #dae1e8;
}

nav ul li a{
	font-size: 15px;
	color: #444;
	font-family: "HelveticaNeue-Light";
}

nav ul li a:hover{
	color: #f16c65;
}

nav ul li .sub_menu li{
	border-bottom: none;
	padding: 2px 0px 2px 20px;
}

nav ul li .sub_menu li a{
	font-size: 14px;
}

.active{
	color: #f16c65;
}
.menu_open:before{
	font-family: "Ionicons";
	content: "\f3d8";
	/*font-weight: bold;*/
	cursor: pointer;
	/*font-size: 16px;*/
	padding-right: 20px;
	color: #999;
}

.menu_closed:before{
	font-family: "Ionicons";
	content: "\f3d0";
	font-size: 20px;
	cursor: pointer;
	padding-right: 12px;
	color: #999;
}

.sub_menu{
	display: none;
}

.menu-icon:before{
	padding-right: 12px;
	font-family: "Ionicons";
	font-size: 24px;
}

.icon-list:before{
	content: "\f20e";
}

.icon-home:before{
	content: "\f4af";
}

.icon-page:before{
	content: "\f12f";
}

.icon-faq:before{
	content: "\f44c";
}

.icon-news:before{
	content: "\f3c2";
}
.icon-grid:before{
	content: "\f13f";
}

.icon-content:before{
	content: "\f15b";
}

.icon-gallery:before{
	content: "\f147";
}

.icon-publications:before{
	content: "\f481";
}

.icon-events:before{
	content: "\f117";
}

.icon-signout:before {
	content: "\f2a9";
}

.icon-settings:before {
	content: "\f43c";
}

.icon-bullhorn:before {
	content: "\f130";
}

.icon-info:before {
	content: "\f05a";
}

.icon-user:before {
	content: "\f47d";
}

.icon-users:before{
	content: "\f212";
}

.icon-lock:before{
	content: "\f457";
}

.icon-qna:before{
	content: "\f445";
}

.icon-file:before{
	content: "\f434";
}

.icon-geo:before{
	content: "\f276";
}

.icon-chat:before{
	content: "\f3f9";;
}

.icon-feed:before{
	content: "\f23c";
}

.icon-order-paper:before{
	content: "\f471";
}

.icon-acts:before{
	content: "\f3e7";
}
.icon-hansard:before{
	content: "\f3c9";
}

.icon-social:before{
	content: "\f2d9";
}


.spin {
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
.pulse {
  -webkit-animation: spin 1s infinite steps(8);
  animation: spin 1s infinite steps(8);
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.create-icon, 
.refresh-icon{
	/*color: #8B8888;*/
	color: #2ECC71;
}

.create-icon:hover,
.refresh-icon:hover{
	color: #000;
}

.item-delete{
	color: #dfdfdf;
	font-size: 18px;
	float: right;
}

table tbody tr:hover .item-delete{
	color: #000;
}

table tbody tr:hover .item-delete:hover{
	color: #f16c65;
}

.delete-icon{
	position: absolute;
    top: 10px;
    font-size: 32px;
    right: 38px;
    color: #ddd;
}

.delete-icon:hover{
	color: #000;
}

.delete-icon::before{
	font-family: "Ionicons";
	content: "\f404";
}

.hint{
	font-family: "HelveticaNeue-UltraLight";
	color: #000;
	padding: 12px;
}

section{
	/*background: #f7f7f7;*/
}

.section_content{
	min-height: 600px;
}

.content-panel{
	padding: 2px 0px 2px 5px;
	/*background: #fff;*/
}

.content-panel .title{
	background: #fff;
	color: #333;
	border-bottom: 1px solid #f7f7f7;
	padding: 17px 1rem;
	font-size: 21px;
	font-family: "HelveticaNeue-Light";
}

.content-panel .title span.title-icon{
	font-size: 32px;
	padding: 30px 10px 0px 15px;
}

.content-panel .title span i{
	padding-right: 5px;
}

.content-panel .title span a{
	color: #000;
    text-transform: uppercase;
    font-size: 14px;
}

.content-panel .title span a:hover{
	color: #43AC6A;
}

.content-panel .title span.print,
.content-panel .title span.preview{
	padding: 0px 12px;
}

.content-panel .title span.refresh-icon{
	font-size: 22px;
	padding: 0px 10px 0px 15px;
	cursor: pointer;
}

.content-panel .title span.create-icon{
	font-size: 22px;
	padding: 0px 20px 0px 15px;
	cursor: pointer;
}

.content-panel .content{
	background: #fff;
	color: #999;
	padding: 1rem;
	padding: 1rem 0px;
	min-height: 85vh;
	padding-bottom: 2rem !important;
}

.analytics .content-panel .content{
	min-height: auto;
}

#render-forms{
	position: relative;
	min-height: 500px;
}

#loader, #icon-saved{
	font-family: "HelveticaNeue-UltraLight";
	background: #fff;
	line-height: 500px;
	min-height: 500px;
	text-align: center;
	margin: 12px 10px;
}

#loader{
	color: #999;
	font-size: 32px;
}

#icon-saved{
	margin-top: 10px;
	font-size: 40px;
	color: #2ecc71;
}

.custom-button{
	font-family: "HelveticaNeue-Bold";
	background: #34495E;
    color: #fff;
    padding: 10px 14px;
    border: none;
    cursor: pointer;
    margin: 0px;
    text-align: center;
    font-size: 14px;
}

/*----------------------------------------------------------------------------------
			DASHBOARD
----------------------------------------------------------------------------------*/
.analytics .content-panel{
    padding: 5px 0px 12px 10px;
}

.analytics .content-panel .title{
	text-transform: uppercase;
	font-family: "HelveticaNeue-Light";
	font-size: 13px;
}

.analytic{
	background: #fff;
	text-align: center;
	padding: 10px 0px;
    margin: 5px 10px;
}

.analytic div{
	display: inline-block;
}

.analytic .analytic_icon{
	font-size: 2rem;
	width: 60px;
	height: 60px;
	max-height: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: 100px;
	color: #fff;
}


.analytic .analytic_count{
	
}

.analytic .analytic_count span{
	display: block;

}

.analytic .analytic_count .analytic_num{
	font-size: 1.6rem;
	font-family: "HelveticaNeue-UltraLight";
}

.analytic .analytic_count .analytic_title{
	font-size: 13px;
    font-family: "HelveticaNeue-Light";
    text-transform: uppercase;
    letter-spacing: 1px;
}

.row-divider{
	/*margin: 1rem 0px auto;*/
}

.men{
    fill: #3498db;
    stroke: #3498db;
    color: #3498db;
}

.women{
    fill: #2ECC71;
    color: #2ECC71;
    stroke: #2ECC71;
}

.gender-dist .ct-label {
	display: none !important;
    fill: #999 !important;
    color: #999 !important;
    font-size: .75rem;
    line-height: 1;
    font-family: "Helveticaneue-bold";
}

.row-divider .content-panel .content{
	height: auto;
	padding: 0px;
}

.daily-subscription-chart{
	background: #fff;
	padding: 20px 0px;
}

.daily-subscription-chart #canvas{
    width: 100% !important;
    height: 280px !important;
}


.committees{
	background: #e74c3c;
}

.documents{
	background: #34495e;
}

.url{
	color: #2ECC71;
}

.subscribers{
	background: #2ECC71;
}

.qanda{
	background: #3498db;
}

.member-count{
	text-align: center;
	padding: 2rem;
}

.member-count .count-wrapper{
	padding-top: 12px;
}

.member-count .member-icon{
	font-size: 4rem;
	border: 3px solid #ddd;
	border-radius: 100px;
	width: 120px;
	height: 120px;
	margin: auto;
	line-height: 110px;
}

.member-count .count{
	font-family: "HelveticaNeue-Bold";
	font-size: 2rem;	
}

.member-count .count-title{
	text-transform: uppercase;
	font-family: "HelveticaNeue-UltraLight";
	font-size: 13px;
}

.member_name{
	font-size: 17px;
    text-transform: uppercase;
    display: block;
    letter-spacing: 1px;
    color: #2ECC71;
    font-family: "HelveticaNeue-Light";
    padding: 5px 0px;
}

.active{
	color: #2ecc71;
}

.inactive{
	color: #f1c40f;
}

.deceased{
	color: #e74c3c;
}

.parties-distribution{
	padding-top: 1.2rem;
	position: relative;
}

.parties-distribution .party-name{
	font-family: "HelveticaNeue-Bold";
	font-size: 12px;
}

.parties-distribution .percentage{
	font-family: "HelveticaNeue-Light";
	font-size: 13px;
}

.parties-distribution .bar-full{
	z-index: 100;
    border-bottom: 5px solid rgba(221, 221, 221, 0.31);
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;	
}

.parties-distribution .bar-level{
	border-bottom: 5px solid #B9B9B9;
	position: absolute;
	bottom: -5px;
	left: 0;
	right: 0;	
	z-index: 120;
}

/*----------------------------------------------------------------------------------
			DOCUMENTS
----------------------------------------------------------------------------------*/
ul.document{
	margin: 0;
	padding: 0;
	list-style: none;
	background: #fff;
}

.document li{
	font-family: "HelveticaNeue-Light";
	padding: 0.5rem 0px;
	border-bottom: 1px solid #ddd;
}

.document li:hover{
	background: #efefef;
}

.document li .item-delete{
	color: #ddd;
	font-size: 22px;
}

.document li:hover .item-delete{
	color: #000;
}
.document li:hover .item-delete:hover{
	color: #f16c65;
}

.document .doc-icon{
	color: #999;
	font-size: 32px;
}

.document .document-title{
	font-family: "HelveticaNeue-Light";
	font-size: 14px;
	color: #333;
}

.document .document-meta{
	font-size: 12px;
	text-transform: uppercase;
	color: #999;
}

.download-icon{
	font-size: 30px;
}

.content{
	background: #fff;
	/*min-height: 80vh;*/
}

/*----------------------------------------------------------------------------------
			MEMBERS
----------------------------------------------------------------------------------*/
.members{
	height: 80vh;
	max-height: 80vh;
	overflow-x: auto;
}

.member-forms .content{
	height: auto;
	min-height: auto;
	/*max-height: 80vh;*/

}

.members::-webkit-scrollbar {
    width: 8px;
}
 
.members::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #f4f4f4; 
    border-radius: 10px;
}
 
.members::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px #999; 
}

.members tbody tr:hover{
	color: #FAFAFA;
}
.member img{
	/*padding-right: 30px;*/
	    padding: 0px 0px 0px 45px;
}
.member-thumb{
	background: #ddd;
	/*border: 1px  solid #ddd;*/
	border-radius: 100px;
	min-width: 40px;
	width: 40px;	
	min-height: 40px;
	height: 40px;
}

.members .member{
	padding: 0px 0px 0px 5px;
    font-family: "HelveticaNeue-Light";
}

.members .member .member-name{
	font-family: "HelveticaNeue-Light";
    color: #000000;
    font-size: 15px;
    text-transform: capitalize;
    letter-spacing: 0px;
}

.members .member .member-email{
	color: #777;
    font-size: 13px;
    letter-spacing: 1px;
    padding: 3px 0px 0px 0px;
}


.member-forms .tabs{
	margin: -15px 0px 0px 0px;
}

.member-forms .tabs dd > a, .tabs .tab-title > a{
	font-family: "HelveticaNeue-UltraLight";
	color: #000;
	background: #fdfdfd;
	outline: none;
}

.tabs dd > a:hover, .tabs .tab-title > a:hover {
	background: #fdfdfd;
}

.member-forms .tabs dd.active a, .tabs .tab-title.active a {
	border-bottom: 5px solid #ddd;
}

.member-details{
	/*background: #2c3e50;*/
	min-height: 60vh;
	position: relative;
	margin-top: 10px;
}

.member-details .member-photo{
	/*background: #2c3e50;*/
    padding: 6rem 0rem 2rem 0rem;
    text-align: center;
}

.member-details .member-photo img{
    width: 200px;
    height: 200px;
	border-radius: 100px;
    border: 7px solid rgba(255, 255, 255, 0.59);

}

.member-details .member-name,
.member-details .member-email{
	font-family: "HelveticaNeue";
	text-align: center;
	/*color: #fff;*/
}
.member-name{
	font-size: 20px;
}

.member-email{
	font-family: "HelveticaNeue-Light";
	font-size: 15px;
	padding: 0px 0px 30px 0px;
	letter-spacing: 1px;
}

.member-details a.back-button{
	 position: absolute;
    top: 9px;
    left: 20px;
    color: #fff;
    font-size: 26px;
}

.member-details span.title-btn{
	color: #fff;
	font-size: 16px;
	padding: 0px 10px;
	font-family: "HelveticaNeue-Bold";
}

.member-options nav{
	height: 45vh;
}

.education_fields{
	position: relative;
	padding-bottom:	25px;
}

.education_single{
	display: none;
}

.image-editor{
	padding: 0px 30px;
}

.add_field, 
.remove_field,
.add_training_field,
.add_history_field,
.add_appointment_field,
.add_member_field,
.add_bill_field,
.add_contribution_field,
.add_publication_field,
.add_children_field,
.add_skill_field{
	font-size: 26px;
    text-align: center;
}


.add_field,
.add_training_field,
.add_history_field,
.add_appointment_field,
.add_member_field,
.add_bill_field,
.add_contribution_field,
.add_publication_field,
.add_children_field,
.add_skill_field{
	color: #4F8EF7;   
}

.remove_field{
	color: red;
    line-height: 72px;
}


.login{
	border-radius: 4px;
	border: 1px solid #ddd;
	width: 30rem;
	margin: 5rem auto;
	background: #fff;
	padding: 2rem;
}

.login input[type="submit"]{
	background: #eee;
	color: #333;
	border: 1px solid rgba(0, 0, 0, 0.1);
	font-weight: bold;
}

.login h3{
	text-align: center;
	font-family: "HelveticaNeue";
	color: #999;
	text-transform: uppercase;
}

.login .login_logo{
	padding: 2rem 0;
}

.form_success{
	color: green;
	font-size: 12px;
}

.form_error{
	color: red;
	font-size: 12px;
}

#response-txt{
	margin: 12px 3px 0px 8px;
}

.res-txt{
	color: #fff;
    font-size: 16px;
    font-family: "Helveticaneue-bold";
}

table {
	background: #fff;
	width: 100%;
	border-radius: 2px;
	border: none;
	border-collapse: collapse;
	font-weight: 200;
	padding-bottom: 12px;
}
table thead{
	background: none;
}
table thead tr th{
	color: #999;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 12px;
}
table td, table th {
	padding: 10px;
	text-align: left;
	font-size: 12px;
}
table thead th, table tbody td {
	border-bottom: 1px solid #ddd;
}
table tbody tr:hover{
	background: #e7e7e7;
	cursor: pointer;
}
table td.name {
	text-transform: uppercase;
}
table td .actions {
	float: right;
	font-size: 16px;
}
table tr.even, table tr.alt, table tr:nth-of-type(even){
	background: none;
}

table tbody tr td {
	/*background: #f2f2f2;*/
	position: relative;
	font-size: 13px;	
	/*line-height: 0.9rem;*/
}

.tabs{
	border-bottom: 1px solid #ddd;
}

.tabs dd > a{
	background: #fff;
	padding: 0.4rem 1rem;
	font-weight: bold; 
}

.tabs dd a:hover{
	background: none;
}

.tabs dd a:focus{
	border: none;
}

.tabs dd.active{
	border-bottom: 6px solid #ddd;
}

.text-area-small{
	min-height: 100px;
	max-height: 100px;
}

.text-area-medium{
	min-height: 200px;
}

.text-area-big{
	min-height: 800px;
}

.excerpt{
	color: #999;
	font-size: 13px;
}

.posts{
	list-style: none;
}

.posts .post_img{
	margin-bottom: 1rem;
	padding: 10px 0;
	width: 100%;
	text-align: center;
}

.posts img{
	max-height: 120px;
}

.posts li h3{
	font-size: 1rem;
	font-weight: bold;
}

.posts li{
	border-bottom: 1px dotted #ddd;
}

.posts li .post{
	color: #777;
	font-size: 13px;
	text-align: justify;
	margin-bottom: 1rem;
}
.posts .post_meta{
	text-align: center;
}
.posts .post_meta a{
	color: #999;
	font-size: 11px;
}

.posts li .post_date{
	color: #999;
	text-transform: uppercase;
	font-size: 13px;
	text-align: center;
}

.posts .post_date .month{
	font-size: 27px;
}

.name{
	font-size: 20px;
	color: #008cba;
}

.mini_desc{
	font-size: 12px;
	line-height: 24px;
	font-style: italic;
}

.email{
	font-size: 13px;
	color: #008cba;
	font-style: italic;
}

.caption{
	font-size: 12px;
	font-style: italic;
	color: #999;
	text-align: center;
}

.actions{
	font-size: 12px;
	position: relative;
	text-align: center;
}

.title-small{
	font-size: 16px !important;
	font-family: "HelveticaNeue" !important;
	padding: 1rem;
}

.gallery .title{
	font-size: 25px;
	font-weight: bold;
	color: #999;
}

.gallery h4.title{
	font-size: 22px;
	text-transform: capitalize;
}

.gallery ul li{
	text-align: center;
}

.gallery ul li img{
	height: 100px;
	padding-bottom: 4px;
}

.gallery ul li a{
	font-size: 12px;
}

.gallery ul li img:hover{
	opacity: 0.5;
}

#redactor_image_box img{
	height: 70px !important;
}

#redactor-image-manager-box img{
	padding: 4px !important;
}

.faqs .accordion dd > a {
	color: #008cba;
}

.faqs .faq_actions{
	font-size: 12px;
	/*position: absolute;*/
	/*right: 18px;*/
	/*top: 0;*/
	/*bottom: 20px;*/
}

.profile-pic{
	margin: 0 22px 10px 0;
	width: 200px;
	min-height: 160px;
	background: #f8f8f8;
	float: left;
	position: relative;
}

..profile-pic span.change-pic a::before{
	content: "\f007";
	font-family: "FontAwesome";
}

.profile-pic span.change-pic a{
	color: #fff;
	background-color: rgba(0, 0, 0, 0.55);
	font-size: 13px;
	font-weight: bold;
	width: 200px;
	padding: 6px;
	position: absolute;
	bottom: 0;
	left: 0;

}

.chukuchuku:before,
.sub_chukuchuku:before{
	font-family: "FontAwesome";
	content: "\f044";
	color: #555;
}

/*.delete-chukuchuku:before,{
	font-family: "FontAwesome";
	content: "\f00d";
	color: #555;
}*/

.delete-chukuchuku{
	position: relative;
	right: 22px !important;
	top: 18px !important;
}


.chukuchuku{
	position: relative;
	right: 90px !important;
	top: 18px !important;
}

.sub_chukuchuku{
	position: relative;
	right: 0px !important;
	top: 0px !important;
}

.accordion{
	margin: 0px;
}

.accordion .accordion-navigation > a, .accordion li > a{
	background: #fff;
	border-bottom: 1px solid #ddd;
	font-weight: bold;
	color: #555;
}

.accordion .accordion-navigation > a:hover, .accordion li > a:hover {
  background: #F4F4F4;
}

.accordion .accordion-navigation.active > a, .accordion li.active > a {
  background: #F4F4F4;
  	border: none;
	font-weight: bold;
}

/*
.accordion li > a:hover {
 background: none; 
}

.accordion li.active > a {
	background: #F4F4F4;
	border: none;
	font-weight: bold;
}

.accordion li > a {
	background: none;
	border-bottom: 1px solid #ddd;
	font-weight: bold;
	color: #555;
}*/

td.sub-menu-active{
	background: #F4F4F4;
	font-weight: bold;
	padding: 15px 10px;
}

.sub-menu-title{
	font-size: 15px;
	color: #555;
}

tr.sub-menu-row{
	/*margin: 3rem;*/
	background: #f4f4f4;
}

table tr.sub-menu-row:nth-of-type(even){
	background: #f4f4f4;
}

.empty-content{
	font-family: "HelveticaNeue-UltraLight";
	background: #fff;
	padding-top:120px;
	min-height: 500px;
	color: #999;
	text-align: center;
	font-size: 25px;
}

.empty-content span{
	display: block;
	padding-bottom: 32px;
}

.empty-content .circled{
	width: 160px;
    height: 160px;
    background-color: #ECECEC;
    text-align: center;
    line-height: 160px;
    border-radius: 100px;
    margin: auto;
}

.empty-content i{
	color: #999;
}

.empty-content a{
	cursor: pointer;
	color: #928787;
	/*padding: 12px 24px;*/
	font-size: 22px;
}

.custom_dropdown_btn {
  background: none;
  color: #777;
  padding: 6px 10px;
  font-size: 14px;
  margin: 0;
  width: 100%;
  text-align: left;
}

.custom_dropdown_btn:hover{
	background: none;
	color: #777;
}


.custom_dropdown_btn:focus{
	background: none;
	color: #777;
}

a.toggler{
	color: #008CBA;
	font-size: 22px !important;
	position: absolute;
	right: 8.5rem;
	margin-top: 12px;
}

a.mini-toggler{
	font-size: 17px;
}

/*
notification overides*/
.ns-box{
	padding: 8px 30px !important;
}

.page-title{
	font-size: 20px;
	font-family: "HelveticaNeue-Light";
	text-transform: uppercase;
	padding-bottom: 1.5rem;
}


.back-icon::before,
.add-icon::before{
	font-family: "Ionicons";
	font-weight: normal;
	font-style: normal;
	font-size: 25px;
	margin: 2px 4px 4px 0;
	color: #008CBA;
}

.back-icon::before{
	  content: "\f2ca";
}

.add-icon::before{
	  content: "\f218";
}

table.dataTable thead th, table.dataTable thead td {
	/*border:none !important;*/
	border-bottom: 1px solid #ddd !important;
}

table.dataTable.no-footer {
	border: none !important;
}

#redactor-modal header{
	background: #fff !important;
}

.yes {
	color:green;
	text-transform: capitalize;
}

.no {
	color:red;
	text-transform: capitalize;
}

.center{
	text-align: center;
}

.pagination-centered {
    margin: 2rem 0rem;
}

.status-report{
	position: absolute;
	text-align: center;
    bottom: 1rem;
    right: 10px;
    font-size: 18px;
	font-family: "HelveticaNeue-Light";
    
}

.form-status,
.success-text{
	/*color: #43AC6A;*/
    /*font-size: 21px;*/
    position: relative;
	line-height: 30px;
    height: 80px;
    width: 300px;
	background: rgba(0, 0, 0, 0.62);
    color: #fff;
    padding: 20px;
    border-radius: 8px;
}

.close-btn{
	position: absolute;
    top: 5px;
    right: 10px;
    cursor: pointer;
}

.close-btn:hover{
	color: red;
}

a.log_info span{
	font-size: 20px;
}

a.log_info:hover{
	cursor: help;
}

.create-form{
	background: #f8f8f8;
	padding: 2rem;
}

.perm-lis{
	margin: 1rem;
}

.profile-pic .empty-photo{
	text-align: center;
	padding: 1rem;
	font-size: 13px;
	color: #777;
}

.member-cv {
	margin: 10px;
	/*width: 80rem;*/
	padding: 3rem 5rem;
	/*border: 10px solid #F7F7F7;*/
	background: #fff;
}

.member-cv .content-panel{
	background: #fff;
}

.member-cv .content-panel .title{
	text-align: center;
	 border: none;
}

.member-cv .cv-details{
	min-height: 200px;
	padding-top: 30px;
}

.member-cv .cv-heading{
	font-family: "Helveticaneue-bold";
    text-transform: uppercase;
    padding: 1rem 0;
    /*border-bottom: 1px solid #999;*/
}

.member-cv table tbody tr:hover{
	background: none;
}

.member-cv table tbody tr td{
	border: none;
}

.outgoing-sms{

}

.outgoing-sms h4{
	font-family: "HelveticaNeue-Bold";
	text-transform: uppercase;
	font-size: 15px;
	border-bottom: 1px solid #ddd;
	padding: 0 0 5px 0;
	color: #999;
}

.outgoing-sms ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.outgoing-sms ul li{
	font-family: "HelveticaNeue-Light";
	border-bottom: 1px dotted #ddd;
	font-size: 13px;
	padding: 5px 0px;
}

.outgoing-sms ul li span{
	font-family: "HelveticaNeue";
	text-transform: uppercase;
	font-size: 12px;
	color: #A4A3A3;
}

.following-panel,
.sms-panel{
	display: none;
}

.to-uppercase{
	text-transform: uppercase;
}

.search-form{
	border-right: 3px slid #ddd;
	/*width: 95%;*/
	background: #fff;
	padding: 10px 0px;
}

.search-form input[type='text'],
.search-form .selectize-control.single .selectize-input, .selectize-control.single .selectize-input input{
	height: 40px;
	margin: 0px;
}

.header{
	/*height:60px;*/
	/*background: #34495E;*/
}

.header h4{
	color: #D2D2D2;
	/*padding: 10px 20px;*/
	font-weight: bold;
	text-transform: uppercase;
	font-size: 22px;
}

.search-form input[type='submit']{
	background: #2ecc71;
    color: #fff;
    outline: none;
    box-shadow: none;
    border: none;
    height: 40px;
    font-weight: bold;
    text-align: center;
    padding: 0px 12px;
}

.moveup{
	margin-top: -6rem;
}

@viewport{
  zoom: 1.0;
  width: device-width; /* = 100vw */
}
@-ms-viewport{
  width: device-width;
  zoom: 1.0;
}

@media print{

	@page {
		margin: 1cm 1cm;
	}

	body {
		font: 12pt;
		line-height: 0.5;
	}

	.member-cv,
	.member-cv .cv-details{
		padding: 0;
		margin: 0;
	}

	nav,
	header,
	span.print,
	.member-details,
	.member-nav,
	.member-header{
		display: none;
	}

	table thead tr th{
		font-family: "HelveticaNeue-Bold";
		border: none;
	}

	table tbody tr td{
		border: none;
	}
}

@media screen and (max-width: 720px) {

	/*.row .row.collapse{
	    margin: 0;
	    max-width: none;
	    width: auto;
	}*/

    .content-panel{
		padding: 10px 0px;
	}

	.analytic{
		border-bottom: 2px solid #F7F7F7;
		margin: 0;
	}
}