﻿
.logo-login {
    background: url(/Content/custom/master/logo.png) no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    width: 300px;
    height: 115px;
}

.logo-main {
    background: url(/Content/custom/master/logo.png) no-repeat center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    width: 200px;
    height: 40px;
    margin-top: 5px !important;
    margin-left: -13px !important;
    padding-top: 5px;
    font-size: 20px;
}

/* .logo-login { */
/*     background: url(/Content/custom/master/logo.png) no-repeat;  */
/*     -webkit-background-size: contain; */
/*     -moz-background-size: contain; */
/*     -o-background-size: contain; */
/*     background-size: contain; */
/*     width: 300px; */
/*     height: 100px; */
/* } */
/* .logo-main { */
/*     background: url(/Content/custom/master/logo.png) no-repeat center; */
/*     -webkit-background-size: contain; */
/*     -moz-background-size: contain; */
/*     -o-background-size: contain; */
/*     background-size: contain; */
/*     width: 200px; */
/*     height: 40px; */
/*     margin-top: 5px !important; */
/*     margin-left: -13px !important; */
/*     padding-top: 5px;  */
/*     font-size: 20px; */
/* } */
    @media(max-width: 767px) {
        .logo-main  {
            margin-left: -3px !important;
        }
    }
    .logo-main:before {
        content: "";
        padding-left: 45px;
        padding-top: 10px;
        color: white; /*#ffed00*/
    }
    .logo-main:after {
        content: "";
        padding-left: 3px;
    }

    .page-logo {
        background-color: #fff;
    }

h3.form-title.font-green {
    color: black !important;
}

.btn.green:not(.btn-outline) {
    background-color: #009ee0;
    border-color: #009ee0;
}
.btn.green:not(.btn-outline).active, 
.btn.green:not(.btn-outline):active, 
.btn.green:not(.btn-outline):hover, 
.open>.btn.green:not(.btn-outline).dropdown-toggle {
    background-color: #0073a4;
    border-color: #0073a4;
}
.btn.green:not(.btn-outline).focus, .btn.green:not(.btn-outline):focus {
    background-color: #005376;
    border-color: #005376;
}
.btn.green:not(.btn-outline).active.focus, 
.btn.green:not(.btn-outline).active:focus, 
.btn.green:not(.btn-outline).active:hover, 
.btn.green:not(.btn-outline):active.focus, 
.btn.green:not(.btn-outline):active:focus, 
.btn.green:not(.btn-outline):active:hover, 
.open>.btn.green:not(.btn-outline).dropdown-toggle.focus, 
.open>.btn.green:not(.btn-outline).dropdown-toggle:focus, 
.open>.btn.green:not(.btn-outline).dropdown-toggle:hover {
    background-color: #005376;
    border-color: #005376;
}

/* Sidebar: */
.page-sidebar .page-sidebar-menu>li.active.open>a, .page-sidebar .page-sidebar-menu>li.active>a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.active.open>a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.active>a {
    background-color: #009ee0;
}
.page-sidebar .page-sidebar-menu>li.active.open>a:hover, .page-sidebar .page-sidebar-menu>li.active>a:hover, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.active.open>a:hover, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.active>a:hover {
    background-color: #009ee0;
}

a {
    color: #009ee0;
}
a:hover {
    color: #0073a4;
}
/*.print-logo {
    content: url(/Content/custom/ritzer/logo.png);
    width: 40px;
    height: 40px;
}*/
