﻿


/*navigation bars*/
.nav-main {
    padding: 0px;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.79) 1%, rgba(0,0,0,0.3) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(0,0,0,0.79)), color-stop(100%,rgba(0,0,0,0.3)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.79) 1%,rgba(0,0,0,0.3) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0.79) 1%,rgba(0,0,0,0.3) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0.79) 1%,rgba(0,0,0,0.3) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.79) 1%,rgba(0,0,0,0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9000000', endColorstr='#4d000000',GradientType=0 );
}

.nav-main > .nav-site-map {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 48px;
    min-width: 300px;
}

.nav-main ul{
    position: relative;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.nav-main ul > li { 
    display: inline-block; 
}

.nav-main > .nav-user-info {
    padding-left: 20px;
    padding-right: 20px; 
    line-height: 48px;
    min-width: 350px;
}

.footer-main {
    padding: 0px;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.79) 1%, rgba(0,0,0,0.3) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(0,0,0,0.79)), color-stop(100%,rgba(0,0,0,0.3)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.79) 1%,rgba(0,0,0,0.3) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0.79) 1%,rgba(0,0,0,0.3) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0.79) 1%,rgba(0,0,0,0.3) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.79) 1%,rgba(0,0,0,0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9000000', endColorstr='#4d000000',GradientType=0 );
}

.footer-main > p{
    line-height: 40px;
}
/*#region Button-Generic*/
.button {
    height: 36px;
    padding-left: 25px;
    padding-right: 25px;
	padding-bottom:30px;
    background-color: #246ca1;
    border-radius: 5px;
    border: none;
    color: #efefef;
}

.button.button-block {
    width: 100%;
}

.button:hover {
    cursor: pointer;
}

.button:active {
    background-color: #407ca8;
}
/*#endregion Button-Generic*/

.logon-div {
    margin: auto;
    position: relative;
    top: 60px;   
    left: 0;
    bottom: 0;
    padding-right:20px;
    border-radius: 20px;
    background-color: rgba(230,240,244,1);   
    width: 330px;
    height: 98%;
    max-height:530px;
    box-shadow: 
		0 5px 15px 1px rgba(230,240,244,1), 
		0 0 1px #407ca8;
   
}
#parent {
    display: table;
    width: 100%;
}



.fc-white {
    color: #ffffff;
}
.fc-darkcolor {
    color: #246ca1;
}

.fc-apps {
    color: #246ca1;
    font-weight:bold;   
}
img{
    width:auto;
    position: relative;
}


#divSuccess > .notify-success {
    width: 250px;
}

#divLocalize {
    position: absolute;
    text-align: center;
    bottom: 15px;
    left: 0;
    right: 0;
    width: 60px;
    margin: auto;
    font-size: 14px;
}

#divLocalize > a {
    color: #808080;
}

#USER_ID, #PASSWORD {
    border-bottom: 2px solid #e4e4e4;
    border-top: none;
    border-left: none;
    border-right: none;
    background-color: #efefef;
    font-size: 16px;
    height: 30px;
    width: 100%;
    text-align: center;
}

