﻿body {
/*    margin-top: 65px;
*/    background-color: #F5F5F5;
}
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    background-color: #F5F5F5;
}
.body-content{
    display:flex;
    padding:0px;
}
.navbar {
    display: none;
}
.navbar-header {
    position: relative;
    top: -4px;
}
.navbar-brand > .icon-banner {
  position: relative;
  top: -2px;
  display: inline;
}
#company-image {
    background-image: linear-gradient(rgba(5, 79, 151, 0.7),rgba(5, 79, 151, 0.7)), url('/images/laborsoft-default.jpg');
    /*    width: 100%;
    height: 100vh;*/
    flex: 1;
    background-size: cover;
    border-radius: 80px 0px 0px 80px;
}
.icon {
    position: relative;
    top: -10px;
}
.logged-out iframe {
  display: none;
  width: 0;
  height: 0;
}
.page-consent .client-logo {
  float: left;
}
.page-consent .client-logo img {
  width: 80px;
  height: 80px;
}
.page-consent .consent-buttons {
  margin-top: 25px;
}
.page-consent .consent-form .consent-scopecheck {
  display: inline-block;
  margin-right: 5px;
}
.page-consent .consent-form .consent-description {
  margin-left: 25px;
}
.page-consent .consent-form .consent-description label {
  font-weight: normal;
}
.page-consent .consent-form .consent-remember {
  padding-left: 16px;
}
.grants .page-header {
  margin-bottom: 10px;
}
.grants .grant {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid lightgray;
}
.grants .grant img {
  width: 100px;
  height: 100px;
}
.grants .grant .clientname {
  font-size: 140%;
  font-weight: bold;
}
.grants .grant .granttype {
  font-size: 120%;
  font-weight: bold;
}
.grants .grant .created {
  font-size: 120%;
  font-weight: bold;
}
.grants .grant .expires {
  font-size: 120%;
  font-weight: bold;
}
.grants .grant li {
  list-style-type: none;
  display: inline;
}
.grants .grant li:after {
  content: ', ';
}
.grants .grant li:last-child:after {
  content: '';
}

/**Newly Added*/
.navbar-inverse {
    border-color: #F5F5F5;
    background-color: #F5F5F5;
}
.navbar-brand {
    display:none;
}
label {
    color: graytext;
    font-family: Arial,Geneva,sans-serif;
    font-size: 12pt;
    font-weight: normal;
}
.warning {
    color: DarkGray;
    font-family: Arial,Geneva,sans-serif;
    font-size: 10pt;
}
.btn {
    min-width: 120px;
}
.panel-heading {
    border: none;
}
    .btn-primary{
    color: White;
    background-color: #428BCA;
    border-color: #347BBC;
    border-width: 1px;
    border-style: Solid;
    font-family: Arial,Geneva,sans-serif;
    font-size: 12pt;
    cursor: pointer;
    text-align: Center;
    vertical-align: Middle;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 6px;
    padding-bottom: 6px;
}
#login-panel {
    /*background-color: #FAFAFA;
    border: 1px solid;*/
    border-color: lightgray;
    border-radius: 5px;
    padding: 20px;
    margin:60px 0px 0px 60px;
    width: 100%;
}
#login-panel .panel {
        background-color: transparent;
        border: none;
}

#login-form, #change-form {
    width: 70%;
    margin: auto 10px;
}
.logo_labor {
    color: #1DA1F2;
    font-family: 'Segoe UI';
    font-size: 25pt;
    font-weight: 300;
    letter-spacing: -1px;
}

.logo_soft {
    color: #E67E22;
    font-family: 'Segoe UI';
    font-size: 25pt;
    font-style: normal;
    font-weight: 300;
    letter-spacing: -1px;
}
.login-page {
    width: 30%;
}
.login-page .page-header {
    border-bottom: none;
}
#login-panel > div > div.panel-heading {
    background-color: transparent !important;
}
input.form-control {
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    width:95%;
}
.form-control {
    background-color: transparent;
}
.container {
/*     margin-right: 0px; 
*/     margin-left: 0px; 
       width:100%;
       height:100vh;
}
.welcome-page {
    margin: auto;
}
label {
    color: #000;
    font-family: 'Roboto',sans-serif;
    font-size: 16px;
    font-weight: bold;
}
@media only screen and (max-device-width: 480px) { /*when greater than 480px - iPhone*/
    #login-panel {
        width: 95%;
        margin: auto;
    }
    .container {
        margin-right: auto;
        margin-left: auto;
    }
    #login-form, #change-form {
        width: 70%;
        margin: 0 auto;
    }
    body {
        margin-top: 65px;
    }
    .login-page {
        width: 100%;
    }
    .body-content {
        display: block;
    }
    #company-image {
        display: none;
    }
    }
@media only screen and (max-device-width: 768px) { /*when greater than 768px - Tablet*/
    #login-panel {
        width: 75%;
        margin: auto;
    }
    .container {
        margin-right: auto;
        margin-left: auto;
    }
    #login-form, #change-form {
        width: 70%;
        margin: 0 auto;
    }
    body {
        margin-top: 65px;
    }
    .login-page {
        width: 100%;
    }
    .body-content {
        display: block;
    }
    #company-image {
        display:none;
    }
    }