﻿/********** my custom css  ***********/

/*input{
    text-transform:uppercase !important;
}*/

.table-striped > tbody > tr:nth-of-type(odd)
{
    background-color: #efefef;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td{
    border-color: #ddd;
}

.table > thead > tr > th {
    background-color: #d2d6de;
}

.table-hover > tbody > tr:hover{
    background-color: #d1d1d1;
}

.table-bordered{
    border: 1px solid #ddd;
}

/*input[type='file'] {
    display: none;
}*/

/*******************/
/*PACE*/
/* This is a compiled file, you should be editing the file in the templates directory */
/* This is a compiled file, you should be editing the file in the templates directory */
.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #ffffff;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px;
}

.pace .pace-progress-inner {
    display: block;
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px #ffffff, 0 0 5px #ffffff;
    opacity: 1.0;
    -webkit-transform: rotate(3deg) translate(0px, -4px);
    -moz-transform: rotate(3deg) translate(0px, -4px);
    -ms-transform: rotate(3deg) translate(0px, -4px);
    -o-transform: rotate(3deg) translate(0px, -4px);
    transform: rotate(3deg) translate(0px, -4px);
}

.pace .pace-activity {
    display: block;
    position: fixed;
    z-index: 2000;
    top: 15px;
    right: 15px;
    width: 14px;
    height: 14px;
    border: solid 2px transparent;
    border-top-color: #ffffff;
    border-left-color: #ffffff;
    border-radius: 10px;
    -webkit-animation: pace-spinner 400ms linear infinite;
    -moz-animation: pace-spinner 400ms linear infinite;
    -ms-animation: pace-spinner 400ms linear infinite;
    -o-animation: pace-spinner 400ms linear infinite;
    animation: pace-spinner 400ms linear infinite;
}

@-webkit-keyframes pace-spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes pace-spinner {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes pace-spinner {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes pace-spinner {
    0% {
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes pace-spinner {
    0% {
        transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*************************/
.my-bootstrap-select{
    border: 1px solid #aaa !important;
    border-radius: 0px !important;
    background-color: #fff !important;
}

.my-bootstrap-select:focus{
  border-color: #3c8dbc;
  box-shadow: none;
}

.bootstrap-select .dropdown-menu {
    border: 1px solid #aaa !important;
    border-radius: 0px !important;
}

.divWithSpace{
    margin-right: 4px !important;
    display: inline-block !important;
}

/* compacta linhas bootstrap */
.form-group {
    margin-bottom: 3px;
}

/* reduz padding das janelas modal */
.modal-body {
    padding: 8px;
}
.modal-header {
    padding: 10px;
}
.modal-footer {
    padding: 8px;
}

/* rounded corners para inputs do bootstrap (igual ao dropdown) */
.form-control {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

/* reduz padding dos inputs */
input[class=form-control] {
    padding: 4px 8px;
    padding-top: 4px;
    padding-right: 5px;
    padding-bottom: 4px;
    padding-left: 5px;
}

/* ajsutes select2 */
.select2-container {
    width: 100%;
}

.select2-container .select2-selection--single {
    height: 34px;
}

/* ajuste em checkbox */
.checkbox, .radio {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

@media (min-width: 768px) {
    .modal-xl {
        width: 90%;
        max-width: 1200px;
    }
}

/* tamanho do label na gridview */
.label-grid {
    font-size: 93%;
}

.card {
    background-color: #fff;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-color: #425970 !important;
    color: white !important;
}

.card-1 {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    background-color: #e9e9e9 !important;
}

.card-1:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.loading-div{
    width: 100%;
    text-align: center;
    vertical-align: middle
}

.iframeDialog {
    overflow: auto;
    position: fixed;
    bottom: 0px;
    top: 45px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: calc(100% - 40px);
    border: none
}

.modal-fs {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

.modal-dialog-fs {
    position: fixed;
    margin: 0;
    width: 100%;
    height: 100%;
    padding: 0;
}

.modal-content-fs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.modal-header-fs {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background: #6598d9;
    border: 0;
}

.modal-body-fs {
    position: absolute;
    top: 40px;
    bottom: 40px;
    width: 100%;
    font-weight: 300;
    overflow: auto;
    padding: 0px;
}

.modal-footer-fs {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 45px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.padding-sm > [class*="col-"] {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.padding-sm {
    padding-right: 12px;
    padding-left: 12px
}

.padding-sm-3 > [class*="col-"] {
    padding-left: 7px !important;
    padding-right: 7px !important;
}

/* reduz padding dos inputs */
.padding-sm-3 {
    padding: 3px 3px 3px 3px;
}

/*:required {
    background: url('../img/icon/asterisk-sm.png') no-repeat;
    background-position: right top;
}*/

.nav-tabs > li > a {
    border: 1px solid #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background-color: #3C8DBC !important;
    color: white !important;
    border-bottom: 1px solid #dadada;
}

textarea {
    resize: none;
}

/* bootstrap 3 não tem classe dropdown-submenu */
/*.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}*/

.optCol {
    white-space: nowrap;
    min-width: 80px
}

.logoRhv2 {
    height: 30px;
    margin-top: 9px;
}

ul.row {
    padding-left: 15px;
    padding-right: 15px;
}

.profile-pic {
    color: transparent;
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all 0.3s ease;
    margin: 10px
}

.profile-pic input {
    display: none;
}

.profile-pic img {
    position: absolute;
    object-fit: cover;
    width: 165px;
    height: 165px;
    box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.35);
    border-radius: 100px;
    z-index: 0;
}

.profile-pic .-label {
    cursor: pointer;
    height: 165px;
    width: 165px;
}

.profile-pic:hover .-label {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 10000;
    color: #fafafa;
    transition: background-color 0.2s ease-in-out;
    border-radius: 100px;
    margin-bottom: 0;
}

.profile-pic span {
    display: inline-flex;
    padding: 0.2em;
    height: 2em;
}

.img-profile {
    object-fit: cover !important;
}

.user-panel > .image > img {
    max-width: 50px;
    height: 50px;
}

.d-inline {
    display: inline-block;
}