﻿/*SHARED*/
_:-ms-lang(x), .imgara {
    color: green;
    width: 180px;
    height: 85px;
    vertical-align: middle;
    line-height: 118px;
    text-align: right;
    margin-top: 10px;
    position: unset !important;
    right: 0;
}

body {
    margin: 0;
}

.topnav {
    background-color: #ee2e24;
    font-size: 50px;
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    
    width: 100%;
    margin: 0 auto;
    margin-bottom: 50px;
    margin: auto;
}

.imgara {
    width: 180px;
    height: 85px;
    vertical-align: middle;
    line-height: 118px;
    text-align: right;
    margin-top: 10px;
    position: absolute;
    right: 0;
}

.footer2 {
    position: fixed;
    height: 30px;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #595959;
    color: white;
    font-size: 12px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    vertical-align: middle;
    text-align: center;
    line-height: 30px;
    z-index: 9999;
}

/*Log & Payment */
.navbar-inverse {
    background-color: #ee2e24;
}

.ui-dialog-titlebar {
    background: #ee2e24 !important;
}

.back-error-button {
    float: none !important;
    margin: auto !important;
    display: block !important;
    font-size: 15px;
    margin-top: 30px !important;
    width: 172px;
    padding: 5px 5px;
    white-space: normal;
    cursor: pointer;
}

input[type="button"],
input[type="submit"],
#sidebar_menu li a,
.sidebar-nav li a,
.button-label,
.pagination > .active > a{
    background-color: #ee2e24 !important;
}

.pagination > li > a {
    color: #ee2e24;
}

.pagination > .active > a {
    border-color: #ee2e24 !important;
}

    #sidebar_menu li a,
    .sidebar-nav li a {
        border: none !important;
    }

.braintree-pay-button {
    background-color: #0d3254 !important;
    border-style: initial;
    border-color: #0d3254;
    border-width: medium;
    align-content: center;
    outline-width: 40px;
    height: 25px;
    width: 118.5px;
    background-image: linear-gradient(#0d3254,#0d3254);
    border-radius: 5px;
    background-clip: border-box;
    background-attachment: scroll;
    font-size: 18px;
    color: white;
    font-weight: 400;
    font-family: Calibri;
    font-stretch: extra-expanded;
    display: block !important;
    margin: auto;
    cursor: pointer;
    text-transform: none;
    overflow: visible;
    align-items: flex-start;
    text-align: center;
}


.required:after {
    content: "*";
    font-weight: bold;
    color: #ee2e24;
}



    .wrapper:before, .wrapper:after,
    .column:before, .column:after {
        content: "";
        display: table;
    }

    .wrapper:after,
    .column:after {
        clear: both;
    }



#sidebar .collapse.in {
    display: inline !important;
}

#sidebar .slim,
#sidebar-wrapper .slim,
#wrapper .slim {
    width: 50px;
}


#sidebarNav, #sidebarNav li a {
    color: white;
    background-color: #34495e;
    background: #34495e;
    /*background-image: url('../images/textures/noise_text_2.png');*/
}

    #sidebarNav, #sidebarNav li a:hover {
        color: #ee2e24;
        cursor: pointer;
        /*background-image: url('../images/textures/noise_text_2.png');*/
    }

        #sidebarNav li.active span:after {
            content: ""; /* This is necessary for the pseudo element to work. */
            display: block; /* This will put the pseudo element on its own line. */
            margin: 0 auto; /* This will center the border. */
            width: 105%; /* Change this to whatever width you want. */
            padding-top: 0px; /* This creates some space between the element and the border. */
            border-bottom: 2px solid #a2a2a2;
        }