.light-login {
    background: url('../images/loginbg.png') no-repeat top fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.light-login-mobile {
    background-color: #888888;
}

.main-container {
    padding-top: 10%;
}

.main-content-inner {
    background-color: #1B4E6B;
}

.login-container {
    background: #FFFFFF;
    opacity: 0.7;
}

.well-node-logo {
    width: 200px;
}

.laversab-logo {
    width: 150px;
}

.logo-bar {
    display: inline;
    padding-top: 5px;
    height: 30px;
}

@media only screen and (max-device-width : 600px) {
    /* Styles */
    .logo-bar {
        display: none;
    }
}

.buttonScrollUpHorizontal {
    left: 10%
}

.buttonScrollPauseHorizontal {
    padding-left: 41%;
}

.buttonScrollDownHorizontal {
    right: 10%
}

.buttonScrollUpHorizontal, .buttonScrollPauseHorizontal, .buttonScrollDownHorizontal {
    background-color: transparent;
    font-size: 16px;
    z-index: 1;
    border: 0px solid lightgrey;
    border-radius: 50%;
    opacity: 0.2;
}

.buttonScrollUpHorizontal:hover, .buttonScrollPauseHorizontal:hover, .buttonScrollDownHorizontal:hover {
    opacity: 0.8;
}

.buttonScrollUp {
    top: 0%;
}

.buttonScrollDown {
    bottom: 0;
}

.buttonScrollPause {
    top: 47%;
}

.buttonScrollUp, .buttonScrollDown, .buttonScrollPause {
    position: absolute;
    left: 2px;
    background-color: transparent;
    font-size: 16px;
    z-index: 1;
    border: 0px solid lightgrey;
    border-radius: 50%;
    opacity: 0.2;
}

.buttonScrollUp:hover, .buttonScrollDown:hover, .buttonScrollPause:hover {
    opacity: 0.8;
}

.btnScrollUp, .btnScrollDown, .btnScrollPause {
    /*position: absolute;
    top: 10px;
    z-index: 1;
    height: 100px;*/
    background-color: transparent;
    font-size: 24px;
    border: 0px solid lightgrey;
    border-radius: 50%;
    opacity: 0.2;
}

.btnScrollUp:hover, .btnScrollDown:hover, .btnScrollPause:hover {
    opacity: 0.8;
}

.btnConfigTrack {
    top: 10px;
}

.btnAddCurve {
    top: 45px;
}

.btnDeleteCurve {
    top: 80px;
}

.btnChangeTypeTrack {
    top: 115px;
}

.btnTypeCurveLog {
    top: 115px;
    right: 50px !important;
}

.btnTypeChartLine {
    top: 115px;
    right: 90px !important;
}

.btnAddExternalCurve {
    top: 115px;
}

.btnDeleteExternalCurve {
    top: 150px;
}

.btnConfigTrack, .btnAddCurve, .btnDeleteCurve, .btnChangeTypeTrack, .btnTypeCurveLog, .btnTypeChartLine, .btnAddExternalCurve, .btnDeleteExternalCurve {
    right: 10px;
    width: 30px;
    height: 30px;
    font-weight: bold;
    position: absolute;
    font-size: 16px;
    z-index: 1;
    border: 0px solid lightgrey;
    border-radius: 50%;
}

.btnMwdReport {
    top: 30px;
}

.btnAddWell {
    top: 45px;
    left: 33px !important;
}

.btnDeleteWell {
    top: 80px;
    left: 33px !important;
}

.btnMwdReport, .btnAddWell, .btnDeleteWell {
    left: 20px;
    width: 30px;
    height: 30px;
    font-weight: bold;
    position: absolute;
    font-size: 16px;
    z-index: 1;
    border: 0px solid lightgrey;
    border-radius: 50%;
}

.title-module {
    top: 5px;
    right: 15px;
    width: 150px;
    text-align: right;
    color: lavender;
    position: absolute;
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    z-index: 1;
    border: 0px solid lightgrey;
}

.lab-brand {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
}

.lab-logo-app {
    height: 35px;
    width: 150px;
    padding-top: 0px;
}

.lab-main-params {
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}

input[name="lat-vars-input"] {
    background: linen;
    color: darkslateblue;
    font-weight: normal;
    font-size: 14px;
    border: 1px solid darkslateblue;
    border-radius: 10px !important;
    text-align: center;
    padding: 2px 5px 2px 5px;
}

input[name="lat-vars-input"]:focus {
    background: linen;
    color: darkslateblue;
    font-weight: normal;
    font-size: 14px;
    border: 1px solid darkslateblue;
    border-radius: 10px !important;
    text-align: center;
    padding: 2px 5px 2px 5px;
}

input[name="lat-vars-input"]:read-only:not([read-only="false"]) {
    background-color: lightgrey;
    color: darkslategrey;
    font-weight: bold;
    font-size: 14px;
    border: 0;
    text-align: center;
}


/*
.imgStampChart {
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 265px;
    width: 100%;
    height: 370px;
    position: absolute;
    z-index: 1;
    border: 1px solid yellow;
}

.imgStampChart > img {
    height: 100%;
}*/

.imgStampChartMobile {
    top: 25%;
    right: 20%;
    font-weight: bold;
    position: absolute;
    font-size: 16px;
    z-index: 1;
    border: 0px solid lightgrey;
    border-radius: 50%;
}

.imgStampChartMobile > img {
    width: 150px;
    height: 150px;
}

.lab-btn-scroll-up-square, .lab-btn-scroll-pause-square, .lab-btn-scroll-down-square {
    border: 0px !important;

    /*border-radius: 5px !important;
    padding: 0px !important;
    margin: 0px !important;*/
    min-height: 44px;
}

.lab-btn-scroll-up-square, .lab-btn-scroll-pause-square, .lab-btn-scroll-down-square > i {
    font-size: 14px !important;
}

.lab-btn-scroll-up-square:hover, .lab-btn-scroll-pause-square:hover, .lab-btn-scroll-down-square:hover {
    background-color: lightseagreen !important;
}

.lab-btn-scroll-up-square {
    background-color: #1B4E6B !important;
}

.lab-btn-scroll-pause-square {
    background-color: #B5594C !important;
}

.lab-btn-scroll-down-square {
    background-color: #1B4E6B !important;
}

.alarm-warning {
    animation: blink-animation 1s steps(3, start) infinite;
    -webkit-animation: blink-animation 1s steps(3, start) infinite;
}

@keyframes blink-animation {
    to {
        background-color: yellow;
    }
}
@-webkit-keyframes blink-animation {
    to {
        background-color: yellow;
    }
}

.alarm-danger {
    animation: blink-animation-danger 1s steps(3, start) infinite;
    -webkit-animation: blink-animation-danger 1s steps(3, start) infinite;
}

@keyframes blink-animation-danger {
    to {
        background-color: red;
    }
}
@-webkit-keyframes blink-animation-danger {
    to {
        background-color: red;
    }
}




