/** Helper Classes **/
.m-0 { margin:0!important; }
.m-1 { margin:.25rem!important; }
.m-2 { margin:.5rem!important; }
.m-3 { margin:1rem!important; }
.m-4 { margin:1.5rem!important; }
.m-5 { margin:3rem!important; }

.mt-0 { margin-top:0!important; }
.mr-0 { margin-right:0!important; }
.mb-0 { margin-bottom:0!important; }
.ml-0 { margin-left:0!important; }
.mx-0 { margin-left:0!important;margin-right:0!important; }
.my-0 { margin-top:0!important;margin-bottom:0!important; }

.mt-1 { margin-top:.25rem!important; }
.mr-1 { margin-right:.25rem!important; }
.mb-1 { margin-bottom:.25rem!important; }
.ml-1 { margin-left:.25rem!important; }
.mx-1 { margin-left:.25rem!important;margin-right:.25rem!important; }
.my-1 { margin-top:.25rem!important;margin-bottom:.25rem!important; }

.mt-2 { margin-top:.5rem!important; }
.mr-2 { margin-right:.5rem!important; }
.mb-2 { margin-bottom:.5rem!important; }
.ml-2 { margin-left:.5rem!important; }
.mx-2 { margin-right:.5rem!important;margin-left:.5rem!important; }
.my-2 { margin-top:.5rem!important;margin-bottom:.5rem!important; }

.mt-3 { margin-top:1rem!important; }
.mr-3 { margin-right:1rem!important; }
.mb-3 { margin-bottom:1rem!important; }
.ml-3 { margin-left:1rem!important; }
.mx-3 { margin-right:1rem!important;margin-left:1rem!important; }
.my-3 { margin-bottom:1rem!important;margin-top:1rem!important; }

.mt-4 { margin-top:1.5rem!important; }
.mr-4 { margin-right:1.5rem!important; }
.mb-4 { margin-bottom:1.5rem!important; }
.ml-4 { margin-left:1.5rem!important; }
.mx-4 { margin-right:1.5rem!important;margin-left:1.5rem!important; }
.my-4 { margin-top:1.5rem!important;margin-bottom:1.5rem!important; }

.mt-5 { margin-top:3rem!important; }
.mr-5 { margin-right:3rem!important; }
.mb-5 { margin-bottom:3rem!important; }
.ml-5 { margin-left:3rem!important; }
.mx-5 { margin-right:3rem!important;margin-left:3rem!important; }
.my-5 { margin-top:3rem!important;margin-bottom:3rem!important; }

.mt-auto { margin-top:auto!important; }
.mr-auto { margin-right:auto!important; }
.mb-auto { margin-bottom:auto!important; }
.ml-auto { margin-left:auto!important; }
.mx-auto { margin-right:auto!important;margin-left:auto!important; }
.my-auto { margin-bottom:auto!important;margin-top:auto!important; }

.p-0 { padding:0!important; }
.p-1 { padding:.25rem!important; }
.p-2 { padding:.5rem!important; }
.p-3 { padding:1rem!important; }
.p-4 { padding:1.5rem!important; }
.p-5 { padding:3rem!important; }

.pt-0 { padding-top:0!important; }
.pr-0 { padding-right:0!important; }
.pb-0 { padding-bottom:0!important; }
.pl-0 { padding-left:0!important; }
.px-0 { padding-left:0!important;padding-right:0!important; }
.py-0 { padding-top:0!important;padding-bottom:0!important; }

.pt-1 { padding-top:.25rem!important; }
.pr-1 { padding-right:.25rem!important; }
.pb-1 { padding-bottom:.25rem!important; }
.pl-1 { padding-left:.25rem!important; }
.px-1 { padding-left:.25rem!important;padding-right:.25rem!important; }
.py-1 { padding-top:.25rem!important;padding-bottom:.25rem!important; }

.pt-2 { padding-top:.5rem!important; }
.pr-2 { padding-right:.5rem!important; }
.pb-2 { padding-bottom:.5rem!important; }
.pl-2 { padding-left:.5rem!important; }
.px-2 { padding-right:.5rem!important;padding-left:.5rem!important; }
.py-2 { padding-top:.5rem!important;padding-bottom:.5rem!important; }

.pt-3 { padding-top:1rem!important; }
.pr-3 { padding-right:1rem!important; }
.pb-3 { padding-bottom:1rem!important; }
.pl-3 { padding-left:1rem!important; }
.py-3 { padding-bottom:1rem!important;padding-top:1rem!important; }
.px-3 { padding-right:1rem!important;padding-left:1rem!important; }

.pt-4 { padding-top:1.5rem!important; }
.pr-4 { padding-right:1.5rem!important; }
.pb-4 { padding-bottom:1.5rem!important; }
.pl-4 { padding-left:1.5rem!important; }
.px-4 { padding-right:1.5rem!important;padding-left:1.5rem!important; }
.py-4 { padding-top:1.5rem!important;padding-bottom:1.5rem!important; }

.pt-5 { padding-top:3rem!important; }
.pr-5 { padding-right:3rem!important; }
.pb-5 { padding-bottom:3rem!important; }
.pl-5 { padding-left:3rem!important; }
.px-5 { padding-right:3rem!important;padding-left:3rem!important; }
.py-5 { padding-top:3rem!important;padding-bottom:3rem!important; }


.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
}

/** Branding **/
html,
body {
	height: 100%;
    font-family: "Open Sans", sans-serif;
}

@font-face {
    font-family: "PhilosopherBold";
    src: url('/css/Philosopher-Bold.ttf');
}


h1, h2, h3, h4, h5, .navbar-brand {
    font-family: "PhilosopherBold";
    color: #0099da;
}

ul {
    padding-inline-start: 40px;
}

/** Navbar **/
.navbar-default .navbar-brand {
    background-image: none;
    font-family: "PhilosopherBold";
    color: #0099da;
    text-transform: none;
}

.navbar-default .navbar-nav>li>a {
    min-height: 55px;
}

.navbar-default .navbar-nav>li>a:hover {
    color: white;
}

.navbar-header .navbar-toggle {
    left: auto;
    right: 0px;
}
.navbar {
    margin-bottom: 0px;
    margin-top: 0px;
    border: none;
}

.navbar li.account-label > a {
    text-align: right;
    font-size: 100%;
    padding-top: 10px;
    padding-bottom: 0px;
    line-height: 18px;
}

.navbar-form .help-block {
    display: none;
}

.navbar-form .form-group {
    min-height: 0;
}

.navbar-form .input-group-btn:last-child>.btn {
    top: 0;
    padding: 7px 12px;
}

/** Forms **/
.form-group {
    margin-bottom: 0px;
}

.form-entry-create .help-block, .form-entry-update .help-block {
    margin-bottom: 25px;
}

.input-group.date .form-control[readonly] {
    background-color: #fff;
}

.form-control.single-option {
    border-radius: 0;
    pointer-events: none;
    cursor: not-allowed;
    color: #aaa;
}


/** Other **/
.certificate-benefits .three_cols > li {
    display: inline-block;
    min-height:120px;
    margin: 0;
}

.content-box-title.counter {
    font-size: 2em;
}
.wrap {
	min-height: 100%;
	height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
 }

.wrap > .container {
    padding: 20px 15px 20px;
}

.footer, #footer, footer {
	height: 60px;
	padding-top: 20px;
    padding-bottom: 0px;
}

.jumbotron {
	text-align: center;
	background-color: transparent;
}

.jumbotron .btn {
	font-size: 21px;
	padding: 14px 24px;
}

.not-set {
	color: #c55;
	font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	padding-left: 5px;
}

a.asc:after {
	content: /*"\e113"*/ "\e151";
}

a.desc:after {
	content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
	content: "\e153";
}

.sort-numerical a.desc:after {
	content: "\e154";
}

.sort-ordinal a.asc:after {
	content: "\e155";
}

.sort-ordinal a.desc:after {
	content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
	display: block;
	margin-top: 5px;
	color: #999;
}

.error-summary {
	color: #a94442;
	background: #fdf7f7;
	border-left: 3px solid #eed3d7;
	padding: 10px 20px;
	margin: 0 0 15px 0;
}

.label-info
{
    font-size: 100%;
    margin: 5px;
}

.pointer:hover
{
    cursor: pointer;
}

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-default {
    border-left-color: #777;
}
.bs-callout-default h4 {
    color: #777;
}
.bs-callout-primary {
    border-left-color: #428bca;
}
.bs-callout-primary h4 {
    color: #428bca;
}
.bs-callout-success {
    border-left-color: #5cb85c;
}
.bs-callout-success h4 {
    color: #5cb85c;
}
.bs-callout-danger {
    border-left-color: #d9534f;
}
.bs-callout-danger h4 {
    color: #d9534f;
}
.bs-callout-warning {
    border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
    color: #f0ad4e;
}
.bs-callout-info {
    border-left-color: #5bc0de;
}
.bs-callout-info h4 {
    color: #5bc0de;
}

h3 small
{
    float: right;
}

.bottom-buffer
{
    margin-bottom: 20px;
}

.modal-dialog
{
    z-index: 9999;
}

.nolabel
{
    margin-top: 25px;
}

* {
    margin: 0;
    padding: 0;
}

.pricing-table {
    -webkit-box-shadow: 0px 0px 3px #26292e;
    border-radius: 5px 5px 0px 0px;
    box-shadow: 0px 0px 3px #26292e;
    display: inline-block;
    margin: 20px 10px;
    width: 23%;
    padding: 0px;
}

.pricing-shadow {
    -webkit-box-shadow: 0px 0px 3px #26292e;
    border-radius: 5px 5px 0px 0px;
    box-shadow: 0px 0px 3px #26292e;
}

.featured {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.pricing-table-header {
    background: #65707f; /* Old browsers */
    background: -moz-linear-gradient(top,  #65707f 0%, #4a5564 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#65707f), color-stop(100%,#4a5564)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #65707f 0%,#4a5564 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #65707f 0%,#4a5564 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #65707f 0%,#4a5564 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #65707f 0%,#4a5564 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#65707f', endColorstr='#4a5564',GradientType=0 ); /* IE6-9 */
    background-color: #586272;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    padding: 16px;
    text-align: center;
}

.pricing-table-header h1 {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}

.pricing-table-content {
    background-color: #fff;
}

.pricing-table-content ul {
    list-style: none;
}

.pricing-table-content ul li {
    border-bottom: 1px solid #efeff0;
    font-size: 14px;
    padding: 10px 30px;
}

.pricing-table-footer {
    background-color: #f5f7f8;
    -webkit-border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
    padding: 16px 0;
}


.pricing-table-footer {
    text-align: center;
}

.pricing-table-footer p {
    font-size: 12px;
    text-transform: uppercase;
}

.pricing-table-footer a {
    background: #50b7e4; /* Old browsers */
    background: -moz-linear-gradient(top,  #50b7e4 0%, #3098c4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#50b7e4), color-stop(100%,#3098c4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #50b7e4 0%,#3098c4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #50b7e4 0%,#3098c4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #50b7e4 0%,#3098c4 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #50b7e4 0%,#3098c4 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50b7e4', endColorstr='#3098c4',GradientType=0 ); /* IE6-9 */
    background-color: #3ea6d2;
    border: 1px solid #1481b0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    margin-top: 10px;
    padding: 10px;
    text-decoration: none;
}

.dropdown-header{
    font-size: 16px;
}

.dropdown img {
    height: 20px;
    width: 20px;
    background-color: white;
}

.modal.modal-wide .modal-dialog {
    width: 90%;
}
.modal-wide .modal-body {
    overflow-y: auto;
}

.select2-container {
    padding: 0;
}

.select2-container--default .select2-selection--single {
    border-radius: 0;
}

.select2-container .select2-selection--single {
    height: 34px;
    padding: 3px 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 3px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.select2-dropdown {
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #ccc;
    border-radius: 0;
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple{
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    height: 34px;
    margin-top: 2px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.dash-icon {
    font-size: 8em;
    color: #317EAC;
    min-height: 100px;
}

.dash-icon img {
    max-width: 100px;
}


.green {
    color: #4cae4c;
}

.btn-sample {
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #611BBD;
    *background-color: #611BBD;
    background-image: -moz-linear-gradient(top, #AF4CE8, #611BBD);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#AF4CE8), to(#611BBD));
    background-image: -webkit-linear-gradient(top, #AF4CE8, #611BBD);
    background-image: -o-linear-gradient(top, #AF4CE8, #611BBD);
    background-image: linear-gradient(to bottom, #AF4CE8, #611BBD);
    background-repeat: repeat-x;
    border-color: #611BBD;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#AF4CE8', endColorstr='#611BBD', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.tile-container{
    margin-bottom: 1.5em;
}

.pull-right {
    margin-left: 5px ;
}

.animal-certificate-watermark {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    opacity: 0.05; /* Firefox, Chrome, Safari, Opera, IE >= 9 (preview) */
    filter:alpha(opacity=05); /* for <= IE 8 */
}

.certificate-container {
    padding: 15px;
    height:  1200px;
    width: 1694px;
}

.certificate-photos {
    padding-left: 0px;
}

.certificate-photos img {
    margin: 15px;
    margin-top: 0px;
    margin-left: 5px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .8);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
    width:330px;
    height:330px;
}

.pedigreenode {
    background-color: #f5f5f5;
    margin-bottom: 40px;
}

.pedigreenode .media-body {
    vertical-align: middle;
}

.pedigreenode img {
    display: inline-block;
    border-radius: 30px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    width: 190px;
    height: 190px;
}


.pedigreenode svg {
    display: inline-block;
}

.pedigreenode .pedigree-label {
    background-color: #0a0a0a;
    color: white;
    padding: 5px;
    text-align: right;
}

.pedigreenode .pedigree-label a {
    color: white;
}

.pedigreenode .pedigree-label a.remove {
    float: left;
}

.grandparent img {
    width:60px;
    height:60px;
}

@font-face {
    font-family: "BlackChancery";
    src: url('/css/BLKCHCRY.TTF');
}

.certificate-container h1 {
    font-family: "BlackChancery";
    font-size: 42pt;
}

.animal-images {
    list-style: none;
}

.animal-images li {
    display: inline-block;
    padding: 15px 5px 0px 5px;
    position: relative;
}

.animal-images li .remove {
    top: 5px;
    right: -5px;
    float: right;
    color: white;
    width: 25px;
    background-color: red;
    border-radius: 1em;
    padding: 5px;
    position: absolute;
    cursor: pointer;
}

.progeny img {
    width: 120px;
    height: 120px;
}

.account-links {

}

.account-links .selected a {
    font-weight: bold;
}

.account-billing label {
    padding: 0 15px 0 15px;
    cursor: pointer;
}

.account-billing label .item-description {
    font-weight: normal;
    left: 15px;
    position: relative;
}

.account-billing label input {
    position: relative;;
    left: -15px;
}

.wrap-polygons.ar-intro-product {
    padding: 50px 0 130px 0;
    margin-bottom: -100px;
}

.wrap-polygons.ar-intro-product .btn-polygon .btn {
    margin: 10px 15px ;
    padding: 15px 30px;
    min-width: 150px;
}

@media (max-width: 640px) {
    .wrap-polygons.ar-intro-product .btn-polygon .btn {
        margin: 10px 0;

        padding: 10px;
    }
}

.input-group-btn:last-child>.btn {
    top: -2px;
}

.ar-intro-product img {
    width: 40%;
    filter: drop-shadow( -1px -1px 1px );
}

.pricign-box {
    background:white;
    z-index: 51;
}

.pricign-box .nav-tabs > li {
    width: 50%;
    text-align: center;
    font-size: 1.5em;
}

.pricing-box-footer {
    text-align: center;
}

.pricing-box-footer > a {
    margin: 20px;
}

.pricing-box-footer .nav-tabs.nav-tabs-ar.nav-tabs-ar-white + .tab-content {
    border-bottom: none;
}

.wrap-dark-color {
    color: white;
}

.main-header {
    margin-bottom: 0px;
    padding-bottom: 10px;
    min-height: 80px;
}

.title-container {
    padding: 15px 7px;
}

.main-header .breadcrumb {
    font-size: 0.9em;
    position: inherit;
    right: auto;
    display: block;
    padding-inline-start: 0px;
}

.main-header .breadcrumb > li + li:before {
    content: "\00bb";
}

.main-header h4 {
    color: #fff;
}

i.quicksearch {
    position: absolute;
    right: 20px;
    top: 0px;
    cursor: pointer;
}

@media (min-width: 768px) {
    i.quicksearch {
        visibility: hidden;
    }

    #quicksearch-collapse {
        width: 33.33333333%;
    }
}

.cta {
    padding: 100px 0 100px 0;
    background-image: url('/assets/banner.png');
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 50px;
}

.cta h2 {
    margin-bottom: 30px;
}

.certificate-cta {
    background-image: url('/assets/sheep.png'), url('/assets/goat.png');
    background-repeat: no-repeat;
    background-position: left, right;
    background-position-y: 150px;
    padding: 25px 0 45px 0;
}

.certificate-cta img, .certificate-header img, .breed-society-features-header img {
    width: 600px;
    margin-top: 30px;
    filter: drop-shadow( 0px 0px 5px );
}
.certificate-watermarks img {
    width: 80%;
    margin-top: 30px;
}

.content-box h3 {
    font-weight: bold;
}

.text-icon-content {
    font-size: 1em;
}

.pricing-box-header > p {
    font-style: 1em;
    font-weight: 400;
}

.pricing-box-subheading h3 {
    margin: 0;
    padding: 15px;
    line-height: 100%;
    font-size: 1.6em;
    text-align: center;
    background-color: #ededed;
}

.pricing-box-content i.fa {
    width:25px;
}

.certificate-benefits .service-list li:before, .membership-automation-benefits .service-list li:before {
    padding: 4px 16px;
}

.certificate-benefits .service-list li {
    padding: 5px 30px 20px 70px;
}

@media (min-width: 1200px) {
    a.feature-icon {
        min-width: 150px;
    }
    a.feature-icon:hover {
        min-width: 155px;
    }
}

@media (max-width: 991px) {
    .certificate-benefits .three_cols > li {
        display: inline-block;
        width: 50%;
        padding-bottom: 2px;
        padding-top: 1px;
        min-height: 120px;
    }

}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    .pedigreenode img {
        width: 140px;
        height: 140px;
    }
}

@media (max-width: 767px) {
    .navbar-default .navbar-brand {
        margin-left: -30px;
    }
}

@media (max-width: 728px) {

    .wrap-polygons.ar-intro-product h1 {
        font-size: 2.1em;
    }

    .wrap-polygons.ar-intro-product h2 {
        font-size: 1.8em;
        margin-bottom: 10px;
    }

    .wrap-polygons.ar-intro-product {
        padding: 30px 0 120px 0;
    }

    .ar-intro-product img.head-full-logo {
        display: block;
        width: 70%;
    }

    .wrap-polygons.ar-intro-product {
        padding: 30px 0 120px 0;
    }

    .certificate-cta {
        background-image:none;
    }

    .certificate-cta img, .certificate-header img, .breed-society-features-header img {
        width: 80%; margin-top: 30px;     filter: drop-shadow( 0px 0px 5px );

    }

    .certificate-benefits .three_cols > li {
        display: inline-block;
        width: 100%;
        min-height:50px;
        padding: 10px 40px 20px 80px;
    }

    .subnav .navbar-collapse {
        margin-top: 50px;
    }

}

@media (min-width: 992px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -43px;
    }
}

@media (max-width: 400px) {
    .navbar-default .navbar-brand {
        margin-left: 12px;
    }
}

#footer-widgets {
    margin: 0px;
}

.site-login {
    background-image: url('/assets/login-background.jpg');
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
}

.login-image {
    text-align: center;
}

.navbar-default .navbar-nav>.active>a {
    color: white;
}

.full-width .alert {
    margin-bottom: 0px;
}

.dropdown > a:after {
    content: none;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover  {
    color: #000;
}

.navbar-default .subnav .navbar-nav>.open>a,
.navbar-default .subnav .navbar-nav>.open>a:focus,
.navbar-default .subnav .navbar-nav>.open>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover  {
    color: #000;
    background-color: #eee;
    background-image: none;
}

ul.subnav {
    margin-right: 30px;
}

.subnav li {
    margin: 0px;
    text-align: center;
    border-left: 1px solid #fff;
}

.subnav li:last-child {
    border-right: 1px solid #fff;
}

.subnav > li > ul.dropdown-menu {
    background-color: #333;
}

.subnav li a {
    padding: 20px;
    color: #fff;
}


.subnav>li>a:focus, .nav>li>a:hover {
    color: #333;
}

.subnav .navbar-collapse .subnav {
    margin: 0px;
    margin-left: -10px;
}

.site-register, .site-activate, .site-sign-up {
    background-image: url('/assets/login-background.jpg');
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
}

.panel-group .panel-heading a {
    font-weight: bold !important;
}

#footer-widgets .navbar-form {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none ;
    box-shadow: none ;
    padding: 0;
    margin: 0;
}

.social-icon-ar {
    height: 48px;
    width: 48px;
}

.right-line {
    color: #03648e;
}

.content-box.box-info {
    background-color: #0099da;
    color: #fff;
    border: solid 1px #b8efff;
}

.wrap-dark-color h2, .wrap-dark-color h3 {
    color: white;
}

.wrap-color h2, .wrap-color h3 {
    color: black;
}


.certificate-watermarks div.container div.watermark-container {
    min-height:300px;
    vertical-align: middle;
}

.certificate-details .content-box {
    min-height: 210px;
}

.margin-bottom {
    margin-bottom: 50px;
}

@media (min-width: 767px) {
    .navbar-default .navbar-nav > li.dropdown > a {
         padding-right: 15px;
    }
}

.form-builder-header img
{
    width: 80%;
    margin-top: 30px;
    -webkit-box-shadow: 3px 3px 17px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 3px 17px -5px rgba(0,0,0,0.75);
    box-shadow: 3px 3px 17px -5px rgba(0,0,0,0.75);
}

.list-line li a {
}

.list-line li a p {
    margin-top: 10px;
    font-size: 13px;
    color: rgba(55, 55, 55, 0.85);
}

.timeline-color-bg-primary {
    font-size: 1em;
    background-color: #0099da;
    color: #fff;
    padding: 20px;
    text-align: center;
    position: relative;
    border: none;
    margin-top: -60px;
}

.timeline-2 li {
    margin: 20px 0;
}

.currency-total {
    font-weight: bold;
}