/*Font Variables*/
/*Colour Variables*/
/*Fonts*/

@import url('https://fonts.googleapis.com/css?family=Tinos');


@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?1ahqlk");
  src: url("../fonts/icomoon.eot?1ahqlk#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?1ahqlk") format("truetype"), url("../fonts/icomoon.woff?1ahqlk") format("woff"), url("../fonts/icomoon.svg?1ahqlk#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 32px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-arrow:before {
  content: "\e900"; }

.icon-arrowdown:before {
  content: "\e901"; }

.icon-arrowleft:before {
  content: "\e902"; }

.icon-arrowup:before {
  content: "\e903"; }

.icon-back:before {
  content: "\e904"; }

.icon-bacon:before {
  content: "\e905"; }

.icon-bigger:before {
  content: "\e906"; }

.icon-bin:before {
  content: "\e907"; }

.icon-calculator:before {
  content: "\e908"; }

.icon-calendar:before {
  content: "\e909"; }

.icon-car:before {
  content: "\e90a"; }

.icon-carin:before {
  content: "\e90b"; }

.icon-carout:before {
  content: "\e90c"; }

.icon-circle:before {
  content: "\e90d"; }

.icon-clock:before {
  content: "\e90e"; }

.icon-clockin:before {
  content: "\e90f"; }

.icon-clockout:before {
  content: "\e910"; }

.icon-computer:before {
  content: "\e911"; }

.icon-config:before {
  content: "\e912"; }

.icon-contract:before {
  content: "\e913"; }

.icon-cross:before {
  content: "\e914"; }

.icon-document:before {
  content: "\e915"; }

.icon-email:before {
  content: "\e916"; }

.icon-emailin:before {
  content: "\e917"; }

.icon-emailout:before {
  content: "\e918"; }

.icon-folder:before {
  content: "\e919"; }

.icon-graph:before {
  content: "\e91a"; }

.icon-handshake:before {
  content: "\e91b"; }

.icon-house:before {
  content: "\e91c"; }

.icon-lightbulb:before {
  content: "\e91d"; }

.icon-location:before {
  content: "\e91e"; }

.icon-lock:before {
  content: "\e91f"; }

.icon-menu:before {
  content: "\e920"; }

.icon-message:before {
  content: "\e921"; }

.icon-noteplus:before {
  content: "\e922"; }

.icon-notification:before {
  content: "\e923"; }

.icon-paperclip:before {
  content: "\e924"; }

.icon-paperminus:before {
  content: "\e925"; }

.icon-paperplus:before {
  content: "\e926"; }

.icon-pause:before {
  content: "\e927"; }

.icon-pencil:before {
  content: "\e928"; }

.icon-people:before {
  content: "\e929"; }

.icon-phone:before {
  content: "\e92a"; }

.icon-plus:before {
  content: "\e92b"; }

.icon-print:before {
  content: "\e92c"; }

.icon-question:before {
  content: "\e92d"; }

.icon-save:before {
  content: "\e92e"; }

.icon-signal:before {
  content: "\e92f"; }

.icon-smaller:before {
  content: "\e930"; }

.icon-spanner:before {
  content: "\e931"; }

.icon-square:before {
  content: "\e932"; }

.icon-stop:before {
  content: "\e933"; }

.icon-support:before {
  content: "\e934"; }

.icon-tick:before {
  content: "\e935"; }

.icon-unlock:before {
  content: "\e936"; }

.icon-userconfig:before {
  content: "\e937"; }

.icon-warning:before {
  content: "\e938"; }

.icon-zoom:before {
  content: "\e939"; }

/*________________________________________*/
.loadingBackground {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #fcfcfc;
  z-index: 999;
  display: none; }
  .loadingBackground img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -32px;
    margin-left: -32px; }

.gausBackground {
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(133, 133, 133, 0.66);
  top: 0;
  left: 0;
  display: none;
  z-index: 929; }

@import url('https://fonts.googleapis.com/css?family=Ubuntu:400,700');

/*General Styles*/
* {
  box-sizing: border-box; }

html, body {
  min-height: 100%;
  width: 100%;
  height: 100% !important;
  overflow-x:hidden;
  /* NEW */ }



body {
    font-family: 'Tinos', serif;
    font-weight: 200;
    color:#fcfcfc;
    background:rgba(100, 100, 100, 1) url(../img/background.png) no-repeat 110% 115%;
    background-size:35%;
}




input, textarea, select {
  position: relative;
  border: 1px solid #A4A4A4;
  min-height: 14px;
  background-color: #fff;
  border-radius: 2px;
  margin: 0;
  padding: 4.5px 8px;
  width: 100%;
  box-sizing: border-box; }

textarea {
  width: 100%; }

label {
  font-family: 'Ubuntu', sans-serif;
  font-size: 0.9em;
  line-height: 1.6em; }

a {
  text-decoration: none;
  color: #0A1928; }
  a:hover {
    color: #1BA4DD; }

.align-right {
  text-align: right; }



.flexContainer {
    display: flex;
    min-height: 100vh
}

.flexColumn {
    flex-direction: column;
}

label {
 
    line-height: 1.6em;
}

a {
    text-decoration: none;
    color: #0A1928;
}

    a:hover {
        color: rgba(188, 188, 188, 0.88);
    }

.align-right {
    text-align: right;
}

.align-center {
    text-align: center;
}

#login .flexContainer {
    display: flex;
}

#login .flexItem {
    flex: 1;
}

#login .flexColumn {
    flex-direction: row;
}

#login h1 {
    text-align: center;
    font-size: 2em;
    
    margin-bottom: 16px;
}

#login .sidebarLeft {
    background: #ffffff;
flex-basis:25%;
}

#login .fullHeight {
    height: 100vh;
}

.loginGroupLogo {
    position: absolute;
    top: 3vh;
    left: 3vh;
    max-height: 80px;
}

#loginbutton {
    background: #45aaf2;
    text-transform: uppercase;
    padding: 8px 0;
    color: #fff;
    border: none;
    margin: 0 0 16px 0;
}

#password, #username {
    margin: 0 0 16px 0;
}

.flexCenter {
    justify-content: center;
}

#customerloginbox {
    width: 75%;
    margin: 0 auto;
}


#login .main {
    
    padding: 20px;
    background: #31a854;
    background-image: url("../img/officeBuildings.jpg");
    background-position: center;
    background-size: cover;
    width: 110%;
   
    transform: rotate(0deg);
}

.main:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #31a854;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: skew(-15deg);
    -ms-transform: skew(-15deg);
    transform: skew(-15deg);
    z-index: -1;
}

.pageWrapper {
    height: 100%;
    min-height: 100%;
    display: flex;
}

.halfPage {
    flex: 1 1;
    padding: 2%;
    height: 100%;
}

.flexCenter {
    justify-content: center;
}

.loginBackground {
    background-color: #4b6584;
}

.container {
    max-width: 1400px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

#customerloginbox input {
    width: 100%;
}

#customerloginbox {
    width: 75%;
    margin: 0 auto;
}



#login .flexContainer {
    display: flex;
}

#login .flexItem {
    flex: 1;
}

#login .flexColumn {
    flex-direction: row;
}

#login h1 {
    text-align: center;
    font-size: 2em;
    
    margin-bottom: 16px;
}

#login .sidebarLeft {
    background: #ffffff;
    flex-basis:25%;
}

#login .fullHeight {
    height: 100vh;
}

.loginGroupLogo {
    position: absolute;
    top: 3vh;
    left: 3vh;
    max-height: 80px;
}

#loginbutton {
    background: #45aaf2;
    text-transform: uppercase;
    padding: 8px 0;
    color: #fff;
    border: none;
    margin: 0 0 16px 0;
}

#password, #username {
    margin: 0 0 16px 0;
}

.flexCenter {
    justify-content: center;
}

.flexItem {
    flex: 1 0 auto;
    align-items: center;
    align-content: center;
    text-align:center
}

.flexItem .logo {
    max-width:40%;
    
}
a {
color:#fcfcfc;

}
    a@hover {
    font-weight:bold;
    }

@media only screen and (max-width: 800px) {
    .flexContainer {
        min-height:unset;
    }

    #login .flexContainer {
        -webkit-flex-direction: column;
        flex-direction: column;
    }
   
    .flexItem {
    flex:1;
    }
    #login .sidebarLeft {
    flex-basis:100%;
    }
    .main:before {
    display:none;
    }
    #customerloginbox {
        margin:unset;
        width:75%;
        box-sizing:border-box;

    }
    #login .main {
    
    box-sizing:border-box;
    padding:20px;
    width:100%;
    flex-basis:66%;


    }
    .flexItem .logo {
    padding:24px; 
    }
}

.logo {
    background: #31a854;
    width: 60%;
    border-top-right-radius: 32px;
    border-bottom-right-radius: 32px;
    margin-top:10%;
    text-align:right;
}

    .logo img {
        max-width:100%;
    }

.bodyText {
    margin-left:25%;
    width:30%;
    margin-top:32px;
    }

    .bodyText h1 {
    font-size:2em;
    margin-bottom:16px;
    }

    .bodyText p {
        font-size:1.25em;
    
    }

@media only screen and (max-width: 1220px) {
    .bodyText {
        margin-left: 10%;
        width: 60%;
    }
    body {
    background-size:60%;    
        }
}
    @media only screen and (max-width: 720px) {
        .bodyText {
            margin-left: 10%;
            width: 80%;
        }

        .logo {
            background: #31a854;
            width: 80%;
            border-top-right-radius: 32px;
            border-bottom-right-radius: 32px;
            margin-top: 10%;
            text-align: right;
        }
        body {
            background-size: 80%;
        }
    }