﻿/*
Client Configuration = SZKM.
*/

/* Hyperlink */
a {
    color: white; /*#3399f3; */
    text-decoration: none;
}

a:hover,
a:focus {
    color: black; /* #3399f3; */
    text-decoration: underline;
}


.btn-primary {
    background: #0059A9;
    background: -moz-linear-gradient(top, #0059A9 0%, #0059A9 100%);
    background: -webkit-linear-gradient(top, #0059A9 0%,#0059A9 100%);
    background: linear-gradient(to bottom, #0059A9 0%,#0059A9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0059A9', endColorstr='#0059A9',GradientType=0 );
    border: 1px solid #0059A9;
}

.btn-primary:hover {
    background: #0059A9;
    background: -moz-linear-gradient(top, #0059A9 0%, #0059A9 100%);
    background: -webkit-linear-gradient(top, #0059A9 0%,#0059A9 100%);
    background: linear-gradient(to bottom, #0059A9 0%,#0059A9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0059A9', endColorstr='#0059A9',GradientType=0 );
    border: 1px solid #807f7f;
}

/* OLD
.btn-primary {
    background: rgb(3,51,73);
    background-repeat: no-repeat;
    -webkit-filter: none;
    filter: none;
    border: 1px solid #033044;
    color: #fff;
}

.btn-primary:hover {
    background: rgb(5, 86,124);
    background-repeat: no-repeat;
    -webkit-filter: none;
    filter: none;
    border: 1px solid #033044;
}
*/

/* Logo image */
.logo {
    height: 75px;
    width: 330px;
}

.logo_sm {
    height: 30px;

}

/* Login image */
.login {
    border: 1px solid black;
    padding: 0px;
}

/* Navbar */
/*
.navbar-inverse {
    background-image: -webkit-linear-gradient(#6d94bf, #446e9b 50%, #3e648d);
    background-image: -o-linear-gradient(#6d94bf, #446e9b 50%, #3e648d);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#6d94bf), color-stop(50%, #446e9b), to(#3e648d));
    background-image: linear-gradient(#6d94bf, #446e9b 50%, #3e648d);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6d94bf', endColorstr='#ff3e648d', GradientType=0);
    -webkit-filter: none;
    filter: none;
    border: 1px solid #345578;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
*/

.navbar-inverse {
    background-image: -webkit-linear-gradient(#033044, #033951 50%, #04425e);
    background-image: -o-linear-gradient(#033044, #033951 50%, #04425e);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#033044), color-stop(50%, #033951), to(#04425e));
    background-image: linear-gradient(#033044, #033951 50%, #04425e);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff 033044', endColorstr='#ff 04425e', GradientType=0);
    -webkit-filter: none;
    filter: none;
    border: 1px solid #02202d;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}



