﻿
.pkr {
    background-image: url(../img/BandeiraBrasil.png);
    background-size: cover;
    width: 25px;
    height: 25px;
}

.gbp {
    background-image: url(../img/BandeiraEUA.png);
    background-size: cover;
    width: 25px;
    height: 25px;
}

.usd {
    background-image: url(../img/BandeiraEspanhol.png);
    background-size: cover;
    width: 25px;
    height: 25px;
}

.btn {
    /*background-color: #244f72;*/
    background-color: transparent !important;
}

    .btn:hover, .btn:focus {
        /*background-color: #244f72;*/
        background-color: transparent !important;
    }


.conv-wrap {
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.conv-cont {
    padding: 1px;
    float: left;
    width: 100%;
    border: 1px solid #afafaf;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 6px -1px #919191;
    -webkit-box-shadow: 0 0 6px -1px #919191;
    box-shadow: 0 0 6px -1px #919191;
}

    .conv-cont .cov-frm {
        float: left;
        width: 100%;
    }

        .conv-cont .cov-frm .selectpicker {
            font-size: 18px !important;
            font-weight: bold !important;
            text-decoration: none !important;
            margin: 0px;
            padding: 23px;
            float: left;
            width: 100%;
            outline: none !important;
        }

        .conv-cont .cov-frm .cov-frm-label {
            font-size: 14px;
            color: #333333;
            text-decoration: none;
            margin: 0px;
            float: left;
            width: 100%;
            padding: 25px;
        }

        .conv-cont .cov-frm .cov-frm-labeli {
            font-size: 14px;
            color: #a9a9a9;
            text-decoration: none;
            margin: 0px;
            float: left;
            width: 100%;
            padding: 5px;
            background-color: #FFF;
        }

.cov-inp-bx div.col-md-8, .cov-inp-bx div.col-md-4 {
    padding: 0px;
    margin: 0px;
}

.conv-cont .cov-frm .cov-inp-bx {
    padding: 0px;
    float: left;
    width: 100%;
    border: 1px solid #c2c2c2;
    border-radius: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
}

.conv-cont .cov-frm .cov-frm-input {
    font-size: 24px;
    font-weight: bold;
    color: #009cff;
    text-decoration: none;
    margin: 0px;
    padding: 9px;
    float: left;
    width: 100%;
    border: none;
    outline: none;
}

.conv-cont .cov-frm .cov-frm-sbtm {
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
    text-decoration: none;
    background-color: #243746;
    text-align: center;
    margin: 0px;
    float: left;
    width: 100%;
    padding-top: 13px;
    padding-bottom: 13px;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}

    .conv-cont .cov-frm .cov-frm-sbtm:hover {
        background: #980000;
    }

.cov-spni {
    font-size: 13px;
    font-weight: normal;
    color: #424242;
    text-decoration: none;
    line-height: 50px;
}

.cov-spnii {
    color: #333;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 60px;
}

.bootstrap-select > .dropdown-toggle {
    width: 110%;
    padding-left: 9px;
    margin-bottom: 1px;
    z-index: 1;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle;
    color: black;
}

html {
    background: linear-gradient(130deg, rgb(37,37,37), rgb(37,37,37));
}

body {
    height: 100%;
}

html {
    /*display: table;*/
    margin: auto;
    line-height: 1.5;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.87);
}

body {
    /*display: table-cell;*/
    vertical-align: middle;
    /*background-color: #F5F2F0;*/
    /*background: url(../img/Aeronave2.png) no-repeat center center;*/
    background: linear-gradient(130deg, rgb(37,37,37), rgb(37,37,37));
    color: #5c5c5c;
}

#login-page {
    padding-top: 2.2%;
    margin-bottom: 0;
}

.margin {
    margin: 0px !important;
}

.sv-fundo {
    /*background-color: #6c5d86 !important;*/
    background: linear-gradient(90deg,rgb(36,79,114), rgb(36,79,114)) !important;
}

button.sv-fundo {
    -moz-border-radius: .25rem;
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
}

.input-group {
    position: relative;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
}

.input-group-prepend {
    margin-right: -1px;
    display: flex;
}

.input-group-icon {
    display: flex;
    align-items: center;
    padding: .17rem .75rem;
    margin-bottom: 0;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    -moz-border-radius: .25rem;
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
}

.input-group > .input-group-prepend > .input-group-icon {
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
}

input.input-group-text {
    padding: .17rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    background-color: #fff;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -moz-border-radius: .25rem;
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
    -moz-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.input-group > input.input-group-text {
    position: relative;
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

    .input-group > input.input-group-text:not(:first-child) {
        -webkit-border-top-left-radius: 0;
        border-top-left-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        border-bottom-left-radius: 0;
    }
