﻿.breadcrumbs h1 {
    font-size: 28px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f0f7ff;
}


.color-green {
	color: #72c02c;
}

i.icon-bg-green {
	background: #2ecc71 !important;
}

i.icon-bg-yellow {
	background: #f1c40f !important;
}

/*.panel-body*/ ol li a
{
 color: #3498db;
}


.pricing.single a:hover
{
    text-decoration: none !important;
}

.one-blue a
{
    color: rebeccapurple;
}

/* Customize bootstrap form labels to be left aligned */
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: left;
  }
}

/* Fix Onepage h2 headlines looking wrong */

.one-page .headline h2,
.one-page .headline h3,
.one-page .headline h4 {
	margin: 0 0 -2px 0;
	padding-bottom: 5px;
	display: inline-block;
	border-bottom: 2px solid #3498db;
}

/* header backgrounds */

.breadcrumbs-v3.img-bellevue {
  background: url(/style/images/bellevue.jpg) no-repeat;
  background-size: cover;
  background-position: center 40%;
}

/* funny boxes */

.funny-boxes-minheight
{
    min-height: 350px;
}

.funny-boxes-bottom-blue {
	border-bottom: solid 2px #3498db;
}

.funny-boxes-bottom-blue:hover {
	border-top-color: #2980b9;
}

/* Title V2A */


/*Heading Titles v2*/
h2.title-v2a {
	color: #555;
	position: relative;
	margin-bottom: 30px;
}
/*
h2.title-v2a:after {
	left: 0;
	width: 70px;
	height: 2px;
	content: " ";
	bottom: -10px;
	background: #555;
	position: absolute;
}*/

h1.title-v2a.title-center,
h2.title-v2a.title-center,
h3.title-v2a.title-center {
	text-align: center;
}

h1.title-v2a.title-center:after,
h2.title-v2a.title-center:after,
h3.title-v2a.title-center:after {
	left: 50%;
	width: 70px;
	margin-left: -35px;
}

h1.title-light a,
h2.title-light a
{
    color: #B9E3FF;

}

/* Show down arrow for select controls in IE */
select::-ms-expand { display: block; }

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 400px;
}

input.wider,
select.wider,
textarea.wider
{
    max-width: 700px;
}

input.rounded-right
{
    max-width: none;
}

.margin-top-10 { margin-top: 10px;}


/* form-control-static is supposed to be used for showing static text in bootstrap 3, but it has a bug when used with .form-group-sm */
.form-group-sm .form-control-static 
{
    padding-left: 0px;
    line-height: 30px;
}

.table.no-border tr td, .table.no-border tr th {
  border-width: 0;
}

/* login */

.image-block2
{
    background: url(/theme/unify/img/breadcrumbs/img8.jpg) no-repeat;
    background-size: contain;
    background-size: 200%;
    min-height: 100vh;    
}


input.sign-in-button
{
    width: 100%;
    max-width: 100% !important;
}

/* billing */

.tab-pane-minh-500
{
    min-height: 500px;
}

@media (min-width: 768px) {
  .panel .dl-horizontal dt {
    float: left;
    width: 100px;
    text-align: left;
  }
  .panel .dl-horizontal dd {
    margin-left: 140px;
  }
}

/* Style the text in the input controls */
.form-block .input-group input.form-control {
    color: #555;
}

/* do not group these rules */
.form-block .input-group input.form-control::-webkit-input-placeholder {
    color: #999;
}
.form-block .input-group input.form-control:-moz-placeholder {
    /* FF 4-18 */
    color: #999;
    opacity: 1;
}
.form-block .input-group input.form-control::-moz-placeholder {
    /* FF 19+ */
    color: #999;
    opacity: 1;
}
.form-block .input-group input.form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #999;
}