﻿@charset "utf-8";
/* CSS Document */
/*Fonts*/

@font-face {
    font-family: vodafone;
    src: url(../fonts/ufonts.com_interface-dama-bold.ttf);
    src: url(../fonts/ufonts.com_interface_dama_bold.eot);
    src: url(../fonts/ufonts.com_interface-dama-bold.woff);
}
body {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    position: relative;
    margin: 0;
    padding-top: 50px;
    padding-bottom: 50px;
    min-height: 100vh;
}
/*---------------------Login-----------------*/

#hero {
    background-image: url(../images/carestoreimage-s15-2.jpg);
    background-size: cover;
    position: relative;
    height: 100vh;
    background-position: top center;
    background-repeat: no-repeat;
}
.boby-login {
    padding-top: 0px;
    padding-bottom: 0px;
}
.side_login {
    background: #fff;
    padding: 25px;
    position: absolute;
    right: 0px;
    width: 400px;
    top: 0px;
    bottom: 0px;
    -webkit-box-shadow: -8px 0px 13px -5px #999;
    -moz-box-shadow: -8px 0px 13px -5px rgba(230, 0, 0, 1);
    box-shadow: -8px 0px 13px -5px #999;
    display: flex;
    justify-content: center;
    align-items: center;
}
.side_login img {
    position: absolute;
    top: 0px;
    display: none;
    right: 0;
    height: 50px;
}
.side_login h1 {
    font-size: 35px;
    color: #e60000;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 0px;
}
.side_login p {
    color: #e60000;
    letter-spacing: 0.5px;
    font-size: 18px;
    /* text-transform: uppercase; */
    
    font-weight: 400;
    margin-top: 0px;
}
.login-label {
    color: #fff  !important;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.login-form {
    margin-top: 20px;
    padding-top: 20px;
    margin-bottom: 20px;
       background: #e60000;
    padding: 10px;
    border-radius: 10px;
	-webkit-box-shadow: 0px 0px 30px 2px rgba(238,238,238,1);
-moz-box-shadow: 0px 0px 30px 2px rgba(238,238,238,1);
box-shadow: 0px 0px 30px 2px rgba(238,238,238,1);
}
.login-form a {
    color: #fff  !important;
}
.login-btn {
       background: #e60f01;
    border: #fff 2px solid;
    border-radius: 3px;
    padding: 2px 30px;
    color: #f1f1f1;
    font-weight: 500;
	
}
.login-btn:hover,
.login-btn:focus {
    background: #e60000;
    color: #fff;
}
.info {
    border-top: #54575a  2px dotted;
    margin-top: 40px;
}
.info h2 {
    color: #e60000;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
}
.info p {
    font-size: 14px;
}
.info ul {
    padding-left: 20px;
}
.info li {
    color:#54575a;
    font-size: 12px;
}
/*---------------------Login-----------------*/
/* -------------------------------Custom classes----------------------------------------------------------- */

body {
    background: #fff !important;
}
.vodafone_redbg {
    background-color: #e60000 !important;
}
.vodafone_txt {
    color: #e60000 !important;
}
.white_txt {
    color: #ffffff !important;
}
/*Header*/

.header-border-color {
    border-color: #cb0505 !important;
}
.header-background-color {
    background-color: #FFF !important;
}
.header-heading {
    color: #e60000 !important;
}
.header-icon {
    color: #cb0505 !important;
}
.header-icon:hover,
.header-icon:focus {
    color: #e60000 !important
}
.header-link-txt {
    color: #ffffff !important;
}
/*Header*/
/*grids*/

.grid-bg-and-border {
    background: #FFF;
    border-color: #ddd!important;
}
.grid-heading {
    color: #e60000;
}
/*payee Tree*/

.search-btn-color {
    background-color: #e60000;
}
.search-btn-color:hover,
.search-btn-color:focus {
    background-color: #cb0505 !important
}
.tree-heading-top {
    color: #333 !important;
}
.icon-tree {
    color: #e60000 !important;
}
.icon-tree:hover,
.icon-tree:focus {
    background-color: #cb0505 !important;
    color: #FFF !important;
}
.color-txt-tree-grid li {
    color: #000 !important;
}
.sub-parent {
    color: #000 !important;
}
.color-txt-tree-grid-sub li {
    color: #000 !important;
}
/*Payee grid*/

.tabs-container-border {
    border-color: #eee !important;
}
.tabs-container-border span {
    background-color: #65676a !important;
    color: #FFF;
}
/*Numbers in tabs*/

.tabs-container-border a {
    color: #000 !important;
}
/*text in tabs*/
/*----------------table t head---------------*/

thead {
    background-color: #ddd !important;
}
/*thead-background*/

thead th {
    color: #54575a !important;
}
tbody {
    color: #54575a !important;
}
td > a {
    color: #000 !important;
}
/*Action color*/
/*-------------buttons----------------*/

.btn-withdraw {
    background-color: #2e897d !important;
    color: #fff !important;
}
.btn-payee {
    background-color: #ff6c00 !important;
    color: #fff !important;
}
.btn-approval {
    background-color: #4f804f !important;
    color: #fff !important;
}
.btn-rejected {
    background-color: #c10000 !important;
    color: #fff !important;
}
.buttons {
    border-color: #ddd !important;
}
/*dotted line aftre buttons*/
/*-------------buttons----------------*/

label {
    color: #5d5d5d !important;
}
/*headings of text fields*/

footer {
    background-color: #54575a !important;
}
.theme_btn {
    background-color: #e60000 !important;
    color: #fff !important;
}
/* -------------------------------Custom classes----------------------------------------------------------- */

::-webkit-input-placeholder {
    font-size: 12px;
}
:-moz-placeholder {
    /* Firefox 18- */
    
    font-size: 12px;
}
::-moz-placeholder {
    /* Firefox 19+ */
    
    font-size: 12px;
}
:-ms-input-placeholder {
    font-size: 12px;
}
/**sub menu*/
/*footer login*/
.footer_item {position:relative;     padding-left: 60px;}
.footer_login{background:#e60000 !important; border-top:2px solid #cb0505; border-bottom:2px solid #cb0505;}
.footer_login a:hover, .footer_login a:focus{    text-decoration: none;}
 .footer_icon {
    float: left;
    font-size: 2.5em;
    height: 100%;
        padding-left: 10px;
    padding-right: 10px;
	 color:#FFF;
	 position:absolute; left:5px;
}
.footer_login p{text-align:left !important;
    font-size: 12px;
    letter-spacing: 0.5px; display:block;}
.no-margin-zero{    margin-right: 0px;
    margin-left: 0px;}
.marginBottom-0 {
    margin-bottom: 0;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color: #555;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.inner_ul a {
    text-decoration: none;
    color: #000;
}
#sub-list {
    border-bottom: 2px dotted #e7ebeb;
    padding-bottom: 10px;
}
#sub-list li {
    background: #ddd;
}
#sub-list span i {
    color: #cb0505;
}
.theme {
    text-align: center;
}
.theme_btn {
    background: #e60000;
    color: #FFF;
    border-radius: 0px;
    font-size: 8px;
    padding: 5px;
    position: absolute;
    right: 0px;
    top: 50px;
}
.theme_btn:hover,
.theme_btn:focus {
    outline: 0px;
    color: #FFF;
}
.theme button {
    padding: 5px;
    border-radius: 5px;
    margin: 10px;
    background-image: none;
    background: #000;
    color: #FFF;
}
.theme button img {
    width: 200px;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(217, 217, 217, 1);
    -moz-box-shadow: 0px 0px 25px 0px rgba(217, 217, 217, 1);
    box-shadow: 0px 0px 25px 0px rgba(217, 217, 217, 1);
}
header {
    border-bottom: 3px solid !important;
}
.bg-menu {
    background-image: url(../images/bg-menu.png);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
}
.navbar {
    position: relative;
    min-height: 10px!important;
    margin-bottom: 0px !important;
    border: 1px solid transparent;
    border-radius: 0px;
    border: 0px;
    width: 100%;
}
.navbar-nav > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 1px;
    font-weight: 500;
    border-right: 1px solid;
    font-size: 13px;
    text-transform: uppercase;
    text-transform: uppercase;
    padding: 8px 7px;
}
.nav > li > a:hover,
.nav > li > a:focus,
.nav > li > a:active {
    text-decoration: none;
    background-color: #ffffff;
    color: #e60000 !important;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    text-decoration: none;
    background-color: #ffffff;
    color: #e60000 !important;
    outline: 0px;
    border-color: transparent;
}
.dropdown-menu {
    padding: 0px;
    background-color: #FFF;
    border-radius: 0px;
    border: 0px;
    min-width: 200px;
    margin-top: -1px;
}
.dropdown-menu > li > a {
    display: block;
    padding: 5px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #54575a !important;
    white-space: nowrap;
    font-size: 13px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border: 0px;
    font-weight: 500;
    cursor: pointer;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:active {
    color: #e60000 !important;
    text-decoration: none;
    background-color: #f5f5f5;
}
.navbar-toggle {
    z-index: 999999999999999;
}
.navbar-collapse {
    -webkit-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.navbar-collapse.in {
    -webkit-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #e60000;
    margin-top: 5px;
    margin-right: -10px;
}
.icon_set a {
    margin-left: 0px;
    font-size: 13px;
}
header h1 {
    font-family: vodafone;
    letter-spacing: 0.5px;
    margin-left: -25px !important;
    margin-top: 4px;
    font-size: 25px;
    vertical-align: middle;
    margin-bottom: 0px;
}
header .fa-stack {
    padding-top: 1px;
}
footer {
    padding: 5px 35px 5px 0px!important;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #54575a;
    /* border-color: #080808; */
    
    border-top: 2px #54575a solid;
    border-bottom: 2px #54575a solid;
    min-height: 30px;
    text-align: left;
    font-size: 10px;
}
footer p {
    padding: 0px;
    margin: 0px;
    font-size: 10px;
    color: #FFF;
    text-align: right;
}
.boxes {
    width: 100%;
    padding: 5px;
    border-radius: 5px;
    border: solid 1px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(217, 217, 217, 1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(217, 217, 217, 1);
    box-shadow: 0px 0px 10px 0px rgba(217, 217, 217, 1);
}
.boxes h2 {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 5px 10px 5px 10px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 5px;
}
.panel-title a {
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
}
.panel-title a:hover,
.panel-title a:focus {
    text-decoration: none;
}
.panel-default {
    border: 0px;
}
.panel-heading {
    border-bottom: 1px solid #bdbdbd !important;
    background-color: transparent !important;
}
#search .btn {
    height: 34px;
    border: #e60000;
    outline: 0px;
}
#search {
    padding: 10px;
}
.panel-group {
    width: 80%;
    margin: auto;
}
.panel-title span i {
    font-size: 18px;
}
.no_margin_big {
    margin-right: 0px !important;
    margin-left: 0px !important;
}
.inner_ul {
    list-style: none;
}
.inner_ul li {
    color: #000;
    font-size: 12px;
    font-weight: 400;
    padding-top: 5px;
    text-align: center;
    padding-bottom: 5px;
}
.btn-mini {
    font-size: 14px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 0px;
    background-color: transparent;
    padding: 4px 5px;
}
.btn-mini:hover,
.btn-mini:focus {
    background-color: #cb0505;
    color: #FFF !important;
    outline: 0;
}
.inner_ul {
    padding-left: 0px !important;
}
.tabs {
    border-radius: 0;
    padding: 0px 10px 1px 10px;
    margin-top: 10px;
    border-bottom: 1px solid;
    border-top: 1px solid;
}
.tabs > li > a {
    padding: 8px 10px 8px 10px;
    border-radius: 0px;
    margin-right: 0px;
    border: 1px #dddddd solid;
    color: #000;
    border-top: 0px;
    border-bottom: 0px;
    font-size: 12px;
    font-weight: 500;
    margin: 4px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    cursor: default;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    color: #000;
    font-weight: 700;
    border-top: 0px;
    border-bottom: 0px;
}
.tabs > li > a > span {
    background-color: #65676a;
    color: #fff;
    border-radius: 100%;
    height: 20px;
    width: 20px;
    display: inline-block;
    padding: 1px 0px 0px 0px;
    margin-left: 5px;
    text-align: center;
}
.bottom_line {
    display: none;
}
.tabs .active > .bottom_line {
    background: #65676a;
    height: 2px;
    display: block;
    width: 90%;
    margin: auto;
}
.nav .more .btn {
    padding-top: 0px;
    padding-bottom: 8px;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 1px;
    font-weight: 500;
    border-right: 1px solid #cb0505;
    font-size: 13px;
    text-transform: uppercase;
    padding: 8px 7px;
    background: none;
    border: 0px;
    margin-top: 1px;
}
.nav .more .btn:hover,
.nav .more .btn:focus {
    border-radius: 0px !important;
    background: #FFF !important;
    color: #e60000 !important;
}
.tabs > li > a:hover,
.tabs > li > a:focus {
    text-decoration: none;
    background-color: #eee;
    outline: 0px;
    color: #000 !important;
}
.table > thead > tr > th {
    vertical-align: middle;
    border-bottom: 0px solid #ddd;
    padding: 5px 5px 4px 5px;
    font-size: 12px;
    color: #54575a;
    font-weight: 500;
    letter-spacing: 0.5px;
    border-right: #FFF solid 1px;
}
thead {
    background-color: #ddd;
    margin-top: 10px;
}
table {
    margin-top: 5px;
}
.tabs .radio,
.checkbox {
    margin-top: 0px;
    margin-bottom: 0px;
}
.tabs> .radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    margin-left: -15px;
}
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 8px 0px 8px 5px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    font-size: 11px;
}
.table > thead > tr > th > i {
    float: right;
    margin-top: 3px;
}
.btn-withdraw {
    color: #FFF;
    font-size: 13px;
    background-color: #2e897d;
    outline: 0px;
    margin-bottom: 10px;
}
.btn-withdraw:focus,
.btn-withdraw:hover {
    background-color: #1f635b;
    color: #FFF;
    outline: 0px;
}
.btn-payee {
    color: #FFF;
    font-size: 13px;
    background-color: #ff6c00;
    outline: 0px;
    margin-bottom: 10px;
}
.btn-payee:focus,
.btn-payee:hover {
    color: #FFF;
    font-size: 13px;
    background-color: #b9560e;
    outline: 0px;
}
.btn-approval {
    color: #FFF;
    font-size: 13px;
    background-color: #5cb85c;
    outline: 0px;
    margin-bottom: 10px;
}
.btn-approval:focus,
.btn-approval:hover {
    color: #FFF;
    font-size: 13px;
    background-color: #4f804f;
    outline: 0px;
}
.btn-rejected {
    color: #FFF;
    font-size: 13px;
    background-color: #c10000;
    outline: 0px;
    margin-bottom: 10px;
}
.btn-rejected:focus,
.btn-rejected:hover {
    color: #FFF;
    font-size: 13px;
    background-color: #900202;
    outline: 0px;
}
.buttons {
    text-align: right;
    margin-bottom: 20px;
    border-bottom: 2px dotted #e7ebeb;
    padding-bottom: 20px;
}
.comments label {
    font-size: 13px;
    color: #5d5d5d;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-left: 3px;
}
.form-control:focus,
.form-control:hover {
    border-color: #e60000;
    outline: 0;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
}
.fa-rotate-45 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.gap {
    padding-right: 10px;
    padding-left: 10px;
}
/*Media querys*/

@media only screen and (max-width: 1250px) {
    .navbar-nav > li > a {
        padding: 8px 5px;
    }
    header h1 {
        margin-left: -10px !important;
        font-size: 20px;
    }
}
@media only screen and (min-width: 900px) and (max-width: 1100px) {
    header h1 {
        margin-top: 6px;
    }
}
@media only screen and (max-width: 1100px) {
    header h1 {
        font-size: 17px;
        margin-left: 10px !important;
        line-height: 15px;
    }
    .navbar {
        min-width: 400px;
        width: 100%;
    }
    .navbar-nav > li > a {
        font-size: 10px;
    }
    .nav .more .btn {
        font-size: 10px;
        margin-top: 3px;
    }
}
@media only screen and (max-width: 800px) {
    .header-heading {
        color: #fff !important;
    }
    .theme_btn {
        top: 100px;
    }
    .boxes {
        margin-bottom: 20px;
    }
    .tabs > li > a {
        border: #858689 solid 1px;
        margin: 5px;
        color: #000 !important;
    }
    /* Force table to not be like tables anymore */
    
    #table-responsive table,
    #table-responsive thead,
    #table-responsive tbody,
    #table-responsive th,
    #table-responsive td,
    #table-responsive tr {
        display: block;
    }
    #table-responsive thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    #table-responsive tr {
        border: 1px solid #d7d7d7;
        border-radius: 5px;
        margin-bottom: 7px;
        background: #EEE;
    }
    #table-responsive td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
        padding-top: 3px;
        padding-bottom: 3px;
    }
    #table-responsive td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }
    #table-responsive td:before {
        content: attr(data-title);
    }
}
@media only screen and (max-width: 480px) {
    .nav .more .btn {
        font-size: 12px;
        margin-top: auto;
        width: 100%;
        text-align: left;
    }
    .navbar-nav > li > a {
        font-size: 12px;
    }
    header .fa-stack {
        padding-top: 10px;
        font-size: 15px;
    }
    .buttons .btn {
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
	.footer_icon  {   position:inherit;   text-align: center; float:none;}
	.footer_item {position:inhert;     padding-left:auto;}
	.footer_login p{ display:none;}
    .side_login img {
        display: block;
    }
    .logo_big_login {
        display: none;
    }
    .side_login {
        width: 100%;
    }
    #hero {
        background: none;
        background-color: #e60000;
    }
    .boby-login {
        background: url(../images/carestoreimage-s15-2) !important;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
        color: #54575a !important;
        border-bottom: 1px solid #cb0505;
        /* padding: 0px 20px; */
        
        background: #FFF !important;
        width: 90%;
        margin: auto;
        border-top: #cb0505 solid 3px;
        border-radius: 5px;
    }
    .side_login {
        bottom: auto;
    }
    .navbar-nav .open .dropdown-menu > li > a:focus,
    {
        color: #FFF !important;
    }
    .nav-tabs > li {
        display: block;
        width: 100%;
    }
    .no_padding {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    .no_margin {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }
    .navbar-fixed-top {
        position: inherit;
    }
    body {
        padding-top: 0px;
    }
    .logo_phn {
        height: 30px;
    }
    .navbar {
        min-width: 100%;
        width: 100%;
    }
    .navbar-toggle {
        position: relative;
        float: right;
        padding: 0px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }
    .bg-menu {
        background-image: none;
    }
    header .fa-stack {
        padding-top: 5px;
    }
    .navbar-brand {
        font-size: 17px;
        margin-left: 0px !important;
        line-height: 15px;
        font-family: 'Raleway', sans-serif;
        color: #e50000;
        letter-spacing: 0.5px;
        vertical-align: middle;
        margin-bottom: 0px;
    }
}
@media only screen and (max-width: 460px) {
    .side_login {
        bottom: 0;
    }
    .navbar-brand {
        max-width: 300px;
        letter-spacing: 1px;
        font-weight: 600;
        margin-top: 0;
        font-size: 14px;
        line-height: 1;
        padding-top: 17px;
        font-family: 'Raleway', sans-serif;
    }
    header .fa-stack {
        padding-top: 10px;
        font-size: 15px;
    }
}
@media only screen and (max-width: 414px) {
    .navbar-brand {
        max-width: 250px;
        letter-spacing: 1px;
        font-weight: 600;
        margin-top: -7px;
        font-size: 14px;
        line-height: 1;
        padding-top: 17px;
    }
    header .fa-stack {
        padding-top: 10px;
        font-size: 15px;
    }
    .inner_ul li {
        font-size: 11px;
    }
}
@media only screen and (max-width: 376px) {
    .navbar-brand {
        max-width: 200px;
        letter-spacing: 1px;
        font-weight: 600;
        margin-top: -10px;
        font-size: 14px;
        line-height: 15px;
    }
    header .fa-stack {
        padding-top: 5px;
        font-size: 15px;
    }
}