Your IP : 216.73.216.224


Current Path : /var/www/html/administrator/components/com_jdonation/assets/css/
Upload File :
Current File : /var/www/html/administrator/components/com_jdonation/assets/css/style.css

/* IMPORT BOOTSTRAP ICONS ON EXTENSION */

.icon-32-export {
	background-image:url("components/com_jdonation/assets/icons/export.png");
}

#toolbar-box .icon-48-campains {
    background: none;
    height: auto;
    margin-left: 10px;
    width: auto;
}

.btn-toolbar, .btn-toolbar .btn-group {
    font-size: inherit!important;
}

#module-menu li [class^="icon-"], #module-menu li [class*=" icon-"] {
    display: block;
    height: auto;
    line-height: 14px;
    margin-top: 1px;
    vertical-align: text-top;
    width: auto;
}

.toolbar-list [class^="icon-"], .toolbar-list [class*=" icon-"] {
    background-position: 0 0;
    display: block;
    vertical-align: text-top;
}

table.admintable td label, table.adminform td label {
    clear: none ;
    min-width: 40px;
    margin : 0px ;
    display: inline-block;
}

fieldset.adminform {
	border: none ;	
}
.form-horizontal label.control-label {
	text-align: left;
}

.form-horizontal div.controls label {	
	clear: none ;
	min-width: 40px;
	display: inline-block; 
}

table.adminlist td.text_left, table.adminlist th.text_left {
	text-align: left ;
}
table.adminlist td.text_right, table.adminlist th.text_right {
	text-align: right ;
}

span.required
{
    color: red;
}
/* -- PANE SLIDER STYLES ----------------------------- */
.pane-sliders {
 margin: 18px 0 0 0;
 position:relative;
}
.pane-sliders .title {
 margin: 0;
 padding: 2px 2px 2px 5px;
 color: #666;
 cursor: pointer;
}

#content-pane {
 margin: 8px 10px 15px 15px;
}

.pane-sliders .panel {
 margin-bottom: 3px;
 border:solid 1px #ccc;
}

.pane-sliders .panel h3 {
 background: #fafafa;
 color: #666;
 font-size: 1.182em;
}

.pane-sliders .content {
 background: #fff;
}

.pane-sliders .adminlist {
 border: 0 none;
 font-size: 1em;
}

.pane-sliders .adminlist td {
 border: 0 none;
}

.pane-toggler span {
 background: transparent url(../icons/j_arrow.png) 5px 50% no-repeat;
 padding-left: 20px;
}

.pane-toggler-down span {
 background: transparent url(../icons/j_arrow_down.png) 5px 50% no-repeat;
 padding-left: 20px;
}

.pane-toggler-down {
 border-bottom: 1px solid #ccc;
}

h3.pane-toggler-down a:hover,
h3.pane-toggler a:hover {
 text-decoration: none;
 font-size: 1.182em;
}

.pane-slider.pane-hide {
 display: none;
}

.pane-slider ol li {
 list-style: none;
 margin-left: -25px;
 margin-top: 10px;
}
/* -- CONTROL PANEL STYLES ----------------------------- */
.cpanel div.icon, #cpanel div.icon {
    text-align: center;
    margin-right: 10px;
    float: left;
    margin-bottom: 10px;

}
.cpanel div.icon a, #cpanel div.icon a {
    background-color: #fff;
    background-position: -30px;
    display: block;
    float: left;
    height: 97px;
    width: 111px !important;
    color: #565656;
    vertical-align: middle;
    text-decoration: none;
    border: 1px solid #C18983;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition-property:
    background-position,
    -webkit-border-bottom-left-radius,
    -webkit-box-shadow;
    -moz-transition-property:
    background-position,
    -moz-border-radius-bottomleft,
    -moz-box-shadow;
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
	font-size:12px !important;
}

#cpanel div.icon a:hover,
#cpanel div.icon a:focus,
#cpanel div.icon a:active,
.cpanel div.icon a:hover,
.cpanel div.icon a:focus,
.cpanel div.icon a:active {
    background-position: 0;
    -webkit-border-bottom-left-radius: 50% 20px;
    -moz-border-radius-bottomleft: 50% 20px;
    border-bottom-left-radius: 50% 20px;
    -webkit-box-shadow: -5px 10px 15px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: -5px 10px 15px rgba(0, 0, 0, 0.25);
    box-shadow: -5px 10px 15px rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 10;
}

#cpanel img,
.cpanel img {
    padding: 10px 0;
    margin: 0 auto;
}

#cpanel span,
.cpanel span {
    display: block;
    text-align: center;
}

div.cpanel-left {
    width: 54%;
    float: left;
}

div.cpanel-right {
    width: 45%;
    float: right;
}

.header{
    background: #B53526 !important;
	color:#FFF !important;
}

.header h1, .header p, .header .fa{
	color:#FFF !important;
}


#toolbar #toolbar-options .icon-options{
    color:#B53526;
}

.pane-sliders .panel {
    margin-bottom: 3px;
    border:solid 1px #B53526;
    background-color:#B53526;
}

.pane-sliders .panel h3 {
    background: #B53526 !important;
    color: #666;
    font-size: 13px;
    color:#F46F20 !important;
}

.pane-sliders .panel h3 a:link{
    color:#FFF !important;
    font-size: 13px;
}
.pane-sliders .panel h3 a:visited,.pane-sliders .panel h3 a:hover{
    color:#FFF !important;
    font-size: 13px;
    text-decoration:none;
}

.pane-sliders .content {
    background: #fff;
}

.pane-sliders .adminlist {
    border: 0 none;
    font-size: 1em;
}

.pane-sliders .adminlist td {
    border: 0 none;
}

.pane-slider .table-stripped td a{
    color:#B53526 !important;
}

.jdonation_dasboard th{
	height:25px;
	vertical-align:middle !important;
}

.jdonation_dasboard tbody > tr:nth-child(2n+1) > td, .jdonation_dasboard tbody > tr:nth-child(2n+1) > th {
    background-color: #F4CDD1 !important;
}
.jdonation_dasboard th, .jdonation_dasboard td {
    border-left: 1px solid #E48893 !important;
}

.jdonation_dasboard th:first-child, .jdonation_dasboard td:first-child {
    border-left: 0px !important;
}

.jdonation_dasboard th{
	border-bottom: 1px solid #E48893 !important;
}
.jdonation_dasboard th, .jdonation_dasboard td {
    border-top: 1px solid #E48893 !important;
    line-height: 18px;
    padding: 8px;
    text-align: left;
    vertical-align: top;
}

.nav-tabs,
.nav-pills {
  *zoom: 1;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}
.nav-tabs > li,
.nav-pills > li {
  float: left;
}
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
  margin: 0 0 10px;
    padding: 0;
	list-style: none;
}
.nav-tabs > li {
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  display: block;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover {
  color: #ffffff;
  background-color: #0088cc;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li > a {
  margin-right: 0;
}
.nav-tabs.nav-stacked {
  border-bottom: 0;
}
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.nav-tabs.nav-stacked > li > a:hover {
  border-color: #ddd;
  z-index: 2;
}
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}
.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.nav .dropdown-toggle .caret {
  border-top-color: #0088cc;
  border-bottom-color: #0088cc;
  margin-top: 6px;
}
.nav .dropdown-toggle:hover .caret {
  border-top-color: #005580;
  border-bottom-color: #005580;
}
/* move down carets for tabs */
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.nav > .dropdown.active > a:hover {
  cursor: pointer;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tabs-stacked .open > a:hover {
  border-color: #999999;
}
.tabbable {
  *zoom: 1;
}
.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}
.tabbable:after {
  clear: both;
}
.tab-content {
  overflow: auto;
}
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}
.nav > .disabled > a {
  color: #999999;
}
.nav > .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}
.pagination {
  height: 40px;
  margin: 20px 0;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination ul > li {
  display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 0 14px;
  line-height: 38px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}
.pagination ul > li > a:hover,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999999;
  cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover {
  color: #999999;
  background-color: transparent;
  cursor: default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

/* TABLE */
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child th:first-child,
.table-bordered tbody:first-child tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}
.table-bordered thead:first-child tr:first-child th:last-child,
.table-bordered tbody:first-child tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}
.table-bordered thead:last-child tr:last-child th:first-child,
.table-bordered tbody:last-child tr:last-child td:first-child,
.table-bordered tfoot:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}
.table-bordered thead:last-child tr:last-child th:last-child,
.table-bordered tbody:last-child tr:last-child td:last-child,
.table-bordered tfoot:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
}
.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}
.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
  background-color: #f5f5f5;
}
table [class*=span],
.row-fluid table [class*=span] {
  display: table-cell;
  float: none;
  margin-left: 0;
}
.table .span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}
.table .span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}
.table .span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}
.table .span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}
.table .span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}
.table .span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}
.table .span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}
.table .span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}
.table .span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}
.table .span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}
.table .span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}
.table .span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}
.table .span13 {
  float: none;
  width: 1004px;
  margin-left: 0;
}
.table .span14 {
  float: none;
  width: 1084px;
  margin-left: 0;
}
.table .span15 {
  float: none;
  width: 1164px;
  margin-left: 0;
}
.table .span16 {
  float: none;
  width: 1244px;
  margin-left: 0;
}
.table .span17 {
  float: none;
  width: 1324px;
  margin-left: 0;
}
.table .span18 {
  float: none;
  width: 1404px;
  margin-left: 0;
}
.table .span19 {
  float: none;
  width: 1484px;
  margin-left: 0;
}
.table .span20 {
  float: none;
  width: 1564px;
  margin-left: 0;
}
.table .span21 {
  float: none;
  width: 1644px;
  margin-left: 0;
}
.table .span22 {
  float: none;
  width: 1724px;
  margin-left: 0;
}
.table .span23 {
  float: none;
  width: 1804px;
  margin-left: 0;
}
.table .span24 {
  float: none;
  width: 1884px;
  margin-left: 0;
}
.table tbody tr.success td {
  background-color: #dff0d8;
}
.table tbody tr.error td {
  background-color: #f2dede;
}
.table tbody tr.warning td {
  background-color: #fcf8e3;
}
.table tbody tr.info td {
  background-color: #d9edf7;
}
.table-hover tbody tr.success:hover td {
  background-color: #d0e9c6;
}
.table-hover tbody tr.error:hover td {
  background-color: #ebcccc;
}
.table-hover tbody tr.warning:hover td {
  background-color: #faf2cc;
}
.table-hover tbody tr.info:hover td {
  background-color: #c4e3f3;
}

#toolbar #toolbar-options .icon-options{
    color:#B53526;
}

.pane-sliders .panel {
    margin-bottom: 3px;
    border:solid 1px #B53526;
    background-color:#B53526;
}

.pane-sliders .panel h3 {
    background: #B53526;
    color: #666;
    font-size: 13px;
    color:#F46F20 !important;
}

.pane-sliders .panel h3 a:link{
    color:#FFF !important;
    font-size: 13px;
}
.pane-sliders .panel h3 a:visited,.pane-sliders .panel h3 a:hover{
    color:#FFF !important;
    font-size: 13px;
    text-decoration:none;
}

.pane-sliders .content {
    background: #fff;
}

.pane-sliders .adminlist {
    border: 0 none;
    font-size: 1em;
}

.pane-sliders .adminlist td {
    border: 0 none;
}

.pane-slider .table-stripped td a{
    color:#B53526 !important;
}

.jdonation_dasboard th{
	height:25px;
	vertical-align:middle !important;
}

.jdonation_dasboard tbody > tr:nth-child(2n+1) > td, .jdonation_dasboard tbody > tr:nth-child(2n+1) > th {
    background-color: #F4CDD1 !important;
}
.jdonation_dasboard th, .jdonation_dasboard td {
    border-left: 1px solid #E48893 !important;
}

.jdonation_dasboard th:first-child, .jdonation_dasboard td:first-child {
    border-left: 0px !important;
}

.jdonation_dasboard th{
	border-bottom: 1px solid #E48893 !important;
}
.jdonation_dasboard th, .jdonation_dasboard td {
    border-top: 1px solid #E48893 !important;
    line-height: 18px;
    padding: 8px;
    text-align: left;
    vertical-align: top;
}

#mp-dropdown-menu a, #mp-dropdown-menu .caret, .copyright, .copyright a{
	color: #ba4949 !important;
}

#jd-dropdown-menu a, #jd-dropdown-menu .caret, .copyright, .copyright a{
	color: #ebc9c5;
}

.accordion a {
	color: #ba4949 !important;
}

.form-horizontal label.control-label {
    text-align: left;
    width: 200px;
}

#donation-receipt-layout label.control-label
{
	width:280px !important;
}

.form-horizontal div.controls label {
    clear: none ;
    min-width: 40px;
    display: inline-block;
}

.config_heading{
    margin-bottom:10px;
    background-color:#eee;
    text-align:center;
}

.config_heading h3{
    margin:5px 0px;
}

.rightsidetable{
	border:1px solid #DDD;
}

.rightsidetable th{
	background-color:#f3f3f3;
	padding:5px;
	border-bottom:1px solid #DDD;
	text-align:left;
}

.rightsidetable td{
	padding:5px 10px;
	background:#FFF !important;
}

.dedicated{
	color:green;
	font-size:11px;
}

.explanation{
	color:gray;
	font-size:11px;
}

#update-check span{
	font-weight:bold;
}

.joomdonation-joomla4 
{
	justify-content:left !important;
}
.joomdonation-joomla4 a.dropdown-item, .joomdonation-joomla4 a.dropdown-toggle {
	color:#FFF;
}

.joomdonation-joomla4 li, .joomdonation-joomla4 li a
{
	border-radius:0px !important;
	border:0px !important;
}

.joomdonation-joomla4 li a:hover, ul.joomdonation-joomla4 li.dropdown ul.dropdown-menu li a.active
{
	background-color:#7d2116 !important;
	color:#FFF !important;
}

#donationStatistic .donationGraph
{
    padding:10px;
    margin:20px;
    background-color: white;
    width: 100%;
}

#donationStatistic .donationGraph .monthly-stats label{
    display: inline;
}

#donationStatistic .dashboard-table-header
{
    font-weight: bold;
}

#donationStatistic .countriesStatistic
{
	float:left;
}

#donationStatistic  .campaignProgressBars, #donationStatistic .countriesStatistic
{
    padding:10px;
    margin:20px;
    background-color: white;
    width: 45%;
    display: inline-block;
}

#donationStatistic  .campaignProgressBars .campaignProgressBarsheading, #donationStatistic .countriesStatistic .countriesStatisticheading
{
    font-weight: bold;
    display: block;
    padding-bottom:15px;
}

#donationStatistic  .campaignProgressBars .campaignCreated
{
    font-size: 11px;
    color:gray;
    display: block;
}

#donationStatistic  .campaignProgressBars .progress
{
    height:5px !important;
    margin-top:15px;
    margin-bottom:5px;
}

#donationStatistic .countriesStatistic .country_title
{
    float:left;
    padding:5px;
    border-bottom:1px dotted #efefef;
    width:48%;
    position:relative;
    text-align: left;
    display:inline;
}

#donationStatistic .countriesStatistic .donated_amount
{
    float:right;
    padding:5px;
    border-bottom:1px dotted #efefef;
    width:48%;
    position:relative;
    text-align:right;
    display:inline;
}

.emaildetailsform .control-group
{
	border:1px solid #DDD !important;
	padding:5px;
	margin-bottom:5px !important;
}

.emaildetailsform .control-group .control-label
{
	background-color:#efefef !important;
}

#reporttable
{
	border:1px solid #CCC;
	width:100%;
}

#reporttable th
{
	font-weight:normal;
	border-bottom:1px solid #CCC;
	padding:5px;
}

#reporttable td
{
	border-bottom:1px solid #CCC;
	padding:5px;
}

#reporttable td .explain
{
	font-style:italic;
	color:gray;
	font-size:13px;
}