﻿@charset "utf-8";
/* CSS Document */

body {
	font-family:verdana !important;
}
.profile-bar {
    width: 100%;
    height: auto;
    padding: 10px 10px;
    border-bottom: 1px solid #ddd;
    /* border-radius: 5px; */
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    background: #fbfbfb;
	margin-bottom: 15px;
}
.profile-bar-green {
	width: 100%;
    height: auto;
    padding: 10px 10px;
    border-bottom: 1px solid #ddd;
    /* border-radius: 5px; */
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    background: #00b192;
	margin-bottom: 15px;
	color:#fff;
}
.head-sea-green {
	width: 100%;
    height: auto;
    padding: 10px 10px;
    border-bottom: 1px solid #ddd;
    /* border-radius: 5px; */
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    background: #00bd9c;
	margin-bottom: 15px;
	color:#fff;
}
.head-sea-grey {
	width: 100%;
    height: auto;
    padding: 10px 10px;
    border-bottom: 1px solid #ddd;
    /* border-radius: 5px; */
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    background: #33495f;
	margin-bottom: 15px;
	color:#fff;
}
.head-sea-yellow {
	width: 100%;
    height: auto;
    padding: 10px 10px;
    border-bottom: 1px solid #ddd;
    /* border-radius: 5px; */
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    background: #f59d00;
	margin-bottom: 15px;
	color:#fff;	
}
.profile-bar-blue {
	width: 100%;
    height: auto;
    padding: 10px 10px;
    border-bottom: 1px solid #ddd;
    /* border-radius: 5px; */
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    background: #00b192;
	margin-bottom: 15px;
	color:#fff;
}
.user-profile-pic {
	width:100px;
	height:100px;
	/*display:inline-block;
    float: left;*/
    margin: 0 auto;
}
.user-profile-pic img {
	width:100px;
	height:100px;
	border-radius: 0;
	border: 3px solid #984485;
    box-shadow: 3px 1px 0px #ddd;
}
.profile-basic {
    display: block;
    /*width: calc(100% - 122px);
    float: left;*/
	height: auto;
	min-height:80px;
    /*display: table-cell;*/
    vertical-align: middle;
    padding-top: 2%;
	text-align: center;
}
.profile-basic span {
	display:inline-block;
}
.profile-basic .list-inline li {
	font-size:10px;
	display:inline-block;
	background: #efefef;
    padding: 2px;
    border: 1px solid #ddd;	
	margin-bottom:5px;
	width: 31.33%;
}
.profile-basic .list-inline li b {
     display: block;
}
.gen-profile-box {
    border: 1px solid #ddd;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
	box-shadow: 5px 5px 0 #efefef;
	margin-bottom:20px;
	padding-top: 0px;
    padding-bottom: 10px;
	width:100%;
}
span.p-f-1 {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    padding: 2px 2px;
    text-align: center;
    border-radius: 15px;
    background: #f1f1f1;
	font-size: 12px;
}
span.P-f-2 {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 4px 2px;
    text-align: center;
    border-radius: 0px;
    background: #e6e6e6;
    border: 1px solid #d0d0d0;
    color: #000;
    font-size: 12px;
}
a.p-f-3 {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 4px 2px;
    text-align: center;
    border-radius: 0px;
    background: #e6e6e6;
    border: 1px solid #d0d0d0;
    color: #000 !important;
    font-size: 12px;
}
a.p-f-4 {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 4px 2px;
    text-align: center;
    border-radius: 0px;
    background: #e6e6e6;
    border: 1px solid #d0d0d0;
    color: #000;
    font-size: 12px;
}
.center-aligned-box {
	width:250px;
	margin:0 auto;
	padding:6px 5px;
	text-align:center;
}
a.p-f-4 {
	font-style:italic;
	font-size13px;
}
.center-aligned-box {
    width: 250px;
    margin: 0 auto;
    padding: 6px 5px;
    text-align: center;
	margin-top: 10px;
    margin-bottom: 10px;
}
a.p-f-5 {
    font-style: italic;
    color: #0192b5 !important;
    border: 1px solid #0192b5;
    padding: 5px 8px;
    margin-top: 10px;
    margin-bottom: 10px;
	border-radius: 0px;
	display: block;
	text-align: center;
	font-size: 12px;
	word-spacing: 0px;
	line-height: 1;
}
span.successful {
    background: #009242;
    padding: 6px 6px;
    color: #fff;
    border-radius: 40px;
	font-size: 11px;
	display: block;
	height: auto;
	text-align: center;
	line-height: 1;
}
a.click-request {
    /*background: #ffba18;*/
    padding: 10px 8px;
    font-size: 13px;
    /*border: 1px solid #dc9a00;*/
    border-radius: 3px;
    color: #0095ef !important;
    display: block;
    text-align: center;
    text-align: center;
    line-height: 1;
	margin-top: 0px
}
.re-purchase-heading-red {
	padding-bottom:10px;
	border-bottom:1px solid #cc0000;
	padding-top:10px;
	color:#cc0000;
}
.re-purchase-heading {
	padding-bottom:0px;
	border-bottom:1px solid #444;
	padding-top:0px;
}
.dp-box-1 span {
background: #e6e6e6;
    font-weight: bold;
    color: #000;
    font-size: 11px;
    text-align: left !important;
    float: left;
    padding-left: 8px;
    padding-top: 2px;
    min-width: 85px;
    padding-bottom: 2px;
    /* border-bottom-left-radius: 15px; */
    padding-right: 3px;
    border-right: 1px solid #e6e6e6;
}
p.dp-box-1 {
   border: 1px solid #e6e6e6;
    border-radius: 0px;
    /* border-bottom-left-radius: 10px; */
    padding: 0px 3px 0 0;
    overflow: hidden;
    background: #fff;
    text-align: right;
    font-size: 11px;
    margin-bottom: 10px;
    line-height: 30px;
}
.label-danger {
    background-color: #d9534f;
}
.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    text-shadow: none;
    font-style: italic;
}
.trainning-head {
    width: 100%;
    height: auto;
    padding: 0 10px;
    /*background: #ffe29e;*/
    margin-bottom: 5px;
    border-bottom: 2px solid #e2aa25;
}
.trainning-location i {
    /*color: #cc0000;*/
    font-size: 14px;
    margin-right: 5px;
}
.trainning-location {
    margin-top: 4px;
    margin-bottom: 4px;
	clear:left;
}
.avatar-image {
	width:100px;
	height:100px;
	margin:0 auto;
}
.avatar-image img {
	width:100%;
	height:auto;
}
.status-amt {
    width: 100%;
    height: auto;
    padding: 10px;
    text-align: center;
    margin-top: 18px;
    background: #00bd9c;
    color: #fff;
    font-weight: bold;
}
.small-border-box {
    width: 100%;
    border: 1px solid #ddd;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    box-shadow: 5px 5px 0 #efefef;
	min-height: 280px;
}
a.link-btn-new {
  font-size: 13px;
    padding: 5px;
    display: block;
    text-align: center;
    font-style: italic;
    color: #b71c1c !important;
}
.tab-box {
	margin-top:5px;
	margin-bottom:5px;
}
.tab-box {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #d0d0d0;
}
.tab-box-sum{
    border: 1px solid #005a0c;
}

span.tab-lable {
    font-weight: bold;
    display: block;
    padding: 5px;
	font-size:10px;
}
span.tab-lable-sum {
    font-weight: bold;
    display: block;
    padding: 5px;
	font-size:10px;
}
.tab-bg {
    background: #d0d0d0;
}
.tab-bg-sum {
    background: #005a0c;
    color: #fff;
}
span.tab-field {
    /* border-bottom: 1px dotted #ddd; */
    display: block;
    padding-left: 5px;
    padding: 5px;
	text-align: right;
	font-size:10px;

}
span.tab-field-sum {
    /* border-bottom: 1px dotted #ddd; */
    display: block;
    padding-left: 5px;
    padding: 5px;
    color:#005a0c;
	font-weight:bold;
	text-align: right;
}
.wallet-box-green {
    /* background: #00bd9c; */
    margin-bottom: 20px;
    border-radius: 3px;
    color: #fff;
    border: 1px solid #00bd9c;
}
.wallet-box-red {
    /* background: #00bd9c; */
    margin-bottom: 20px;
    border-radius: 3px;
    color: #fff;
    border: 1px solid #e94b35;
}
.wallet-box-yellow {
    /* background: #00bd9c; */
    margin-bottom: 20px;
    border-radius: 3px;
    color: #fff;
    border: 1px solid #f59d00;
}
.icon-box {
    display: block;
    width: 100%;
    min-height: 45px;
    line-height: 45px;
    vertical-align: middle;
    text-align: center;
    padding-left: 17px;
    font-size: 20px;
    padding-right: 0px;
    font-weight: normal;

}
.yellow-box {
    background: #f59d00;	
}
.red-box {
    background: #e94b35;	
}
.green-box {
    background: #00bd9c;	
}
.content-box {
    display: block;
    width: 100%;
    min-height: 45px;
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    padding-top: 11px;
    color: #000;
}

.content-box p {
	margin-bottom:0;
	text-align:left;
}
[data-sidebar="light"] .sidebar-heading.sidebar-heading-1:before {
    background: #984385 !important;
}
[data-sidebar="light"] .sidebar-heading {
    box-shadow: 5px 0 0 rgba(0, 0, 0, 0.2);
}
.left-sidebar .section, .left-sidebar-1 .section {
    box-shadow: 5px 0 0 rgba(0, 0, 0, 0.2);	
	/*height: 100%;*/
}

.background-registration {
	background: url(../images/OGMM6T0.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position:top right;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
	min-height:100vh;
    background-repeat: no-repeat;
}
.overlay-bg {
/*    background-color: rgba(0, 0, 0, 0.6);*/
	padding-top:100px;
}
.msgForm {
	box-sizing: border-box;
    padding: 10px 20px;
    color: #fff;
    /*border: 6px solid #444;*/
    background-color: rgba(256, 256, 256, 0.7);
    /* border-radius: 4px; */
    margin-bottom: 50px;
    color: #444;
}
.radio-input {
	position: relative;
    padding-left: 30px;
}
.radio-input [type=radio]{
    width: 20px;
    height: 20px;
    margin-top: 2px;
    position: absolute;
    margin-left: -30px;
}
.msgForm .formControl {
    padding: 12px 10px;
    background: #fff;
    color: #777;
    height: 45px;
    border: 1px solid #777;
    width: 100%;
}
#dd {
    padding: 12px 10px;
    background: #fff;
    color: #777;
    height: 45px;
    border: 1px solid #777;
    width: 100%;
}
.msgForm .error {
	color:#cc0000 !important;
}
.form-error {
    color: #fff;
    background: #ec0000;
    border-radius: 2px;
    padding: 3px 15px;
}
.help-block:before {
	content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ec0000;
    position: absolute;
    z-index: 1;
    margin-top: -9px;
}
.button.dark {
    border: none;
}
label {
    display: block !important;
    margin-bottom: .5rem;
}
.sponsor-name {
    width: 100%;
    border: 1px solid #777;
    background-color: rgba(256, 256, 256, 0.3);
    padding: 11px;
    font-weight: normal;
}
.msgForm textarea {
	width:100%;
	border: 1px solid #777 !important;
}
[data-background="light"] .custom-control-indicator {
    background-color: #fff !important;
    border: 1px solid #777 !important;
}
input#btnSave {
    padding: 5px 20px;
    background: #212121;
    color: #fff;
}
input#btnReset {
    padding: 5px 20px;
    background: #212121;
    color: #fff;
}

.MultiCarousel { 
    float: left;
	overflow: hidden;
	padding: 0px;
	width: 100%;
	position:relative;
}
.MultiCarousel .MultiCarousel-inner { 
    transition: 1s ease all; 
	float: left; 
}
.MultiCarousel .MultiCarousel-inner .item { 
    float: left;
}
.MultiCarousel .MultiCarousel-inner .item > div { 
	padding:10px 50px; 
	margin:10px; 
	background:#fff; 
	color:#333;
}
.MultiCarousel .leftLst, .MultiCarousel .rightLst { 
    position:absolute; 
	border-radius:50%;
	top:calc(50% - 20px); 
}
.MultiCarousel .leftLst { 
    left:0; 
}
.MultiCarousel .rightLst { 
    right:0; 
}
.MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over { 
	pointer-events: none; 
	background:#ccc; 
}
.btn.btn-primary, .btn.btn-primary.dropdown-toggle {
	font-size: 1.3rem;
}
.front-back-table .title {
  display: block;
  font-size: 30px;
  margin:15px 0 10px;
  padding: 0;
  text-align: center;
}
.front-back-table .sub-title {
  display: block;
  text-align: center;
  margin: 0;
  padding: 0;
  color: #111;
  margin-bottom: 30px;
  font-size: 14px;
}
.front-back-table .price {
    list-style-type: none;
   
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.front-back-table .price:hover {

}

.front-back-table .price .header {
    background-color: #111;
    color: white;
    font-size: 18px;
}
.front-back-table .bg-green{
	background-color:#4CAF50 !important;
	}
.front-back-table .price li {
    /*border-bottom: 1px solid #eee;*/
    padding: 0px 10px;
    text-align: center;
}

.front-back-table .price .grey {
    background-color: #eee;
    font-size: 20px;
}

.front-back-table .button {
    background-color: #4CAF50;
    border: none;
    color: #fff;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
}
.MultiCarousel .lead {
    font-size: 14px !important;
    font-weight: bold;
    width: 100%;
    text-align: center;
}
p.training-venue {
    text-transform: capitalize;
    font-size: 12px;
    width: 100%;
    text-align: center;
}
.p.train-time {
	text-transform: capitalize;
    font-size: 12px;
}
.qr-image {
    width: 150px;
    height: auto;
    margin: 0 auto;
    clear: left;
}
.qr-image img {
	width:100%;
	height:auto;
}	
.qr-number {
	width:100%;
	height:auto;
	font-weight:bold;
	margin-bottom:5px;
	text-align:center;
}		
p.train-time {
    font-size: 12px;
    width: 100%;
    text-align: center;
}
.qr-code-box {
    clear: left;
    width: 100%;
}
.MultiCarousel .btn {
    padding: 4px 10px;
}


    /**
 * Datetimepicker for Bootstrap v3 - Modified
 * https://github.com/Eonasdan/bootstrap-datetimepicker/ 
 */

.bootstrap-datetimepicker-widget {
    top: 0;
    left: 0;
    width: 250px;
    padding: 4px;
    margin-top: 1px;
    z-index: 99999;
    border-radius: 4px;
}

    /* RQI: Arrow for Bottom */
    .bootstrap-datetimepicker-widget.bottom:before {
        content: '';
        display: inline-block;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #ccc;
        border-bottom-color: rgba(0, 0, 0, 0.2);
        position: absolute;
        top: -7px;
        left: 7px;
    }

    .bootstrap-datetimepicker-widget.bottom:after {
        content: '';
        display: inline-block;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid white;
        position: absolute;
        top: -6px;
        left: 8px;
    }

    /* RQI: Arrow for Top */
    .bootstrap-datetimepicker-widget.top:before {
        content: '';
        display: inline-block;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-top: 7px solid #ccc;
        border-top-color: rgba(0, 0, 0, 0.2);
        position: absolute;
        bottom: -7px;
        left: 6px;
    }

    .bootstrap-datetimepicker-widget.top:after {
        content: '';
        display: inline-block;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid white;
        position: absolute;
        bottom: -6px;
        left: 7px;
    }

    /* Days Column Width */
    .bootstrap-datetimepicker-widget .dow {
        width: 14.2857%;
    }

    .bootstrap-datetimepicker-widget.pull-right:before {
        left: auto;
        right: 6px;
    }

    .bootstrap-datetimepicker-widget.pull-right:after {
        left: auto;
        right: 7px;
    }

    .bootstrap-datetimepicker-widget > ul {
        list-style-type: none;
        margin: 0;
    }

    .bootstrap-datetimepicker-widget .timepicker-hour,
    .bootstrap-datetimepicker-widget .timepicker-minute,
    .bootstrap-datetimepicker-widget .timepicker-second {
        width: 100%;
        font-size: 20px;
    }

    .bootstrap-datetimepicker-widget table[data-hour-format="12"] .separator {
        width: 4px;
        padding: 0;
        margin: 0;
    }

    .bootstrap-datetimepicker-widget .datepicker > div {
        display: none;
    }

    .bootstrap-datetimepicker-widget .picker-switch {
        text-align: center;
    }

    .bootstrap-datetimepicker-widget table {
        width: 100%;
        margin: 0;
    }

    .bootstrap-datetimepicker-widget td,
    .bootstrap-datetimepicker-widget th {
        text-align: center;
        border-radius: 4px;
    }

        .bootstrap-datetimepicker-widget td.day:hover,
        .bootstrap-datetimepicker-widget td.hour:hover,
        .bootstrap-datetimepicker-widget td.minute:hover,
        .bootstrap-datetimepicker-widget td.second:hover {
            background: #eeeeee;
            cursor: pointer;
        }

        .bootstrap-datetimepicker-widget td.old,
        .bootstrap-datetimepicker-widget td.new {
            color: #c7c7c7;
        }

        /* Today */
        .bootstrap-datetimepicker-widget td.today {
            position: relative;
        }

        .bootstrap-datetimepicker-widget td.today:before {
            content: '';
            display: inline-block;
            border-left: 7px solid transparent;
            border-bottom: 7px solid #389b98;
            border-top-color: rgba(0, 0, 0, 0.2);
            position: absolute;
            bottom: 4px;
            right: 4px;
        }

        .bootstrap-datetimepicker-widget td.active.today:before {
            border-bottom-color: #fff;
        }

        .bootstrap-datetimepicker-widget td.active,
        .bootstrap-datetimepicker-widget td.active:hover {
            background-color: #389b98;
            color: #fff;
            text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        }

        .bootstrap-datetimepicker-widget td.disabled,
        .bootstrap-datetimepicker-widget td.disabled:hover {
            background: none;
            color: #999999;
            cursor: not-allowed;
        }

        .bootstrap-datetimepicker-widget td span {
            display: block;
            width: 47px;
            float: left;
            margin: 2px;
            cursor: pointer;
            border-radius: 4px;
            padding: 5px 0 5px 0;
        }

            .bootstrap-datetimepicker-widget td span:hover {
                background: #eeeeee;
            }

            .bootstrap-datetimepicker-widget td span.active {
                background-color: #428bca;
                color: #fff;
                text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
            }

            .bootstrap-datetimepicker-widget td span.old {
                color: #999999;
            }

            .bootstrap-datetimepicker-widget td span.disabled,
            .bootstrap-datetimepicker-widget td span.disabled:hover {
                background: none;
                color: #999999;
                cursor: not-allowed;
            }

        .bootstrap-datetimepicker-widget th.switch {
            width: 145px;
        }

        .bootstrap-datetimepicker-widget th.next,
        .bootstrap-datetimepicker-widget th.prev {
            font-size: 21px;
        }

        .bootstrap-datetimepicker-widget th.disabled,
        .bootstrap-datetimepicker-widget th.disabled:hover {
            background: none;
            color: #999999;
            cursor: not-allowed;
        }

    .bootstrap-datetimepicker-widget thead tr:first-child th {
        cursor: pointer;
    }

        .bootstrap-datetimepicker-widget thead tr:first-child th:hover {
            background: #eeeeee;
        }

.input-group.date .input-group-addon span {
    display: block;
    cursor: pointer;
    width: 16px;
    height: 16px;
}

.bootstrap-datetimepicker-widget.left-oriented:before {
    left: auto;
    right: 6px;
}

.bootstrap-datetimepicker-widget.left-oriented:after {
    left: auto;
    right: 7px;
}

.bootstrap-datetimepicker-widget ul.list-unstyled li.in div.timepicker div.timepicker-picker table.table-condensed tbody > tr > td {
    padding: 0;
}

/* Customized Button */
.btn-time, .btn-time:focus {
    color: #389b98;
    text-decoration: none;
    background-color: transparent;
}

    .btn-time i {
        padding: 0 7px 0 7px;
    }

    .btn-time:hover {
        color: #12615F;
        text-decoration: none;
        background-color: #eee;
    }
span.help-txt {
    font-style: italic;
    color: #999;
}
.msgForm .form-group {
    margin-bottom: 5px;
}
.text-center.main-heading {
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 15px;
    padding-bottom: 10px;
    font-size: 25px;
}
.main-heading:after {
	
}
.green-bg {
    background: #949494;
    padding: 15px;
}
.reward-circle-1 {
    /* border: 3px solid #fff;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    margin: 0 auto;
    display: table;*/
    padding-top: 6px;
}
.reward-circle-2 {
    background: #fff;
    /* width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50%;
    line-height: 130px; */
    display: block;
    vertical-align: middle;
}
.reward-circle-2 img{
	width:100%;
}
.reward-box-section {
    width: 100%;
    height: auto;
    border: 1px solid #ddd;
    border-radius: 0px;
    overflow: hidden;
	margin-bottom:20px;
}
.id-name {
    font-style: italic;
}
span.news-date.pull-left {
    padding: 5px 0px;
    font-size: 11px;
    font-weight: normal;
    color: #777;
    font-style: italic;
}
.Book-now-btn a {
    background: green;
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 2px;
    font-weight: bold;
}
.label-success a {
    background-color: green;
    color: #fff !important;
    padding: 3px 8px;
    border-radius: 2px;
    display: block;
}
.trainning-main-heading strong {
	float: left;
    width: 85%;
}
.trainning-main-heading span {
   width: calc(100% - 85%);
}
.news-separator {
    width: 100%;
    clear: left;
    border-bottom: 1px solid #ddd;
    margin-top: 10px;
}
.link-btn-new {
color:#b71c1c;
}
.header-dark thead th {
    background: #000000 !important;
    color: #fff !important;
}

h2.big-green {
    font-size: 35px;
    color: #77b43f;
    font-style: italic;
    /* text-transform: uppercase; */
    text-align: center;
	margin-bottom: 15px;
}
.animated-gif {
    width: 125px;
    margin: 0 auto;
}
.animated-gif img {
	width:100%;
}
.wrapper-thanks {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    border: 1px solid #ddd;
    background: #fff;
	box-shadow: 0px 6px 23px #ccc;
	padding-top: 30px;
    padding-bottom: 30px;
}
.account-info.clearfix {
    margin-top: 20px;
    margin-bottom: 20px;

    padding: 10px 0;
}
.account-info.clearfix {
    padding: 10px 0;
   
}
.account-info-text p.heading {
	border-bottom:2px solid #000;
}
.account-info-text p {
	margin-bottom:5px;
}
.What-to-do {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
	padding-left: 15px;
    padding-right: 15px;
}
.account-info .list-inline {
	margin:0;
	padding:0;
	text-align:center;
}
.account-info .list-inline li {
	display:inline-block;
}
.What-to-do .list-inline {
	margin:0;
	padding:0;
	text-align:center;
}
.What-to-do .list-inline li {
	display:inline-block;
}
.What-to-do .label-danger {
    background-color: #d9534f;
	color:#fff;
}
.profile-bar-simple {
    padding: 10px 15px 2px 15px;
    border-bottom: 3px solid;
    margin-bottom: 15px;
}
.red-border {
	/*border-color: #e75b8d;*/
	
}
.green-border {
	border-color: #a0d468!important;
}
.form-submit label span.text-two {
	padding-bottom:10px;
	border-bottom:1px dotted #444;
	display:block;
}

span.bold-text {
    border-bottom: none;
    margin-bottom: 10px;
    display: block;
    font-weight: bold;
}
span.border-box {
    border: 2px solid #77b43f;
    padding: 7px 15px;
    color: #4a9604;
    background: #f9f9f9;
}
.wrapper-thanks h3, .wrapper-thanks h4, .wrapper-thanks h2 {
	margin-bottom:15px;
}
span.simple-text {
    font-style: italic;
    color: #e11a24;
}
span.president {
    font-size: 10px;
    border: 2px solid #cc0000;
    padding: 4px 4px;
    color: #cc0000;
    border-radius: 15px;
    margin-left: 0px;
    margin-right: 0px;
}
span.bplstatus {
    font-size: 10px;
    border: 2px solid #424242;
    padding: 4px 4px;
    border-radius: 0px;
    margin-left: 0px;
    margin-right: 0px;
	background-color: azure;
}
span.president-2 {
    font-size: 10px;
    border: 2px solid #424242;
    padding: 4px 4px;
    border-radius: 0px;
    margin-left: 0px;
    color: #007bb3;
	background-color: azure;
    margin-right: 0px;
}
.gen-profile-box .table th, .table td {
    padding: .25rem .75rem !important;
    font-size: 11px;
}
.pull-right {
	float:right;
}
.blue-border {
    border-color: #007bb3;
}
@media only screen and (max-width: 768px) {
.profile-basic .list-inline li {
    display: block;
	width: 100%;
}
.profile-basic span {
	display:block;
}
}