﻿.modalBackground {
    z-index: 100 !important;
    border-collapse: separate;
    font-family: 'Arial';
    font-style: normal;
    font-variant: normal;
    color: White;
    font-size: 10px;
    font-weight: bold;
    line-height: 16px;
    text-align: center;
    letter-spacing: normal;
    orphans: 2;
    text-indent: 0px;
    text-transform: none;
    white-space: normal;
    windows: 2;
    word-spacing: 0px;
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-vertical-spacing: 0px;
    -webkit-text-decorations-in-effect: none;
    -webkit-text-size-adjust: auto;
    -webkit-text-stroke-width: 0px;
    background-image: url(../Img/img_black_trans.png);
}

.fundoForm600pxPopPup {
    width: 60%;
    background-color: #FFFFFF;
}

.btn-group-modal {
    text-align: right;
    margin-top: 30px;
    margin-bottom: 25px;
}

.dropdown {
    margin-left: 0px !important;
    width: 100% !important;
}

.autoCompletePopUp {
    z-index: 1001 !important;
    background-color: white;
    border: 1px solid gray;
    color: Black;
    cursor: default;
    list-style: none;
    padding: 0px;
    text-align: left;
    overflow: scroll;
    overflow-x: hidden;
    height: 25%;
}

.botaoSincronizar {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: White !important;
    text-align: center !important;
    padding-bottom: 6px !important;
}

@media (min-width: 328px) {
    .novo {
        margin-left: 5px;
    }
}

@media (min-width: 645px) {
    .novo {
        margin-left: 42%;
    }
}

@media (min-width: 992px) {
    .novo {
        margin-left: 45%;
    }
}

.imgLogout {
    margin-top: 8px !important;
}

.no-padding {
    padding: 0 !important;
}

.legendTituloPagina legend {
    padding-bottom: 15px;
}

.btn.see-btn-primary {
    display: inline-block;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    background-color: #337AB7;
    border-color: #337AB7;
    border-radius: 0;
}

.table.see-table, .table.see-table th, .table.see-table td, .table.see-table tr:first-child {
    border: 0;
}

    .table.see-table tr {
        border-top: 1px solid #ddd;
    }

        .table.see-table tr:last-child {
            border-bottom: 1px solid #ddd;
        }

    .table.see-table thead {
        background: #337ab7;
        color: white;
    }

.circle {
    border-radius: 50%;
    display: inline-block;
    margin-top: 4px;
    margin-bottom: 4px;
    height: 12px;
    width: 12px;
}

.input-file::-webkit-file-upload-button {
    display: inline-block;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    background-color: #337AB7;
    border-color: #337AB7;
    border-radius: 0;
    border: none;
}


.panel-default > .panel-heading, .panel-default > .panel-footer { background: #fff; border-color: #eee; }
.panel-default > .panel-heading h5{ font-weight: bold; font-size: 1.4em; }

 .pagination-ys {
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination-ys table > tbody > tr > td {
    display: inline;
}

.pagination-ys table > tbody > tr > td > a,
.pagination-ys table > tbody > tr > td > span {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #337ab7;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
}

.pagination-ys table > tbody > tr > td > span {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;    
    margin-left: -1px;
    z-index: 2;
    color: #ffffff;
    background-color: #337ab7;
    border-color: #dddddd;
    cursor: default;
}

.pagination-ys table > tbody > tr > td:first-child > a,
.pagination-ys table > tbody > tr > td:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pagination-ys table > tbody > tr > td:last-child > a,
.pagination-ys table > tbody > tr > td:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.pagination-ys table > tbody > tr > td > a:hover,
.pagination-ys table > tbody > tr > td > a:focus{
    background-color: #eeeeee;
    border-color: #dddddd;
}