/*
 * This file is part of the LoneALERT package.
 *
 * (c) Advance IT Group <info@advanceltd.com>
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 *
 */

 body, body.page-index {
    background-color: #FFF;
    color: #000;
    font-weight: 300;
}

body.page-index a {
    font-weight: 300;
}

body.page-index a:hover, body.page-index a:active, body.page-index a:focus {
    font-weight: 300;
}

body.page-index .page-content {
    color: #6b6d6b;
    background: #FFF;
    padding-top: 50px;
    padding-bottom: 50px;
}

body.page-index .page-content .form-control {
    border: 0 solid #fff;
}

body.page-index .page-content form .btn-login, .modal .btn-login {
    background-color: #c1d100;
    color: #2E373C;
}

.text-highlight, a.text-highlight:visited {
    color: #0093C1;
}

h1 {
    font-size: 16px;
    font-weight: 600;
}

h2 {
    font-size: 30px;
    font-weight: 300;
}

h2 strong {
    font-weight: 900;
    font-size: 30px;
    color: #000;
}

h3 {
    font-size: 20px;
    font-weight: 300;
}

.cycle h2 {
    padding-bottom: 20px;
}

h5 {
    margin-bottom: 20px;
}

.vcenter {
	position: absolute;
	top: 0;
	bottom: 0;
    left: 0;
	margin-top: auto;
    margin-bottom: auto;
	height: 50vh;
    width: 100%;
}

#logo {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 10px;
    margin-left: 10px;
}

.thirdpartylink {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 5px;
}

.thirdpartylink a {
    min-width: 250px;
    display: inline-block;
    border: 1px solid #000 !important;
    padding: 5px 5px;
}

.btn {
    border: 2px solid #C1D101;
    padding: 7px 20px;
    font-size: 15px;
    font-weight: 600;
    color: #FFF !important;
    margin-bottom: 10px;
    border-radius: 20px !important;
}

.btn.btn-invert {
    color: #000 !important;
}

label {
    font-weight: normal;
    color: #6b6d6b;
}

label >a {
    font-weight: normal;
    color: #6b6d6b !important;
}

input.login-control {
    outline: none;
    display: block;
    width: 100%;

    border-radius: 0;
    border-top: 1px solid #FFF !important;
    border-left: 1px solid #FFF !important;
    border-right: 1px solid #FFF !important;
    border-bottom: 1px solid #7A7A7A !important;
    margin-bottom: 15px !important;
    padding: 10px;
}

input.login-control:focus {
    border-top: 1px solid #e5e5e5 !important;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}

form {
    max-width: 365px;
    text-align: center;
    margin: auto;
}

.or-divider {
    margin-top: 20px;
    margin-bottom: 10px;
    width: 100%;

    display: block;
    color: #7A7A7A;
    border-top: 1px solid #7A7A7A;
}

.or-divider > span {
    top: -12px;
    background-color: #FFF;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
}

#welcome-side {
    height: 100vh;
    padding: 40px 40px;
}

#welcome-side .logo-brand {
    padding-top: 15px;
}

.bg-la-green {
    background-color: #c1d101;
}

.bg-la-green .btn {
    border-color: #FFF;
}

.bg-la-grey {
    background-color: #f4f5f7;
}
.bg-la-office {
    background: url('../img/Lone worker in office.png');
    background-repeat: no-repeat;
    background-position-x: center;
    background-color: #f4f5f7;
    background-size: cover;
    opacity: 0.75;
}

img.owl {
    max-height: 80px;
}

#cycle-nav {
    position: absolute;
    bottom: 10px;
    left: 0;
    text-align: right;
    width: 100%;
    padding: 20px;
}

#cycle-nav .arrow {
    text-align: center;
    display: inline-block;
    font-weight: normal;
    font-size: 42px;
    border: 2px solid #000;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
}

#cycle-nav .arrow:hover {
    cursor: pointer;
}

.cycle {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    margin: auto;
}

.cycle-hide {
    display: none;
}

.cycle .col-md-6 {
    margin-bottom: 20px;
}
.cycle p {
    margin: auto;
    padding-bottom: 40px;
    width: 66%;
}

.cycle img.icon {
    max-width: 40px;
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}

.cycle .grid-margin {
    margin-left: 10px;
    margin-right: 10px;
}

#cycle-2 .grid-margin {
    margin-left: 20px;
    margin-right: 15px;
}

#cycle-3 a {
    margin-top: 17%;
}

.fadein {
    opacity: 0;
    animation-duration: 2s;
    animation-delay: 1s;
    animation-name: fadein;
    animation-fill-mode: forwards;
}

@keyframes fadein {
    0% {
        opacity: 0;
    }
    
    100% {
        opacity: 1;
    }
}
