body{
    font-family: Barlow, Roboto, Arial, sans-serif; /*"Roboto Medium", Helvetica, Arial, sans-serif;*/
    font-size: 14px;
    color: #222;
    background: #2b2b2b;
}
body table{
    font-size: 13px;
}
h3{
    color: #444;
}
h5{
    font-weight: bold;
    font-size: 13px;
}
#App_Logo{
    background: #2b2b2b;
    float: left;
    padding: 5px 15px;
	border-radius: 5px 5px 0px 0px;
	transition: background-color 4s ease;
}
#App_Logo:hover{
    background: linear-gradient(-90deg, #6cffbb, #00ffe7);
	transition: background-color 1s ease-in-out;
}
#App_Logo img{
    height: 40px;
}
.nohref{
    cursor: pointer;
}
@font-face {
    font-family: 'Barlow';
    src: url('/bundles/comptoirpublic/css/barlow-v12-latin-ext-100.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Barlow';
    src: url('/bundles/comptoirpublic/css/barlow-v12-latin-ext-300.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Barlow';
    src: url('/bundles/comptoirpublic/css/barlow-v12-latin-ext-700.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Barlow';
    src: url('/bundles/comptoirpublic/css/barlow-v12-latin-ext-900.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Barlow';
    src: url('/bundles/comptoirpublic/css/barlow-v12-latin-ext-regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Barlow Condensed';
    src: url('/bundles/comptoirpublic/css/barlow-condensed-v12-latin-ext-100.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Barlow Condensed';
    src: url('/bundles/comptoirpublic/css/barlow-condensed-v12-latin-ext-300.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Barlow Condensed';
    src: url('/bundles/comptoirpublic/css/barlow-condensed-v12-latin-ext-700.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Barlow Condensed';
    src: url('/bundles/comptoirpublic/css/barlow-condensed-v12-latin-ext-900.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Barlow Condensed';
    src: url('/bundles/comptoirpublic/css/barlow-condensed-v12-latin-ext-regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Antonio';
    src: url('/bundles/comptoirpublic/css/antonio-v19-latin-ext-100.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Antonio';
    src: url('/bundles/comptoirpublic/css/antonio-v19-latin-ext-300.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Antonio';
    src: url('/bundles/comptoirpublic/css/antonio-v19-latin-ext-700.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Antonio';
    src: url('/bundles/comptoirpublic/css/antonio-v19-latin-ext-regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
/******************
Navigation
******************/
@media screen and (min-width: 768px) {
    #App_Navigation .container-fluid {
        padding-left: 0;
    }
}
#App_Navigation_Content li a span{
    color: #c30f2a;
    font-size: 16px;
}
.dropdown-menu li a, #App_Navigation_Content .dropdown-menu li a{
    font-size: 13px;
    padding: 10px 15px;
}
.dropdown-menu li a span, #App_Navigation_Content .dropdown-menu li a span{
    color: #222;
    font-size: 14px;
    width: 20px;
}
/******************
Body
******************/
#App_Body{
    padding-top: 50px;
}

/******************
Body Login
******************/
@media screen and (min-width: 970px) {
    #App_Body_Login {
        width: 1140px;
        margin: auto;
    }
}
@media screen and (max-width: 970px) {
    #App_Body_Login {
        width: auto;
        margin: auto;
    }
}

/******************
Login
******************/
@media screen and (min-width: 970px) {
    #App_Login {
        margin-top: 100px;
    }
}
#App_Login_Logo{
    margin: auto;
    margin-bottom: 30px;
}
#App_Login_Footer{
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
}

/******************
Footer
******************/
#App_Footer{
    position: fixed;
    bottom: 0;
    right: 0;
    background: #444;
    padding: 5px 10px;
    color: #fff;
    border-radius: 5px 0 0 0;
}

/******************
Ajax
******************/
.Ajax_Loader{
    width: 100px;
    font-size: 14px;
    color: #999;
    margin: auto;
    text-align: center;
}
.Ajax_Loader_Cogs{
    position: relative;
    width: 45px;
    height: 15px;
    margin: auto;
    margin-bottom: 25px;
}
.Ajax_Loader_Cog_Md{
    position: absolute;
    top:0;
    left: 0;
    font-size: 3em;
}
.Ajax_Loader_Cog_Sm{
    position: absolute;
    bottom:0;
    right: 0;
    font-size: 2em;
}

/******************
Errors
******************/
.has-error, .has-error:focus{
    border-color: #a94442;
    text-color: #a94442;
}
input.has-error, input.has-error:focus{
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #a94442;
}

/***********************
FOS USER
***********************/
#fos_user_profile_form_username,
#fos_user_profile_form_email,
#fos_user_profile_form_current_password,
#fos_user_registration_form_email,
#fos_user_registration_form_username,
#fos_user_registration_form_plainPassword_first,
#fos_user_registration_form_plainPassword_second,
#fos_user_change_password_form_current_password,
#fos_user_change_password_form_plainPassword_first,
#fos_user_change_password_form_plainPassword_second,
#fos_user_registration_form_firstName,
#fos_user_registration_form_lastName{
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    margin-bottom: 10px;
}
.fos_user_registration_register input[type="submit"],
.fos_user_change_password input[type="submit"],
.fos_user_profile_edit input[type="submit"]{
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    color: #fff;
    float: right;
}
.fos_user_registration_register input[type="submit"],
.fos_user_change_password input[type="submit"],
.fos_user_profile_edit input[type="submit"]{
    margin-top: 10px;
    background-color: #c30f2a;
    border-color: #c30f2a;
}
.fos_user_registration_register input[type="submit"]:hover,
.fos_user_change_password input[type="submit"]:hover,
.fos_user_profile_edit input[type="submit"]:hover{
    background-color: #cc3366;
    border-color: #990033;
}
.fos_user_user_show_button{
    margin-top: 10px;
    float: right;
    margin-left: 5px;
}

.fos_user_registration_register label,
.fos_user_change_password label,
.fos_user_profile_edit label{

    margin-bottom: 0;
}