﻿body{

	font-size: 14px;
}
h1{
	color: black;
	margin-bottom: 18px;
	margin-top: 0px;
	display: inline;
}

th {
	border-top: 1px solid #36a2eb !important;
	border-bottom: 1px solid #36a2eb !important;
	padding: 6px 5px 6px 10px !important;
}
h3{
	color: #555555;
	font-size: 18px;
	/*font-family: 'Times New Roman';*/
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 5px;
	/*max-width: 500px;*/
	margin-top: 10px;
}

hr{
	border: solid 1px #e5e5e5;
}

.frame-div{
	max-width: 300px;
	padding: 15px;
	border: solid 1px gray;
	border-radius: 5px;
}

#footer{
	text-align: left;
}

.bigbutton{
	padding: 25px;
	width: 100px;
	height: 25px;
	border-radius: 5px;
	background-color: #38c;
	color: white;
	display: table-cell;
	vertical-align: middle;
}



#menu-div,a{
	text-decoration: none !important;
	text-align: left;
}

#roadmap-div{
	padding-bottom: 5px;
	display: inline;
	margin-left: 25px;
}

.roadmap-item{
	display: inline-block;
}

.roadmap-item.highlighted {
	border-bottom: solid 2px blue;
}

.info-box{
	padding: 15px;
	border: solid 1px #555555;
}

.menu-item {
	display: inline-block;
	padding: 5px 10px;
	border-radius: 3px;
	color: gray;
	text-align: center;
	/*margin-right: 10px;*/
	font-weight: 300;
	color: #328ff6;
}

/*	.menu-item:hover {
		background-color: orange;
		color: white;
	}*/

.data-grid{

}
.data-grid td {
	border-top: solid 1px rgba(54, 162, 235, 1);
	padding: 7px 10px;
	font-size: 15px;
	/*color: dimgray;*/
	color: black;
}

.data-grid tr:nth-child(2n){
	background-color: rgba(54, 162, 235, 0.2);
}
#oneTimeCode, #permanentCodeView {
	padding-left: 25px;
	font-size: 25px;
}


.data-table td {
	margin: 10px;
	padding: 0px 10px;
	border-bottom: 1px solid #e5e5e5;
}

.data-table th {
	margin: 10px;
	padding: 0px 10px;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	background-color: aliceblue;
	padding: 15px;
}

/* Table styles from CRM */
.crm-table {
	width: 100%;
	overflow: hidden;
}

	.crm-table td {
		padding: 2px 5px;
		margin: 0;
		font-size: 14px;
	}

	.crm-table th {
		padding: 8px 10px;
		font-size: 14px;
		color: white;
		background: #88c1ed !important;
		text-shadow: none !important;
	}

	.crm-table tbody {
		background-color: #ffffff;
	}

	.crm-table td, .crm-table th {
		border-top: solid 1px #88c1ed;
	}

		.crm-table td:first-child, .crm-table th:first-child {
			border-left: solid 1px #88c1ed;
		}

		.crm-table td:last-child, .crm-table th:last-child {
			border-right: solid 1px #88c1ed;
		}

	.crm-table tbody tr:last-child td {
		border-bottom: solid 1px #88c1ed;
	}

	.crm-table tbody tr:nth-child(even) {
		background-color: #f5f5f5;
	}

.crm-table-campaign-status {
	border: solid 1px;
	border-radius: 20px;
	padding: 5px 5px;
	display: block;
	text-align: center;
}

.panel {
	box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.25);
	border-radius: 4px;
	padding: 20px;
	padding-top: 8px !important;
	padding-bottom: 8px !important;
	border: solid 1px #cecdcd;
}

.panel-body {
	
}

.mt-15 {
	margin-top: 15px;
}

.mt-24 {
	margin-bottom: 15px;
	margin-top: 5px;
}

.table.dataTable {
	border-collapse: collapse !important;
	border-spacing: 0;
}

.ui-shadow {
	-webkit-box-shadow: none !important;
}





.save-big-btn {
	display: inline-block;
	color: white !important;
	background-color: #F27227 !important;
	padding: 5px 10px;
	border-radius: 3px;
	width: 100px !important;
	line-height: 35px;
	text-align: center;
	font-size: 1rem !important;
	font-weight: normal !important;
	margin-left: 1rem !important;
	text-shadow: none !important;
	height: 35px !important;
}


