@charset "utf-8";

/*CSS Document*/


/* 
  Version 1.0
  Web Application: CGL
  Powered by: cyclinggrants.london
  Author: Charles
  License: Non commercial
*/


/* -----------------------------------*/


/* ---------->>> GLOBAL <<<-----------*/


/* -----------------------------------*/
.bg-n
{
     /* The image used */
   
    /* Full height */
    height: 100%; 
    box-shadow: rgba(33, 43, 45, 0.64) 0px 0px 0px 2000px inset;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	background: linear-gradient(90deg, #022bf3, #051d75);
}
p{
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
-ms-word-break: break-all;
word-break: break-all;
word-break: break-word;
word-wrap: break-word;
overflow-wrap: break-word;
font-size: 16px;

}
#list_charitram_wrapper p
{
    color:#999!important;
}
#list_charitram_wrapper > td span
{
    color:#999!important;
}
td span {
    color:#999!important;
    font-size: 0.8em;
    padding: 4px 7px;
    font-family: 'Muli-Regular';
}
#wrapper {
	/*background-color: #F3F3F4 !important;*/
}

body a {
	text-decoration: none !important;
}

.action-bar {
	background: #fff;
	display: block;
	margin: 0em 1em;
	padding: 1em;
	border: 1px solid #ebeff6;
	border-color: #ebeff6;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	margin: 15px;
}

.select-all .icheckbox_minimal {
	float: left;
}

.error {
	color: #e71d0f;
	font-size: 11px;
	font-weight: 100;
}
label.error {
       font-size: 11px !important;
    color: #E71D0F !important;
    margin-bottom: 0;
}
.status-active {
    background: #12AF4E;
    padding: 3px 6px;
    letter-spacing: 0.3px;
    color: #fff!important;
}
.status-inactive {
    background: #DC544B;
	padding: 3px 6px;
    letter-spacing: 0.3px;
    color: #fff!important;
}
.content-main {
    min-height: 770px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
	background-color: #4a63a2;
    border-color: #4a63a2;
}

/* -----------------------------------*/


/* ---------->>> HEADINGS <<<---------*/


/* -----------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

.panel-heading {
	border-bottom: 1px solid #DDDDDD;
}


/* -----------------------------------*/


/* ------------>>> TEXT <<<-----------*/


/* -----------------------------------*/

.text-bold {
	font-weight: bold!important;
}

.text-500 {
	font-weight: 500!important;
}

.text-600 {
	font-weight: 600!important;
}
.text-left{
	text-align: left !important;
}
.text-justify {
	text-align: justify!important;
}

.text-uppercase {
	text-transform: uppercase!important;
}

.text-lowercase {
	text-transform: lowercase!important;
}

.text-capitalize {
	text-transform: capitalize!important;
}

.text-white {
	color: #fff!important;
}

.text-black {
	color: #000!important;
}

.text-red {
	color: #f00!important;
}
.text-aqua {
	color: #00CDFF!important;
}

.text-light-blue {
	color: #3c8dbc!important;
}

.text-green {
	color: #00AE42!important;
}
.text-grey
{
    color: #AFAFAF!important;
}
.tooltip-icon-header {
	font-size: 22px!important;
}

/* -----------------------------------*/


/* ---------->>> COLOR <<<------------*/


/* -----------------------------------*/
.bg-white {
	background-color: #ffffff!important;
}
.bg-red{
	background-color: #DC544B !important;
}
.bg-green{
	background-color: #12AF4E !important;
}
.bg-gray{
    background-color: #828181 !important;
}
.bg-blue{
    background-color: #4A63A2 !important;
}
.bg-orange{
	background-color: #FF7300 !important;
}


/* -----------------------------------*/


/* ---------->>> HEADER <<<-----------*/


/* -----------------------------------*/

.full-left {
	margin-left: 1%;
}


/* -----------------------------------*/


/* ---------->>> FOOTER <<<-----------*/


/* -----------------------------------*/


/*.copy {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 250px;
}*/


/* -----------------------------------*/


/* ---------->>> NAVIGATIONS <<<-----------*/


/* -----------------------------------*/

.hide-bar {
	overflow: hidden;
}

a.hvr-bounce-to-right.active {
	color: #D95459;
}

ul.top-right-nav li ul li a:hover {
	background: none;
	color: #666;
}
.top-right-menus{
	height: 60px;
	line-height: 60px;
}
/*
.top-right-menus img{
	width: 60px;
	height: 60px;
}
*/

.top-right-menus .header-photo{
	display: inline-block;
	width: 60px;
	height: 60px;
	margin-right: 15px;
}
.top-right-menus .header-photo img{
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top;
	object-position: top;
	margin-top: -5px;
}
ul.nav.nav-second-level li a {
    font-size: 12px;
	background: #f8f8f8;
    border-right: 1px solid #E9E9E9 !important;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
ul.nav.nav-second-level li a i {
    height: 25px;
    line-height: 0px;
    padding: 15px;
}
.nav-second-level .hvr-bounce-to-right:before{
	background: #ccc;
}
@media (max-width: 768px) {
	#hide-show-sidemenu .fa-bars {
		display: none;
	}
	#page-wrapper {
		margin-left: 0!important;
	}
	.hide-bar {
		width: 100%!important;
	}
}


/* -----------------------------------*/


/* ---------->>> TABLES <<<-----------*/


/* -----------------------------------*/

div.dataTables_wrapper div.dataTables_length label,
div.dataTables_wrapper div.dataTables_filter label,
div.dataTables_wrapper div.dataTables_info,
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
	font-size: 14px;
	color: #888;
}
.data-tab {
    overflow: auto;
}
input.form-control.input-sm, select.form-control.input-sm{
	margin: 5px 0;
}
.dataTables_wrapper {
    font-size: 14px;
    font-family: 'Muli-Regular';
}
.dataTables_processing {
    top: 13px !important;
	border: 0;
    box-shadow: none;
    background: none;
}
.dataTable caption{
	padding: 0;
}
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after{
	/*bottom: 14px;*/
}
/*table design CR*/
ul.criteria
{
    line-height: 24px;
    padding-bottom: 10px !important;
    margin-left: 16px;
}
ul.organization
{
    margin-left: 15px;
    line-height: 24px;
    padding-bottom: 10px !important;
}
.bg-grey_lite
{
    background-color: #EFEFEF;
}
td span{
	padding: 3px 6px;
	letter-spacing: 0.3px;
	white-space: nowrap;
}
/*table design end*/
/* -----------------------------------*/


/* ---------->>> FORMS <<<-----------*/


/* -----------------------------------*/

.form-group label {
	font-size: 14px;
	color: #888;
}

.form-head {
	font-size: 17px;
	text-transform: uppercase;
	background: #D95459;
	color: #FFFFFF;
}

.browse-file {
	width: 100%;
	border: 1px solid #ccc;
	padding: 7px;
	font-size: 14px;
	color: #888;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	margin-bottom: 0;
}

label.chk-label {
	padding: 3px 5px;
	border: 1px solid #ccc;
	margin-right: 5px;
	font-size: 12px;
}

textarea {
	height: 100px!important;
	resize: none;
}

label.chk-label input[type=checkbox] {}
/*charles*/
.label-orange
{
    color: #fff;
    background-color: darkorange;
    border-radius: 0;
}
.label-green
{
    color: #fff;
    background-color: #00AE42;
    border-radius: 0;
}
.label-blue
{
    color: #fff;
    background-color: #3c8dbc;
    border-radius: 0;
}
/* -----------------------------------*/


/* ---------->>> EXTRAS <<<-----------*/


/* -----------------------------------*/

.width-100 {
	width: 100%;
}

.p-0 {
	padding: 0!important;
}

.p-t-0 {
	padding-top: 0!important;
}

.p-t-5 {
	padding-top: 5px!important;
}

.p-t-10 {
	padding-top: 10px!important;
}

.p-t-15 {
	padding-top: 15px!important;
}

.p-t-20 {
	padding-top: 20px!important;
}

.p-t-25 {
	padding-top: 25px!important;
}

.p-t-30 {
	padding-top: 30px!important;
}

.p-t-35 {
	padding-top: 35px!important;
}

.p-t-40 {
	padding-top: 40px!important;
}

.p-t-45 {
	padding-top: 45px!important;
}

.p-t-50 {
	padding-top: 50px!important;
}

.p-b-0 {
	padding-bottom: 0!important;
}

.p-b-5 {
	padding-bottom: 5px!important;
}

.p-b-10 {
	padding-bottom: 10px!important;
}

.p-b-15 {
	padding-bottom: 15px!important;
}

.p-b-20 {
	padding-bottom: 20px!important;
}

.p-b-25 {
	padding-bottom: 25px!important;
}

.p-b-30 {
	padding-bottom: 30px!important;
}

.p-b-35 {
	padding-bottom: 35px!important;
}

.p-b-40 {
	padding-bottom: 40px!important;
}

.p-b-45 {
	padding-bottom: 45px!important;
}

.p-b-50 {
	padding-bottom: 50px!important;
}

.p-l-0 {
	padding-left: 0!important;
}

.p-l-5 {
	padding-left: 5px!important;
}

.p-l-10 {
	padding-left: 10px!important;
}

.p-l-15 {
	padding-left: 15px!important;
}

.p-l-20 {
	padding-left: 20px!important;
}

.p-l-25 {
	padding-left: 25px!important;
}

.p-l-30 {
	padding-left: 30px!important;
}

.p-l-35 {
	padding-left: 35px!important;
}

.p-l-40 {
	padding-left: 40px!important;
}

.p-l-45 {
	padding-left: 45px!important;
}

.p-l-50 {
	padding-left: 50px!important;
}

.p-r-0 {
	padding-right: 0!important;
}

.p-r-5 {
	padding-right: 5px!important;
}

.p-r-10 {
	padding-right: 10px!important;
}

.p-r-15 {
	padding-right: 15px!important;
}

.p-r-20 {
	padding-right: 20px!important;
}

.p-r-25 {
	padding-right: 25px!important;
}

.p-r-30 {
	padding-right: 30px!important;
}

.p-r-35 {
	padding-right: 35px!important;
}

.p-r-40 {
	padding-right: 40px!important;
}

.p-r-45 {
	padding-right: 45px!important;
}

.p-r-50 {
	padding-right: 50px!important;
}

.m-0 {
	margin: 0!important;
}

.m-t-0 {
	margin-top: 0!important;
}
.m-t-5 {
	margin-top: 5px!important;
}

.m-t-8 {
	margin-top: 8px!important;
}

.m-t-10 {
	margin-top: 10px!important;
}

.m-t-15 {
	margin-top: 15px!important;
}

.m-t-20 {
	margin-top: 20px!important;
}

.m-t-22 {
	margin-top: 22px!important;
}

.m-t-25 {
	margin-top: 25px!important;
}

.m-t-30 {
	margin-top: 30px!important;
}

.m-t-35 {
	margin-top: 35px!important;
}

.m-t-40 {
	margin-top: 40px!important;
}

.m-t-45 {
	margin-top: 45px!important;
}

.m-t-50 {
	margin-top: 50px!important;
}

.m-b-0 {
	margin-bottom: 0!important;
}
.m-b-3
{
    margin-bottom: 3px!important;
}
.m-b-5 {
	margin-bottom: 5px!important;
}

.m-b-10 {
	margin-bottom: 10px!important;
}

.m-b-15 {
	margin-bottom: 15px!important;
}

.m-b-20 {
	margin-bottom: 20px!important;
}

.m-b-25 {
	margin-bottom: 25px!important;
}

.m-b-30 {
	margin-bottom: 30px!important;
}

.m-b-35 {
	margin-bottom: 35px!important;
}

.m-b-40 {
	margin-bottom: 40px!important;
}

.m-b-45 {
	margin-bottom: 45px!important;
}

.m-b-50 {
	margin-bottom: 50px!important;
}

.m-l-0 {
	margin-left: 0!important;
}

.m-l-5 {
	margin-left: 5px!important;
}

.m-l-10 {
	margin-left: 10px!important;
}

.m-l-15 {
	margin-left: 15px!important;
}

.m-l-20 {
	margin-left: 20px!important;
}

.m-l-25 {
	margin-left: 25px!important;
}

.m-l-30 {
	margin-left: 30px!important;
}

.m-l-35 {
	margin-left: 35px!important;
}

.m-l-40 {
	margin-left: 40px!important;
}

.m-l-45 {
	margin-left: 45px!important;
}

.m-l-50 {
	margin-left: 50px!important;
}

.m-r-0 {
	margin-right: 0!important;
}

.m-r-5 {
	margin-right: 5px!important;
}

.m-r-10 {
	margin-right: 10px!important;
}

.m-r-15 {
	margin-right: 15px!important;
}

.m-r-20 {
	margin-right: 20px!important;
}

.m-r-25 {
	margin-right: 25px!important;
}

.m-r-30 {
	margin-right: 30px!important;
}

.m-r-35 {
	margin-right: 35px!important;
}

.m-r-40 {
	margin-right: 40px!important;
}

.m-r-45 {
	margin-right: 45px!important;
}

.m-r-50 {
	margin-right: 50px!important;
}

.b-0 {
	border: 0!important;
}

.b-l-0 {
	border-left: 0!important;
}

.b-r-0 {
	border-right: 0!important;
}

.b-t-0 {
	border-top: 0!important;
}

.b-b-0 {
	border-bottom: 0!important;
}
.b-b-1-ddd { border-bottom: 1px solid #ddd; }
.f-s-14{
	font-size: 14px !important;
}
.divider-0 {
	height: 0!important;
	width: 100%;
	display: inline-block;
}

.divider-5 {
	height: 5px!important;
	width: 100%;
	display: inline-block;
}

.divider-10 {
	height: 10px!important;
	width: 100%;
	display: inline-block;
}

.divider-15 {
	height: 15px!important;
	width: 100%;
	display: inline-block;
}

.divider-20 {
	height: 20px!important;
	width: 100%;
	display: inline-block;
}

.divider-25 {
	height: 25px!important;
	width: 100%;
	display: inline-block;
}

.divider-30 {
	height: 30px!important;
	width: 100%;
	display: inline-block;
}

.divider-35 {
	height: 35px!important;
	width: 100%;
	display: inline-block;
}

.divider-40 {
	height: 40px!important;
	width: 100%;
	display: inline-block;
}

.divider-45 {
	height: 45px!important;
	width: 100%;
	display: inline-block;
}

.divider-50 {
	height: 50px!important;
	width: 100%;
	display: inline-block;
}

.no-border{	border: 0!important; }
.display-none { display: none; }
.inline-block{
	display: inline-block !important;
}

/* -----------------------------------*/


/* ------>>> LOGIN PAGE <<<-------*/


/* -----------------------------------*/

	.login-bottom {
    max-width: 27rem !important;
    border-top-right-radius: 61px  !important;
		padding-bottom: 3rem;
    border-bottom-left-radius: 55px  !important;

}

.login-mail input[type="text"],
.login-mail input[type="password"] {
	width: 92%;
	box-shadow: 25px 25px #ffffff inset;
}

.news-letter {
	color: #555 !important;
	font-size: 14px;
}

.login-mail {
	margin-bottom: 0;
}

.login-bottom h2 {
    font-size: 1.4em;
    /* color: #000; */
    /* padding: 0em 0.9em 1em; */
    padding-top: 2rem;
}

.login-bottom span.error {
	font-size: 12px;
	text-align: center;
	color: #e71d0f;
	width: 100%;
	margin-top: -15px;
	margin-bottom: 10px;
	display: block;
}

.login-logo {
	width: 100px;
	height: 100px;
	margin: auto;
	margin-top: -5px;
}

.login-logo img {
	width: 100%;
}

.for-got {
	text-align: left;
}

.remember-me {
	text-align: right;
}
.remember-me input[type="checkbox"]{
	margin-top: 0;
}

/* -----------------------------------*/


/* ---------->>> Dashboard <<<--------*/


/* -----------------------------------*/
.content-top{
	/*min-height: 500px;*/
}
.content-top .box-panel .top-content h5 {
	-webkit-transition: 0.6s ease;
	transition: 0.6s ease;
}

.content-top .box-panel:hover .top-content h5 {
	color: #d95459;
}

.box-panel:last-child {
	margin-bottom: 0;
}

.my-panel {
	padding: 15px;
	-webkit-transition: 0.6s ease;
    transition: 0.6s ease;
    height: 115px;
}

.my-panel:hover {
	background-color: #D95459;
}

.quick-icon i {
	font-size: 50px;
	color: #BAAEAE;
	margin-bottom: 10px;
	-webkit-transition: 0.6s ease;
	transition: 0.6s ease;
}

.under-quick-icon {
	font-size: 16px;
	color: #BAAEAE;
	text-align: center;
	-webkit-transition: 0.6s ease;
	transition: 0.6s ease;
}

.my-panel:hover .quick-icon i,
.my-panel:hover .under-quick-icon {
	color: #fff;
}

/*
.profile-bottom-img img {
	width: 100%;
	border-radius: 0;
}
*/
.profile-bottom-top {
    padding: 5px;
}
.profile-bottom {
    width: 100%;
    max-width: 700px;
}
.profile-bottom-img {
	width: 200px;
    float: left;
    margin-right: 10px;
    display: inline-block;
    height: 215px;
}
.profile-bottom-img img {
    width: 100%;
    border-radius: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.profile-text{
	display: inline-block;
}


.top-row-holder .box-panel{
	padding: 20px;
}
/*.top-row-holder .box-panel .top-content h5{
	font-size: 16px;
}
.top-row-holder .box-panel .top-content label{
	font-size: 20px;
	margin-bottom: 0;
}*/

/* -----------------------------------*/


/* -------->>> LIST PHOTOS <<<--------*/


/* -----------------------------------*/

.gallery {
	margin-left: -0.5%;
	margin-right: -0.5%;
}

.col-md {
	margin-right: 0.5%;
	margin-left: 0.5%;
	margin-bottom: 1%;
	position: relative;
}

.gallery-img {
	height: 180px;
}

.gallery-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.text-gallery h6 {
	font-size: 14px;
	color: #999;
	margin-bottom: 10px;
	text-align: center;
}

.photo-edit-block {
	max-width: 85px;
	margin: auto;
}

.select-photo {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	padding: 0px 4px 3px 4px;
	border: 1px solid #999;
}

.photo-edit,
.photo-delete {}

.photo-edit a,
.photo-delete a {
	color: #D95459;
	width: 30px;
	border: 1px solid #eee;
	text-align: center;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	border-radius: 5px;
	margin: 0 5px;
	float: left
}

.photo-edit a:hover,
.photo-delete a:hover {
	background-color: #D95459;
	color: #ffffff;
}


/* -----------------------------------*/


/* -------->>> LIST VIDEOS <<<--------*/


/* -----------------------------------*/

*.youtube-videogallery-container {
	display: block;
	list-style: none;
	margin: 16px 0px 16px 0px;
	padding: 0 0 0 0;
}

*.youtube-videogallery-item {
	border-radius: 0px;
	display: inline-block;
	line-height: 0;
	list-style: none;
	margin-bottom: 10px;
	overflow: hidden;
	width: 25%;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}

*.youtube-videogallery-compact {
	font-size: 0;
}

*.youtube-videogallery-compact *.youtube-videogallery-item,
*.youtube-videogallery-compact *.youtube-videogallery-img {
	box-shadow: 0 0 0;
	border-radius: 0;
	margin: 0 0 0 0;
}

*.youtube-videogallery-compact *.youtube-videogallery-title {
	font-size: 11px;
}

a.youtube-videogallery-link {
	display: inline-block;
	position: relative;
	text-decoration: none;
	width: auto!important;
}

a.youtube-videogallery-link:hover img.youtube-videogallery-play,
a.youtube-videogallery-link:focus img.youtube-videogallery-play {
	opacity: 1;
}

*.youtube-videogallery-play {
	left: 50%;
	opacity: 0.7;
	position: absolute;
	top: 50%;
	z-index: 1;
}

*.youtube-videogallery-title {
	color: #D95459;
	display: block;
	left: 0;
	overflow: hidden;
	text-align: center;
	width: 100%;
	padding: 25px 0px;
	font-size: 13px;
	background-color: #ffffff;
	display: none;
}

*.youtube-videogallery-allowtitle *.youtube-videogallery-title {
	height: auto;
}

*.youtube-videogallery-img {
	border-radius: 0px;
	width: 100%!important;
}

*.youtube-videogallery-screen-reader-only {
	position: absolute;
	left: -9999px;
}

div.youtube-videogallery-bodycover {
	background-color: #000;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2000;
}

div.youtube-videogallery-display {
	background-color: #000;
	border-radius: 5px;
	box-shadow: 3px 3px 7px #000;
	left: 50%;
	opacity: 0;
	padding: 3px;
	position: fixed;
	top: 50%;
	z-index: 2001;
}

div.youtube-videogallery-bodycover,
div.youtube-videogallery-display {
	-webkit-transition: all 300ms;
	transition: all 300ms;
	transform: scale(0);
	-webkit-transform: scale(0);
}

body.youtube-videogallery-active div.youtube-videogallery-bodycover,
body.youtube-videogallery-active div.youtube-videogallery-display {
	display: block;
	transform: scale(1);
	-webkit-transform: scale(1);
}

body.youtube-videogallery-active div.youtube-videogallery-bodycover {
	opacity: 0.5
}

body.youtube-videogallery-active div.youtube-videogallery-display {
	opacity: 1
}

.select-video {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	padding: 4px;
	border: 1px solid #999;
	margin-right: 15px;
}

.action-bar .select-all {
	font-weight: 400;
	font-size: 14px;
	display: block;
	border: 1px solid #CCC;
	padding: 6.5px 15px;
	color: #777;
	margin: 0;
}

.action-bar .select-all input[type=checkbox] {
	width: 17px;
	height: 17px;
	margin: 0;
	display: block;
	float: left;
}

.action-bar .select-all span {
	display: block;
	float: left;
	margin-top: -1px;
	margin-left: 5px;
}


/* -----------------------------------*/


/* --------->>> ADD PAGES <<<---------*/


/* -----------------------------------*/

.grid-form-box {
	background: #fff;
	margin-bottom: 1em;
	padding: 1em;
	border: 1px solid #ebeff6;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.grid-form-box h3 {
	color: #000;
	font-size: 2em;
	margin-bottom: 1em;
}

.grid-form-box form {
	margin: 1.5em 0;
}


/* -----------------------------------*/


/* --------->>> ADD,EDIT PAGES <<<---------*/


/* -----------------------------------*/
.main-notes{
    font-size: 11px;
    color: #e71d0f;
    padding: 10px 15px 10px 15px;
    margin-top: -15px;
    text-align: right;
}
.main-notes span{
	color: #4a63a2;
}
.up-doc-name{
	color: #1c3e94;
	font-size: 12PX;
}

/* -----------------------------------*/


/* -------->>> ARTICLE VIEW <<<-------*/


/* -----------------------------------*/

.article-view {
    position: relative;
    font-family: Muli-Regular;
}
.edit-list-ctrls {
    position: absolute;
    top: 0px;
    right: 0px;
}
.edit-list-ctrls  a {
    color: #4A63A2;
    font-size: 13px;
    display: inline-block;
    background: #ffffff;
    margin: 0px 5px 0px 5px;
}
.edit-list-ctrls  a:hover{
	color: #1c3e94;
}
.edit-list-ctrls span{
	color: #999;
	font-size: 13px;
}
.art-img {
    background-color: #fff;
    max-width: 415px;
    border: 1px solid #eee;
    float: left;
	padding: 10px;
}
.art-img img {
    width: 100%;
    height: 100%;
}
.art-dtls .art-name {
    font-size: 25px;
    color: #E71D0F;
	text-align: center;
}
.auth-name {
    font-size: 14px;
    color: #92A3CC;
	text-align: center;
}
.short-description p{
	color: #888;
    font-size: 14px;
    line-height: 1.6;
	text-align: center;
}
.art-dtls .art-description p {
    color: #888;
    font-size: 14px;
    line-height: 1.6;
	text-align: justify;
}
.control-details{
	color: #999;
    font-size: 14px;
    text-align: center;
}
.control-details i{
	margin-right: 3px;
}
.control-details span {
    color: #ddd;
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
}

.article-linked .linked{
	color: #999;
	font-size: 14px;
	margin-bottom: 10px;
}
.article-linked .linked span{
	color: #4A63A2;
	text-decoration: underline;
	display: block;
	margin-bottom: 3px;
}
.article-linked .linked a{
	color: #999;
}
.article-linked .linked a:hover{
	text-decoration: underline !important;
}


/* -----------------------------------*/


/* ----->>> ADMIN PROFILE VIEW <<<----*/


/* -----------------------------------*/

.admin-edit{
	float:right;
	display: inline-block;
}
.admin-edit a{
	color: #4A63A2;
	font-size: 14px;
}



/* -----------------------------------*/


/* ------->>> CASE STUDY VIEW <<<-----*/


/* -----------------------------------*/

.case-study {
    padding-top: 25px;
	padding-bottom: 25px;
}
.case-study .case-img{
	float:left;
	margin-right: 15px;
	max-width: 300px;
}
.case-study .case-img img{
	width:100%;
}
.case-details .case-head{
	font-size: 25px;
    color: #E71D0F;
}
.case-details .case-sub-head{
    font-size: 14px;
    color: #92A3CC;
}
.case-details .case-other{
    margin-top: 10px;
    font-size: 15px;
    color: #666;
}
.case-details .case-other span{
	font-size: 13px;
}
.case-download {
    margin-top: 15px;
    font-size: 13px;
}
.uploaded-file{
	font-size: 12px;
}


/* -----------------------------------*/


/* ---------->>> SETTINGS <<<---------*/


/* -----------------------------------*/


.setting-head {
    border: 0;
    text-decoration: underline;
    font-size: 15px;
}


/* -----------------------------------*/


/* ------->>> ROLLS ADD,EDIT <<<------*/


/* -----------------------------------*/


/* -----------------------------------*/


.roll-header {
    background-color: #f4f4f4;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #4a63a2;
}

.roll-header h2{
	margin-bottom: 0;
	font-size: 16px;
    margin-top: 7px;
}

.roll-header label{
    margin: 0;
    font-weight: normal;
    background: #ffffff;
    padding: 4px 10px;
    color: #1d4abd;
    border: 1px solid #ddd;
}
.role_tbl tr th, .role_tbl tr td{
	font-size: 12px!important;
}
.role_tbl tr th.rem-pad{
	padding: 0 !important;
}



/* -----------------------------------*/

/* -------->>> APPLICATION <<<--------*/


/* -----------------------------------*/
.next-prev-ctrls {
    margin-bottom: 5px;
    border-top: 1px solid #eee;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.next-prev-ctrls .btn{
	padding: 7px 25px;
}
.tabs-wrap {
    font-family: 'Muli-Regular';
}
.tabs-wrap ul.nav.nav-tabs {
    background: #F3F3F4;
}
.tabs-wrap .nav-tabs li a{
    background: #777 !important;
    color: #fff;
    padding: 5px 10px;
	font-size: 12px;
	border: 0 !important;
	border-radius: 2px 2px 0px 0px;
}
.tabs-wrap .nav-tabs>li.active>a,.tabs-wrap .nav-tabs>li.active>a:focus,.tabs-wrap .nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-color: #E71D0F !important;
}
.tabs-wrap .tab-content{
	padding-bottom: 15px;
	position: relative;
}
.overview{
	padding: 15px;
	font-size: 14px;
	position: relative;
}
.status-lbl{
	padding: .2em .6em .3em;
	font-weight: 100;
    letter-spacing: 0.3px;
}
.my-bar{
	background: #eee;
}
.my-bar .progress-bar{
	/*background: #aaa;*/
	color: #000;
}
.view-print {
    position: absolute;
    top: 10px;
    right: 15px;
}
.dtls-head{
	/*background: #f1f1f1;
	padding: 2px 5px;*/
	text-transform: uppercase;
}
.dtls-head label{
	margin-bottom: 0;
}
.over-dtl{
	padding-top: 10px;
	font-size: 12px;
	color: #666;
}
.over-dtl span{
	font-weight: 600;
	display: block;
	font-size: 12px;
	color: #666;
}
.has-account{
	font-size: 12px;
}

.score-dtl{
	padding-top: 10px;
	font-size: 12px;
}

.score-dtl span{
	font-weight: 600;
	font-size: 12px;
	color: #666;
}
.change-status {
    float: right;
}
.overall-comment {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
}

.app-form-outter{
	padding: 15px;
	position: relative;
}
.app-form-outter h3{
	margin-top: 0;
    text-align: center;
    margin-bottom: 25px;
	color: #E71D0F;
    font-size: 25px;
}
.app-form-outter legend {
    font-weight: 500;
    font-size: 1.4em;
    color: #999;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-top: 30px;
}
.app-form-outter em {
    color: #A3A3A3; /*#c00*/
    margin-right: 15px;
    font-weight: bold;
    font-size: 15px;
}

.form-tbl-head{
	background: #555555;
    color: #ffffff !important;
}
.status-radio{
	font-size: 14px;
}
.status-radio label{
}
.continue, .back{
	cursor: pointer;
	display: inline-block;
    margin-top: 5px;
}
.continue i, .back i{
    font-size: 12px;
	cursor: pointer;
}

.view-items {
    margin-left: 40px;
}
.app-edit-btn {
    position: absolute;
    top: -10px;
    right: 15px;
}
a.score-help {
    /*float: right;*/
	cursor: pointer;
    border-right: 2px solid #ccc;
    padding-right: 15px;
    margin-right: 15px;
}
.help-dialog{
	width: 95%;
}
.table-dialog
{
    width: 80%;
}
.score-details-edit-col { display: none; }
.org-location-map {
    height: 230px;
}
.small-cell{
	width: 110px;
}
.app-id span {
    font-weight: bold;
    color: #2A80CA;
	font-size: 15px;
}
.over-dtl span a{
	color: #579DDA;
}
.pop-help .modal-header h4 span{
	display: block;
    font-size: 14px;
    color: #555;
}
.pop-help .modal-header{
	font-family: 'Muli-Regular';
}
.pop-help .modal-body .table{
	font-family: 'Muli-Regular';
}
.scoring-dtl {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #f5f5f5;
}
.scoring-dtl:last-child{
	margin-bottom: 0;
    border-bottom: 0;
}
.score-part{
	font-size: 13px;
	margin-bottom: 10px;
}
.scoring-dtl p{
	font-size: 13px;
}
.application-history{
	max-height: 500px;
	overflow: auto;
}
.application-history .history-block {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f5f5f5;
}
.application-history .history-block:last-child{
	margin-bottom: 0;
	border-bottom: 0;
	padding-bottom: 0;
}
.application-history .history-block .added-by{
    font-size: 12px;
    color: #ABABAB;
	word-wrap: break-word;
}
.application-history .history-block p{
	font-size: 13px;
    color: #666;
}
.application-history .history-block p strong{
	color: #ABABAB;
	font-size: 12px;
}
.application-history .history-block p a{
	text-decoration: underline !important;
}
.bulk-action-bar {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}
.add_row_btn {
    width: 90px;
    text-align: center;
    padding: 2px;
    background-color: #777;
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
	cursor: pointer;
}
.add_row_btn i{
	color: #fff;
}
.remove-row {
    text-align: center;
    color: #c01;
	cursor: pointer;
}
.each-year tr th, .each-year tr td, .proj_setup_table tr th,  .proj_setup_table tr td{
	vertical-align: middle !important;
}
.csv-rprt form .checkbox{
	margin-bottom: 5px;
}
.csv-rprt form .checkbox label {
	background-color: #f5f5f5;
    font-weight: normal !important;
    font-size: 12px;
    padding: 4px 7px;
    border: 1px solid #f1f1f1;
	width: 100%;
}
.csv-rprt form .all-roll-selct{
	margin-bottom: 5px;
}
.csv-rprt form .all-roll-selct label {
    background-color: #6483D2;
    font-weight: normal !important;
    font-size: 12px;
    padding: 4px 7px;
    border: 1px solid #5B78C1;
    color: #ffffff;
    margin-bottom: 0;
}
.csv-item .checkbox{
	width: 100%;
}
.overall-comment .panel-heading {
    cursor: pointer;
}
.chosen-container.chosen-container-multi {
    width: 100% !important;
    min-height: 35px;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    width: 100% !important;
    min-height: 30px;
}
.chosen-container-multi .chosen-choices {
    box-shadow: none;
    border: 1px solid #ccc;
	background-image: none;
}
.chosen-container-multi .chosen-choices li.search-field{
	width: 100% !important;
}
.light-border{
	border: 1px solid #DDDDDD;
}
.own-chk{
	display: inline-block;
    width: 17px;
    height: 16px;
    text-align: center;
    line-height: 14px;
    border: 1px solid #999;
    font-size: 13px;
}
/* -----------------------------------*/


/* ------->>> REARRANGE MENU <<<------*/


/* -----------------------------------*/


.sort .ui-sortable{
	font-size: 12px;
}
.sort .ui-sortable .level1 {
    background-color: #f9f9f9;
    border: 1px solid #f1f1f1;
	padding: 10px;
	margin: 10px;
	cursor: move;
	padding-bottom: 0;
}
.sort .ui-sortable .level2 {
    background-color: #f1f1f1;
	padding: 5px;
	margin: 10px;
	cursor: move;
    margin-top: 0;
    padding-bottom: 0;
    border: 1px solid #e8e8e8;
}
/*.sort .ui-sortable .level3 {
	background-color: #E6DEDE;
	padding: 5px;
	margin: 10px;
	cursor: move;
}*/

/*calender temporary fix modified by charles*/
span.month
{
    color: #555 !important;
}
span.month.active
{
    color: #fff !important;
}
span.year
{
    color: #555 !important;
}
span.year.active
{
    color: #555 !important;
}
span.decade
{
    color: #555 !important;
}
span.decade.active
{
    color: #fff !important;
}

/* -----------------------------------*/


/* -------->>> ADD PHOTOS <<<---------*/


/* -----------------------------------*/

.blank-to-add-outter {
    width: 280px;
    margin: auto;
    height: 200px;
    border: 1px solid #DBDCDC;
    position: relative;
	margin-top:12%;
	margin-bottom:12%;
	transition:0.3s;
}
.blank-to-add-inner {
    width: 280px;
    height: 200px;
    background-color: #f9f9f9;
    position: absolute;
    z-index: 1;
    border: 1px solid #DBDCDC;
    left: 5px;
    top: 5px;
	transition:0.3s;
}

.blank-to-add {
    width: 268px;
    height: 188px;
    position: absolute;
    z-index: 1;
    border: 1px solid #DBDCDC;
    left: 5px;
    top: 5px;
    background-color: #ffffff;
	transition:0.3s;
}
.blank-to-add-outter:hover {
	-ms-transform: rotate(20deg); /* IE 9 */
    -webkit-transform: rotate(20deg); /* Safari */
    transform: rotate(20deg);
}
.blank-to-add-outter:hover .blank-to-add-inner{
	-ms-transform: rotate(-10deg); /* IE 9 */
    -webkit-transform: rotate(-10deg); /* Safari */
    transform: rotate(-10deg);
}
.blank-to-add-outter:hover .blank-to-add {
	-ms-transform: rotate(-20deg); /* IE 9 */
    -webkit-transform: rotate(-20deg); /* Safari */
    transform: rotate(-20deg);
}
.pho-album-icon{
    width: 81px;
    height: 70px;
    text-align: center;
    line-height: 90px;
    margin: auto;
    background: #ffffff;
    padding: 0px;
    margin-top: 38px;
    border-radius: 4px;
}
.pho-album-icon i{
    color: #d95459;
	font-size:60px;
	line-height:71px;
}

.blank-to-add span{
    font-size: 17px;
    text-align: center;
    color: #B0C6D2;
    font-weight: 300;
	display:block;
	margin-top:10px;
}
ul.album-outter-box {
    padding: 0;
    margin-bottom: 20px;
}
ul.album-outter-box li.every-select {
    background: #d95459;
    color: #fff;
}
ul.album-outter-box li {
    list-style: none;
    float: left;
    background: #ffffff;
    padding: 4px 10px;
    margin: 0px 7px 7px 0;
    border: 1px solid #e7e7e7;
}
ul.album-outter-box li label {
    font-weight: 400;
	font-size: 13px;
}
.add-photo-holder {
    position: relative;
	height: 190px;
}
.added-img {
    position: relative;
    margin-bottom: 15px;
    background: #72C2F1;
    height: 190px;
}
.added-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.add-photo-holder .big-look-btn i {
    position: absolute;
    top: 25%;
    left: 20%;
    background: #dadada;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 38px;
    color: rgb(255, 255, 255);
    text-align: center;
}

.close-added-img {
    position: absolute;
    top: 0px;
    right: 0px;
    background: rgba(255, 255, 255, 0.9);
    color: #F73A2C;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 24px;
}
.add-photo-browse{
    float: left;
    display: inline-block;
    max-width: 300px;
    padding: 3px;
    font-size: 14px;
}
/* -----------------------------------*/


/* -------->>> FORUM VIEW <<<---------*/


/* -----------------------------------*/
.forum-comments {
    padding: 2px 0px;
	font-family: 'Muli-Regular';
}
.forum-comments h2 {
	border-bottom: 1px solid #ededed;
    margin-bottom: 30px;
    padding-bottom: 15px;
    font-size: 25px;
    color: #E71D0F;
}
.user-comment-list li {
    list-style: none;
    margin: 0 15px;
}
.blog-user {
    float: left;
    width: 80px;
    height: 80px;
    border: 1px solid #f1f1f1;
    margin-right: 15px;
}
.comment-wrap p{
	color: #888;
    font-size: 14px;
    line-height: 1.6;
    text-align: justify;
}
.blog-user img{
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
}
.comment-wrap {
    padding-top: 7px;
}
.comment-feature-section .user-name {
    padding-left: 0;
    padding-top: 0;
}
.user-name {
    color: #333;
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    padding-left: 16px;
    padding-top: 2px;
	margin-bottom: 15px;
}


.user-name .name {
   	color: #333;
    font-weight: bold;
    border-left: 0;
    padding-left: 0;
}
.user-name span {
    padding-left: 10px;
    margin-right: 10px;
    border-left: 1px solid #94949d;
}
.loop-content .user-name span.posted-date, .blog-post-one .user-name span.posted-date {
    color: #94949d;
}
.comment-box-wrapper.next:last-child {
    border-bottom: medium none;
    margin-bottom: 0px;
}
.comment-box-wrapper{
    background-color: #f9f9f9;
    padding: 15px;
    border: 1px solid #f1f1f1;
}
.comment-box-wrapper.next {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #f1f1f1;
	padding: 20px 15px;
	border-left: 1px solid #f1f1f1;
	margin-left: 50px;
}


/*Editions*/
.currentEd
{
    text-align: center;
    background: #d9534f;
    color: #eeeeee;
}
/*home section manager*/
.HomeSectionManaer
{
    font-family:'Noto Sans Malayalam' !important;
}
.HomeSectionManaer .btn
{
    font-family: 'Muli-Regular'!important;
}
.clickable{
    cursor: pointer;   
}

.panel-heading span {
	margin-top: -20px;
	font-size: 15px;
}

/*panel updates*/
.HomeSectionManaer h3.panel-title
{
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: 'Muli-Regular';
    /*color: #795548;*/
    color: #607D8B;
    font-size: 15px;
}
/*panel updates*/
/*updated time*/
.time{
    font-size: 11px!important;
    font-family: 'Montserrat-Regular';
    font-weight: 400;
    color: #607D8B;
}
.updatedtime
{
    background-color: #dedede;
    padding: 5px 5px;
    color: #222;
    font-size: 13px;
    font-family: 'Muli-Regular'!important;
    text-align: center;
    font-weight: 600;
}
.btn-warning.cogb
{
    background-color: #607D8B;
    border-color: #7095a7;
}
.panel-heading.newb   
{background-color: #fff;}
.item-small
{
    margin-bottom: 10px!important;
}
/* -----------------------------------*/


/* --------->>> PAGINATION <<<--------*/


/* -----------------------------------*/

ul.pagination {
    font-size: 12px;
	margin-left: 5px;
}
.pagination>li>strong {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #F6F6F6;
    background-color: #d95459;
    border: 1px solid #ddd;
    border-radius: 0;
}
.pagination li a {
    border-radius: 0 !important;
}
.box {
    margin-bottom: 20px!important;
}
/* -----------------------------------*/


/* ---------->>> LOADER <<<-----------*/


/* -----------------------------------*/

#submit-loader{
	position: fixed;
	z-index: 999;
	background: rgba(0, 0, 0, 0.55);
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: block;
}
#preloader {
    position: relative;
	top: 47%;
    left: 48%;
}
#preloader span{
    display:block;
    bottom:0px;
    width: 9px;
    height: 5px;
    background:#E71D0F;
    position:absolute;
    -webkit-animation: preloader 1.5s  infinite ease-in-out;
    animation: preloader 1.5s  infinite ease-in-out;
}
 
#preloader span:nth-child(2){
left:11px;
-webkit-animation-delay: .2s;
animation-delay: .2s;
 
}
#preloader span:nth-child(3){
left:22px;
-webkit-animation-delay: .4s;
animation-delay: .4s;
}
#preloader span:nth-child(4){
left:33px;
-webkit-animation-delay: .6s;
animation-delay: .6s;
}
#preloader span:nth-child(5){
left:44px;
-webkit-animation-delay: .8s;
animation-delay: .8s;
}
@-webkit-keyframes preloader {
    0% {height:5px;-webkit-transform:translateY(0px);transform:translateY(0px);background:#ffffff;}
    25% {height:30px;-webkit-transform:translateY(15px);transform:translateY(15px);background:#ffffff;}
    50% {height:5px;-webkit-transform:translateY(0px);transform:translateY(0px);background:#ffffff;}
    100% {height:5px;-webkit-transform:translateY(0px);transform:translateY(0px);background:#ffffff;}
}
@keyframes preloader {
    0% {height:5px;-webkit-transform:translateY(0px);transform:translateY(0px);background:#ffffff;}
    25% {height:30px;-webkit-transform:translateY(15px);transform:translateY(15px);background:#ffffff;}
    50% {height:5px;-webkit-transform:translateY(0px);transform:translateY(0px);background:#ffffff;}
    100% {height:5px;-webkit-transform:translateY(0px);transform:translateY(0px);background:#ffffff;}
}


.assign-box {
	background-color: #f6f6f6;
    padding: 15px;
    border: 1px solid #f1f1f1;
	margin-bottom: 15px;
}
.assign-box .input-group{
	padding-bottom: 5px;
}

/* -----------------------------------*/


/* ------>>> MEDIA QUIERIES <<<-------*/


/* -----------------------------------*/
@media (max-width:1404px) {
	.top-row-holder .box-panel {
    	padding: 18px;
	}
	.top-row-holder .box-panel .top-content h5 {
    	font-size: 15px;
	}
}
@media (max-width:1280px) {
	.login-mail input[type="text"],
	.login-mail input[type="password"] {
		width: 90%;
	}
}
@media (max-width:1270px) {
	.tabs-wrap .nav-tabs li a{
		padding: 5px 9px;
	}
}
@media (max-width:1250px) {
	.hide-bar {
		width: 0px;
	}
	#page-wrapper {
		margin-left: 0px;
	}
	.tabs-wrap .nav-tabs li a{
		padding: 5px 10px;
	}
}
@media (max-width:1090px) {
	.top-row-holder .box-panel .top-content h5 {
		font-size: 14px;
	}
	.top-row-holder .box-panel {
    	padding: 15px;
	}
}
@media (max-width:1024px) {
.top-content {
    width: 100%;
}
}
@media (max-width:768px) {
	.col-md {
		width: 32.25%;
	}
}
@media (max-width:736px) {
.navbar-default .navbar-toggle {
    border-color: #ffffff;
    background-color: #ffffff !important;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #e71d0f;
}
}
@media (max-width:500px) {
	.col-md {
		width: 49%;
	}
}

@media (max-width:400px) {
	.col-md {
		width: 100%;
		margin-bottom: 15px;
	}
}

.currentEd
{
        background: #1087da!important;
    color: #fff!important;
    font-size: 10px;
    padding: 3px;
}
}

.w-100{
width:100% !important;
}

.p-10{
padding: 10px !important; 
 }
.panel-new .panel
{
    border-radius: 0px!important;
}
.panel-new .panel-body
{
    font-size: 12px!important;
}

.panel-new .panel-body {
    padding: 10px 15px;
}

/*Payment Details*/
.profile-sidebar {
    float: left;
    width: 300px;
    margin-right: 20px
}

.profile-content {
    overflow: hidden
}

.profile-sidebar-portlet {
    background: #fff;
    padding: 20px 0px;
    border-top: 5px #999 solid;
}

.profile-userpic img {
    float: none;
    margin: 0 auto;
    width: 50%;
    height: 50%;
    -webkit-border-radius: 50%!important;
    -moz-border-radius: 50%!important;
    border-radius: 50%!important
}
.partner-details
{
    background: #f9f9f9;
    padding: 20px;
    margin-bottom: 20px;
}
.pratner-detailsinfo .col-md-6, .pratner-detailsinfo .col-md-12 
{
    padding: 10px;
    background: #fff;
    border: 1px solid #f9f9f9;
    font-size: 13.5px;
    color: #444;
    font-weight: normal;
}

.label.arrowed, .label.arrowed-in {
    position: relative;
    margin-left: 9px;
}
.label.arrowed:before, .label.arrowed-in:before {
    display: inline-block;
    content: "";
    position: absolute;
    left: -14px;
    top: 0;
    border: 9px solid transparent;
    border-width: 9px 7px;
    border-right-color: #abbac3;
}
.label-success.arrowed:before {
    border-right-color: #5cb85c;
}
.d-b
{
    display: block!important;
}
.partner-nav .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #d95358;
    cursor: default;
    background-color: #fff;
    border: 1px solid #d95358;
    border-bottom-color: transparent;
}
.partner-nav .nav > li > a {
    color: #999;
    font-weight: 500;
    padding: 0px 20px 0px 0px;
    font-size: 0.85em;
    border-bottom: 1px solid #E9E9E9;
    padding: 10px!important;
}
.partner-nav .tab-content
{
    margin-top: 1rem!important;
}
.partner-nav .tab-content h4
{
    margin-top: 0px;
    margin-bottom: 1rem;
        font-size: 1.25rem;
    color: #6b556b;
}
