﻿/*navs*/
.navbar-inverse { background-color: rgb(41,62,107); }
    .navbar-inverse .navbar-nav > li > a { color: #FFFFFF; }
        .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus { color: #fff; background-color: #3F527A; }
    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus { color: #fff; background-color: #3F527A; }
    .navbar-inverse .navbar-toggle { background-color: rgb(41,62,107); border-width: 0px; }
    .navbar-inverse .navbar-link { color: #fff; }
        .navbar-inverse .navbar-link:hover { color: #9d9d9d; }

.nav-tabs { border-bottom: 0px!important; }
    .nav-tabs > li.active > a { color: #FF8100!important; font-weight: bold; }
    .nav-tabs > li > a { color: #000000!important; font-weight: normal; padding: 12px; }

/*buttons*/
.btn-link { font-weight: normal; color: #FFffff!important /*#337ab7*/; border-radius: 0; }
    .btn-link:hover,
    .btn-link:focus,
    .btn-link:active { border-color: transparent; }
    .btn-link:hover,
    .btn-link:focus { color: #FF7E00 /*#23527c*/; text-decoration: underline; background-color: transparent; }
    .btn-link[disabled]:hover,
    fieldset[disabled] .btn-link:hover,
    .btn-link[disabled]:focus,
    fieldset[disabled] .btn-link:focus { color: #777; text-decoration: none; }

.btn-primary {
    color: #fff;
    background-color: rgb(33,150,243);
    border-color: #2e6da4;
}

/*table*/
.table tbody tr td a {
    color: rgb(33,150,243)!important;
}
.table > thead > tr > th { border-bottom: 0px!important; padding-bottom: 2px!important; padding-top: 2px!important; }

/*panel*/
.panel-primary {
    border-color: rgb(33,150,243);
}
    .panel-primary > .panel-heading {
        color: #fff;
        background-color: rgb(33,150,243);
        border-color: rgb(33,150,243);
    }
        .panel-primary > .panel-heading + .panel-collapse > .panel-body { border-top-color: #293E6B; }
        .panel-primary > .panel-heading .badge { color: #293E6B; background-color: #fff; }
    .panel-primary > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #293E6B; }

/*media*/
.media-middle { vertical-align: middle!important; }

/*well*/
.well { min-height: 20px; padding: 0px 19px 19px 19px; margin-bottom: 10px; }

/*pagination*/
.pagination { display: inline-block; padding-left: 0; margin: 20px 0; border-radius: 4px; }
    .pagination > li { display: inline; }
        .pagination > li > a,
        .pagination > li > span { position: relative; float: left; padding: 6px 12px; margin-left: -1px; line-height: 1.42857143; color: #2196f3; text-decoration: none; background-color: #fff; border: 1px solid #ddd; }
        .pagination > li:first-child > a,
        .pagination > li:first-child > span { margin-left: 0; border-top-left-radius: 4px; border-bottom-left-radius: 4px; }
        .pagination > li:last-child > a,
        .pagination > li:last-child > span { border-top-right-radius: 4px; border-bottom-right-radius: 4px; }
        .pagination > li > a:hover,
        .pagination > li > span:hover,
        .pagination > li > a:focus,
        .pagination > li > span:focus { color: #23527c; background-color: #eee; border-color: #ddd; }
    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus { z-index: 2; color: #fff; cursor: default; background-color: #2196f3; border-color: #2196f3; }
    .pagination > .disabled > span,
    .pagination > .disabled > span:hover,
    .pagination > .disabled > span:focus,
    .pagination > .disabled > a,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > a:focus { color: #777; cursor: not-allowed; background-color: #fff; border-color: #ddd; }
.pagination-lg > li > a,
.pagination-lg > li > span { padding: 10px 16px; font-size: 18px; }
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span { border-top-left-radius: 6px; border-bottom-left-radius: 6px; }
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span { border-top-right-radius: 6px; border-bottom-right-radius: 6px; }
.pagination-sm > li > a,
.pagination-sm > li > span { padding: 5px 10px; font-size: 12px; }
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span { border-top-left-radius: 3px; border-bottom-left-radius: 3px; }
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span { border-top-right-radius: 3px; border-bottom-right-radius: 3px; }

/*dropdown */
.dropdown { margin-right: 5px; }

/*Proprio seguranca*/
.pre-scrollable120 {
  max-height: 120px;
  overflow-y: scroll;
}

/*Proprio seguranca*/
.pre-scrollable180 {
  max-height: 180px;
  overflow-y: scroll;
}

/*Proprio seguranca*/
.pre-scrollable240 {
  max-height: 240px;
  overflow-y: scroll;
}

/*Proprio seguranca*/
.pre-scrollable300 {
  max-height: 300px;
  overflow-y: scroll;
}

* {
    font-family: sans-serif;
    font-size: 12px;
}



.bg {
    background-image: url(Images/FundoBg.jpg);
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-size: cover;
}

a:hover {
    text-decoration: underline !important;
    color: #fff;
}

/* Change the white to any color ;) */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}


.MensagemLogin {
    margin-bottom: 5px;
    border-radius: 5px;
    display: block;
    background-image: url(Images/icoAtencao.png);
    background-position: 10px 9px;
    background-repeat: no-repeat;
    padding: 10px;
    padding-left: 52px;
}

.MensagemLoginNone {
    display: none;
}

.loginAreaPosition {
    position: fixed;
    left: 0px;
    right: 0px;
    margin: auto;
    top: 40px;
}

.loginArea {
    width: 300px;
    margin: auto;
    background-color: rgba(255, 255, 255, 0.79);
    color: #49619a;
    padding: 20px;
    font-size: 14px;
    border-radius: 6px;
    padding-top: 165px;
}

    .loginArea label {
        margin: 0px 0px 10px 0px;
    }

.logoBg {
    background-image: url(images/journeyLogo.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 145px;
    top: 66px;
    left: 0px;
    position: fixed;
    z-index: 10;
}

.logoBgHome {
    background-image: url(../Content/images/journeyLogoHome.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    width: 100%;
    background-size: contain;
    height: 275px;
    top: 130px;
    position: fixed;
    z-index: -100000;
}

.loginInputGroup {
    margin: 15px 0px;
}

select,
textArea,
input[type=text],
input[type=password] {
    border: 1px solid #dddddd;
    width: 100%;
    display: block;
    margin-top: 3px;
}

select {
    padding: 8px 0px 8px 8px;
}


textArea,
input[type=text],
input[type=password] {
    padding: 8px;
}


.buttonLogin,
input[type=submit],
input[type=button] {
    background-color: #2196F3; 
    border: none;
    color: #ffffff;
    font-size: 18px;
    padding: 10px;
    width: 300px;
    cursor: pointer;
}

.loginTitle {
    font-size: 20px;
    color: #012d84;
    text-align: center;
}


.textFooter {
    color: #fff;
    position: fixed;
    bottom: 10px;
    right: 10px;
}

.logoFooter {
    background-image: url(images/AtentoLogoTransWhite.png);
    background-repeat: no-repeat;
    position: fixed;
    bottom: 0px;
    left: 10px;
    height: 40px;
    width: 200px;
}

.flagBrazil {
    background-image: url(images/flag_brazil.png);
    background-repeat: no-repeat;
    position: fixed;
    right:106px;
    height: 32px;
    width: 32px;
    cursor:pointer;
    z-index:999;
}

.flagUSA {
    background-image: url(images/flag_united_states.png);
    background-repeat: no-repeat;
    position: fixed;
    right: 68px;
    height: 32px;
    width: 32px;
    cursor: pointer;
}

.flagSpain {
    background-image: url(images/flag_spain.png);
    background-repeat: no-repeat;
    position: fixed;
    right: 30px;
    height: 32px;
    width: 32px;
    cursor: pointer;
}

.btn-Senha {
    background-color: #2196F3;
    border: none;
    color: #ffffff;
    font-size: 18px;
    padding: 10px;
    width: 148px;
    cursor: pointer;
}


.AlterarSenhaInputGroup {
    margin: 15px 0px;
}

.h1TrocarSenha {
    color: #ff7e00;
}