
body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #888;
    line-height: 30px;
}

strong { font-weight: 500; }

a:hover, a:focus {
	color: #4aaf51;
	text-decoration: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

.leftPan {
	margin-top:20px;
	border:1px solid #CCC;
	box-shadow: inset 0px 4px 6px 1px #ccc;	
	box-sizing: border-box;
	margin-bottom:20px;
}
.leftPan .list-group{
	margin-bottom:1px;
}
.leftPan h3{
	padding-left:10px;
	font-weight: bold;
}
.leftPan  ul li{
	border:1px solid #CCC;
	border-left:none;
	border-right:none;
	padding:3px 0px 3px 20px;
	font-weight: bold;	
}
.leftPan  ul li:nth-child(even){
	background:#f1f1f1;
}


.rightPan {
	margin-top:20px;
	border:1px solid #CCC;
	box-shadow: inset 0px 4px 6px 1px #ccc;	
	box-sizing: border-box;
	margin-bottom:20px;
}
.rightPan .list-group{
	margin-bottom:1px;
}
.rightPan h3{
	padding-left:10px;
	font-weight: bold;
}
.rightPan  ul li{
	border:1px solid #CCC;
	border-left:none;
	border-right:none;
	padding:3px 0px 3px 20px;
	font-weight: bold;	
}
.rightPan  ul li:nth-child(even){
	background:#f1f1f1;
}

h1, h2 {
	margin-top: 10px;
	font-size: 38px;
    font-weight: 500;
    color: #f4f4f4;
    line-height: 50px;
    display: inline-block;
}

h3 {
	font-size: 22px;
    font-weight: 300;
    color: #555;
    line-height: 30px;
}

img { max-width: 100%; }

::-moz-selection { background: #4aaf51; color: #fff; text-shadow: none; }
::selection { background: #4aaf51; color: #fff; text-shadow: none; }


.btn-link-1 {
	display: inline-block;
	height: 50px;
	margin: 5px;
	padding: 16px 20px 0 20px;
	background: #4aaf51;
	font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.btn-link-1:hover, .btn-link-1:focus, .btn-link-1:active { outline: 0; opacity: 0.6; color: #fff; }

.btn-link-1.btn-link-1-facebook { background: #4862a3; }
.btn-link-1.btn-link-1-twitter { background: #55acee; }
.btn-link-1.btn-link-1-google-plus { background: #dd4b39; }

.btn-link-1 i {
	padding-right: 5px;
	vertical-align: middle;
	font-size: 20px;
	line-height: 20px;
}

.btn-link-2 {
	display: inline-block;
	height: 50px;
	margin: 5px;
	padding: 15px 20px 0 20px;
	background: rgba(0, 0, 0, 0.3);
	border: 1px solid #fff;
	font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.btn-link-2:hover, .btn-link-2:focus, 
.btn-link-2:active, .btn-link-2:active:focus { outline: 0; opacity: 0.6; background: rgba(0, 0, 0, 0.3); color: #fff; }


/***** Top content *****/

/*.inner-bg {
    padding: 100px 0 170px 0;
}*/

.top-content{
	margin-top: 20px
}

.top-content .text {
	color: #fff;
}

.top-content .text h1 { color: #fff; }

.top-content .description {
	margin: 20px 0 10px 0;
}

.top-content .description p { opacity: 0.8; }

.top-content .description a {
	color: #fff;
}
.top-content .description a:hover, 
.top-content .description a:focus { border-bottom: 1px dotted #fff; }

.form-top {
	overflow: hidden;
	padding: 0 25px 15px 25px;
	-moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;
}

.form-top-left {
	padding-top: 25px;
}

.form-top-left h3 { margin-top: 0; }

.form-top-right {
	float: left;
	width: 25%;
	padding-top: 5px;
	font-size: 66px;
	color: #ddd;
	line-height: 100px;
	text-align: right;
}

.form-bottom {
	padding: 25px 25px 30px 25px;
	background: #f0f0f0;
	-moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px;
	text-align: center;
}

.form-bottom form textarea {
	height: 100px;
}

.form-bottom form button.btn {
	width: 100%;
}

.form-bottom form .input-error {
	border-color: #4aaf51;
}

.fa {
	color:#ab9d9d !important;
}

#partner{
	vertical-align: middle;
    font-size: 30px;
    color: lightgray;
    margin: 0px 10px;
}

#logo img {
	margin: 7px;
	max-width: 200px;
	max-height: 80px;
	width: auto;
	height: auto;
  }
  
  /***** Media queries *****/
  
  @media (min-width: 992px) and (max-width: 1199px) {
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
  }
  
  @media (max-width: 767px) {
	#logo img {
	  max-width: 180px;
	  max-height: 60px;
	  width: auto;
	  height: auto;
	}
  }

@media (max-width: 415px) {
	
	h1, h2 { font-size: 32px; }


.navbar-inverse {
	width:700px !important;
}

.navbar {
	height:90px !important;
	min-height: 80px !important;
}
a.navbar-brand {
	height: 90px !important;
}
.content .container {
	margin-top:20px;
}

table.textAlignment th {
	text-align: left !important;
}

.actionButtons{
	border-top:1px solid #ccc;
	padding-top:10px
}

}

ul {
	list-style: none;
  }
  
  ul li::before {
	content: "\2022";
	color: #355ac8;
	font-weight: bold;
	font-size : 30px;
	display: inline-block; 
	width: 1em;
	margin-left: -1em;
	vertical-align: -5px;
  }

.card-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.card::before{
	display:none
}

.card {
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    overflow: hidden;
}

.card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ddd;
}

.card-checkbox {
    transform: scale(1.2);
    cursor: pointer;
}

.card-details {
    padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
    font-size: 16px;
    background-color: #fff;
    color: #333;
	text-align: left;
}

.card-disabled {
	opacity:0.65;
	cursor:not-allowed;
}

.loading-spinner {
	position: relative;
}

.loading-spinner::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 24px;
	height: 24px;
	border: 2.5px solid rgba(0, 0, 0, 0.1);
	border-radius: 50%;
	animation: spin 1s linear infinite;
}

.loading-spinner-white.loading-spinner::after {
	border-top-color: white;
}

@keyframes spin {
	to {
		transform: translate(-50%, -50%) rotate(360deg);
	}
}