﻿body {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial !important;
}

    body * {
        text-transform: uppercase !important;
    }

input, select, button {
    text-transform: uppercase !important;
}

.smart-form .input input, .smart-form .select select, .smart-form .textarea textarea {
    -webkit-appearance: scrollbarbutton-right !important; /* Safari and Chrome */
}

.ui-select-loading {
    background-image: url('../Template/img/select2-spinner.gif') !important;
    background-repeat: no-repeat !Important;
    background-position: 98% 50% !important;
    -webkit-appearance: none !Important;
}

:invalid {
    box-shadow: none;
}

:-moz-submit-invalid {
    box-shadow: none;
}

:-moz-ui-invalid {
    box-shadow: none;
}

.ui-datepicker {
    z-index: 9999999 !important;
}

.loaderblack {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    text-align: center;
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
    background: #333333; /*rgb(58, 54, 51)*/
}

    .loaderblack .content {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 30%;
        height: 80%;
        margin: auto;
    }

    .loaderblack span {
        color: #1351a5;
        font-size: medium;
        font-weight: bold;
    }

.fc-event-title {
    cursor: pointer !important;
}

.fc-content {
    cursor: pointer !important;
}

.fc-event-skin {
    cursor: pointer !important;
}

.nav-tabs li a {
    cursor: pointer !important;
}

.upload-button {
    Height: 26px;
    line-height: 30px;
    padding: 0 10px;
    background: #CCC;
    appearance: button;
    -moz-appearance: button;
    -webkit-appearance: button;
    position: relative;
    text-align: center;
    top: 7px;
    cursor: pointer;
}

.jqstooltip {
    position: absolute;
    left: 0px;
    top: 0px;
    visibility: hidden;
    background: rgb(0, 0, 0) transparent;
    background-color: rgba(0,0,0,0.6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    color: white;
    font: 10px arial, san serif;
    text-align: left;
    white-space: nowrap;
    padding: 5px;
    border: 1px solid white;
    z-index: 10000;
}

[ng\:cloak], [ng-cloak], .ng-cloak {
    display: none !important;
}

/***** Theme 2 - Custom *****/

/* Colors */

.text-primary, .txt-color-blue {
    color: #0c83e2 !important;
}

.txt-color-red {
    color: #ce0262 !important;
}

.btn-primary, .btn-info {
    background-color: #0c83e2;
    border-color: #0c7cd5;
}

.btn-success {
    background-color: #18a899 !important;
    border-color: #179c8e !important;
}

.bg-color-redLight {
    background-color: #ff3333 !important;
}

.bg-color-blueLight {
    background-color: #336699 !important;
}
.bg-color-purple, .bg-color-pinkDark {
    background-color: #ffb61b !important;
}

.bg-color-pinkDark {
    background-color: #b10253 !important;
}


.bg-color-green, .bg-color-greenLight {
    background-color: #34b23e !important;
}
/* Loader */
.loader {
    display: flex;
    position: fixed;
    z-index: 1060;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0;
    overflow-x: hidden;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-overflow-scrolling: touch;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spin 1s linear infinite; /* Safari */
    animation: spin 1s linear infinite;
}

/* header */

.smart-style-2 #header, .smart-style-2 .page-footer, .smart-style-2 .superbox-show {
    background-image: none;
    background-color: #f3f1f5 !important;
    border-bottom: 1px solid #d6d3da;
}

.smart-style-2 .header-search > input[type=text] {
    background-color: #fff;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    color: #495057;
}

.smart-style-2 #hide-menu a > i, .smart-style-2 .btn-header > :first-child > a {
    color: #98989c !important;
}

    .smart-style-2 #hide-menu a:hover i, .smart-style-2 .btn-header > :first-child > a:hover {
        color: #584475 !important;
        cursor: pointer !important;
    }

/* header - Logo */

#logo-group {
    background-image: linear-gradient( 270deg, rgba(51, 148, 225, 0.18), transparent) !important;
    background-color: #335a99;
}

.page-logo {
    height: 4.5rem;
    width: 16.875rem;
    overflow: hidden;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-positive: 0;
    -webkit-box-flex: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-height: 1px;
    padding: 0 2rem 0 4rem;
}

    .page-logo .page-logo-link {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }

.page-logo-link {
    display: flex !important;
    text-decoration: none !important;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.page-logo-text {
    margin-left: 0.5rem;
    font-size: 1.5rem;
    font-weight: 400;
    color: #fff;
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    text-align: left;
    padding-top: 6px;
}

/* header user button */

.smart-style-2:not(.mobile-view-activated) #mobile-profile-img {
    display: inline-block !important;
}

#mobile-profile-img {
    display: none !important;
    padding-right: 2px !important;
    padding-left: 2px !important;
}

.smart-style-2 #mobile-profile-img > li {
    display: inline-block;
    padding-right: 0;
    margin-right: -3px;
}

.smart-style-2 #mobile-profile-img a.userdropdown img {
    margin-left: 3px;
}

#mobile-profile-img a.userdropdown img {
    width: 30px;
    margin-top: 5px;
    margin-left: 2px;
    border-radius: 3px;
    border: 1px solid #797979 !important;
}

.padding-5 {
    padding: 5px !important;
}

.header-dropdown-list {
    list-style: none;
    float: right;
    position: relative;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
}

/* Menu */

.smart-style-2 aside {
    /*background: #F7F7F7;
    background: -webkit-gradient(linear,left top,right top,color-stop(99%,#f7f7f7),color-stop(100%,#cacaca));
    background: -webkit-linear-gradient(left,#f7f7f7 99%,#cacaca 100%);
    background: -webkit-gradient(linear,top left,top right,from(#f7f7f7),to(#cacaca));*/
    /* background: linear-gradient(to right,#f7f7f7 99%,#cacaca 100%); */
    min-height: 100%;
    /**/
    background-image: linear-gradient( 270deg, rgba(51, 148, 225, 0.18), transparent);
    background-color: #2b4c81;
}

.smart-style-2 nav ul li a {
    color: #84a3d6 !important;
    font-size: 12px !important;
}

.smart-style-2 nav > ul > li > a {
    padding-top: 16px;
    padding-bottom: 16px;
}

.smart-style-2 nav ul ul > li:hover b {
    color: #FFF !important;
    background-color: rgba(0, 0, 0, 0.1);
    /*color: #69737A !important;*/
}

.smart-style-2 nav > ul > li > a > i {
    font-size: 25px !important;
}

.smart-style-2 nav > ul > li > a b {
    top: 16px;
}

.smart-style-2 nav ul ul {
    background: 0 0;
}

.smart-style-2 nav ul .active > a, .smart-style-2 nav ul li.open > a, .smart-style-2 nav ul li.open > a b {
    color: #FFF !important;
    font-weight: 700;
}

.smart-style-2 nav ul li a:hover, .smart-style-2 nav ul ul li > a:hover {
    color: #FFF !important;
    background: none !important;
}

.smart-style-2 nav ul ul li > a {
    padding-left: 23px;
}

.smart-style-2 nav > ul ul li::before, .smart-style-2 nav > ul > li > ul::before {
    border: none !important;
}

.smart-style-2 nav ul ul ul li a {
    padding-left: 30px;
}

.smart-style-2 nav ul ul ul ul li a {
    padding-left: 40px;
}

.smart-style-2 nav ul ul ul ul ul li a {
    padding-left: 50px;
}

.smart-style-2 nav ul ul ul ul ul ul li a {
    padding-left: 60px;
}

.collapse-sign {
    visibility: hidden !important;
}

/* Main content - General */

#content {
    background-color: #faf8fb;
}

.smart-style-2 #ribbon {
    background: #faf8fb;
}

/* Main content - Panels */
.jarviswidget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    -webkit-box-shadow: 0px 0px 13px 0px rgb(62 44 90 / 8%);
    box-shadow: 0px 0px 13px 0px rgb(62 44 90 / 8%);
    margin-bottom: 1.5rem;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.09);
    border-bottom: 1px solid #e0e0e0;
    border-radius: 4px;
    -webkit-transition: border 500ms ease-out;
    transition: border 500ms ease-out;
}

    .jarviswidget > header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        line-height: 3rem;
        border-bottom: 1px solid rgba(0, 0, 0, 0.07) !important;
        border-top: 0px !important;
        border-left: 0px !important;
        border-right: 0px !important;
        border-radius: 4px 4px 0 0;
        -webkit-transition: background-color 0.4s ease-out;
        transition: background-color 0.4s ease-out;
        background-color: #2c58a0;
        color: white;
    }

.smart-form > fieldset {
    padding: 10px !important;
}

/* Tabs */

.border-bottom-0 {
    border-bottom: 0 !important;
}

.nav-tabs {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
}

.nav .nav-link:not([class^="btn-"]):not([class*=" btn-"]) {
    font-weight: 500;
    font-size: 0.8125rem;
}

.nav-tabs .nav-item .nav-link:not(:hover) {
    color: inherit;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.nav-link {
    display: block;
    padding: 0.5rem 1.125rem;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

/* Datatables */

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    vertical-align: middle !important;
    padding: 5px 7px !important;
}

/*General Controls */
input [type="text"], select, textarea, input[type=checkbox] {
    color: #495057 !important;
    border: 1px solid #E5E5E5 !important;
    border-radius: 5px !important;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out !important;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out !important;
    background-color: -internal-light-dark(rgb(255, 255, 255), rgb(59, 59, 59)) !important;
}

/*.form-control {
    display: block !important;
    width: 100% !important;
    height: calc(1.47em + 1rem + 2px) !important;
    padding: 0.5rem 0.875rem !important;
    font-size: 0.8125rem !important;
    font-weight: 400 !important;
    line-height: 1.47 !important;
    color: #495057 !important;
    background-color: #fff !important;
    background-clip: padding-box !important;  
    
}

input {
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto !important;
    color: -internal-light-dark(black, white) !important;
    letter-spacing: normal !important;
    word-spacing: normal !important;
    text-transform: none !important;
    text-indent: 0px !important;
    text-shadow: none !important;
    display: inline-block !important;
    text-align: start !important;
    appearance: auto !important;
    background-color: -internal-light-dark(rgb(255, 255, 255), rgb(59, 59, 59)) !important;
    -webkit-rtl-ordering: logical !important;
    cursor: text !important;
    margin: 0em !important;
    font: 400 13.3333px Arial !important;
    padding: 1px 2px !important;
    border-width: 2px !important;
    border-style: inset !important;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133)) !important;
    border-image: initial !important;
}*/
/* Print */

@media print {

    #datatable_tabletools {
        border-collapse: collapse !Important; /* 'cellspacing' equivalent */
        padding: 1px !Important; /* 'cellpadding' equivalent */
        font-size: 8pt !Important;
        font-family: Arial, Verdana !Important;
    }

        #datatable_tabletools th, td {
            border: 1px solid #5f5f5f !Important;
        }

    .grid_relatorio {
        border-collapse: collapse !Important; /* 'cellspacing' equivalent */
        padding: 1px !Important; /* 'cellpadding' equivalent */
        font-size: 8pt !Important;
        font-family: Arial, Verdana !Important;
    }

        .grid_relatorio th, td {
            border-color: #5f5f5f !Important;
            font-size: 8pt !Important;
            font-family: Arial, Verdana !Important;
        }
}

.tooltip {
    position: relative;
    opacity: 1 !important;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 145px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 10px;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
    font-size:12px;
    opacity:0.78;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}
