/*!
 * Start Bootstrap - Freelancer v3.3.7+1 (http://startbootstrap.com/template-overviews/freelancer)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

@font-face {
    font-family: 'DPBold';
    src: url('DINPro-Regular.ttf');
    font-style: bold;
}

@font-face {
    font-family: 'DPRegular';
    src: url('DINPro.otf');
}

@font-face {
    font-family: 'DPMedium';
    src: url('DINPro-Medium.otf');
}

.badge-primary{
    background-color: #2e6da4;
    font-size: 14px;
}

.button-large {
    font-size: 12pt;
    font-weight: bold;
    margin-top: 20px;
    width: 100%;
    height: 40px;
    padding: 10px;
    color: rgb(255,255,255);
    background-color: rgb(0,127,231);
    opacity: 1;
    border-radius: 0 0 0 0;
    box-shadow: 0 0 0 0;
    border: 0 none;
    outline: 0;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 36px;  /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: 'liga';
}

.material-icons-small {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;  /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: 'liga';
}

.transparent {
    background: transparent !important;
    color: transparent !important;
}

.cobranca-terms{
    margin-top: 30px;
    margin-left: 30px;
    margin-bottom: 30px;
    margin-right: 30px;
}

.cobranca-terms p {
    font-family: "DPBold";
    font-weight: bold;
    font-size: 12pt;
    color: black;
    margin-bottom: -5px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
}

.switch input {display:none;}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 30px;
}

.slider.round:before {
    border-radius: 50%;
}

.version{
    font-family: 'DPBold';
    font-size: 12pt;
    margin-top: 10px;
    font-style: italic;
    color: rgb(0, 96, 165);
}

.version_perfil{
    font-family: 'DPBold';
    font-size: 12pt;
    margin-top: 10px;
    font-style: italic;
    color: rgb(0, 96, 165);
}

.abas-background{
    float: left;
    width: 100%;
    margin-left: 0px;
    background-color: rgb(229, 229, 229);
    padding: 10px;
}

#helps{
    margin-top: 25px;
}

.btn-edit {
    cursor: pointer;
    color: white;
}

#btn-openPdf{
    margin-top: 0px;
}

#div-openPdf{
    text-align: center;
}

#titulo_login{
   position: absolute;
    width: 100%;
}

.div_btn_i18n{
     position: absolute;
    width: 98%;
    text-align: right;
}


.btn_i18n{
     background-color: #58575b;
    border: none;
    color: white;
    padding: 0px 0px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
}


.local{
    float: left;
    width: 100%;
    height: 40px;
    background-color: rgb(178, 178, 178);
    margin-top: 10px;
    margin-left: 0px;
}

.local p {
    margin-top: 5px;
    margin-left: 10px;
    color: white;
}

.local-background{
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 20px;
    background-color: rgb(217, 217, 217);
}

.local-repeat{
    float: left;
    margin-left: -15px;
}

.local-title{
    width: 210px;
    height: 20px;
    margin-left: 40px;
    margin-top: 20px;

    background: rgb(0, 96, 165);
    color: white;
}

.local-title p {
    font-size: 12pt;
    margin-left: 10px;
}

.temp {
    margin-left: -40px;
    font-size: 48px;
    font-weight: bold;
    text-align: center;
}

.calibrate{
    float: left;
    margin-right: 29px;
}

.details-sensor-mayor{
    margin-right: 10px;
    float: left;
    font-size:12pt;
    width: 130px;
    height: 130px;
    background-color: white;
    border: 2px solid rgb(0,131,226);
}

.details-sensor{
    margin-right: 10px;
    float: left;
    font-size:12pt;
    width: 130px;
    height: 130px;
    background-color: transparent !important;
    color: rgb(120, 153, 172);
    border: 2px solid rgb(120, 153, 172);
}


.local-details-fault{
    width: 210px;
    height: 140px;
    margin-left: 40px;
    margin-bottom: 20px;
    padding-left: 25px;
    background: rgb(253, 103, 113);
    color: white;
}

.local-details-ok{
    width: 210px;
    height: 140px;
    margin-left: 40px;
    margin-bottom: 20px;
    padding-left: 25px;
    background: rgb(120, 153, 172);
    color: white;
}


.local-details-offline{
    width: 210px;
    height: 140px;
    margin-left: 40px;
    margin-bottom: 20px;
    padding-left: 25px;
    background: #333;
    color: white;
}


.page-icon-grid{
    width: 20px;
    height: 20px;
    background-image: url(img/icons/table_view.png);
    background-repeat:  no-repeat;
    margin-top: 10px;
    margin-left: 0px;
}

.page-icon-grid:hover{
    width: 20px;
    height: 20px;
    background-image: url(img/icons/grid_view_hover.png);
    background-repeat:  no-repeat;
    margin-top: 10px;
    margin-left: 0px;
    cursor: pointer;
}

.page-icon-table{
    width: 20px;
    height: 20px;
    background-image: url(img/icons/grid_view.png);
    background-repeat:  no-repeat;
    margin-top: 10px;
    margin-left: 0px;
}

.page-icon-table:hover{
    width: 20px;
    height: 20px;
    background-image: url(img/icons/table_view_hover.png);
    background-repeat:  no-repeat;
    margin-top: 10px;
    margin-left: 0px;
    cursor: pointer;
}

.tabela{
    display: block;
    font-family: "DPBold";
    font-size: 10pt;

    color: rgb(0, 50, 91);
}

.table-cell-50{
    margin-top: 10px;
    background: rgb(217, 224, 230);
    height: 50px;
    font-style: italic;
}

.table-cell-25{
    background: rgb(217, 224, 230);
    height: 25px;
    font-style: italic;
}

.table-row-ok{
    color: black;
    margin-bottom: 5px;
}

.table-on{
    background: rgb(247, 247, 247)
}

.table-row-alarm{
    color: red;
    margin-bottom: 5px;
}

.register-modal-header{
    background: rgb(0, 50, 91);
    opacity: 1;
    border-radius: 0 0 0 0;
    box-shadow: 0 0 0 0;
    border: 0 none;
    outline: 0;
    padding: 5px;
}

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

.register-modal-title{
    font-size: 16pt;
    font-family: "DPBold" !important;
    color: white;
}

.sendmail-modal-title{
    font-size: 14pt;
    font-family: "DPBold" !important;
    color: white;
}

.register-modal-body{
    padding: 15px 15px 15px 15px;
    background: rgb(230,230,230);
    font-size: 12pt;
    font-family: "DPBold" !important;
    color: black;
    opacity: 1;
    border-radius: 0 0 0 0;
    box-shadow: 0 0 0 0;
    border: 0 none;
    outline: 0;
}

.register-modal-footer{
    background: rgb(230,230,230);
    box-shadow: 0 0 0 0;
    border: 0 none;
    outline: 0;
    padding: 20px;
}

.txt-wellcome {
    -fx-font-size: 18pt;
    -fx-font-family: "DINPro-Bold" !important;
    -fx-text-fill: white;
    -fx-opacity: 1;
}

body {
    font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    /*overflow-x: hidden;*/
}

a,
a:hover,
a:focus,
a:active,
a.active {
    color: #18BC9C;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}
hr.star-light,
hr.star-primary {
    padding: 0;
    border: none;
    border-top: solid 5px;
    text-align: center;
    max-width: 250px;
    margin: 25px auto 30px;
}
hr.star-light:after,
hr.star-primary:after {
    content: "\f005";
    font-family: FontAwesome;
    display: inline-block;
    position: relative;
    top: -0.8em;
    font-size: 2em;
    padding: 0 0.25em;
}
hr.star-light {
    border-color: white;
}
hr.star-light:after {
    background-color: #18BC9C;
    color: white;
}
hr.star-primary {
    border-color: #2C3E50;
}
hr.star-primary:after {
    background-color: white;
    color: #2C3E50;
}
.img-centered {
    margin: 0 auto;
}

.text-user {
    color: white;
    margin-top: 60px;
    font-family: "DPBold" !important;
    font-style: italic;
}

.navbar-login {
    font-weight: bold;
    font-family: "DPBold" !important;
    font-size: 18pt;
    color: white;
    padding: 15px;
    background: rgb(88, 87, 91);
    font-weight: 700;
    border: none;
}

.navbar-custom {
    background: rgb(88, 87, 91);
    font-weight: 700;
    border: none;
}
.navbar-custom .navbar-brand {
    color: white;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand.active {
    color: white;
}
.navbar-custom .navbar-nav {
    letter-spacing: 1px;
}
.navbar-custom .navbar-nav li a {
    color: white;
}
.navbar-custom .navbar-nav li a:hover {
    color: #18BC9C;
}

.navbar-custom .navbar-nav li:hover{
    background: rgb(0,131,226);
}

.navbar-custom .navbar-nav li a:focus,
.navbar-custom .navbar-nav li a:active {
    color: white;
}
.navbar-custom .navbar-nav li.active a {
    color: white;
    background: rgb(0,131,226);
}
.navbar-custom .navbar-nav li.active a:hover,
.navbar-custom .navbar-nav li.active a:focus,
.navbar-custom .navbar-nav li.active a:active {
    color: white;
    background: rgb(36,180,233);
}
.navbar-custom .navbar-toggle {
    color: white;
    text-transform: uppercase;
    font-size: 10px;
    border-color: white;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
    background-color: #18BC9C;
    color: white;
    border-color: #18BC9C;
}

@media screen and (min-width: 0px) and (max-width: 1000px) {
    .tabela { display: none; }  /* show it on small screens */
}

@media screen and (min-width: 1001px) {
    tabela { display: none; }   /* hide it elsewhere */
}

@media (min-width: 768px) {
    .navbar-custom {
        padding: 20px 0;
        -webkit-transition: padding 0.3s;
        -moz-transition: padding 0.3s;
        transition: padding 0.3s;
    }
    .navbar-custom .navbar-brand {
        font-size: 2em;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

    .lr-100 {
        width: 95%;
    }
    .lr-90{
        width: 90%;
    }

    .lr-45{
        width: 45%;
    }

    .lr-46{
        width: 46.1%;
    }

    .lr-40{
        width: 42.5%;
    }

    .lr-70{
        width: 72.2%;
    }

    .lr-65{
        width: 65%;
    }

    .lr-20 {
        width: 20%;
    }
}

section {
    padding: 100px 0;
}
section h2 {
    margin: 0;
    font-size: 3em;
}
section.success {
    background: #18BC9C;
    color: white;
}
@media (max-width: 767px) {
    section {
        padding: 70px 0;
    }
    section.first {
        padding-top: 70px;
    }
    .navbar-login {
        font-weight: bold;
        font-family: "DPBold" !important;
        font-size: 13pt;
        color: white;
        padding: 5px;
        background: rgb(88, 87, 91);
        font-weight: 700;
        border: none;
    }
    div.text-user{
        margin-left: 13px;
    }

    .lr-90{
        width: 86%;
    }

    .lr-40 {
        width: 39%;
    }

    .lr-65{
        width: 60%;
    }

    .lr-20{
        width: 18%;
    }

    .version{
        font-family: 'DPBold';
        font-size: 12pt;
        margin-top: -30px;
    }

    .version_perfil{
        margin-top: 0px;
    }

    .page-icon-table{
        width: 20px;
        height: 20px;
        background-image: url(img/icons/table_view.png);
        background-repeat:  no-repeat;
        margin-top: -1px;
        margin-bottom: 10px;
        margin-left: 0px;
    }

    .page-icon-table:hover{
        width: 20px;
        height: 20px;
        background-image: url(img/icons/grid_view_hover.png);
        background-repeat:  no-repeat;
        margin-top: -1px;
        margin-bottom: 10px;
        margin-left: 0px;
        cursor: pointer;
    }
}

.portfolio{
    font-family: 'DPBold';
}
@media (min-width: 767px) {
    .portfolio .portfolio-item {
        margin: 0 0 30px;

    }
}
.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #eeeeee;
}
.floating-label-form-group input,
.floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: none;
    border-radius: 0;
    font-size: 1.5em;
    background: none;
    box-shadow: none !important;
    resize: none;
}
.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: 0.85em;
    line-height: 1.764705882em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top 0.3s ease,opacity 0.3s ease;
    -moz-transition: top 0.3s ease,opacity 0.3s ease;
    -ms-transition: top 0.3s ease,opacity 0.3s ease;
    transition: top 0.3s ease,opacity 0.3s ease;
}
.floating-label-form-group:not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eeeeee;
}
.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}
.floating-label-form-group-with-focus label {
    color: #18BC9C;
}
form .row:first-child .floating-label-form-group {
    border-top: 1px solid #eeeeee;
}

footer .footer-below {
    padding: 10px 0;
    background-color: rgb(88, 87, 91);
    color: white;
    font-weight: bold;
    font-family: "DPBold" !important;
}

footer .footer-login {
    padding: 20px 0;
    background-color: rgb(88, 87, 91);
    color: white;
    font-weight: bold;
    font-family: "DPBold" !important;
}

.btn-outline {
    color: white;
    font-size: 20px;
    background: transparent;
    transition: all 0.1s ease-in-out;
    margin-top: 15px;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    color: #18BC9C;
    background: white;
}
.btn-primary {
    color: white;
    background-color: #2C3E50;
    border-color: #2C3E50;
    font-weight: 700;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: white;
    background-color: #1a242f;
    border-color: #161f29;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #2C3E50;
    border-color: #2C3E50;
}
.btn-primary .badge {
    color: #2C3E50;
    background-color: white;
}
.btn-success {
    color: white;
    background-color: #18BC9C;
    border-color: #18BC9C;
    font-weight: 700;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    color: white;
    background-color: #128f76;
    border-color: #11866f;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #18BC9C;
    border-color: #18BC9C;
}
.btn-success .badge {
    color: #18BC9C;
    background-color: white;
}
.btn-social {
    display: inline-block;
    height: 50px;
    width: 50px;
    border: 2px solid white;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
}
.scroll-top {
    position: fixed;
    right: 2%;
    bottom: 2%;
    width: 50px;
    height: 50px;
    z-index: 1049;
}
.scroll-top .btn {
    font-size: 20px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    line-height: 28px;
}
.portfolio-modal .modal-content {
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    min-height: 100%;
    padding: 100px 0;
    text-align: center;
}
.portfolio-modal .modal-content h2 {
    margin: 0;
    font-size: 3em;
}
.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}
.portfolio-modal .modal-content .item-details {
    margin: 30px 0;
}
.portfolio-modal .close-modal {
    position: absolute;
    width: 75px;
    height: 75px;
    background-color: transparent;
    top: 25px;
    right: 25px;
    cursor: pointer;
}
.portfolio-modal .close-modal:hover {
    opacity: 0.3;
}
.portfolio-modal .close-modal .lr {
    height: 75px;
    width: 1px;
    margin-left: 35px;
    background-color: #2C3E50;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Safari and Chrome */
    z-index: 1051;
}
.portfolio-modal .close-modal .lr .rl {
    height: 75px;
    width: 1px;
    background-color: #2C3E50;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -webkit-transform: rotate(90deg);
    /* Safari and Chrome */
    z-index: 1052;
}
.portfolio-modal .modal-backdrop {
    opacity: 0;
    display: none;
}
#skipnav a {
    padding: 6px;
    position: absolute;
    top: -40px;
    left: 0px;
    color: white;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    border-bottom-right-radius: 8px;
    background: transparent;
    transition: top 1s ease-out, background 1s linear;
    z-index: 2000;
}
#skipnav a:focus {
    position: absolute;
    left: 0px;
    top: 0px;
    background: #18BC9C;
    outline: 0;
    transition: top 0.1s ease-in, background 0.5s linear;
}
div#maincontent {
    outline: none;
}

.details-session{
    font-weight: bold;
    font-size: 10pt;
    color: rgb(153,153,153);
}

.details-text{
    font-size: 12pt;
    color: black;
    margin-bottom: -2px;
}

.select-equipmentview{
    background: rgb(230,230,230);
    height: 40px;
}

.height-200{
    height: 200px;
}

.label-register{
    background: white;
    padding: 5px 5px 5px 5px;
    opacity: 1;
    border-radius: 0 0 0 0;
    box-shadow: 0 0 0 0;
    border: 0 none;
    outline: 0;
}

.label-register.dis{
    background-color: rgb(215, 224, 230);
    padding: 5px 5px 5px 5px;
    opacity: 1;
    border-radius: 0 0 0 0;
    box-shadow: 0 0 0 0;
    border: 0 none;
    outline: 0;
}

.label-text-register{
    font-size: 12pt;
    font-family: "DPBold";
    margin-bottom: 0px;
    margin-top: 10px;
    padding: 0 0 0 0;
}

.label-text-edit-register {
    font-size: 12pt;
    font-family: "DPBold";
    margin-left: 28px;
    margin-bottom: 0px;
    margin-top: 10px;
}

.label-login {
    margin-top: 9%;
    width: 344px;
    font-size: 16pt;
    font-family: "DPBold";
    background-color: rgb(217,224,230);
    opacity: 1;
    border-radius: 0 0 0 0;
    box-shadow: 0 0 0 0;
    border: 0 none;
    outline: 0;
    height: 100px;
    background-image: url("img/icons/user.png");
    background-repeat: no-repeat;
    background-position: 3px 32px;
    padding-left: 40px;
}

.label-password {
    margin-top: 20px;
    width: 220px;
    font-size: 16pt;
    font-family: "DPBold";
    background-color: rgb(217,224,230);
    opacity: 1;
    border-radius: 0 0 0 0;
    box-shadow: 0 0 0 0;
    border: 0 none;
    outline: 0;
    height: 100px;
    background-image: url("img/icons/pass.png");
    background-repeat: no-repeat;
    background-position: 3px 32px;
    padding-left: 40px;
}

.label-link {
    margin-top: 50px;
    font-size: 12pt;
    text-decoration: underline;
    font-family: "DPBold";
    color: rgb(0,113,188);
    opacity: 1;
}

.margin-top-10{
    margin-top: 10px;
}

.margin-left-10{
    margin-left: 10px;
}

.margin-top-20{
    margin-top: 24px;
}

.margin-top-30{
    margin-top: 30px;
}

.margin-top-50{
    margin-top: 50px;
}

.margin-top-250{
    margin-top: 250px;
}

.margin-bottom-50{
    margin-bottom: 50px;
}

.margin-bottom-10-negative{
    margin-bottom: -10px;
}

.button-danger {
    font-size: 12pt;
    font-weight: bold;
    margin-top: 20px;
    /*max-width: 220px;*/
    height: 40px;
    padding: 10px;
    color: rgb(255,255,255);
    background-color: red;
    opacity: 1;
    border-radius: 0 0 0 0;
    box-shadow: 0 0 0 0;
    border: 0 none;
    outline: 0;
}

.details-text{
    font-size: 12pt;
    color: black;
    margin-bottom: -2px;
}

.button-aba-selected-detail {
    color: rgb(255,255,255);
    background-color: rgb(0,127,231);
    opacity: 1;
    border-radius: 0 0 0 0;
    box-shadow: 0 0 0 0;
    border: 0 none;
    outline: 0;
    cursor: pointer;
    padding: 5px;
    font-weight: bold;
    width: 100%;
    height: 50px;
}

.button-aba-selected {
    float: left;
    color: rgb(255,255,255);
    background-color: rgb(0,127,231);
    opacity: 1;
    border-radius: 0 0 0 0;
    box-shadow: 0 0 0 0;
    border: 0 none;
    outline: 0;
    cursor: pointer;
    padding: 5px;
    font-weight: bold;
    width: 100%;
}

.button-aba-unselected {
    float: left;
    color: rgb(255,255,255);
    background-color: rgb(0, 50, 91);
    opacity: 1;
    border-radius: 0 0 0 0;
    box-shadow: 0 0 0 0;
    border: 0 none;
    outline: 0;
    cursor: pointer;
    padding: 5px;
    font-weight: bold;
    width: 180px;
}

.button-reset {
    color: rgb(255,255,255);
    background-color: rgb(0,127,231);
    opacity: 1;
    border-radius: 0 0 0 0;
    box-shadow: 0 0 0 0;
    border: 0 none;
    outline: 0;
    cursor: pointer;
}

.button-login {
    font-size: 14pt;
    margin-left:20px;
    width: 100px;
    height: 100px;
    color: rgb(255,255,255);
    background-color: rgb(0,127,231);
    opacity: 1;
    border-radius: 0 0 0 0;
    box-shadow: 0 0 0 0;
    border: 0 none;
    outline: 0;
}

.button-picklist {
    font-size: 14pt;
    width: 45px;
    height: 40px;
    color: rgb(255,255,255);
    background-color: rgb(0,127,231);
    opacity: 1;
    border-radius: 0 0 0 0;
    box-shadow: 0 0 0 0;
    border: 0 none;
    outline: 0;
}

.button-register {
    font-size: 12pt;
    font-weight: bold;
    margin-top: 20px;
    min-width: 220px;
    height: 40px;
    color: rgb(255,255,255);
    background-color: rgb(0,127,231);
    opacity: 1;
    border-radius: 0 0 0 0;
    box-shadow: 0 0 0 0;
    border: 0 none;
    outline: 0;
}

.button-table-reset{
    font-size: 12pt;
    font-weight: bold;
    height: 30px;
    color: rgb(255,255,255);
    background-color: rgb(0,127,231);
    opacity: 1;
    border-radius: 0 0 0 0;
    box-shadow: 0 0 0 0;
    border: 0 none;
    outline: 0;
}

.button-details{
    background-image: url(img/icons/search.png);
    height: 21px;
    width: 25px;
    margin-left: 20px;
    background-color: rgba(255,255,255,0);
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    padding: 5px;
}

.button-default {
    font-size: 12pt;
    font-weight: bold;
    margin-top: 20px;
    max-width: 220px;
    height: 40px;
    padding: 10px;
    color: rgb(255,255,255);
    background-color: rgb(0,127,231);
    opacity: 1;
    border-radius: 0 0 0 0;
    box-shadow: 0 0 0 0;
    border: 0 none;
    outline: 0;
}

.button-active-account {
    font-size: 14pt;
    font-weight: bold;
    margin-top: 40px;
    width: 240px;
    height: 40px;
    color: rgb(255,255,255);
    background-color: rgb(129, 198, 78);
    opacity: 1;
    border-radius: 0 0 0 0;
    box-shadow: 0 0 0 0;
    border: 0 none;
    outline: 0;
}

.vertical-center {
    min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
    min-height: 60vh; /* These two lines are counted as one :-)       */
    color: rgb(88, 87, 91);

    display: flex;
    align-items: center;
}

.premium-price {
    color: rgb(255,255,255);
    background-color: rgb(0,127,231);
    opacity: 1;
    border-radius: 0 0 0 0;
    box-shadow: 0 0 0 0;
    border: 0 none;
    outline: 0;
}
.premium-price p {
    font-size: 12pt;
    font-weight: bold;
}
.premium-price p span{
    font-size: 20pt;
    font-weight: bold;
}

.premium-price-ok {
    color: rgb(255,255,255);
    background-color: green;
    opacity: 1;
    border-radius: 0 0 0 0;
    box-shadow: 0 0 0 0;
    border: 0 none;
    outline: 0;
}
.premium-price-ok p {
    font-size: 12pt;
    font-weight: bold;
}
.premium-price-ok p span{
    font-size: 20pt;
    font-weight: bold;
}

.forma-pagamento{
    font-size: 12pt;
    margin-left: 16px;
    font-weight: bold;
}


.order-table{
    border-collapse:collapse;
    border-bottom:1px solid #BBBBBB;
}

.order-table-header{
    text-align:left;
    background:none repeat scroll 0 0 rgb(215, 224, 230);
    border-right: 1px solid #BBBBBB;
    border-left:1px solid #BBBBBB;
    border-top:1px solid #BBBBBB;
    padding:5px;
    font-style: italic;
    width: 46%;
}

.order-table-odd-row{
    text-align:left;
    background:none repeat scroll 0 0 rgb(255, 255, 255);
    width: 46%;
}

.order-table-even-row{
    text-align:left;
    background:none repeat scroll 0 0 rgb(247, 247, 247);
    width: 46%;
}

.order-table-odd-row td, th{
    padding: 5px;
    border-right:1px solid #BBBBBB;
    border-left:1px solid #BBBBBB;
}

.order-table-even-row td, th {
    padding: 5px;
    border-right:1px solid #BBBBBB;
    border-left:1px solid #BBBBBB;
}

.button-select-equipment{
    width: 100%;
    height: 40px;
}

.rightArrow{
    width: 30px;
    height: 30px;
    background-image: url(img/icons/rigthArrow.png);
    opacity: 1;
    border-radius: 0 0 0 0;
    box-shadow: 0 0 0 0;
    border: 0 none;
    outline: 0;
    cursor: pointer;
}
.rightArrow:hover{
    width: 30px;
    height: 30px;
    background-image: url(img/icons/rigthArrowHover.png);
    opacity: 1;
    border-radius: 0 0 0 0;
    box-shadow: 0 0 0 0;
    border: 0 none;
    outline: 0;
    cursor: pointer;
}
.allRigthArrow{
    width: 30px;
    height: 30px;
    background-image: url(img/icons/allRightArrow.png);
    opacity: 1;
    border-radius: 0 0 0 0;
    box-shadow: 0 0 0 0;
    border: 0 none;
    outline: 0;
    cursor: pointer;
}
.allRigthArrow:hover{
    width: 30px;
    height: 30px;
    background-image: url(img/icons/allRightArrowHover.png);
    opacity: 1;
    border-radius: 0 0 0 0;
    box-shadow: 0 0 0 0;
    border: 0 none;
    outline: 0;
    cursor: pointer;
}
.leftArrow{
    width: 30px;
    height: 30px;
    background-image: url(img/icons/leftArrow.png);
    opacity: 1;
    border-radius: 0 0 0 0;
    box-shadow: 0 0 0 0;
    border: 0 none;
    outline: 0;
    cursor: pointer;
}
.leftArrow:hover{
    width: 30px;
    height: 30px;
    background-image: url(img/icons/leftArrowHover.png);
    opacity: 1;
    border-radius: 0 0 0 0;
    box-shadow: 0 0 0 0;
    border: 0 none;
    outline: 0;
    cursor: pointer;
}
.allLeftArrow{
    width: 30px;
    height: 30px;
    background-image: url(img/icons/allLeftArrow.png);
    opacity: 1;
    border-radius: 0 0 0 0;
    box-shadow: 0 0 0 0;
    border: 0 none;
    outline: 0;
    cursor: pointer;
}
.allLeftArrow:hover{
    width: 30px;
    height: 30px;
    background-image: url(img/icons/allLeftArrowHover.png);
    opacity: 1;
    border-radius: 0 0 0 0;
    box-shadow: 0 0 0 0;
    border: 0 none;
    outline: 0;
    cursor: pointer;
}

.sk-cube-grid {
    width: 40px;
    height: 40px;
    margin: 100px auto;
}

.sk-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    background-color: #333;
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}
.sk-cube-grid .sk-cube1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }
.sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s; }
.sk-cube-grid .sk-cube3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s; }
.sk-cube-grid .sk-cube4 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s; }
.sk-cube-grid .sk-cube5 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }
.sk-cube-grid .sk-cube6 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s; }
.sk-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s; }
.sk-cube-grid .sk-cube8 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s; }
.sk-cube-grid .sk-cube9 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    } 35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    } 35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}
