/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain) */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block; }
body {
	line-height: 1; }
ol, ul {
	list-style: none; }
blockquote, q {
	quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none; }
table {
	border-collapse: collapse;
	border-spacing: 0; }
    .flexfoot{
        display: flex;
        align-items: center;
    }
    .logofix{
        height:45px;
    }
    .flexfootitem{
        border-right: 2px solid #0f1f05;
        text-align: right;
    }
    .imgalign{
        width:85px;
        height:30px;
        margin: 0px 5px;
    }
    .flexfootitem{
        padding: 0px;
    }
    .flexfootitem a:first-child img {
        padding-right: 15px;
    }
    .logofix {
        height: 45px;
        float: left;
    }
    body strong {
        font-weight: 700;
}
div#notify {
    display: none;
    text-align: center;
    padding: 20px;
    background-color: #272260;
    color: #fff;
    font-weight: 700;
    font-size: 25px;
}
.btn-theme{
    color: #fff;
    background-color: #272260;
    border-color: #312c67;
}
.btn-theme:hover{
    background-color: #919293;
}
.form-control:focus {
    box-shadow: 0 0 0 0.2rem rgb(145, 146, 147);
}
 @media only screen and (max-width: 767px){

    .flexfoot{
        display: block;
    }

    .flexfootitem{
        text-align: center;
        margin-bottom: 10px;
        border-right:none;
    }
 }

 @media only screen and (max-width: 340px){
    .imgalign{
        width:69px;
        height:30px;
        margin: 0px 5px;
    }
}

 @media only screen and (max-width: 360px){
    .imgalign{
        width:75px;
        height:30px;
        margin: 0px 5px;
    }
}
@media only screen and (max-width: 380px){
    .imgalign{
        width:80px;
        height:30px;
        margin: 0px 5px;
    }
}

@media only screen and (max-width: 400px){
    .imgalign{
        width:90px;
        height:30px;
        margin: 0px 5px;
    }
}

@media only screen and (max-width: 420px){
    .imgalign{
        width:95px;
        height:30px;
        margin: 0px 5px;
    }
}


@media all and (min-width: 991px) and (max-width: 1024px){
    .imgalign{
        width:75px;
        height:30px;
        margin: 0px 5px;
    }
}

@media all and (min-width: 1025px) and (max-width: 1199px){
    .imgalign{
        width:75px;
        height:30px;
        margin: 0px 5px;
    }
}