n/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@import url('//fonts.googleapis.com/css?family=Helvetica|Arial|sans-serif');

html {
	width: 100%;
	height: 100%;
}

body {
	font-family: 'Helvetica';
	font-size: 13px;
	line-height: 1.42857143;
	color: #666;
	margin: 0;
	background: #fff;
	overflow-x: hidden;
	font-weight: 400;
}

p {
	font-size: 13px;
	line-height: 18px;
	margin: 0px;
}

p+p {
	margin-top: 10px;
}

textarea {
	resize: none;
}

.small,
small {
	font-size: 75%;
}

ol,
ul {
	margin-top: 0;
	margin-bottom: 0px;
	list-style: none;
}

ul,
menu,
dir {
	-webkit-padding-start: 0px !important;
	padding-left: 0 !important;
}

a {
	color: inherit;
}

hr {
	margin-top: 10px;
	margin-bottom: 10px;
}

a:hover,
a:focus {
	color: inherit;
	text-decoration: none;
	outline: 0;
	outline-offset: 0;
}

:focus {
	outline: none !important;
	outline: -webkit-focus-ring-color auto 0px !important;
}

.m {
	font-weight: 500;
}

.b,
b {
	font-weight: 700;
}

.form-control:focus {
	box-shadow: none;
}

.opcma-leftside {
	background: #f1f1f1;
}

.Initiatives-select select {
	background: #fff;
	border: 0;
	font: normal normal normal 15px/1.4em helvetica-w01-light, helvetica-w02-light, sans-serif;
	display: table;
	margin: 0 auto;
	border-radius: 0.25rem;	
	background-color: rgba(255, 255, 255, 1);
	color: #303030;
	border: 1px solid rgba(198, 226, 247, 1);
	padding: 4px 12px;
	cursor: pointer;
	width: 200px;
}
.page-link {
    color: #748f63;
}
.page-item.active .page-link {
    background-color: #748f63;
    border-color: #748f63;
}
section.blog-area.my-5 {
    margin-top: 0px !important;
}
a.btn.btn-mini.pm-icon {
    padding: 0px;
}
.opcma-leftside input.form-control {
	border-radius: 6px;
	font: normal normal normal 15px/1.4em helvetica-w01-light, helvetica-w02-light, sans-serif;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-width: 1px;
	/*background-color: rgba(255, 255, 255, 1);*/
	background-color: rgba(255, 255, 255, 1);
	box-sizing: border-box !important;
	color: #000;
	border-style: solid;
	border-color: rgba(198, 226, 247, 1);
	padding: 5px 10px;
	width: 175px;
}

.float-right.PE {
    position: relative;
	display:none;
}
.float-right.PE span {
    position: absolute;
    left: 55px;
    top: -5px;
}

.left-search button {
    padding: 4px 5px;
    border-radius: 5px;
    transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    background: #dc3727;
    border: solid rgba(48, 48, 48, 1) 0px;
    color: #fff;
    font-size: 14px;
}

.sideleft-top-2 {
	text-align: center;
}

.sideleft-top-2 svg {
	width: 120px;
	display: inline-block;
}

.sideleft-top-2 svg path {
	fill: rgb(169, 169, 169);
}

.sideleft-top-2:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(255, 255, 255, 0.7);
	left: 0;
	top: 0;
	z-index: 2;
}

.sideleft-top-2 {
	text-align: center;
	background: url(../img/bg-2.png);
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 9;
}

.sideleft-top-2-bg {
	position: relative;
	z-index: 9;
}

.opcma-rightside-top {
	float: left;
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
}

.opcma-rightside-top .breadcrumb-item+.breadcrumb-item::before {
	content: "|" !important;
}

.opcma-rightside-top .breadcrumb-item a {
	color: #ccc;
	font-size: 14px;
	text-transform: uppercase;
}

.nav-tabs .nav-link {
	height: auto;
	width: 180px;
	position: relative;
	border: 0px solid rgba(65, 65, 65, 1);
	background-color: rgb(169, 169, 169);
	border-radius: 0 30px 0 30px;
	box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
	display: table;
	margin-right: 20px;
	color: #fff;
	font-size: 14px;
	padding-right: 30px;
}

.nav-tabs .nav-link svg {
	width: 45px;
	height: 45px;
	float: left;
	margin-right: 10px;
}

.opcma-rightside .r-data label {
	text-transform: uppercase;
}

.nav-tabs .nav-link svg path {
	fill: #fff;
}

.nav-tabs .nav-link.active {
	color: #fff;
	background: #ee933a;
}

.opcma-rightside .r-data {
	border-radius: 5px;
	border: 1px solid #ccc;
	box-shadow: 0px 0px 5px 1px #0000004d;
	padding: 0px 20px 20px;
	margin-top: 40px;
	float: left;
	width: 100%;
}

.opcma-rightside .r-data ul#myTab {
	margin-top: -40px;
}

.opcma-rightside .r-data .tab-content {
	padding-top: 20px;
}

.text-brouwn {
	color: #7A0303;
}

.tab-content textarea.form-control {
	height: 160px;
}

button.btn.submit-btn {
	transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
	background-color: rgba(255, 132, 0, 1);
	border-color: rgba(48, 48, 48, 1);
	border-radius: 5px;
	transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
	background: rgba(78, 97, 67, 1) url(../img/button_bg.png) 50% 50% repeat-x;
	border: solid rgba(48, 48, 48, 1) 0px;
	color: #fff;
	padding: 6px 35px;
}

button.btn.cancle-btn {
	transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
	background-color: rgba(255, 132, 0, 1);
	border-color: rgba(48, 48, 48, 1);
	border-radius: 5px;
	transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
	background: rgba(182, 181, 181, 1) url(../img/button_bg.png) 50% 50% repeat-x;
	border: solid rgba(48, 48, 48, 1) 0px;
	color: #fff;
	padding: 6px 35px;
}

p.sent-invite-p {
	line-height: 20px;
	padding-left: 5px;
	float: left;
}

.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.inputfile+label {
	width: 100%;
	font-size: 14px;
	font-weight: 400;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	padding: 0.625rem 1.25rem;
	text-transform: capitalize !important;
	font-style: italic;
	background: #748f63;
	color: #fff;
	text-align: center;
	border-radius: 5px;
}

.no-js .inputfile+label {
	display: none;
}

.inputfile:focus+label,
.inputfile.has-focus+label {
	outline: 1px dotted #000;
	outline: -webkit-focus-ring-color auto 5px;
}

.inputfile+label * {
	/* pointer-events: none; */
	/* in case of FastClick lib use */
}

.inputfile+label svg {
	width: 1em;
	height: 1em;
	vertical-align: middle;
	fill: currentColor;
	margin-top: -0.25em;
	/* 4px */
	margin-right: 0.25em;
	/* 4px */
}

.opcma-rightside .r-data .tab-content h6 {
	font-size: 14px;
}

::placeholder {
	color: ccc;
	font-size: 12px;
}

.comment-list li .vcard {
    width: 60px;
    float: left;
}
.comment-list li .vcard svg {
    width: 40px;
}

.comment-list li .comment-body {
    float: right;
    width: calc(100% - 60px);
}

.comment-list h4 {
	 float: right;
    width: calc(100% - 60px);
	    margin-top: 20px;
		margin-bottom:20px;
}

.comment-list li .comment-body h3 {
    font-size: 14px;
}
.comment-list li .vcard svg path {
    fill: #748f63;
}
.comment-list li .comment-body .meta {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .1em;
    color: #ccc;
}
ul.comment-list {
    border-radius: 5px;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 5px 1px #0000004d;
    padding: 20px !important;
    margin-top: 40px;
    float: left;
    width: 100%;
}

.comment-list li .comment-body p {
    font-size: 14px;
    line-height: 24px;
}

.comment-box {
    position: relative;
    margin-bottom: 15px;
    padding-left: 60px;
	 float: right;
    width: calc(100% - 60px);
}
.comment-box .comment-user-avatar {
    position: absolute;
    top: 0;
    left: 0;
    background: #f5f5f5;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
}
.comment-box .comment-content {
    position: relative;
}

.comment-box .comment-content textarea {
    width: 100%;
    height: 60px;
    border-radius: 5px;
    border-color: #ccc;
	    padding: 5px 12px;
}

.comment-box .comment-content .aurther-name {
    font-size: 14px;
    margin-right: 20px;
}
span.comment-time {
    margin-right: 20px;
    color: #7a7a7a;
    font-size: 14px;
}

.comment-box .comment-content a {
    color: #748f63;
    font-weight: 600;
    font-size: 16px;
}

.comment-list li .comment-body h3 a {
    color: #748f63;
    font-weight: 600;
    font-size: 20px;
}


.header .logo {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}
.header .logo:hover {
    color: #fff;
}
.header {
    background: #fff;
    box-shadow: 0px 0px 5px 1px #0000004d;
    border-top: 4px solid #ee933a;
}
button.btn.btn-search.d-table.mx-auto.adsearch {
    font-size: 14px;
    font-weight: 600;
}
button.btn.btn-search.d-table.mx-auto.adsearch:hover {
    background: #ee933aa3;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.2rem;
    padding-left: 0.2rem;
}
.navbar.header {     padding: 5px 0;    min-height: 45px; }
.header .form-group.my-2.Initiatives-select select {
    width: 300px;
}
.header .form-group.my-2.Initiatives-select {
    float: left;
    margin-left: 21px;
}

.nav-menu a img {
    width: 25px;
}
.header.navbar-light .navbar-nav .nav-link {
    /*color: rgba(255, 255, 255, 1);
    font-size: 14px;*/
    font-weight: bold;
}
.nav-menu .nav-item {
    padding: 0 8px;
}

.nav-link.signup {
    background: #57635f;
    color: #fff;
    padding: 5px 15px !important;
    border-radius: 5px;
    box-shadow: 0px 0px 2px 0px #0000004d;
}

th {
    background: #f1f1f1;
    /* color: #fff; */
    border-bottom: none !important;
    text-transform: uppercase;
    border-top: none !important;
}

a.pm-icon {
    color: #506460;
}
a.btn.btn-mini.pm-icon:hover {
    color: rgba(255,132,0,1);
}





.accordion .card-header:after {
    font-family: 'Font Awesome 5 Free';  
    content: "\f077";
    float: right; 
	font-weight: bold;
}
.accordion .card-header.collapsed:after {
    content: "\f078"; 
}


.accordion {
    padding: 0 25px;
}


.accordion .card {
    background: transparent;
    border: 0;
}

.accordion .card .card-header {
    background: transparent;
    padding: .75rem 0.3rem;
}
.accordion .card-body {
    padding: 10px 0;
}



.accordion .card-body.initiatives_accordian li {
    border-bottom: 10px;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    list-style: circle !important;
    padding-left: 25px;
    position: relative;
}


.accordion .card-body.initiatives_accordian li:before {
    content: '\f101';
    left: 0;
    top: 2px;
   font-family: 'Font Awesome 5 Free';
    position: absolute;
	font-weight: bold;
}

.accordion .card-body.contact_accordian li:before {
    content: '\f007';
}

.accordion .card-body ul li a:hover {
    color: #ff8400;
}

.request-btn {
    float: right;
    width: 50%;
    text-align: right;
}

.request-btn a {
    transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
	background-color: rgba(255, 132, 0, 1);
	border-color: rgba(48, 48, 48, 1);
	border-radius: 5px;
	transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
	background: rgba(78, 97, 67, 1) url(../img/button_bg.png) 50% 50% repeat-x;
	border: solid rgba(48, 48, 48, 1) 0px;
	color: #fff;
	
    font-size: 13px;
}

tr.odd {
    background: #fff !important;
}







/* New CSS */




.member-list li svg {
    font-size: 24px;
    margin-right: 10px;
}
.member-list li a {
    font-size: 15px;
    display: flex;
    padding: 10px 12px;
    align-items: center;
}

.member-list li a:hover{background:#ededed;}


.heading-2 {
    font-size: 18px;
    text-align: center;
    padding: 10px 15px;
    margin-bottom: 0;
    background: #9c9c9c;
    color: #fff;
    font-weight: 500;
	border-radius: 0 24px 0 24px;
}
.tp-br-radius{border-top-right-radius: 24px;box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);}
nav.navbar.navbar-expand-lg.navbar-light.header.lgn-login {
    
    border: none;
}

.activity-list {padding: 12px 15px;
    float: left;
    width: 100%;
	word-break: break-word;
}
.activity-list label {
    font-size: 14px;
    font-weight: 600;
    float: left;
    width: 120px;
}
.activity-list p {
    float: left;
    width: calc(100% - 120px);
	    line-height: 22px;
}	
.activity-list button {
    font-size: 13px;
    font-weight: 500;
}

button.btn.action_btn, a.btn.action_btn, a.logout, a.edit {
    background: #dc3727;
    color: #fff;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 20px;
    padding: 5px 18px;
    margin-left: 15px;
    font-size: 13px;
    margin-bottom: 15px;
}
button.btn.action_btn,a.btn.action_btn:hover {
    background: #ee933ac7;
}

.Initiative-feed-listing {
    padding: 15px 15px;
    display: table;
    padding-bottom: 0;
    width: 100%;
}
.feed-content a {
    display: block;
    color: #1c1c1c;
    font-size: 13px;
    font-weight: 600;
    float: left;
    width: 75%;
    padding-left: 8px;
    line-height: 18px;
	word-break: break-word;
}
.feed-content span {
    padding-left: 8px;
    margin-top: 5px;
    display: inline-block;
	word-break: break-word;
	
}
.feed-content span.date-ini{float: right;
    margin-right: 10px;}

.feed-post-thumb img {
    max-width: 100%;
	border-radius: 50%;
	width: 45px !important;
    height: 45px;
}

.text-white a {
    color: #fff;
}

.feed-post-thumb {
    width: 25%;
    float: left;
}
.member-list .Initiative-feed-listing {
    display: flex;
    cursor: pointer;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.075);
    padding: 8px 15px;
}
.member-list .Initiative-feed-listing .feed-content {
    width: 75%;
	padding-left: 10px;
	position:relative;
}

.bg-light {
    background: #fff !important;
}
.table-striped tbody tr:nth-of-type(odd) {background:#fff;}
select.form-control:not([size]):not([multiple]) {
    height: auto;
}
.add-project.new-project {
    background: transparent;
    padding: 8px 0;
    text-align: center;
    width: 100%;
    font-size: 14px;
    border: 1px solid;
    text-transform: uppercase;
    float: left;
	margin-top: 5px;
}
.add-project.new-project:hover{background:#56635F; color:#fff;}
a.pic-model img {
    width: 20px;
    margin-top: -5px;
}
.sideleft-top-2-bg .pic {
    border-radius: 50%;
	max-width: 100px;
}

.change_picture img {
    max-width: 100px;
    border-radius: 50%;
}


.desc, .asc, .sort-forum {
	position: relative;
}

.desc::after {
	content: "\f062" !important;
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	right: -10px;
	color: red !important;
}

.asc::after {
	content: "\f063" !important;
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	right: -10px;
	color: red !important;
}

.sort-forum::after {
	content: "\f0dc";
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	top: 1px;
	right: -15px;
	color: #e65f5f;
}
th, td {text-align:center;}

.psearch {
    border-radius: 6px;
    font: normal normal normal 15px/1.4em helvetica-w01-light, helvetica-w02-light, sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-width: 1px;
    background-color: rgba(255, 255, 255, 1);
    box-sizing: border-box !important;    
    border-style: solid;
    border-color: rgba(198, 226, 247, 1);
    padding: 6px 10px;
    width: 200px;
}


input.search_img1 {
    padding: 6px 7px;
    border-radius: 5px;
    transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    background: #dc3727;
    border: solid rgba(48, 48, 48, 1) 0px;
    color: #fff;
    font-size: 14px;
    margin-left: 2px;
    text-transform: uppercase;
}
.paging span.next {
    /* background: #748f63; */
    color: dee2e6;
    
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border: 1px solid #dee2e6;
    /* margin-left: 10px; */
}
.paging span.prev{
border: 1px solid #dee2e6;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-right:none
}
.paging span {border: 1px solid #dee2e6; padding: 15px; border-right:none;}


.paging span.current {
    background: #ee933a;
    color: #fff;
	border: 1px solid #ee933a;
}
.paging span.current:hover {
    background: #748f63;
}

.paging span:hover {
    background: #f8fcfc;
}
input, textarea, select {
    font-size: 13px !important;
}

.ajax_loading_container{
    width: 100%; 
    height: 100%; 
    position: fixed;
    z-index: 10000000;
    top: 0px; 
    left: 0px; 
    right: 0px;
    bottom: 0px; 
    margin: auto; 
    display: block;
}
.ajax_loading_container .inner{
    width: 250px;
    height: 75px; 
    text-align: center; 
    position: fixed;
    top: 0px; 
    left: 0px; 
    right: 0px; 
    bottom: 0px; 
    margin: auto;
    font-size: 16px;
    z-index: 10;
    color: rgb(255, 255, 255);
}
.ajax_loading_container .inner img{
    width: 50px;
}
.ajax_loading_container .background{
    background: rgb(0, 0, 0) none repeat scroll 0% 0%;
    opacity: 0.7; 
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
}

label.error {
    color: red;
    text-transform: inherit !important;
    padding: 0 !important;
    margin: 0 !important;
}
div#success_message1 {
    font-size: 14px;
    padding: 20px;
    background: #f1f1f1;
    text-align: center;
    color: green;
    width: 100%;
    margin: 0 auto;
	text-transform: uppercase;
}
div#err_message1 {
    font-size: 14px;
    padding: 20px;
    background: #f1f1f1;
    text-align: center;
    color: red;
    width: 100%;
    margin: 0 auto;
	text-transform: uppercase;
}

button.btn {
    font-size: 14px;
    text-transform: uppercase;
}

.ui-menu li.ui-menu-item {
    background: #f1f1f1;
    border-bottom: 1px solid #ccc;
    padding: 5px 5px;
    font-size: 13px;
}
.scrollbar-light-blue::-webkit-scrollbar {
width: 6px;
background-color: #F5F5F5; }

.scrollbar-light-blue::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #9c9c9c; }

.scrollbar-dusty-grass::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #F5F5F5;
border-radius: 10px; }

.scrollbar-dusty-grass::-webkit-scrollbar {
width: 6px;
background-color: #F5F5F5; }

.scrollbar-dusty-grass::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-image: -webkit-linear-gradient(330deg, #d4fc79 0%, #96e6a1 100%);
background-image: linear-gradient(120deg, #d4fc79 0%, #96e6a1 100%); }

.square::-webkit-scrollbar-track {
border-radius: 0 !important; }

.square::-webkit-scrollbar-thumb {
border-radius: 0 !important; }

.thin::-webkit-scrollbar {
width: 6px; }

.opcma-project h3.heading-2 {
    font-size: 15px;
    text-transform: uppercase;
}
.scrollbar-light-blue.ini-members {
    max-height: 350px;
    overflow-y: auto;
	min-height: 200px;
	
}
.scrollbar-light-blue.ini-feeds{
    max-height: 300px;
    min-height: 200px;
    overflow-y: auto;
	
}
.scrollbar-light-blue.ini-forums{
    max-height: 200px;
    min-height: 200px;
    overflow-y: auto;
	
}
a.mp {
    position: absolute;
    text-align: right;
	color: #d87878;
}
#success_message1 a {
    background: yellow;
    padding: 4px 8px;
    margin-left: 20px;
    text-decoration: none;
}


.post-comments .media:nth-child(1) {
    margin-top: 0;
}
.post-comments .media {
    margin-top: 20px;
    margin-bottom: 20px;
}
.post-comments .media .media-left {
    position: relative;
    padding-right: 15px;
}
.feed-post-thumb {
    float: left;
}
.post-comments .media .media-left .media-object {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: relative;
    z-index: 20;
}
.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}
.post-comments .media .media-heading h5 {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0;
	font-weight: 600;
}
.post-comments .media .media-heading .time {
    color: #97989b;
    margin-left: 10px;
    font-size: 12px;
}
.post-comments .media .reply, .forum-content .reply {
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 13px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    background-color: #ee933a;
    border-radius: 2px;
    -webkit-transition: .2s opacity;
    transition: .2s opacity;
	border:none;
}

.dataPanel .header {
    box-shadow: unset;
    border: none;
    background: transparent;
}

.post-comments {
    margin-top: 20px;
}
.reply.delete {
    background: #ce6969;
}
.post-comments p {
    margin-bottom: 15px;
	white-space: pre-wrap;
}

.forum-content p {
    white-space: pre-wrap;
}

.forum-content h4 {
    margin-bottom: 20px;
}

.filtered-initiative {
    font-size: 18px;
    color: #ee933a;
	padding: 0 0px 10px;
}

.error-message {
    color: red;
}
div#AssignedTo p {
    width: 33.3%;
    float: left;
}

.ImageButton_1_correct-positioning {width:100%; position:relative;}
.ImageButton_1activeImage {
    top: -30px;
    position: absolute;
    width: 27px;
    height: 27px;
    right: 0;
}
.ImageButton_1activeImage_1 {
    top: 5px;
    position: absolute;
    width: 27px;
    height: 27px;
    right: 10px;
}
#loginForm .error-message { display: none;} #loginForm .form-control[readonly],#signupForm .form-control[readonly]{ background: #fff;}
#comp-jt0jl32uactiveImageimage { width: 27px; height: 27px; object-fit: contain; }

/* dashboard css */

.RightSide-btn button.btn.action_btn, .RightSide-btn a.btn.action_btn {
    width: 100%;
    margin-left: 0;
    padding-top: 10px;
    text-align: right;
        padding: 10px;
}

.RightSide-btn button.btn.action_btn svg, .RightSide-btn a.btn.action_btn svg {
    float: left;
    font-size: 40px;
}

.RightSide-btn button.btn.action_btn h4, .RightSide-btn a.btn.action_btn h4 {
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 0;
}

.RightSide-btn button.btn.action_btn p, .RightSide-btn a.btn.action_btn p {
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 5px;
    display: inline-block;
	letter-spacing: 1px;
}
.docListing h5 {
    padding: 10px 15px;
   
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #333;
	letter-spacing: 2px;
	border-bottom: 1px solid #ccc;
}
.docListingDate {
    float: left;
    width: 35%;
}
.docListingDiscription {
    float: right;
    width: 65%;
    padding-left: 5px;
}
.docListing-inner-item {
    padding:10px;
    float: left;
    width: 100%;
    padding-top: 6px;
    display: flex;
    align-items: center;
	border-bottom: 1px solid rgba(250, 250, 250, 1);
}

button.btn.viewBtn:hover, a.btn.viewBtn:hover {
	background-color:#748f63ba; 
}
button.btn.viewBtn, a.btn.viewBtn {
    border-radius: 4px;
    background: #748f63;
    color: #fff;
    display: inline-block;
    max-width: 200px;
    margin: 5px auto;
    padding: 0px 15px;
	font-size: 13px;
}
.docListing-inner {
    height: 150px;
    overflow-y: scroll;
	background:#fff;
    border-bottom: 1px solid #ccc;
	font-size: 12px;
}
.docListing .card {
    background: #fafafa;
	    border: 1px solid #ccc;
}


.docListing.eventListing .docListingDate {
    width: 20%;
}
.docListing.eventListing .docListingDiscription {
    width: 75%;
}
.docListingStatus {
    width: 5%;
}

.docListingStatus span.badge {
    font-size: 12px;
    width: 100%;
    font-weight: 600;
    padding: 5px 12px;
}
.action_btn.orange{background:#fcaf5d !important; }
.action_btn.blue{background:#6c92c6 !important;}
.docListing-inner-item:hover {
    background: #f6f6f6;
}
td a strong, td a {
    font-weight: 600;
    color: #4e6143;
}
td a:hover strong, td a:hover {
    color: #ff8400;
}

.major-menu li.nav-item a img {
    display: block;
    margin: 0 auto;
}

.major-menu li.nav-item a span {
    font-size: 11px;
    float: left;
    margin-bottom: 5px;
}

/* modal popup css */
.modal-dialog .h4, .modal-dialog h4 {
    font-size: 18px;
	
}

.modal-dialog .ionic-form {
    padding-bottom: 15px;
    float: left !important;
    width: 100%;
}
.modal-dialog .ionic-form label {
    color: #464646;
    float: left !important;
    font-size: 14px;
    line-height: 19px;
    padding-right: 10px;
    padding-top: 3px;
    width: 16%;
    font-weight: bold;
}
.modal-dialog .ionic-form input, .modal-dialog .ionic-form textarea {
    border: 1px solid #d2d2d2;
    float: left !important;
    padding: 12px;
    width: 100%;
    box-sizing: border-box;
    
}
.modal-dialog .btn-primary {
    color: #fff;
    background-color: #56635F;
    border-color: #54645F;
    border-radius: 0 !important;
}

.modal-dialog .ionic-form .col-lg-10 {
    float: left !important;
}

.modal-dialog .btn-primary:hover {
    background: #56635f;
    border-color: #56635f;
}

.modal-dialog .col-xs-12 {
    width: 100%;
    float: left !important;
}

.modal-dialog .col-xs-12.form-group {
    margin-bottom: 15px;
}

.modal-dialog .col-lg-1, .modal-dialog .col-lg-10, .modal-dialog .col-lg-11, .modal-dialog .col-lg-12, .modal-dialog .col-lg-2, .modal-dialog .col-lg-3, .modal-dialog .col-lg-4, .modal-dialog .col-lg-5, .modal-dialog .col-lg-6, .modal-dialog .col-lg-7, .modal-dialog .col-lg-8, .modal-dialog .col-lg-9, .modal-dialog .col-md-1, .modal-dialog .col-md-10, .modal-dialog .col-md-11, .modal-dialog .col-md-12, .modal-dialog .col-md-2, .modal-dialog .col-md-3, .modal-dialog .col-md-4, .modal-dialog .col-md-5, .modal-dialog .col-md-6, .modal-dialog .col-md-7, .modal-dialog .col-md-8, .modal-dialog .col-md-9, .modal-dialog .col-sm-1, .modal-dialog .col-sm-10, .modal-dialog .col-sm-11, .modal-dialog .col-sm-12, .modal-dialog .col-sm-2, .modal-dialog .col-sm-3, .modal-dialog .col-sm-4, .modal-dialog .col-sm-5, .modal-dialog .col-sm-6, .modal-dialog .col-sm-7, .modal-dialog .col-sm-8, .modal-dialog .col-sm-9, .modal-dialog .col-xs-1, .modal-dialog .col-xs-10, .modal-dialog .col-xs-11, .modal-dialog .col-xs-12, .modal-dialog .col-xs-2, .modal-dialog .col-xs-3, .modal-dialog .col-xs-4, .modal-dialog .col-xs-5, .modal-dialog .col-xs-6, .modal-dialog .col-xs-7, .modal-dialog .col-xs-8, .modal-dialog .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}



.modal-dialog .col-xs-10 {
    width: 83.33333%;
    float: left !important;
}

.modal-dialog form {
    width: 100%;
}

.modal-dialog .col-xs-2 {
    width: 16.66667% !important;
     float: left !important; 
}

.modal-dialog  label.error {
    color: red !important;
    font-weight: normal !important;
    font-size: 13px !important;
    margin-top: 2px !important;
}

.modal-header {
    /* padding: 15px !important; */
}
.modal-dialog .activity-desc {
    background: #efefef;
    text-align: center;
    margin: 0 0 10px;
    padding: 5px;
    width: 100%;
}

.modal-dialog .col-xs-6 {
    width: 50%;
    float:left !important;
}

.modal-dialog .ionic-table.edit-form.file-chooser-button {
    width: 100%;
}

.modal-dialog .col-lg-7.file_input_chooser {
    width: 58.33%;
    float: left;
}

.modal-dialog .ionic-form span {
    float: right; 
    margin-right: 3px;
    width: 100%;
}

.modal-dialog .btn.green:not(.btn-outline) {
    color: #FFF;
    background-color: #758E70;
    border-color: #758E70;
}

.modal-dialog .fileinput-button {
    position: relative;
    overflow: hidden;
    display: inline-block;
    white-space: normal;
}

.modal-dialog .fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px;
    direction: ltr;
    cursor: pointer;
}

.modal-dialog .col-lg-3 {
    width: 25%;
    float:left !important;
}

.modal-dialog .add-project.new-project {
    background: #56635F none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
    float: left;
    padding: 8px 0;
    text-align: center;
    width: 100%;
    font-size: 14px;
    height: auto;
    cursor: pointer;
}

.modal-dialog div#tabs-contract-files {
    width: 100%;
}

.modal-dialog table tr{
	border-bottom: none !important;
	float:none !important;
}
.modal-dialog table {
    width: 100%;
	
}

.modal-dialog .headlines li .text a {
    float: right;
}

.modal-dialog .thumbnail {
    display: inline-block;
    display: block;
    height: auto;
    max-width: 100%;
    padding: 4px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.modal-dialog .thumbnail {
    padding: 4px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
	margin-bottom: 10px;
}

.modal-dialog .thumbnail>img {
    margin-right: auto;
    margin-left: auto;
}

.modal-dialog .thumbnail>img {
    display: block;
    height: auto;
    max-width: 100%;
}

span.preview a img {
    width: 50px;
    border-radius: 50%;
}
button.btn.red.delete.fle.btn-sm {
    color: #fff;
    background: #e7505a;
    border: 1px solid #e7505a;
}

.btn.green:not(.btn-outline) {
    color: #FFF;
    background-color: #758E70;
    border-color: #758E70;
	font-size: 13px;
}

#fileupload .col-lg-12 a {
    text-decoration: none;
    color: #fff!important;
    background-color: #54645F;
    margin: 0;
   padding: 10px 6px 6px 10px;
    font-size: 13px;
}
.row.fileupload-buttonbar .progress {
    background: #fff !important;
}



#update_profile_form .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#update_profile_form .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}



#update_profile_form .col-xs-12.col-md-30 {
    text-align: center;
}


#myModal .panel-body {
    padding: 15px;
}

#myModal .sidebar_project_selection_dropdown {
    float: left;
    position: relative;
    width: 100%;
}

#myModal .tipS.tool-tip2 {
    height: 30px;
    width: 100%;
    border: 1px solid #ddd;
    padding: 5px;
}

#myModal .search_img1 {
    background: #55635F none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    font-weight: normal;
    padding: 5px;
}

#myModal .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.my-pic img {
    float: left;
    border-radius: 50%;
	height: 25px;
}
.main-header-logo img {
    width: 110px;
}

#success_popup_first_initiative img {
    width: 70px;
    margin-top: 20px;
}

#success_popup_first_initiative p {
    line-height: 26px;
    font-size: 16px;
    margin: 20px 22px 35px;
    padding: 10px 40px;
}

#success_popup_first_initiative h2 {
    font-size: 30px;
    margin: 20px 0;
}


@media (min-width: 768px){
.modal-dialog {
    max-width: 600px;
    margin: 30px auto;
}
}

@media (min-width: 450px){
	ul.token-input-list {
    min-height: 60px !important;
    width: auto;
}
}

/* end modal popup css */

/* Timeline CSS */

.post-comments textarea {
    height: 70px;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    padding: 5px 10px;
    width: 100%;
    display: block;
    background: #fff;
    color: #676767;
}

.media-author-reply .media-body {
    float: left;
    width: 80%;
}
.post-comments .media .media-left {
    position: relative;
    padding-right: 15px;
    float: left;
}
.media-author-reply {
    margin-bottom: 10px;
    margin-top: 10px;
	float: left;
    width: 100%;
}
.reply-discription {
    font-weight: 600;
    margin-right: 5px;
}
.reply-time {
    margin-right: 10px;
}
.comment-reply {
    font-weight: 600;
    color: #748f63;
}
.media.media-author.row {
    margin-top: 10px;
}
.media-author-reply:first-child {
    margin-top: 0;
}
.text-red {
    color: #bb1010 !important;
}
.Forum-feeds-title {
    float: left;
    width: 100%;
}
.Forum-feeds-title span {
    float: right;
}
.recentFeed .card {
    border-radius: 0;
}
.Forum-feeds-cnt p {
    font-size: 15px;
    margin-top: 10px;
    display: block;
}

.Forum-feeds-img {
    float: left;
    width: 50px;
}
.Forum-feeds-img img {
    max-width: 100%;
}
.ForumfeedsRight {
    float: left;
    width: 75%;
    padding-left: 10px;
}

.nav-menu .dropdown:hover>.dropdown-menu {
  display: block;
  margin: 0;
      padding: 0;
	  top: 46px;
}
.nav-menu .dropdown-item:hover>.dropdown-menu {
  display: block;
  
}

.nav-menu .dropdown .dropdown-menu a {
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
}

.nav-menu .dropdown .dropdown-menu a:last-child {
    border: 0;
}
.text-yellow {
    color: #ee933a;
}
.nav-menu .nav-item.dropdown {
    line-height: 30px;
}

/* login CSS */



.ocmpma-sign-form .form-group svg {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    color: #ccc;
    font-size: 16px;
}

.form-footer p a {
    font-weight: 600;
    color: #728169;
}
.form-footer p {
    font-size: 14px;
}

body.bd-dashboard {
    background: #ededed;
}
.bd-dashboard .opcma-leftside {
    box-shadow: 0 0px 10px rgba(0,0,0,.1);
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #ededed;
}

.nav-menu .dropdown:hover>.dropdown-menu ul.dropdown-menu {
    top: 0px;
    left: 158px;
}

.nav-menu .dropdown:hover>.dropdown-menu {
    display: block;
    margin: 0;
    padding: 0;
    top: 46px;
    position: absolute;
    left: -60px;
}

.dropdown-menu > .dropdown a::after {
    transform: rotate(-90deg) translateY(-50%);
    position: absolute;
    right: 5px;
    top: 50%;
}
.nav-menu .dropdown .dropdown-menu a {
    border: 0;
}

.ns-feed .post-comments {
    margin-top: 0px;
}

.ns-feed .post-comments .media .media-left .media-object {
    border-radius: 0px;
}

button.btn.btn-warning.cmd {
    margin-top: 10px;
    float: right;
    font-size: 12px;
}


/* login CSS */



form.ocmpma-sign-form {
    border-radius: 5px;
    border: 0px solid rgba(227, 206, 152, 1);
    box-shadow: 0px 0px 2px 0px #0000004d;
    padding: 62px 50px 25px;
    background: rgba(227, 229, 230, 0.68);
    max-width: 370px;
    position: relative;
    margin: 90px auto;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
}

.login-logo {
    text-align: center;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}

form.ocmpma-sign-form input {
    height: 40px;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #fff;
    /*padding: 23px;*/
    padding-left: 60px;
	font-size: 14px !important;
}
.ocmpma-sign-form .form-group {
    margin-bottom: 0;
    
	position: relative;
}
input#apus-user-remember {
    height: inherit;
}
.margin-top-36 {
    margin-top: 24px !important;
}
.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}
.margin-top-12 {
    margin-top: 12px !important;
}
.ocmpma-sign-form .form-group label {
    display: inline-block;
    max-width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px; 
}
.lost-pass {
    color: #333;
    float: right;
    font-size: 14px;
}
.ocmpma-sign-form .form-group svg {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    color: #ccc;
    font-size: 16px;
}

.form-footer p a {
    font-weight: 600;
    color: #333;
    text-decoration: underline;
}
.ocmpma-sign-form .form-group.border-top {
    border-top: 3px solid #fff !important;
}

section.ocpmaLogin {
    color: #333;
}


.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #57635f;
}
.form-footer p {
    font-size: 14px;
}
button.btn.submit-btn:hover {
    background: #FF8400;
}

.ocpmaLogin img.mail {
    position: absolute;
    left: 25px;
    top: 15px;
}

label.custom-control-label.remember {
    color: #333;
}

button.btn.submit-btn {
    transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    background-color: rgba(255, 132, 0, 1);
    border-color: rgba(48, 48, 48, 1);
    border-radius: 5px;
    transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    box-shadow: 0 1px 4px #cccccc;
    background: #ee933a url(../img/button_bg.png) 50% 50% repeat-x;
    border: solid rgba(48, 48, 48, 1) 0px;
    color: #fff;
    padding: 6px 35px;
}
.jumbotron {
    margin-bottom: 3rem;
    background-color: #fff;
    border-radius: 0.3rem;
    /* margin-top: 5rem !important; */
}

.jumbotron .p {
    font-size: 1.25rem;
    font-weight: 300;
}

.jumbotron a.sr-tem-btn {
    background-color: rgb(239, 64, 53);
    border: solid rgba(84, 84, 84, 1) 0px;
    cursor: pointer !important;
    padding: 8px 35px;
    position: relative;
    color: #fff !important;
    font-size: 14px;
    margin-top: 30px;
    text-transform: uppercase;
}

.jumbotron p {
    font-size: 16px;
    font-weight: normal;
    line-height: 28px;
}

.jumbotron a.sr-tem-btn:hover {
    background: #9c9c9c;
}

.custom-control-label::after {
    display: block;
	 top: 24px;
    left: -22px;
}


.custom-control-label::before {
    top: 23px;
    left: -25px;
    background-color: #ffffff;
}
form.ocmpma-sign-form input:focus {
  box-shadow:none;
}

form.ocmpma-sign-form input::placeholder {
  color: #ccc;
}

.custom-control.custom-checkbox {
    margin-left: 1.5rem;
    padding-left: 0 !important;
	line-height: 4;
}

div#success_message {
    font-size: 14px;
    padding: 10px;
    background: #f1f1f1;
    text-align: center;
    color: green;
    width: 100%;
    margin: 0 auto 10px;
    text-transform: uppercase;
}
div#err_message{
	font-size: 14px;
    padding: 10px;
    background: #f1f1f1;
    text-align: center;
    color: red;
    width: 100%;
    margin: 0 auto 10px;
    text-transform: uppercase;
	
}

p.no_more {
    text-align: center;
    background: #9c9c9c;
    padding: 20px;
    color: #fff;
    text-transform: uppercase;
}

.circle-loader, .circle-loader1 {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    position: relative;
    margin: 0 auto;
}
.circle-loader:before, .circle-loader1:before {
    z-index: 10;
    animation: spin 1s infinite;
}

.circle-loader:before, .circle-loader:after, .circle-loader1:before, .circle-loader1:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 5px solid transparent;
    border-top-color: #ff8400;
}

.navbar-light .logo.navbar-brand:hover, .navbar-light .logo.navbar-brand:focus {
    color: #fff;
}

.view_all_filter{width: 100%;}
.view_all_filter a {     margin: 0 auto;    display: table;}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.circle-loader:after {
    border: 5px solid #a3a4a5;
}

li.breadcrumb-item.active {
    text-transform: uppercase;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid #748d70;
  -webkit-text-fill-color: #748d70;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}
.ocmpma-sign-form .form-group label.error {
    text-align: center;
    padding-top: 5px !important;
    width: 100%;
}


/* Dashboard */

.LeftSideBar button.btn-border svg,.LeftSideBar a.btn-border svg {
    float: left;
    font-size: 50px;
}
.LeftSideBar button.btn-border h4, .LeftSideBar a.btn-border h4 {
    font-weight: 600;
    font-size: 36px;
    margin-bottom: 0;
}
.LeftSideBar button.btn-border p, .LeftSideBar a.btn-border p {
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 5px;
    display: inline-block;
}
.LeftSideBar button.btn-border, .LeftSideBar a.btn-border {
    color: #fff;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 20px;
    margin-left: 15px;
    font-size: 13px;
    margin-bottom: 15px;
    text-align: right;
	letter-spacing: 2px;
}
.LeftSideBarList {
    background: #fff;
}
.LeftSideBaricon svg {
    font-size: 42px;
    color: #ef4035;
}
.bg-green {
    background: #ef4035  !important;
}
.bg-orange {
    background: #ffa647 !important;
}
.bg-light-blue {
    background: #6d92c6 !important;
}

.LeftSideBarforum .LeftSideBaricon svg {
    color: #6d92c6;
}
.LeftSideBarDocument .LeftSideBaricon svg {
    color: #ffa647;
}


.container-wrapper {
    max-width: 980px;
    margin: 0 auto;
    background: #999;
}
h4.graph-title {
    font-size: 16px;
    font-weight: 500;
}
.rightSideBarListInner {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.bg-dark {
    background-color: #616060 !important;
}
.dashboard .py-2 {
    padding-bottom: 0px !important;
}


.registration-form-popup input {
    border-radius: 0;
}
.registration-form-popup button.close {
    position: absolute;
    right: 20px;
    width: 30px;
    height: 30px;
    background: #fff;
    opacity: 1;
    border-radius: 50%;
    top: 15px;
}

.registration-form-popup button.close span {
    text-shadow: none;
}
.registration-form-popup .modal-dialog.modal-dialog-centered.modal-lg {
    background: url(../img/popup-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	 position: relative;
}
.modal-dialog.modal-dialog-centered.modal-lg:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 132, 0, 0.38);
}
.registration-form-popup .modal-dialog.modal-dialog-centered.modal-lg .modal-content {
    background: transparent;
    padding: 50px;
    border: 0;
}
.registration-form-popup .modal-body {
    background: #eeeeeeb8;
    padding:30px 50px;
}

.registration-form-popup .form-group.col-md-6 {
    padding: 0 10px;
}
.registration-form-popup .modal-dialog-centered {
    min-height: unset !important;
}
.registration-form-popup input {
    border-radius: 5px;
    border: 1px solid #d9d9d9;
}
.registration-form-popup input:focus {
    box-shadow: none;
}
.registration-form-popup input::placeholder {
  color: #ccc;
  font-size:13px;
}

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

.docListing.eventListing .docListingDate {
    width: 25%;
}
.docListing.eventListing .docListingDiscription {
    width: 50%;
    padding: 0 5px;
}
.docListingStatus span.badge {
    font-size: 10px;
}
.docListingStatus {
    width: 25%;
}

}


@media only screen and (max-width:991px){
	div#navbarNavDropdown ul.nav-menu {
    width: 100%;
}
div#navbarNavDropdown .form-group.my-2.Initiatives-select {
    width: 100%;
	    margin: 0;
}
.navbar.header {
    padding: 15px 0;
}
.opcma-leftside {
    background: #f1f1f1;
    margin-bottom: 20px;
}
table#example {
	width: 100%;
    max-width: 100%;
    overflow-x: auto !important;
    display: inherit;
}
}


@media only screen and (max-width:575px){
	.header .form-group.my-2.Initiatives-select select {
    width: 100%;
}
	
	.navbar.header {
    padding: 10px 15px;
}
.activity-list p {
    width: 100%;
}
.activity-list label {
    width: 100%;
}
	
}