@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap');

* {
    margin: 0;
    padding: 0;
    outline: 0;
    box-sizing: border-box;;
}

body {
    -webkit-font-smoothing: antialiased;
	color: #000000;
	overflow-y: scroll;
    font-size: 12.5px;
}

body, input, button {
    font-family: Montserrat, sans-serif;
}

@media screen and (min-width: 1500px) {
    .modal-dialog {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

}

ol {
    margin-left: 25px;
}

ul {
	display: block;
	list-style-type: disc;
	margin-block-end: 1em;
	padding-inline-start: 40px;
	unicode-bidi: isolate;
}

.container {
    width: 100% !important;
}

.control-label {
	height: 12px;
}

.text_lamp {
	color: #000000;
}

footer.main {
  border-top: 1px solid #CCCDD0;
}

.header_box {
    background-color: #def1ff;
    padding:10px;
    margin-bottom: 4px;
    border: 1px #0d7eff dashed;
    border-radius: 3px
}


/*----------------------------------------*/
/*NAV
/*----------------------------------------*/

.page-header-macro {
  background-color: #c4c4c4;
}

.page-header {
    margin: 14px 0 2px !important;
    padding-bottom: 0px !important;
    border-bottom: 0px;
}

.page-container .sidebar-menu {
  background: #E4E4E5;
}


.page-container .sidebar-menu #main-menu li {
  border-bottom: 0px;
}
.nav-mgr {
	background-color: #303641;
}

/*----------------------------------------*/
/*CUSTOM FORM*/
/*----------------------------------------*/

.form-box-info {
	padding: 1px;
	float: left;
	position: absolute;
	display: none;
	width: 350px;
}

.form-box-info div {
	margin-top: -10px;
	padding: 7px;
	padding-left: 5px;
	font-weight:bold;
	text-align: left;
	background-color: #eaf9bd;
}

.form-control {
  height: 30px;
  padding: 5px 8px;
  font-size: 13px;
}

.form-control-btn {
	height: 30px;
	padding: 5px 8px;
}

.form-group {
  margin-bottom: 8px;
}

.form-panel-body {
	background-color: #f5f5f5;
	border: 1px dashed #b1acac;
}

.form-links {
	background-color: #c7cae9;
	font-size: 17px;
	position: relative;
	display: block;
    padding: 10px 15px;
    border-radius: 14px 0 0 14px;
}

.form-links-desabled {
    color: #c4c4c4
}

.form-links-item-li {
    padding-bottom: 12px;
}
.form-links-item {

    color:  #6c73be;
    border: none;
    background-color: transparent;

    font-size: 13px;
    padding-right: 14px;
    padding-bottom: 7px;

    outline: none;
    position: relative;
}

.form-links-item::after{

    position: absolute;
    bottom:0;
    left: 0;

    content: "";
    height: 2px;
    width: 0%;

    background-color: #6c73be;
    transition: .4s;

}

.form-links-item:hover::after,
.form-links-item.active::after {
    width: 100%;
}

.form-control {
	border-color: #DDDDDD;
}

.form-caption {

}

.form-caption-group {
	font-size: 13px;
	font-weight: bold;
	background-color: #d4d1d1;
	color: #000000;
	margin: 15px 0px 15px 0px ;
	border-radius: 3px;
	padding: 10px;
}


.form-caption-force {

	background-color: #5383c4;
	display: inline-block;
  	font: normal normal normal 14px/1 FontAwesome;
  	font-size: inherit;
  	text-rendering: auto;

  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
  	transform: translate(0, 0);

  	-moz-border-radius:1px;
  	-webkit-border-radius:1px;
  	border-radius:1px;


}

.form-caption-force-asterisco {
	color: #5383c4;
	font-weight: bold;
	font-size: 14px;
}

.form-group-hr {
	margin-top: 13px;
	border: 1px #008040;
	border-style: none none dashed;
}

.form-fieldinfo {

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;

	text-align: center !important;
	font-family: Tahoma;
	font-size: 13px;
	color: #000000;
	border: solid 1px #B8C9D8;
	padding: 2px;
	margin: 2px;
}

.form-field-sample {
	color: #8e8c8c;
}

.form-field-message {
	margin-bottom: 6px;
	color: #AE0000;
	text-align: center;
	float: left;
}

.form-cmds {
	height: 20px;
}

/*----------------------------------------*/
/*NAVEGACAO
/*----------------------------------------*/

.btn-navegation {
    background-color: #c4c4c4;
    color: #000;
}

/*----------------------------------------*/
/*COMPONENTE BREADCRUMB*/
/*----------------------------------------*/

.breadcrumb {
	padding: 4px 0px 8px !important;
}


.bc-2.breadcrumb  {
   border: 0px;
   padding-bottom: 0px !important;
   margin-bottom: 8px !important;
}

.breadcrumb > li a {
  color: #000000;
  text-decoration: underline;
}

.breadcrumb > li a:hover {
  color: #008040;
}

/*----------------------------------------*/
/*WELL*/
/*----------------------------------------*/
.well-sm-form {
	height: 30px;
	padding: 5px 8px;
	font-size: 13px;
	background-color: #E8F0FE;
	-moz-border-radius:3px;
  	-webkit-border-radius:3px;
  	border-radius:3px;
}


/*----------------------------------------*/
/*TABS FORM*/
/*----------------------------------------*/

.tabs-vertical {
    border: 1px dashed #7e7a7a;
	width: 25% !important;
}

.tabs-vertical > li.active > a {
	font-weight: bold;
	margin-left: 0px;
}

.tabs-vertical + .tab-content {
	width: 75% !important;
}

/* .nav-tabs {
    border-bottom: 1px solid #c4c4c4;
} */

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    font-weight: bold;
}

.nav-tabs.bordered + .tab-content {
    border: 1px solid #c4c4c4 !important;
}
/*----------------------------------------*/
/*CUSTOM LOGIN*/
/*----------------------------------------*/


.login-page .login-header {
	position: relative;
	background: #373e4a;
	padding: 25px 0;
	-moz-transition: all 550ms ease-in-out;
	-o-transition: all 550ms ease-in-out;
	-webkit-transition: all 550ms ease-in-out;
	transition: all 550ms ease-in-out;
	color: #FFFFFF;
}

.login-form{
	margin-top: -40px;
	color: #FFFFFF;
}
.btn-login {
	background-color: #241f27;
}
/*----------------------------------------*/
/*CUSTOM GRID */
/*----------------------------------------*/

/*#DFDFDF; DAF9BC DAF9BC*/

.table > thead > tr > th {
	background-color: #c7cae9;
}

.table > tfoot > tr > th {
	background-color: #e1e1e1;
}
table.dataTable tbody td {
  	padding: 6px 8px;
}

table .replace-inputs input {
  	background-color: #E9E7F1;
  	padding: 6px 6px;
	font-size: 12px;
    width: 99%;
}

.dataTables_wrapper table thead tr th.sorting_asc:before, .dataTables_wrapper table thead tr th.sorting_desc:before {
    margin-left: -30px;
    margin-right: 18px;
}

.dataTables_processing {
    position: absolute;
    top: 456px;
    left: 50%;
    width: 100%;
    height: 73px;
    margin-left: -50%;
    margin-top: -105px;
    padding-top: 23px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    background-color: #f2f2f2;
    border-top: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
}

.datatablerowhighlight {
    background-color: #cdefcd !important;
}


/*----------------------------------------*/
/*SUB GRID */
/*----------------------------------------*/

.form-subgrid {

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;

	margin-top: 12px;
	background-color: #FFFFFF;
	border: solid 1px #A0B4C2;
	overflow-y: scroll;
	overflow-x: auto;
	scrollbar-shadow-color: #F1F4FA;
	scrollbar-highlight-color: #F1F4FA;
	scrollbar-3dlight-color: #F1F4FA;
	scrollbar-darkshadow-color: #F1F4FA;
	scrollbar-track-color: #F1F4FA;
	scrollbar-face-color: #C6D6EC;
	scrollbar-arrow-color: #3765A2;
}

.form-subgrid table {
	font-size: 13px;
}

.form-subgrid td.caption {
    background-color: #A0B4C2;
	color: #ffffff;
	height: 40px;
	padding-left: 4px;
	padding-right: 4px;
}

.form-subgrid td.footer {
    background-color: #CCD6DD;
	color: #000000;
	height: 35px;
	padding-left: 4px;
	padding-right: 4px;
}


.form-subgrid tr.line2 td.field {
	background-color: #dae0e9;
}

.form-subgrid td.field {
	padding: 0px;
	height: 31px;
}

.form-subgrid td.field div.utils {
	padding: 2px;
	padding-left: 4px;
	padding-right: 4px;
	overflow: hidden;
}

/*------------------------------------------------------------------------------------------------*/
/* CONTAINER
/*------------------------------------------------------------------------------------------------*/

.form_container {

}

.form_container_links {
 z-index: 99;
}

.form_container_links a {
	color: #000000;
	text-decoration: underline;
	background-image: url(../../theme_imgs/link.gif);
	background-repeat: no-repeat;
	background-position: 1px center;
	padding-left: 20px;
}

.form_container_links a:active {
	color: #BB0000;
}

.form_container_links a.link {
	background-image: url(../../theme_imgs/link.gif);
}

.form_container_links a.report {
	background-image: url(../../theme_imgs/report.gif);
}

.form_container_links a.chart {
	background-image: url(../../theme_imgs/chart.gif);
}

/*------------------------------------------------------------------------------------------------*/
/* IconView - iconview.css                                                                        */
/*------------------------------------------------------------------------------------------------*/
.iconview-title {
	color: #26456F;
	font-weight: bold;
	padding-bottom: 2px;
	margin-top: 5px;
	margin-bottom: 15px;
	text-align: left;

}

.iconview-box {
	background-color: #FFFFFF;
	padding-top: 2px;
	text-align: left;
}

.iconview-box div.item {
	width: 250px;
	height: 60px;
	float: left;
	margin-right: 16px;
	margin-bottom: 12px;
}

.iconview-box div.item table {
	width: 100%;
	height: 100%;
}

.iconview-box div.item table td.icon {
	width: 52px;
	text-align: center;
	vertical-align: top;
	padding: 1px;
}

.iconview-box div.item table td.icon a {
	padding: 1px;
}

.iconview-box div.item table td.icon a:hover {
	padding: 0px;
	background-color: #E8ECF0;
	border: solid 1px #C5CFDA;
}

.iconview-box div.item table div.key {
	width: 18px;
	height: 18px;
	text-align: center;
	padding-top: 2px;
	background-color: #B2B2B2;
	color: #FFFFFF;
	text-decoration: none;
	position: relative;
	top: -48px;
	left: 257px;
	cursor: default;
}

.iconview-box div.item table td.title {
	height: 18px;
	font-weight: bold;
	color: #0462CA;
	border-bottom: solid 1px #E2E2E2;
	padding-left: 2px;
}

.iconview-box div.item table td.desc {
	padding-left: 2px;
	text-align: left;
	vertical-align: top;
	color: #727272;
}

.iconview-box div.item table td.desc div {
	width: 100%;
	height: 40px;
	overflow: hidden;
}

/*------------------------------------------------------------------------------------------------*/
/* RELATORIOS
/*------------------------------------------------------------------------------------------------*/

.dialog_report_scroll {
	overflow-y: auto;
	overflow-x: hidden;
}

.default_body_left_report {
	height: 18px;
	margin-left: 7px;
	padding-left: 20px;
	vertical-align: center;
	background-repeat: no-repeat;
	background-position: 0px 1px;
	background-image: url(report.gif);
}

.default_body_left_report a {
	color: #000000;
	text-decoration: none;
	overflow: hidden;
	width: 140px;
	float: left;
}

.default_body_left_report a:active {
	color: #BB0000;
	text-decoration: underline;
}

.default_body_left_report a:hover {
	text-decoration: underline;
}

.report_body {
	font-family: Tahoma;
	font-size: 12px;
	background-color: #737373;
}

.report_top {
	background-color: #E0E0E0;
	border-bottom: solid 1px #616161;
	padding: 2px;
}

.report_top a {
	color: #000000;
	padding-left: 3px;
	padding-right: 3px;
	border-right: solid 1px #353535;
}

.report_frame {
	aborder: solid 1px red;
	width: 100%;
	height: 530px;
}

/*------------------------------------------------------------------------------------------------*/
/* IMG-CIRCLE
/*------------------------------------------------------------------------------------------------*/

.img-circle {
    border-radius: 20% !important;
}

/*------------------------------------------------------------------------------------------------*/
/* PROGRESS
/*------------------------------------------------------------------------------------------------*/


.progress {
	background-color: #f0f0f1;
}

/*------------------------------------------------------------------------------------------------*/
/* GALERRY
/*------------------------------------------------------------------------------------------------*/

.gallery-env article.image-thumb .image img {
    display: block;
    max-width: 100%;
    height: 100px;
    border-radius: 4px;
    width: 100%;
    border: 1px solid #e4e4e4;
}

/*------------------------------------------------------------------------------------------------*/
/* PLACEHOLDER
/*------------------------------------------------------------------------------------------------*/

::-webkit-input-placeholder {
   color: #000000 !important;
}

:-moz-placeholder {
   color: #000000 !important;
}

::-moz-placeholder {
   color: #000000 !important;
}

:-ms-input-placeholder {
   color: #000000 !important;
}

.form-control[readonly], fieldset[disabled] .form-control {
    background-color: #E8F0FE !important;
}

/*------------------------------------------------------------------------------------------------*/
/* SELECT2
/*------------------------------------------------------------------------------------------------*/
.select2-container .select2-choice {
	min-height: 30px !important;
	height: 30px !important;
	line-height: 30px !important;
	margin: 0px  !important;
	padding: 0px  !important;
	padding-top: 1px  !important;
	padding-left: 8px  !important;
	padding-right: 8px  !important;
	border: 0px  !important;
    font-size: 13px  !important;
}

.select2-container{
	border: 1px solid #DDDDDD !important;
	padding-top: 0px  !important;
	border-top-right-radius: 3px !important;
	border-bottom-right-radius: 3px !important;
}

.select2-container-multi {
	border-top-right-radius: 3px !important;
	border-bottom-right-radius: 3px !important;
}

.select2-container .select2-choices {
	min-height: 30px !important;
	height: 30px !important;
	line-height: 30px !important;
	padding: 0px  !important;
	padding-left: 8px  !important;
	padding-right: 8px  !important;
	margin: 0px !important;
	border: 0px  !important;
    font-size: 13px  !important;
}

.select2-default {
    height: 30px !important;
    padding: 5px 8px !important;
    font-size: 13px !important;
    border: 0px  !important;
}

.select2-container-multi .select2-choices .select2-search-field .select2-input{
	min-height: 30px !important;
	height: 30px !important;
	line-height: 30px !important;
	padding: 0px !important;
	padding-top: 1px  !important;
	padding-left: 2px !important;
	margin: 0px !important;
	border: 0px  !important;
    font-size: 13px  !important;
}

.select2-container-multi .select2-choices{
    padding-left: 5px !important;
}

.select2-container-multi .select2-choices .select2-search-choice{
	margin: 3px 5px 3px 0px !important;
	font-size: 13px !important;
}

.input-group-btn > button {
	min-height: 28px !important;
	min-height: 28px !important;
}

.select2-item-cor1 {
	background-color: #f3f3f3 !important;
	font-weight: bold;
}

.select2-item-cor2 {
	background-color: #FFFFFF !important;
	font-weight: bold;
}

.select2-drop-active {
	border-left-color: #00a651 !important;
	border-right-color: #00a651 !important;
	border-bottom-color: #00a651 !important;
}

.select2-dropdown-open {
	border-top-color: #00a651 !important;
	border-left-color: #00a651 !important;
	border-right-color: #00a651 !important;
}

.select2-required {
	position: absolute;
	z-index: -999;
	margin-top: -27px;
	margin-left: 10px;
	width: 0px;
	height: 27px;
}

.select2-container.select2-container-disabled .select2-choice {
	background-color: #fcfcf3 !important;
}

/*------------------------------------------------------------------------------------------------*/

.colorpicker-addon{
	line-height: 0px !important;
	height: 27px !important;
	min-height: 27px !important;
	padding: 3px 12px;
}

/*------------------------------------------------------------------------------------------------*/

.link-subli-ponti {
	border-bottom: 1px dotted #06C
}

.link-blink {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    90% { opacity: 0; color: #f00;}

}

/*------------------------------------------------------------------------------------------------*/
/* DROPZONE
/*------------------------------------------------------------------------------------------------*/

.dropzone {
  min-height: 140px;
  border: 1px dashed #1ab394;
  background: white;
  padding: 20px 20px;
}
.dropzone .dz-message {
  font-size: 16px;
}

.dropdown {

	position: relative;
}

.dropdown-menu .divider {
	background-color: #e4e4e4;
	height: 1px;

}

.border-left-danger-form {
	border-left: 3px solid !important;
	border-left-color: #5383c4 !important;
}
.checkbox-replace .cb-wrapper + label, .radio-replace .cb-wrapper + label {
    top: -3px !important;
}

.toggle {
	color: #FFFFFF;
	font-size: 13px !important;
}

.page-container.horizontal-menu header.navbar ul.nav > li.dropdown > a {
	padding: 0;
	margin: 5px;
	margin-top: 13px;
	margin-bottom: 10px;
}

.page-container .main-content {
	padding: 7px 15px 20px 15px !important;
}

.box-destaque {
	background-color: #def1ff;
	padding:20px 12px 12px 12px;
	border: 1px #0d7eff dashed;
	border-radius: 3px;
}
