@charset "utf-8";
/* CSS Document */
img { max-width: 100%; }

.container { max-width:1200px; }
.margin10 { margin-bottom:10px; }
.margin20 { margin-bottom:20px; }
.margin30 { margin-bottom:30px; }
.margin40 { margin-bottom:40px; }
.margin50 { margin-bottom:50px; }
.margin-top { margin-top:115px; }
a:hover, :hover { -webkit-transition: ease-out 0.2s; -moz-transition: ease-out 0.2s; -o-transition: ease-out 0.2s; transition: ease-out 0.2s; text-decoration:none; }

h2 { font-size: 26px; font-weight: 500; color: #ed1c24; margin:20px 0 10px 0; line-height:35px; }
h3 { font-size: 22px; font-weight: 500; color: #1c3764; }
h4 { font-size:18px; color:#333; text-decoration:none; font-weight:600; margin-top:20px; }
p { font-size:16px; color:#333; text-decoration:none; line-height:24px; margin:10px 0; }

.button { background-color:transparent; }
.button span { cursor: pointer; display: inline-block; position: relative; transition: 0.3s; }
.button span:after {  content:'»'; position: absolute;  opacity: 0;  top: 0;  right: -20px;  transition: 0.5s; }
.button:hover span {  padding-right: 25px; }
.button:hover span:after { opacity: 1; right:0; }

.blood-test .border-box { border: 1px solid #CCC; padding:20px 10px; text-align: left; margin-top: 10px; }

.red-bg-small { background-color: #1c3764; padding:5px 40px; text-align: center; }
@media (max-width: 575.98px) { .red-bg-small { margin-top:10px; } }
.red-bg-small h2 { color:#FFF; line-height:32px; }

.navbar { position: relative; min-height: 50px; margin-bottom:0px; border: 1px solid transparent; }
.navbar-default { background-color: #FFF; border:0; }
.navbar-default .navbar-nav>li>a { color: #666; }
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus { color: #666; background-color: #e7e7e7; }
.navbar-collapse { padding:0; }

.dropdown-menu { border: 0px; }

.logo { margin:0 0 30px 0; text-align:left; }

.admin-dashboard-help-you-box { background-color:#1c3764; text-align:center; }
.admin-dashboard-help-you-box h3 { font-size:26px; color:#fff; margin:0; padding:15px 20px; line-height:36px; }

.btn-red { color: #FFF; background-color: #ee2128; border-radius:50px; margin:23px; padding:10px 30px; font-size:18px; box-shadow:none; }
.btn-red:hover { background-color:#ee2128; color:#FFF; }

.btn-greylight { color: #FFF; background-color: #999; padding: 3px 15px; margin-bottom:6px; }
.btn-greylight:hover { background-color: #666; color: #FFF; padding: 3px 15px; }

.select-report-box { border:1px solid #cacaca; margin:30px 0; text-align:center; padding:30px 150px; }
.select-report-box h4 { margin:0; }
.select-report-box ul { margin:0; padding:0; }
.select-report-box ul li a { background-color:#e5eefd; color:#1c3564; margin-bottom:10px; display:block; border-radius:7px; padding:5px; text-decoration:none; font-weight:bold; }

.bio-box { background-color:#e5eefd; text-align:center; padding:30px 30px 0 30px; border-radius:7px; min-height:370px; margin-bottom:30px; }
.bio-box h4 { font-size:22px; color:#1c3564; margin:0; padding:20px; }
.table>tbody>tr>td { vertical-align: top; border-top: 1px solid #ddd; color:#1c3564; text-align:left; }

.dna-report-box { /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#214874+0,3fb2cc+100 */
background: #1c3764; /* Old browsers */
background: rgb(141,174,230);
background: linear-gradient(360deg, rgba(141,174,230,1) 0%, rgba(28,55,100,1) 100%);
 background-color:#214773; text-align:center; padding:130px 30px 0 30px; border-radius:7px;  min-height:370px; margin-bottom:30px; }
.dna-report-box h2 { font-size:26px; color:#fff; margin:0; padding:0px; }

.btn-white { color: #1c3564; background-color: #FFF; border-radius:50px; margin:23px; padding:10px 30px; font-size:18px; box-shadow:0px 0px 7px #224b76; font-weight:bold; }
.btn-white:hover { background-color:#1c3564; color:#fff; }

.btn-blue { color: #fff; background-color: #1c3764; border-radius:50px; margin:10px 5px; padding:8px 25px; font-size:16px; font-weight:normal; }
.btn-blue:hover { background-color:#666; color:#fff; }

.button-box { background-color:#e5eefd; color:#1c3564; text-align:center; padding:20px; border-radius:7px; margin-bottom:30px; text-decoration:none; font-weight:bold; font-size:18px; }
.button-box:hover {}

#viewContainer {
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  padding: 5px 0;
}
#viewContainer a { color:#fff; }

.page {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#beeef6+0,46c5db+100 */
 background-color: #1c3764;
	border-radius:10px;
	color:#fff;
	font-weight:bold;
	font-size:18px;
	text-align: center;
	width: auto;
	padding:12px 29px;
	/* height: 100%;
	 display: table-cell; */
	border: 0px solid red;
	display: inline-block;
	margin:0 5px 0 0;
	box-shadow:3px 3px 3px #e7e7e7;
}
.page:hover { background-color:#ED1C24; color:#FFF; }
.page a { color:#fff; }

.active { color:#FFF; }
.active a, .active a:hover { background-color:#ED1C24; color:#FFF; }

.fav-unfav-average span { margin:0 20px 0 0; text-align:center; font-weight:bold; }
.fav-unfav-average {  text-align:center; }

.report-table { font-size:16px; }
.report-table a { color:#4bc6dd; font-size:14px; text-decoration:underline; }
.report-table .typical { color:#fab63f; }
.report-table .poor { color:#ff0000; }
.report-table .good { color:#81c36b; }
.report-table .dark-blue { color:#1c3564; background-color:#c2eff7; }
.report-table h4 { color:#1c3564; }

.table>thead>tr>th { vertical-align: bottom; border-bottom: 2px solid #ddd; }

.table-striped tbody tr:nth-of-type(odd) { border-bottom: 1px solid #ccc; }
.lightgreycolor { background-color:#f3f3f3; border-bottom: 1px solid #ccc; }

.active { /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#01369b+0,1c3565+100 */}

.btn:active, .btn.active { background-color:#ed1c24; }

.panel-default>.panel-heading { color: #1c3564; background-color: #e5eefd; border-color: #b8caea; display:grid; }
.panel-body { font-size:16px; line-height:22px; margin-bottom:0px; color:#333; text-decoration:none; }
.panel-body p { text-align:center; font-size:14px; line-height:20px; margin-bottom:10px; }
.panel-body h3 { font-size:22px; color: #1c3564; margin-bottom:10px; }
.favourable { color:#83c677; }
.unfavourable { color:#d41e00; }
.panel-title { line-height: 40px; }
.panel-default { border-color:#e5e5e5; border-bottom-width:3px; }
.accordion-toggle:after { font-family: 'FontAwesome'; content: "\f078"; float: right; }
.panel-group .panel { margin-bottom: 15px; }
.panel-title>a { color: #1c3764; }
.panel-title>a:hover { color:#1c3764; }
.previous-result { background-color:#e5eefd; padding:10px; border-radius:7px; }

.result-explained { background-color:#e5eefd; color:#333; padding:10px 15px; border-radius:10px; margin:20px 0; text-align:center; }
.do-box { background-color:#d0ffe9; color:#333; padding:10px 15px; border-radius:10px; height:170px; overflow-y: auto; text-align:center; }
.dont-box { background-color:#ffe7ea; color:#333; padding:10px 15px; border-radius:10px; height:170px; overflow-y: auto; text-align:center; }

.intro { text-align:center; }
.intro h2 { font-size:30px; font-weight:bold; margin:30px 0 10px 0; }
.intro h4 { text-align:center; font-weight:bold; }
.intro .box-border { border:2px solid #0c3585; border-radius:20px; box-shadow:5px 5px 5px #0c3585; padding:15px 0 5px 0; }

.backbtn { margin:20px 0 0 0; }
.backbtn a{ color: #fff; background-color: #1c3764; border-radius:25px; padding:6px 15px; font-size:14px; font-weight:bold; }
.backbtn a:hover { background-color:#333; color:#fff; }

.enterotype {}
.enterotype h2 { font-size:30px; font-weight:bold; margin:30px 0 10px 0; }
.enterotype h3 { font-size:26px; font-weight:normal; margin:30px 0 10px 0; }

.enterotype ul { margin:10px 0 20px 20px; padding:0; text-align:left; }
.enterotype ul li { font-size: 16px; color: #0776bb; margin: 5px 0; font-weight:500; margin-left: 20px; }
.enterotype ul li::before { top: 8px; margin: 0px 10px 0 -15px; vertical-align: middle; display: inline-block; width: 8px; height: 8px; background: #0776bb; border-radius: 10px; content: ""; }

.enterotype ol { margin:10px 0 20px 20px; padding:0; text-align:left; }
.enterotype ol li { font-size: 16px; color: #0776bb; margin: 5px 0; font-weight:500; margin-left: 20px; }

.enterotype .line ul { margin:0; padding:0; }
.enterotype .line ul li { border-bottom:1px solid #CCC; color: #333; list-style-type:none; }
.enterotype .line ul li::before { top: 8px; margin: 0px 10px 0 -15px; vertical-align: middle; display: inline-block; width: 8px; height: 8px; background: #fff; border-radius: 10px; content: ""; }

.phyla {}
.phyla h2 { font-size:30px; font-weight:bold; margin:30px 0 10px 0; }
.phyla h3 { font-size:26px; font-weight:normal; margin:30px 0 10px 0; }
.phyla .cohort-color001 {width: 25px; height: 25px; background: #0004fc; border-radius: 50%!important; }
.phyla .cohort-color002 {width: 25px; height: 25px; background: #1eb8fb; border-radius: 50%!important; }
.phyla .cohort-color003 {width: 25px; height: 25px; background: #4997ec; border-radius: 50%!important; }
.phyla .cohort-color004 {width: 25px; height: 25px; background: #5AB2BC; border-radius: 50%!important; }
.phyla .cohort-color005 {width: 25px; height: 25px; background: #006cc7; border-radius: 50%!important; }
.phyla .cohort-color006 {width: 25px; height: 25px; background: #b0e4ea; border-radius: 50%!important; }
.phyla .results-explained { font-size:14px; background-color:#e5eefd; padding:5px 20px 20px 20px; border-radius:10px; margin-bottom:0px; margin-top:20px; }
.phyla .results-explained p { font-size:14px; }
.phyla table a { font-weight:bold; color:#1c3764; }

.richness-scale-area {}
.richness-scale-content { font-size:14px; background-color:#e5eefd; padding:5px 20px 10px 20px; border-radius:10px; margin-bottom:30px; }

.richness-scale { position: relative; margin:30px 0; }
.richness-scale span { margin: 0 0px; width: 32%; border-radius: 5px; height: 20px; display: inline-block; opacity: 0.9; }
.richness-scale span.active { opacity: 1; }
.richness-scale img.drop { position: absolute; left: 25%; transform: translateX(-25%); top: 5px; }

.chart-section { margin: 35px auto; text-align:center; }
.chart-section p { text-align:center; }
.chart_per span { position: absolute; margin:100px 0 0 0; }
.chart_per { background-image: url(../image/gut-health-score.gif); background-repeat: no-repeat; width: 385px; height: 385px; background-size: cover; margin: 0px auto; position: relative; }

.food-box { border: 2px solid #44c4db; padding: 15px; border-radius: 5px; margin-bottom:30px; }
.food-box h3 { text-align:center; }

.recommendations_card {
    border: 2px solid #44c4db;
    width: 178px;
    box-shadow: 2px 3px 6px -1px rgb(0 0 0 / 15%);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-left: 6%;
    margin-top: 10px;
    margin-bottom: 15px;
	height:70px;
}
.recommendations_cart_sec_ {
    height: 100%;
    max-height: 300px;
    overflow: auto;
	padding:20px;
}
.recommendations_img img {
    width: 85px;
    border-radius: 50%;
    height: 85px;
    position: absolute;
    left: -30px;
    top: -8px;
}
.recommendations_img {
    width: 55%;
}
.sa-icon {
    position: absolute;
    right: 13px;
    top: -2px;
}
.recommendations_heading {
    width: 90%;
}
.recommendations_heading p {
    margin: 0px;
    font-size: 14px;
    line-height: 18px;
    color: #585858;
}
.recommendations_heading p a {
    color: #494F62;
}

.scroll-box {
    height: 100%;
    max-height: 400px;
    overflow: auto;
    padding: 20px;
	margin-bottom:30px;
}

.btn-red-small { color: #fff; background-color: #1b3664; padding:5px 25px; margin:10px 0 10px 0; border-radius:7px; font-weight:bold; border:0; }
.btn-red-small:hover { color: #FFF; background-color: #333; }

.nutri-box { border: 2px solid #bce8ed; padding:20px 10px; border-radius: 5px; margin-bottom:30px; }
.nutri-box h3 { text-align:center; margin-bottom:20px; }

.nutrition_recommendation_list ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    text-align: center;
}
.nutrition_recommendation_list ul li {
    display: inline-block;
    margin: 0px 15px 20px;
    border: 2px solid #44c4db;
    border-radius: 5px;
    width: 20%;
    color: #7c7c7c;
    text-align: center;
    font-size: 15px;
    box-shadow: 2px 3px 6px -1px rgb(0 0 0 / 15%);
}
.nutrition_recommendation_list ul li a {
    color: #494F62;
    padding: 12px 15px;
    display: block;
    font-size: 15px;
}

.food_category_section_millets { margin: 30px auto 50px auto; }
.food_category {
    padding: 15px;
    border: 2px solid #44c4db;
    border-radius: 4px;
    height: 30vh;
    overflow: auto;
}
.food_category h3 {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #1c3764;
    margin-bottom: 12px;
}
.eat_sweet {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px !important;
}
.eat_sweet .sweet_pa p, .eat_sweet .sweet_pato p {
    margin: 0px;
    font-size: 13px;
    color: #3b3b3b;
    border-bottom: 1px solid #cef0de;
    padding-bottom: 0px;
}

.select-drop { margin:20px 0; }
select { padding:10px; border:2px solid #afc0dd; font-weight:bold; font-size:18px; color:#000; background-color:#e5eefd; }

.gene-table-box { border:1px solid #CCC; padding:20px 15px 15px 15px; border-radius:10px; margin-bottom:10px; }
.tag-blue { background-color:#8cabf3; color:#FFF; padding:6px 18px; border-radius:15px; font-weight:bold; }
.tag-pink { background-color:#e388a6; color:#FFF; padding:6px 18px; border-radius:15px; font-weight:bold; }

.red-sign { margin:0 0 0 30px; }
.red-sign ul { list-style: none; padding:0; margin-top:15px; }
.red-sign ul li:before { content: '✓'; color:#029341; font-weight: bold; width:20px; display: inline-block; margin-left:-30px; }
.red-sign ul li { list-style-type:none; color: #666; line-height:26px; margin-bottom:5px; font-weight: normal; }

.red-sign-hori { margin:0 0 0 30px; }
.red-sign-hori ul { list-style: none; padding:0; margin-top:15px; }
.red-sign-hori ul li:before { content: '✓'; color:#EB2125; font-weight:bold; width:15px; display: inline-block; }
.red-sign-hori ul li { list-style-type:none; color: #666; line-height:26px; margin-bottom:5px; font-weight: normal; margin-right:15px; }

.myaccount label { font-size:14px; }
.myaccount input { border:1px solid #CCC; border-radius:4px; height:38px; }
.myaccount .form-control { margin-bottom: 0px; }
.myaccount small { line-height:12px; }
.myaccount .form-check { margin-bottom:5px; }

.img-border { border:2px solid #999; border-radius:10px; margin:20px 0; }

.light-blue-box { background-color:#f6feff; border:1px solid #b0e4ea; padding:20px; margin:20px 0; border-radius:10px; text-align:center; }

.how-read-report h1 { font-size:40px; color:#0f3680; text-align:center; }
.how-read-report h2 { background-color:#1b3664; color:#FFF; text-align:center; padding:10px 0; border-radius:10px; margin-bottom:20px; }

.how-read-report .prebiotics { background-color:#f6feff; text-align:center; border:1px solid #CCC; border-radius:10px; margin:20px 0; padding:20px; }
.how-read-report .prebiotics p { font-size:14px; line-height:20px; }

.how-read-report .enterotype { background-color:#f6feff; text-align:center; border:1px solid #CCC; border-radius:10px; margin:20px 0; padding:10px; min-height:310px; }
.how-read-report .enterotype p { font-size:14px; line-height:20px; }

.how-read-report .phyla-box { background-color:#f6feff; text-align:center; border:1px solid #CCC; border-radius:10px; margin:0px 0 20px 0; padding:10px; min-height:230px; }
.how-read-report .phyla-box p { font-size:14px; line-height:20px; }

.how-read-report ul { margin:10px 0 0 20px; padding:0; }
.how-read-report ul li { color: #333; list-style-type:none; color:#0776bb; }
.how-read-report ul li::before { top:8px; margin:0px 10px 0 -15px; vertical-align:middle; display:inline-block; width:8px; height:8px; background:#0776bb; border-radius:10px; content: ""; }

.btn-red-big-100 { width:100%; color: #fff; background-color: #ed1c24; font-size:30px; padding:20px 25px; margin:5px 0; border-radius:7px; border:0; text-align:left; font-weight:bold; }
.btn-red-big-100:hover { color: #FFF; background-color: #333; }

.phyla-serult { width: 80%; margin: 0px auto;  border: 1px solid #999;  border-radius: 10px; padding: 15px; }
.phyla_p { text-align: center !important; }
.phyla_body { display: flex; justify-content: space-between; align-items: center; margin-bottom: 25px; height: 60px; }
.phyla_left .media { align-items: center; }
.phyla_body .phyla_left .rounded-circle { width: 25px; height: 25px; background: #0004fc; }
.phyla_left .media-body p { margin: 0px; font-size: 15px; font-weight: 600; color: #494F62;  a.model_arrow{ color: #494F62; i{ font-size: 12px; } } }
.phyla_right { width: 20%; }
.coh_you { display: flex; justify-content: space-around; align-items: flex-end; }
.coh_you .cho-circ { margin: 0px auto; background: #0004fc; border-radius: 50%; }
.coh_you p { margin: 0px; font-size: 14px; font-weight: 600; color: #494F62; margin-top: 3px; text-align: center; }
.phyla-head { display: flex; justify-content: end; }
.phyla-head-cohort { margin-right: 6%; }
.phyla-head-cohort p, .phyla-head-you p { margin: 0px; font-size: 15px; text-align: center; margin-bottom: 10px; color: #7e7e7e; } 
.phyla_body.phyla_body_2 .phyla_left .rounded-circle { background: #1eb8fb; }
.phyla_body.phyla_body_3 .phyla_left .rounded-circle { background: #4997ec; }
.phyla_body.phyla_body_4 .phyla_left .rounded-circle { background: #5AB2BC; }
.phyla_body.phyla_body_5 .phyla_left .rounded-circle { background: #006cc7; }
.phyla_body.phyla_body_6 .phyla_left .rounded-circle { background: #b0e4ea; }
.phyla_body_2 .coh_you .cho-circ{ background: #1eb8fb; border-radius: 50%; }
.phyla_body_3 .coh_you .cho-circ{ background: #4997ec; border-radius: 50%; }
.phyla_body_4 .coh_you .cho-circ{ background: #5AB2BC; border-radius: 50%; }
.prebiotics-body p { text-align: left !important; }
.phyla_body_5 .coh_you .cho-circ{ background: #006cc7;  border-radius: 50%; }
.phyla_body_6 .coh_you .cho-circ{ background: #b0e4ea; border-radius: 50%; }

.how-read-report .microbial-profiles-box { background-color:#f6feff; text-align:center; border:1px solid #CCC; border-radius:10px; margin:20px 0; padding:20px; min-height:430px; }
.how-read-report .microbial-profiles-box p { font-size:14px; line-height:20px; text-align:center; }

.how-read-report .recommendations-box { background-color:#f6feff; text-align:center; border:1px solid #CCC; border-radius:10px; margin:20px 0; padding:20px; min-height:225px; }
.how-read-report .recommendations-box p { font-size:14px; line-height:20px; text-align:center; }

.how-read-report .glossary-box { background-color:#f6feff; border:1px solid #CCC; border-radius:10px; margin:20px 0; padding:20px; min-height:225px; }
.how-read-report .glossary-box p { font-size:14px; margin:0 0 10px 0; }

.greyline { border-bottom:1px solid #CCC; margin:10px 0; }
@media (max-width: 576px) {
	.logo { margin: 0 0 0px 0; text-align: left; width:80%; }
	.margin-top { margin-top:0px; }
	.red-sign ul li:before { content: '✓'; color:#029341; font-weight: bold; width:20px; display: inline; margin-left:-20px; }
	.red-sign-hori ul li { display: block; }
	.red-sign-hori ul li:before { content: '✓'; color:#029341; font-weight:bold; width:20px;  margin-left:-20px; }
	.row { margin:0;}
	.prescription .border-box-left { padding: 20px; }
	.prescription .border-box { text-align: center; }
	.pharmacy-club-card .border-box { text-align: center; }
	.pharmacy-club-card .border-box h4 { padding:0; margin:0px 0 0 0; }
	.pharmacy-club-card .border-box-left { padding:15px; }
	.grey-border-box { padding:15px; }
	.service-box { margin-bottom: 10px; }
	.greyline { margin: 20px 0; }
	
	.health-hide { display: block; }
	.health-display { display: none; }
	.health-track-setup .box { padding:10px; }
	.accordion-inner { padding:5px; }
	}

@media (max-width: 768px) {
	.logo { margin: 0 0 0px 0; text-align: left; }
	.row { margin:0;}
	.margin-top { margin-top:0px; }
	.grey-border-box { padding:15px; }
	.prescription .border-box { text-align: center; }
	.prescription .border-box-left { padding: 20px; }
	.service-box { margin-bottom: 10px; }
	.greyline { margin: 20px 0; }
	}

@media (max-width: 992px) {
	.logo { margin: 0 0 0px 0; text-align: left; }
	.row { margin:0;}
	.margin-top { margin-top:0px; }
	}

@media (max-width: 1200px) {
	.row { margin:0;}
	}

.pathway_data
{
    max-height: 400px;
    overflow: auto;
}
.div_report_tab
{
    max-height: 400px;
    overflow: auto;
}

.result_list .fa { color: #cc0909 !important; font-size: 18px !important; }

.gut-score { position: relative; margin:30px 0; }
.gut-score span { margin: 0 0px; width: auto; border-radius: 5px; height:60px; display: inline-block; opacity: 1.0; color:#FFF; text-align:center; padding:18px 0 25px 0; font-size:22px; }
.gut-score span.active { opacity: 1; }
.gut-score img.drop { position: absolute; left: 40%; transform: translateX(-40%); top: 45px; }

.btn-general { background-color: #ed1c24; color:#fff; text-align:center; text-decoration:none; border:0; font-size:18px; border-radius:25px; padding:10px 40px; margin:40px 0px; }
.btn-general:hover { background-color:#333; color:#FFF; }

.health { background-color:#e5eefd; color:#333; padding:10px 15px; border-radius:10px; margin:0px 0; text-align:left; }
.health p {text-align:left; }

.health-content { padding:10px 15px; border-radius:10px; margin:0px 0; text-align:left; }
.health-content p {text-align:left; }

/* admin css start */

.admin .big-title { font-size:30px; color:#1c3564; margin-top:18px; }
.admin .medium-title { font-size:24px; color:#45c3da; margin:10px 0; }
.admin .medium-title-dark { font-size:26px; color:#1c3564; padding:10px; }
.admin .small-title { font-size:22px; color:#1c3564; }
.admin .small-title-white { font-size:22px; color:#fff; }
.admin .general-text { font-size:16px; color:#333; }

.admin-dashboard-help-you-box { background-color: #1c3764; text-align: center; }

.admin .teal-bg-small { background-color: #3fb1cb; padding:20px 60px; text-align: center; }
.admin .border-box { border: 1px solid #CCC; padding: 18px 10px; text-align: left; margin-top: 10px; border-radius:0; box-shadow:none;  }
@media (max-width: 575.98px) { .admin .border-box { text-align:center; } }
.admin .border-box h3 { font-size:22px; color:#333; margin:0; }
.admin .border-box p { font-size:16px; color:#333; line-height:26px; margin:0 0 10px 0; }

.admin .btn-blue { color: #FFF; background-color: #1c3564; border-radius:50px; margin:20px 0; padding:10px 30px; font-size:18px; }
.admin .btn-blue:hover { background-color:#333; color:#fff; }

.admin .btn-greylight { color: #FFF; background-color: #1c3764; padding: 3px 15px; margin-bottom:3px; margin-top:3px; border-radius:15px; }
.admin .btn-greylight:hover { background-color: #1c3564; color: #FFF; padding: 3px 15px; }

.admin thead tr { background-color:#1b3664; height:42px; color:#FFF; }
.admin tbody tr { background-color:#f5f5f5; }

.admin .table { border:0px solid #ddd; text-align:left; }
.admin .table td { font-size:14px; padding:10px; }

.table>thead>tr>th { vertical-align: middle; border-bottom: 0px solid #c2eff7; text-align:left; }

.admin label { font-weight: 500; }
.admin input { margin-top:3px !important; margin-bottom:10px !important; }

.admin select { border: 1px solid #cbcbcb; border-radius:5px; font-size:14px; height:40px; width: 100%; margin-bottom: 10px !important; margin-top:5px; }

.admin h2 a { color:#1c3564 !important; }

.admin p { font-size:15px !important; line-height:20px; }

.admin .blue-bg p { font-size:18px; color:#FFF; }
.admin .greycolor { background-color:#333; width:40px; height:40px; }
.admin .greencolor { background-color:#81c36b; width:40px; height:40px; }
.admin .lightgreencolor { background-color:#91dc5a; width:40px; height:40px; }
.admin .yellowcolor { background-color:#fab63f; width:40px; height:40px; }
.admin .orangecolor { background-color:#ff6a2f; width:40px; height:40px; }
.admin .redcolor { background-color:#ff0000; width:40px; height:40px; }

.admin .general-guide { padding:0 100px; }
.admin .general-guide img { margin:10px 0; }
.admin .general-guide p { margin:30px 0 0 0; }

.admin input { margin-bottom: 10px; border: 1px solid #dcdcdc; padding: 5px 5px 5px 10px; border-radius: 5px; }

.checkout-box { border-radius:7px; border:1px solid #e0e0e0; box-shadow:0px 0px 10px #ccc; padding:15px 15px; }
.checkout-box-package { border-radius:7px; border:1px solid #e0e0e0; box-shadow:0px 0px 10px #ccc; padding:20px 20px 20px 25px; }
.checkout-box textarea { height:100px; width:100%; border-radius:4px; border-color:#dcdcdc; }
.checkout { margin-bottom:20px; }
.checkout-box-package h2 { font-size:20px; font-weight:bold; margin-bottom:0; color:#333; }
.checkout h2 { font-size:20px; font-weight:bold; margin-bottom:0; color:#1b3664; line-height:32px; margin-top:0; }
.checkout h4 { font-size:17px; font-weight:bold; margin-bottom:0; color:#333; margin-top:5px; }
.checkout h4 span { font-size:14px; color:#666; font-weight:normal; }
.checkout p { font-size:14px; color:#333; line-height:22px; margin:5px 0; }
.checkout label { padding:10px 0; font-size:14px; color:#333; }

.admin input {
    margin-bottom: 10px;
    border: 1px solid #dcdcdc;
    padding: 5px 5px 5px 10px;
    border-radius: 5px;
}

/* Style the sidenav links and the dropdown button */
.sidenav a, .dropdown-btn {
  padding: 12px 10px;
  text-decoration: none;
  font-size: 15px;
  color: #777;
  display: block;
  border: none;
  background: none;
  width:100%;
  text-align: left;
  cursor: pointer;
  outline: none;
  margin:0;
}

/* On mouse-over */
.sidenav a:hover, .dropdown-btn:hover {
  color: #818181;
  background-color:#eee;
}

/* Main content */
.main {
  margin-left: 200px; /* Same as the width of the sidenav */
  font-size: 20px; /* Increased text to enable scrolling */
  padding: 0px 10px;
}

/* Add an active class to the active dropdown button */
.active {
  background-color: #ed1c24 !important;
  color: #fff !important;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
  display: none;
  background-color: #fff;
  padding-left: 8px;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
  float: right;
  padding-right: 8px;
} 