﻿@charset "UTF-8";@font-face{font-family:Nunito;src:url(../../fonts/Nunito-Regular.ttf);}@font-face{font-family:Nunito-Bold;src:url(../../fonts/Nunito-Bold.ttf);}@font-face{font-family:Nunito-Italic;src:url(../../fonts/Nunito-Italic.ttf);}@font-face{font-family:"Exo Bold";src:url(../../fonts/Exo-Bold.ttf);}@font-face{font-family:"Exo Regular";src:url(../../fonts/Exo-Regular.ttf);}body{margin:0;font-family:"Nunito",sans-serif;background-color:#fff;position:relative;}body .titulo-bloco{color:#494f65;}body a{text-decoration:none;}body a:hover{text-decoration:none;}body a[disabled]{pointer-events:none;}body .invalid{border-color:#f00 !important;}body .checkbox-invalid{outline:1px solid #f00 !important;}body .message-invalid{color:#f00 !important;font-size:11.3px;}body .default-button{text-align:center;cursor:pointer;border-radius:40px;border:1px solid #e1e1e1;background-color:#fff;outline:none;padding:8px 20px;line-height:1.5;color:#494f65;}body .default-button[disabled]{cursor:default;opacity:.6;}body .default-button:not([disabled]):hover{background-color:#e1e1e1;color:#494f65;}body .default-button.success{border:1px solid #28a745;background-color:#28a745;color:#fff;}body .default-button.success:not([disabled]):hover{background-color:#28a745;color:#fff;}body .default-button.success2{border:1px solid #28a745;background-color:#28a745;color:#fff;}body .default-button.success2:not([disabled]):hover{background-color:#28a745;color:#fff;}body .default-button.info{border:1px solid #107381;background-color:#17a2b8;color:#fff;}body .default-button.info:not([disabled]):hover{background-color:#107381;color:#fff;}body .default-button.error{border:1px solid #dc3545;background-color:#dc3545;color:#fff;}body .default-button.error:not([disabled]):hover{background-color:#dc3545;color:#fff;}body .validation-summary-errors ul{list-style:none;background-color:#f8d7da;border:1px solid #f5c6cb;color:#721c24;padding:.75rem 1.25rem;border-radius:.25rem;}body input:not([type='checkbox']):not([type='radio']){outline:none;background-color:#fff;border:1px solid #e1e1e1;color:#494f65;font-size:15px;padding:12px 20px;width:100%;border-radius:10px;transition-property:all;transition-duration:.2s;transition-delay:0s;transition-timing-function:ease;}body input:not([type='checkbox']):not([type='radio'])[disabled]{background-color:#eee;cursor:default;}body input:not([type='checkbox']):not([type='radio']):focus{border:1px solid #333;box-shadow:unset;}body input[type='checkbox']{display:inline-block;outline:none;height:15px;width:15px;float:left;margin-top:3px;margin-right:5px;cursor:pointer;}body .select2{width:100% !important;outline:none;}body .select2 span{outline:none;}body .select2 .select2-selection{height:48px;border:1px solid #e1e1e1;color:#494f65;border-radius:10px;}body .select2 .select2-selection .select2-selection__rendered{line-height:48px;}body .select2 .select2-selection .select2-selection__arrow{height:48px;}body .no-padding{padding:0;}body .no-margin{margin:0;}body #main-body{max-width:1260px;margin-top:72px;padding:30px 35px 110px;}body .box-default{background-color:#fff;border:1px solid #e1e1e1;padding:10px;border-radius:10px;box-shadow:0 5px 20px rgba(0,0,0,.05);margin-bottom:30px;color:#494f65;}body .bold-label{font-size:13px;margin-bottom:2px;font-weight:500;}body .table thead th{white-space:nowrap;border-top:none;color:#333;}body .table tbody td{white-space:nowrap;font-weight:normal;color:#494f65;vertical-align:middle;}body .bootbox .bootbox-loading{font-size:25px;margin-top:90px;text-align:center;position:absolute;right:0;left:0;}body .bootbox iframe{width:100%;height:500px;position:relative;}.overflow-x{overflow-x:auto;}