﻿@charset "utf-8";

/*------------------------------------*\
	#Fonts

	font-family: 'Oswald', sans-serif;
	font-family: 'Droid Sans', sans-serif;

\*------------------------------------*/

/*------------------------------------*\
	#Layout
\*------------------------------------*/

body {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 15px;
    line-height: 1.42857143;
    color: #2c3e50;
    background-color: #ffffff;
}

.header-wrap {
    background: #fff url('../images/layout/tiled-bg.jpg') repeat left top;
}
.header {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 5px;
    padding-left: 0;
    position: relative;
}
.logo,
.powered {
    padding-right: 0;
}
.powered {
    font-size: 12px;
    color: #00374e;
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 20px;
}
.powered img {
    width: 40px;
    vertical-align: bottom;
}
.site-container,
.feature-wrap,
.feature,
.main,
.sidebar,
.module-grid {
    padding-right: 0;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}
.feature-display {
    position: relative;
    min-height: 300px;
    background: url('../images/layout/feature-img.jpg') no-repeat right top;
    -webkit-background-size: cover;
    background-size: cover;
}
.feature-desc {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin-top: -55px;
    padding: 20px;
}
.feature-title,
.feature-subtitle {
    margin: 0;
}
.feature-title {
    color: #00374e;
    font-size: 34px;
    font-weight: bold;
}
.feature-subtitle {
    color: #000;
    font-size: 24px;
    font-weight: 400;
}
.feature-nav {
    padding-top: 0px;
    padding-bottom: 0px;
    border-top: solid 1px #4b7282;
    border-bottom: solid 5px #4b7282;
    background: #87a1ab;
}
.feature-nav-btn {
    position: relative;
}
.feature-nav-btn:hover:after,
.verifier .btn-verifier:after,
.employee .btn-employee:after,
.employer .btn-employer:after {
    /*content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -20px;
    border: solid 20px transparent;
    border-bottom-color: #87a1ab;*/
}
.feature-nav a {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(0,0,0,.5);
    display: block;
    padding: 10px 0;
    text-decoration: none;
    position: relative;
}
.feature-nav a:hover,
.feature-nav a:focus {
    color: #00374e !important;
    text-shadow: 1px 1px 0 rgba(255,255,255,.5) !important;
}
.feature-nav a:active,
.verifier .btn-verifier a,
.employee .btn-employee a,
.employer .btn-employer a {
    color: #000 !important;
    text-shadow: 1px 1px 0 rgba(255,255,255,.5) !important;
}
.feature-nav a:before,
.feature-nav a:after {
    /*content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 0;
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);*/
}
.feature-nav a:before {
    /*border-right: 1px solid rgba(255,255,255,.25);
    right: -2px;*/
}
.feature-nav a:after {
    /*border-right: 1px solid #4b7282;*/
}
.login-form {
    margin: 0 auto;
    padding: 10px 20px;
    background: #fff;
}
.module {
    padding: 20px;
    line-height: 1.3;
    border-top: solid 2px #fff;
    border-bottom: solid 2px #fff;
}
.main-module {
    
}
.sub-module {
    background:	url('../images/layout/tile-gradient-bg.png') repeat-y right top;
    /*background-color: #ebf0f6;*/
}
.box-module {
    background: #fff;
}
.module-icon {
    padding-top: 10px;
    padding-right: 10px;
}
.module-title {
    margin-top: 5px;
    margin-bottom: 10px;
}
.main-module .module-title {
    color: #486f30;
}
.sub-module .module-title {
    color: #00374e;
}
.module-desc {
    border-left: solid 3px #fff;
    padding-right: 0;
    padding-left: 10px;
}
.why-outsource {
    /*background: #fff url('../images/layout/why-outsource-bg.jpg') no-repeat -15px center;*/
    -webkit-background-size: contain;
    background-size: contain;
}
.what-verifyfast {
   
    
}
.difference-bg,
.brochure-bg {
    min-height: 135px;
    padding-top: 40px;
}
.difference-bg {
  background: url('../images/layout/tile-gradient-bg.png') repeat-y right top, url('../images/layout/difference-bg.png') no-repeat right top;
  /*background-color: #ebf0f6;*/
}
.brochure-bg {
  background: url('../images/layout/tile-gradient-bg.png') repeat-y right top, url('../images/layout/brochure-bg.png') no-repeat right top;
  /*background-color: #ebf0f6;*/
}
.form-calculate {
    padding: 10px;
    border-top: solid 1px #c1c1c1;
    border-bottom: solid 1px #c1c1c1;
    background: #fff;
}
.testimonial-wrap {
    margin-top: 50px;
    margin-bottom: 50px;
}
.testimonial {
    color: #0f4358;
    font-size: 16px;
    font-style: italic;
}
.testimonial-author {
    color: #000;
    font-weight: bold;
}
.footer-wrap {
    border-top: solid 3px #609340;
    background: #00374e;
}
.footer {
    color: #fff;
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.footer a {
    color: #fff;
    text-decoration: none;
}

.footer a:hover {
    color: #609340;
}
.terms-policy {
    text-align: right;
}
.terms-policy .seperator {
    color: #999;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}

/*------------------------------------*\
	#Styles
\*------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.1;
    color: inherit;
}
h1,
.h1 {
    font-size: 39px;
}
h2,
.h2 {
    font-size: 32px;
}
h3,
.h3 {
    font-size: 26px;
}
h4,
.h4 {
    font-size: 19px;
}
h5,
.h5 {
    font-size: 15px;
}
h6,
.h6 {
    font-size: 13px;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 21px;
    margin-bottom: 10.5px;
}
a {
    color: #486F30;
}
a:hover,
a:active,
a:focus {
    color: #00374E;
}
a.text-success:hover,
a.text-success:focus {
    color: #18bc9c;
    text-decoration: underline;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 30px 0;
    padding: 0;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
embed,
iframe,
object {
    max-width: 100%;
}
blockquote {
    font-style: italic;
    border-color: #ddd;
}
blockquote,
blockquote footer {
    font-size: inherit;
}
blockquote footer {
    font-style: normal;
    color: #609340;
}

/*------------------------------------*\
	#Headings
\*------------------------------------*/

.divider-title {
    color: #00374e;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: solid 3px #fff;
    border-bottom: solid 5px #4b7282;
    overflow: hidden;
    background: #87a1ab;
}
.divider-title-noback {
    color: #00374e;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    overflow: hidden;
}
.divider-title, .divider-title-noback span {
    padding: 5px 10px;
    display: inline-block;
    position: relative;
    z-index: 2;
    vertical-align: baseline;
}
    .divider-title, .divider-title-noback span:before,
    .divider-title, .divider-title-noback span:after {
        content: "";
        position: absolute;
        z-index: 1;
        top: 50%;
        display: block;
        width: 100%;
        border-bottom: solid 1px #4b7282;
        box-shadow: 0 1px 0 rgba(255,255,255,.25);
    }
    .divider-title, .divider-title-noback span:before {
        right: 100%;
    }
    .divider-title, .divider-title-noback span:after {
        left: 100%;
    }

/*------------------------------------*\
	#Helper Classes
\*------------------------------------*/

.clear {
    clear: both;
    display: block;
}
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.media-fluid {
    width: 100%;
    display: block;
}
.media-left,
img.alignleft {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.media-right,
img.alignright {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}
.media-center,
img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignnone,
img.alignnone {
    float: none;
    text-align: none;
}
.align-left,
.alignleft {
    text-align: left;
}
.align-right,
.alignright {
    text-align: right;
}
.align-center,
.aligncenter {
    text-align: center;
}
.lower-case {
    text-transform: lowercase;
}
.upper-case {
    text-transform: uppercase;
}
.title-case {
    text-transform: capitalize;
}
.media-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.media-container iframe,
.media-container object,
.media-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.hide-text {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

/*------------------------------------*\
	#Misc Classes
\*------------------------------------*/

.border {
    border: solid 1px #ccc;
}
.media-shadow {
    padding: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,.50);
}
/*.table {
	border:solid 1px #000;
	font-size: 12px;
}
.table th,
.table td {
	border: solid 1px #000;
	padding: 5px;
}
.table th {
	text-align: center;
	text-transform: uppercase;
	border-bottom: solid 3px #000;
	background: #B70000;
	color: #fff;
}*/
.table-bg {
    background: #fff;
}
.light-gradient-bg {

}
.grey-gradient-bg {

}

/*------------------------------------*\
	#Buttons
\*------------------------------------*/

.btn {
    color: #fff;
    font-weight: bold;
    padding: 8px 15px;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid #486f30;
    background-color: #609340;
    border-radius: 3px;
    text-shadow: 1px 1px 0 rgba(0,0,0,.3);
    box-shadow: 0 1px 1px rgba(0,0,0,.2), 0 1px 0 rgba(255,255,255,.3) inset;
}
.btn:hover {
    color: #000;
    text-shadow: 1px 1px 0 rgba(255,255,255,.3);
    background-color: #609340;
}
.btn:active {
    color: #00374E;
    box-shadow: none;
    background-color: #609340;
}
.btn-block {
    display: block;
}
.btn-small {
    padding: 5px 10px;
}
.btn-lg,
.btn-group-lg > .btn {
    padding: 18px 27px;
    font-size: 19px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.btn-large {
    padding: 15px 20px;
}
.btn-light {
    color: #00374E !important;
    border: 1px solid #ABC7D2 !important;
    background-color: #CDDDE4 !important;
    text-shadow: 1px 1px 0 rgba(255,255,255,.3);
}
.btn-light:hover {
    color: #000;
    background-color: #BCD2DB;
}
.btn-light:active {
    color: #00374E;
    background-color: #CDDDE4;
}

.btn-success{
    padding: 10px;
}

/*------------------------------------*\
	#Icons
\*------------------------------------*/

.icon {
    height: 15px;
    width: 15px;
    line-height: 15px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}
.icon-left {
    margin-right: 5px;
}
.icon-right {
    margin-left: 5px;
}

/*------------------------------------*\
	#List
\*------------------------------------*/

.list {
    padding-left: 0;
}
.list li {
    list-style: none;
}
.list-inline li {
    float: left;
    display: inline;
}
.list-bullet li {
    padding: 4px 0;
    display: list-item;
}
.list-padding li {
    padding: 4px 0;
}
.list-bordered li {
    border-bottom: solid 1px #ededed;
}
.list-clearfix {
    overflow: hidden;
}

/*------------------------------------*\
	#Forms
\*------------------------------------*/

.form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 10px 15px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #2c3e50;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #dce4ec;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-control, input {
    border-width: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form fieldset {
    border: solid 1px #ccc;
    padding: 10px;
}
.form legend {
    font-weight: bold;
    padding: 5px;
}
.form ul {
    list-style: none;
    padding: 0;
    overflow: hidden;
}
.form li {
    list-style: none;
    overflow: hidden;
    margin-bottom: 10px;
}
.form li li {
    margin-bottom: 0;
}
.form .form-row {
    clear: both;
    display: block;
}
.form .form-row,
.form .form-column {
    padding-right: 10px;
}
.form-horizontal label {
    text-align: right;
    padding-top: 5px;
    padding-right: 5px;
}
.form-vertical label {
    float: none;
    width: 100%;
    text-align: left;
    display: block;
}
.form-horizontal .form-input,
.form-vertical .form-input {
    padding-right: 0;
}
.form input[type=text],
.form input[type=tel],
.form input[type=number],
.form input[type=email],
.form input[type=password],
.form input[type=search],
.form input[type=submit],
.form select {
    height: 30px;
}
.form input[type=text],
.form input[type=tel],
.form input[type=number],
.form input[type=email],
.form input[type=password],
.form input[type=search],
.form input[type=submit],
.form select,
.form textarea {
    padding: 6px;
    outline: 0;
    border: solid 1px #ccc;
    border-radius: 3px;
    vertical-align: middle;
    background: #f9f9f9;
}
.form input[type=text]:focus,
.form input[type=tel]:focus,
.form input[type=number]:focus,
.form input[type=email]:focus,
.form input[type=password]:focus,
.form input[type=search]:focus,
.form select:focus,
.form textarea:focus {
    background: #fff;
}
.form input[type=checkbox],
.form input[type=radio] {
    vertical-align: middle;
}
.form input[type=submit] {
    color: #fff;
    font-weight: bold;
    padding: 6px 10px;
    text-transform: uppercase;
    cursor: pointer;
    border: solid 1px #000000;
    box-shadow: 0 1px 0 rgba(255,255,255,.5) inset;
    background: #00374e;
}
.login-form ul {
    margin: 0;
}
.login-form li {
    margin-bottom: 5px;
}
.login-form label {
    font-size: 12px;
    margin-bottom: 0px;
}
.login-form input[type=text],
.login-form input[type=submit] {
    width: 100%;
}

/*------------------------------------*\
	#Media Queries
\*------------------------------------*/

@media screen and (max-width: 1180px) {
    .why-outsource,
    .what-verifyfast {
        float: none;
        width: auto;
    }
}

@media screen and (max-width: 980px) {
    .login-form {
        padding: 10px;
        width: 95%;
    }
}

@media screen and (max-width: 960px) {
    .feature-nav a {
        font-size: 14px;
    }
    .module-grid .main-module .grid-col {
        float: none;
        width: auto;
    }
}

@media screen and (max-width: 767px) {
    body {
        font-size: 12px;
    }
    .logo {
        float: none;
        margin: 0 auto;
        text-align: center;
    }
    .powered {
        font-size: 11px;
        position: static;
        text-align: center;
    }
    .powered img {
        width: 25px;
    }
    .feature-display {
        min-height: 125px;
    }
    .feature-desc {
        margin-top: -35px;
        padding: 10px;
    }
    .feature-title {
        font-size: 26px;
    }
    .feature-subtitle {
        font-size: 16px;
    }
    .copyright,
    .terms-policy {
        text-align: center;
    }
    .feature-nav a {
        font-size: 16px;
        text-align: left;
        padding: 0;
        border-bottom: 1px solid #4b7282;
        box-shadow: 0 1px 0 rgba(255,255,255,.25);
    }
    .feature-nav-btn {
        margin-top: 0;
        margin-bottom: 0;
    }
    .feature-nav-btn:hover:after,
    .verifier .btn-verifier:after,
    .employee .btn-employee:after,
    .employer .btn-employer:after {
        content: none;
    }

    .feature-nav a:before,
    .feature-nav a:after {
        border: none;
        position: static;
    }
    .feature-nav a:after {
        font-size: 18px;
        content: ' →'
    }
    .why-outsource {
        background-position: -30px center;
    }
    .module-icon {
        padding-top: 0;
        padding-right: 0;
    }

    .media-left,
    .media-right {
        float: none;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .form .form-column,
    .form .form-row,
    .form label,
    .form .form-input {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .form .form-column,
    .form .form-row {
        padding-right: 0;
    }
}

/*------------------------------------*\
	#Print
\*------------------------------------*/

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    /* Don't show links for images, or javascript/internal links */
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group; /* h5bp.com/t */
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    .feature-wrap {
        display: none;
    }
    .grid-col {
        float: none;
        width: auto;
    }
}

/*------------------------------------*\
	emphome.aspx.html style
\*------------------------------------*/

.top-buffer {
    margin-top: 10px;
}

.ui-dialog-titlebar {
    background-color: black;
}

.bigBackGradient {
    background: White url(images/bigBackGradient.gif) repeat-y
}

ul.NoBullet {
    height: 100%;
    list-style-type: none;
}

ul.NoBullet li {
    margin-bottom: 20px
}

ul.NoBullet a {
    display: block;
    color: #00374E;
    text-decoration: none
}

ul.NoBullet a:hover {
    display: block;
    color: #00374E;
    text-decoration: none;
    font-weight: bold;
}

ul.NoBullet a:active {
    display: block;
    color: #00374E;
    font-weight: bold;
    text-decoration: none
}

/**  Style for mobile login menu  **/

a.menu-item {
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    display: inline-block;
    width: 100%;
    padding: 10px 6px;
    font-size: 16px;
    font-weight: bold;
    background-color: #4B7282;
    border-top: 1px solid #00374E;
}

a.menu-item:hover {
    text-decoration: none;
    background-color: #00374E;
}

.btnx {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 10px 15px;
    font-size: 15px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btnx-primary {
    color: #ffffff;
    background-color: #609340;
    border-color: #609340;
}

.btnx {
    border-width: 2px;
}

.alert-danger {
    padding-top: 20px;
    padding-bottom: 20px;
}

.navbar-default {
    background-color: #4B7282;
}

.bg-gray {
    background-color: #f3f3f3;
}

.bg-gray-2{
  background-color: #E7E6E6 !important;
}

.bg-black p,
.bg-black h1,
.bg-black h2,
.bg-black h3,
.bg-black label {
    color: #222;
}

.bg-black h3 {
    font-size: 20px !important;
}

.navbar .form-group a {
    color: #609340;
    text-decoration: underline;
}

.navbar .form-group a:hover,
.navbar .form-group a:focus {
    color: #609340;
}

.alert-danger {
    background-color: #00374E;
    border-color: #00374E;
    color: #ffffff;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #fff;
    background-color: transparent;
}

@media screen and (max-width: 767px) {
    body {
        font-size: 14px;
    }
}

.ui-widget-header {
    border: none;
    background: none;
    color: transparent;
}

.ui-dialog-titlebar {
    height: 1.2em;
}

/********* FAQ *********/

.faq{
    font: 14px/1.5 'Droid Sans', Helvetica, Arial, sans-serif;
    color: #000;
    background: #fff;
}

/*.faq h1, h2, h3, h4, h5, h6 {
    color: #00374e !important;
    font-family: 'Oswald', Helvetica, Arial, sans-serif;
    font-weight: 400!important;
    line-height: 1.3!important;
}

.faq h1, .h1 {
    font-size: 28px;
}
.faq h2, .h2 {
    font-size: 24px;
}
.faq h3, .h3 {
    font-size: 20px;
}
.faq h4, .h4 {
    font-size: 18px;
}
.faq h5, .h5 {
    font-size: 16px;
}
.faq h6, .h6 {
    font-size: 14px;
}*/

.faq h1, .h1 {
    font-size: 28px;
    color: #00374e !important;
    font-family: 'Oswald', Helvetica, Arial, sans-serif;
    font-weight: 400!important;
    line-height: 1.3!important;
}
.faq h2, .h2 {
    font-size: 24px;
    color: #00374e !important;
    font-family: 'Oswald', Helvetica, Arial, sans-serif;
    font-weight: 400!important;
    line-height: 1.3!important;
}
.faq h3, .h3 {
    font-size: 20px;
    color: #00374e !important;
    font-family: 'Oswald', Helvetica, Arial, sans-serif;
    font-weight: 400!important;
    line-height: 1.3!important;
}
.faq h4, .h4 {
    font-size: 18px;
    color: #00374e !important;
    font-family: 'Oswald', Helvetica, Arial, sans-serif;
    font-weight: 400!important;
    line-height: 1.3!important;
}
.faq h5, .h5 {
    font-size: 16px;
    color: #00374e !important;
    font-family: 'Oswald', Helvetica, Arial, sans-serif;
    font-weight: 400!important;
    line-height: 1.3!important;
}
.faq h6, .h6 {
    font-size: 14px;
    color: #00374e !important;
    font-family: 'Oswald', Helvetica, Arial, sans-serif;
    font-weight: 400!important;
    line-height: 1.3!important;
}

.faq .btn{
    color: #fff;
    font-weight: bold;
    padding: 10px 15px;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid #486f30;
    background-color: #609340;
    border-radius: 3px;
    text-shadow: 1px 1px 0 rgba(0,0,0,.3);
    box-shadow: 0 1px 1px rgba(0,0,0,.2), 0 1px 0 rgba(255,255,255,.3) inset;
}

.faq .btn-success{
    background-color: #609340;
    margin-top: 20px;
}

.faq .btn-success:hover{
    color: #000;
    text-shadow: 1px 1px 0 rgba(255,255,255,.3);
    background-color: #609340 !important;
}

.faq-sidebar{
    margin-top: 20px;
}

.faq-sidebar h2{
    font-family: 'Droid Sans', Helvetica, Arial, sans-serif !important;
    color: #5E9433 !important;
    font-weight: bold !important;
}

.faq-sidebar li{
    margin-top: 18px;
}

.faq-sidebar a{
    color: #2c3e50;
    font-weight: bold;
}

.faq-sidebar a:hover{
    color: #5E9433;
    font-weight: bold;
    text-decoration: none;
}

.faq-sidebar a.active{
    color: #5E9433;
    font-weight: bold;
}

.collapse-icon{
    font-size: 18px;
    margin-top: 3px;
}

.collapse-body{
    padding-left: 0;
    margin-left: -45px;
    margin-bottom: 24px;
}

.collapse-title{
    margin-top: 0;
}

.collapse-title a{
    color: #5E9433;
    font-family: 'Droid Sans', Helvetica, Arial, sans-serif !important;
    font-size: 18px;
    font-weight: bold;
}

.collapse-title a:active,
.collapse-title a:focus{
    color: #5E9433 !important;
}

.collapse-content{
    padding-top: 8px;
}

.collapse-content a{
    color: #5E9433;
}

.collapse-content ol{
    padding-left: 14px;
    margin-bottom: 0;
}

.collapse-content ul{
    margin-bottom: 0;
}

.collapse-content li{
    margin-bottom: 12px;
}

.collapse-content li:last-child{
    margin-bottom: 0;
}

.collapse-content > ol > li > ul{
    margin-top: 12px;
}

.collapse-content > ol > li > ul > li{
    margin-top: -5px;
}

.collapse-content p{
    margin-bottom: 0;
    margin-top: 8px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .collapse-body{
        padding-left: 0 !important;
        margin-left: -30px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .collapse-body{
        padding-left: 0 !important;
        margin-left: -57px !important;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .collapse-body{
        margin-left: 36px !important;
        margin-top: -21px !important;
    }
}

@media (max-width: 767px) {
    .faq{
        font-size: 12px !important;
    }

    .faq-content h1, h2{
        font-size: 16px !important;
    }

    .collapse-content{
        font-size: 12px !important;
    }

    .collapse-title a{
        font-size: 14px !important;
    }

    .faq-content h6{
        font-size: 13px !important;
    }

    .collapse-title{
        margin-top: 5px !important;
    }

    .collapse-icon{
        font-size: 14px !important;
    }

    .collapse-body{
        margin-left: 30px !important;
    }
}

.faq-content{
    margin-bottom: 40px;
    margin-top: 20px;
}

.faq-content h1{
    margin-bottom: 40px;
}

.faq-content h2{
    margin-bottom: 30px;
}

.faq-content h6{
    font-family: 'Droid Sans', Helvetica, Arial, sans-serif !important;
    color: #000000;
    margin-top: -20px;
}

.faq-content a{
    color: #5E9433;
}

.faq-content a:hover{
    filter: brightness(80%);
}

.form-control{
    border-radius: 0;
}

.faq-content form{
    margin-top: 15px;
}


.sidebar-collapse{
    margin-bottom: 15px;
    margin-top: 15px;
    text-align: center;
    /*border-top: solid 1px #000;*/
    /*box-shadow: 0 3px 0 #609340, 0 1px 0 rgba(255,255,255,.5) inset;*/
    /*background: #00374e;*/
}

.sidebar-collapse .btn-primary{
    background-color: #00374E;
    border-top: solid 1px #000;
    padding: 10px 20px;
    font-size: 14px;
}

.sidebar-collapse .btn-primary:hover{
    color: #5E9433;
    background-color: #00374E !important;
    text-shadow: none;
}

.sidebar-collapse .btn-primary:focus{
    background-color: #00374E !important;
    outline: none !important;
}

.sidebar-collapse .btn-group .dropdown-menu{
    width: 100%;
}

.sidebar-collapse .btn-group .dropdown-menu li a{
    padding-top: 8px;
    padding-bottom: 8px;
}

.sidebar-collapse .btn-group .dropdown-menu li a.active{
    color: #5E9433;
    font-weight: bold;
}

.sidebar-tabpanel{
    margin-top: 0;
    text-align: center;
    background-color: #00374E;
}

.sidebar-tabpanel ul{
    margin-bottom: 0;
}

.sidebar-tabpanel li{
    padding: 8px;
    border-top: 1px solid #4b7282;
}

.sidebar-tabpanel a{
    font-size: 14px;
    color: #ffffff;
}

.sidebar-tabpanel a:hover{
    color: #5E9433;
    text-decoration: none;
}

.faq .form-group {
    margin-top: 5px;
    margin-bottom: -8px !important;
}

.faq label{
    margin-bottom: -5px !important;
} 

.faq .form-control{
    margin-top: 10px;
}

/*** MFA Google authentification pages ***/
.img-app{
  height: 60px;
  width: auto;
}

.m-t-5 {
    margin-top: 5px;
}

.m-t-10{
  margin-top: 10px;
}

.m-t-20{
  margin-top: 20px;
}

.m-t-25 {
    margin-top: 25px;
}

.m-t-30{
  margin-top: 30px;
}

.m-t-40 {W
    margin-top: 40px;
}


.m-t-50{
    margin-top: 50px;
}

.m-t-60 {
    margin-top: 60px;
}

.m-t-70 {
    margin-top: 70px;
}

.m-b-50{
    margin-bottom: 50px;
}

.m-b-30{
  margin-bottom: 30px;
}

.m-b-20{
  margin-bottom: 20px;
}

.m-b-0{
  margin-bottom: 0;
}

.p-r-10{
    padding-right: 10px !important;
}

.m-y-50{
    margin-top: 50px;
    margin-bottom: 50px;
}

.m-l-m-10{
    margin-left: -20px;
}

.card-coll{
  padding-bottom: 8px;
  margin-bottom: 30px;
  border-bottom: 2px solid #C1C2CB;
}

.card-coll-header a {
    color: #2D6C7F !important;
}

    .card-coll-header a:focus, a:after, a:active {
        color: #2D6C7F !important;
    }

.login-username{
    font-size: 32px !important;
  }

@media (max-width: 769px){
    .m-b-sm-50{
        margin-bottom: 50px;
    }
}

@media (max-width: 991px) {
    .login-separator {
        margin-bottom: 55px;
    }
}


.ml-auto{
    margin-left: auto !important;
}

.mr-auto {
    margin-right: auto !important;
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

.has-feedback {
    position: relative;
}

    .has-feedback .form-control {
        padding-right: 42.5px;
    }

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-success .form-control:focus {
        border-color: #2b542c;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    }

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-error .form-control:focus {
        border-color: #843534;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    }

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}

.has-error .form-control-feedback {
    color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
    top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

.icon-img img {
    margin-top: 160px;
}

.icon-img-verifier img {
    margin-top: 120px !important;
}

.icon-img-50 {
    margin-top: 50px !important;
}

.icon_info {
    padding-left: 10px !important;
}

@media (max-width: 991px) {
    .icon-img-verifier, .icon-img {
        text-align: center;
    }

        .icon-img-verifier img, .icon-img img {
            margin-top: 0;
            margin-bottom: 20px;
        }

    .icon-img-50 {
        text-align: center;
        margin-top: 0 !important;
        margin-bottom: 20px !important;
    }

    .m-b-sm-30 {
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .login h2 {
        font-size: 32px !important;
        margin-top: 30px !important;
        margin-bottom: 15px !important;
    }

    .mb-sm-15 {
        margin-bottom: 15px !important;
    }
}

@media (max-width: 500px) {
    .login .btn {
        margin-bottom: 10px !important;
        font-size: 16px !important;
        width: 100% !important;
    }

    .login .form input[type=submit] {
        width: 100% !important;
    }
}

/*.login label {
    font-family: 'Work Sans', sans-serif !important;
    color: #81949c !important;
    font-size: 16px !important;
    font-weight: 500;
}

    .login label.label-light {
        font-weight: lighter !important;
    }*/