@import url('./jquery-ui-1.11.2.custom.css');
@import url('./bootstrap-custom.css');
@import url('./bootstrap-theme-custom.css');
@import url('./bootstrap-sap.css');
@import url('./jasny-bootstrap.css');

body {
    background-color: #FFFFFF;
    text-align: center;
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    font-size: 11px;
    margin:0
}

.transparant {
    opacity: 0;
}

.wrapper {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.image-panel {
    background-image: url(../img/header-bg.jpg);
    background-size: cover;
    width: 58%;
    height: 100%;
    position: fixed;
    background-repeat: no-repeat;
    border-right: 1px solid #e0e0e0;
    /*box-shadow: 0 2px 10px 0 rgba(0,0,0,.14),0 3px 15px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12) !important;
    -webkit-box-shadow:	0 2px 10px 0 rgba(0,0,0,.14),0 3px 15px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12) !important;*/
    box-shadow: 0 0 20px rgba(0,0,0,0.3) !important;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.3) !important;
}

.details-panel {
    background-color: white;
    float: right;
    width: 42%;
    height: 100%;
    right: 0px;
    min-width: 400px;
}

#logoSectionDiv {
    min-width: 420px;
}

#loginUsernameDiv, #loginPasswordDiv {
    margin-right: -19px !important;
}

#newsBodyDiv{
    min-height: 100px;
}

#eclipseLogoDiv {
    background-image: url(../img/eclipse-logo-large.jpg);
    background-repeat: no-repeat;
    height: 50px;
    width: 216px;
    display: inline-block;
    margin-top: 32px;
    float: left;	
    margin-left: 16px;
}

#companyLogoDiv {
    background-image: url(../img/company-logo.png);
    background-repeat: no-repeat;
    height: 52px;
    width: 151px;
    display: inline-block;
    margin-top: 25px;
    float: right;
    margin-right: 28px;	
}

#detailsContainerDiv {
    padding-top: 80px;
    padding-left: 25px;
}

#loginButtonDiv {
    padding-top: 15px;	
}

#loginForgottenPasswordDiv {
    padding-top: 20px;
}

#newsSectionDiv {
    margin: 0 auto;	
margin-top: 15vh;
margin-left: 10px;
margin-right: 10px;
}

#newsHeaderDiv {
    font-weight: bold;
    font-size: 16px;
    color: white;

}

#newsContainerDiv {
    margin-top: 60px;
}

.panel-default {
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12) !important;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12) !important;
    text-align: left;
}

.panel-heading {
    background-image: none !important;
    background-color: #377BB5 !important;
}

.error {
    color: red;
    font-weight: bold;
}

/**********************/
/* News/Announcements */
/**********************/

.news-body {
    font-size: 14px;
    text-align: left;
}

/**************/
/* Footer Bar */
/**************/

div#footerSectionDiv {
    background-color: #E0E0E0;
    color: #000000;
    position: absolute;
    bottom: 10px;
    width: 42%;
    padding-top: 4px;
    padding-bottom: 4px;
}

.column {
    *display: inline;
    *zoom: 1;
    width: auto;
}

div#footerLeftDiv {
    float: left;
}

div#footerCopyrightDiv {    
    color: #000000;
    font-size: 11px;
    margin-top: -9px;
    margin: 0 auto;
}

div#footerIconsDiv {
    float: right;
    height: 1px;
}

div#footerIconsDiv > a > img {
    border-radius: 8px;
}

div#footerLogoDiv {
    float: right;
    width: 60px;
    margin-top: -30px;
}

div#footerLogoDiv > a > img {
    border-radius: 8px;
}

div#footerSocialDiv {
    float: right;
    margin-top: -20px;
}

/****************/
/* Reset Screen */
/****************/

.highlight {
    text-align: left;
}

/***************/
/* ABOUT MODAL */
/***************/

#applicationAbout{
    padding:0;
    margin:0
}
#about{
    font-family: verdana;
    text-align: center;
}

#about #version{
    font-size:12px;
    font-weight:bold;
    padding:20px 0 0 0
}

#about #powered{
    font-size:10px;
    color:#447A8F;
    padding:5px 0 0 0
}

#about #support{
    font-size: 11px;
    padding: 20px 0 0 0
}

#about #email{
    font-size:11px;
    padding:5px 0 0 0
}

#about #email a{
    color:#447A8F
}

#about #close{
    font-size:10px;
    font-weight:bold;
    padding:35px 10px 0 0;
    float:right
}

#about #close a{
    color:#447A8F
}

#about #ecl-logo {
    border: none;
}


/**************/
/* jQuery UI  */
/**************/

.ui-widget-header {
    background: #ffffff;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

p {
text-align: left;
}
