/*------------------------------------------------*/
/*	Skin: Agro Amazonia
/*------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');
/*
font-family: 'Open Sans', sans-serif;
*/
/* Authentication */

* {
    font-family: 'Open Sans', sans-serif;
}
.login {
    background: url(/assets/img/bg_login.png) top center;
    background-color: #FFF;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}
.btn-auth {
    background-color: #fff;
    border-color: #fff;
    color: #1D1D1B;
    width: 25% !important;
    margin: 0 auto;
    border-radius:25px;
}
    .btn-auth:hover {
        background-color: #fff;
        border-color: #fff;
        color: #1D1D1B;
    }

.center-block {
    /*opacity: 0.7;*/
    /*opacity: 0.9;*/
}
table.table-condensed > thead > tr > th {
    color: #333 !important;
}
.login-box .form-control,
.login-box .input-group .form-control {
    -webkit-border-radius: 17px 0 0 17px;
    -moz-border-radius: 17px 0 0 17px;
    border-radius: 17px 0 0 17px;
    border-right: none;
    background: #fff !important;
    -webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
    box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
}
/* general */
.content-wrapper {
    background-color: #fff;
    border-left: 1px solid #e4e4e4;
    margin-top: 30px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border-top: 2px solid #A22025 !important;
    border-radius:0;
}
#main-navbar-collapse .nav .open > a, #main-navbar-collapse .nav .open > a:hover #main-navbar-collapse .nav .open > a:focus {
    background: #fff !important;
}

.row.display-flex {
    display: flex;
    flex-wrap: wrap;
}

.top-bar .dropdown-menu {
    width: 100%;
}

#main-navbar-collapse .dropdown-menu {
    background-color: #fff !important;
    border-left: 1px solid #e7e7e7;
    color: #232323 !important;
    font-size: 16px;
    border-top: none;
    box-shadow: 5px 5px 6px rgb(0 0 0 / 10%);
}
.fc td, .fc th, a[data-goto], a[data-goto]:hover, .calendar-table td, .calendar-table th {
    color: #333;
}
.nav-tabs {
    border: none !important;
}
.project_detail {
    height: auto;
    display: flex;
    margin-bottom: 25px;
    -webkit-box-shadow: 0px 10px 13px -7px #000000, 0px 15px 15px 3px rgba(51,51,51,0.27);
    box-shadow: 0px 10px 13px -7px #000000, 0px 15px 15px 3px rgba(51,51,51,0.27);
}
.titulo {
   font-size:22px;
   font-weight: bold;
}
a.black {
    color: #000 !important;
}

thead {
    color: #fff !important;
}


@media screen and (max-width: 320px) {
    .grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 5px;
    }
}
@media screen and (max-width: 425px) {
    .grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 5px;
    }
}
.navbar-nav {
    background: #fff !important;
}
.navbar-nav a {
    color: #000 !important;
    text-decoration:none;
}
    .navbar-nav a:hover {
        color: #000 !important;
        background: #fff !important;
        border-bottom: 2px solid #A22025 !important;
        border-radius:0 !important;
    }
.nav-tabs > li > a {
    color: #000;
    font-weight: bold;
}
.card {
    display: flex;
    flex-direction: column;
    background: #A02025;
    border-radius:17px;
}
.card .about {
    color: white;
    text-align:center;
}
.card .about .about-icons {
    
    display: flex;
    flex-direction: column;
    text-align: center;
    padding-bottom: 10px;
    align-items: center;

}
.card .about .about-icons i {
    margin-right: 5px;
}
.card .about h2{
    color: white;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
}
.card .about span {
    color: #000;
    background: white;
    padding: 5px 10px;
    border-radius: 17px;
    margin-bottom:5px;
}
.couse-catalog {

}
.color {
    font-weight: bold;
    color: #A12025;
}

.alert {
    background-color: #A02025;
    color: #fff;
    border-radius: 42px;
}

.btn-color {
    background-color: #A22025 !important;
    border-color: #A22025 !important;
}
#divContent h3 {
    font-weight: bold;
}

.content-wrapper .container {
  margin-left: 10%;
  margin-right: 20%;
  width: 80%;
}
a {
    color: #333 !important;
}
    a:hover, a:focus {
        color: #333;
    }

.btn-default .btn-default:hover {
    background-color: #626262 !important;
    border-color: #626262 !important;
}
.description {
    font-size: 16px;
    font-weight: bold;
    color: #A22025;
}
.btn-red {
    background-color: #A22025 !important;
    border-color: #A22025 !important;
}

.btn-radius {
    border-radius: 17px !important;
}

.btn-group .multiselect {
    border-radius: 0px !important;
}

.top-bar {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
}
.top-bar .container {
  margin-left: 10%;
  margin-right: 20%;
  width: 80%;
}
.top-bar .top-bar-right .btn-link {
  color: #5a5a5a;
}
.top-bar .top-bar-right .btn-link:hover {
  color: #333;
}
.top-bar .notifications .count {
  border-color: #fff;
}
.top-bar .searchbox input[type="search"] {
  background-color: #002c5e;
  border-color: #ffffff;
}
.top-bar .searchbox .btn {
  background-color: #002c5e;
  border-color: #fff;
}
.top-bar .searchbox .btn i {
  color: #5a5a5a;
}
.top-bar .searchbox .btn:hover {
  border-color: #fff;
}
.top-bar .searchbox .btn:hover i {
  color: #333;
}

.top-bar .logo {
    top: 0;
    width: 10%;
}

/*Left Menu*/
ul.main-menu > li a:hover {
      text-decoration: none;
      /*background-color: #0f0f0f; 
      color: #fff;*/
}

 ul.main-menu > li.active > a {
    background-color: #fff; 
    color: #5a5a5a;
 }

 /*Top Menu*/
.top-bar .dropdown-menu > li > a:hover {
    text-decoration: none;
    background-color: #fff;
    color: #333;
}

/* widget */
.widget {
  border-color: lightgray;
}
.widget .widget-header {
  background-color: #eeeeee;
  border-bottom-color: lightgray;
  color: #555;
}
.widget .widget-header em {
  color: #fff;
}
.widget .widget-header .btn-help {
  color: #38a5d3;
}
.widget .widget-header .widget-header-toolbar {
  border-left-color: #ddd;
}
.widget .widget-header .widget-header-toolbar .control-title {
  color: #fff;
}
.widget .widget-header .btn-group > a {
  color: #fff;
}
.widget .widget-header .btn-group > a:hover, .widget .widget-header .btn-group > a:focus {
  color: #cef1ff;
}

.widget .widget-content {
    background-color: #fff;
}

/*Table*/

.table > thead > tr {
    border-top: 1px solid #ddd !important;
    border-bottom: 1px solid #ddd;
    background-color: #A22025;
    height: 30px;
    vertical-align: middle;
}

.table > thead > tr > th a {
    font-weight: bold;
}

.table-sorting thead th a {
    color:#fff !important;
    font-size: 14px;
    text-transform: uppercase;
}

.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;
}
.table>tbody>tr>td {
    font-family: "Open Sans";
    color: #000
}

/* main content */
.main-header h2 {
  color: #555;
  border-right-color: #555;
}
.main-header em {
  color: #555;
}

/* footer */
.footer {
  background-color: #fff;
  color: #5a5a5a;
  border-top: 1px solid #ccc;
}

.footer .container {
  margin-left: 10%;
  margin-right: 20%;
  width: 80%;
}
.form_wizard .stepContainer {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    border: 0 solid #CCC;
    overflow-x: hidden
}
.wizard_horizontal ul.wizard_steps {
    display: table;
    list-style: none;
    position: relative;
    width: 100%;
    margin: 0 0 20px
}
.wizard_horizontal ul.wizard_steps li {
    display: table-cell;
    text-align: center
}
.wizard_horizontal ul.wizard_steps li a,
.wizard_horizontal ul.wizard_steps li:hover {
    display: block;
    position: relative;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    opacity: 1;
    color: #666
}
.wizard_horizontal ul.wizard_steps li a:before {
    content: "";
    position: absolute;
    height: 4px;
    background: #ccc;
    top: 20px;
    width: 100%;
    z-index: 4;
    left: 0
}
.wizard_horizontal ul.wizard_steps li a.disabled .step_no {
    background: #ccc
}
.wizard_horizontal ul.wizard_steps li a .step_no {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100px;
    display: block;
    margin: 0 auto 5px;
    font-size: 16px;
    text-align: center;
    position: relative;
    z-index: 5
}
.wizard_horizontal ul.wizard_steps li a.selected:before,
.step_no {
    background: #34495E;
    color: #fff
}
.wizard_horizontal ul.wizard_steps li a.done:before,
.wizard_horizontal ul.wizard_steps li a.done .step_no {
    background: #1ABB9C;
    color: #fff
}
.wizard_horizontal ul.wizard_steps li:first-child a:before {
    left: 50%
}
.wizard_horizontal ul.wizard_steps li:last-child a:before {
    right: 50%;
    width: 50%;
    left: auto
}
.wizard_verticle .stepContainer {
    width: 80%;
    float: left;
    padding: 0 10px
}
.actionBar {
    width: 100%;
    border-top: 1px solid #ddd;
    padding: 10px 5px;
    text-align: right;
    margin-top: 10px
}
.actionBar .buttonDisabled {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    box-shadow: none
}
.actionBar a {
    margin: 0 3px
}
.wizard_verticle .wizard_content {
    width: 80%;
    float: left;
    padding-left: 20px
}
.wizard_verticle ul.wizard_steps {
    display: table;
    list-style: none;
    position: relative;
    width: 20%;
    float: left;
    margin: 0 0 20px
}
.wizard_verticle ul.wizard_steps li {
    display: list-item;
    text-align: center
}
.wizard_verticle ul.wizard_steps li a {
    height: 80px
}
.wizard_verticle ul.wizard_steps li a:first-child {
    margin-top: 20px
}
.wizard_verticle ul.wizard_steps li a,
.wizard_verticle ul.wizard_steps li:hover {
    display: block;
    position: relative;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    opacity: 1;
    color: #666
}
.wizard_verticle ul.wizard_steps li a:before {
    content: "";
    position: absolute;
    height: 100%;
    background: #ccc;
    top: 20px;
    width: 4px;
    z-index: 4;
    left: 49%
}
.wizard_verticle ul.wizard_steps li a.disabled .step_no {
    background: #ccc
}
.wizard_verticle ul.wizard_steps li a .step_no {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100px;
    display: block;
    margin: 0 auto 5px;
    font-size: 16px;
    text-align: center;
    position: relative;
    z-index: 5
}
.wizard_verticle ul.wizard_steps li a.selected:before,
.step_no {
    background: #34495E;
    color: #fff
}
.wizard_verticle ul.wizard_steps li a.done:before,
.wizard_verticle ul.wizard_steps li a.done .step_no {
    background: #1ABB9C;
    color: #fff
}
.wizard_verticle ul.wizard_steps li:first-child a:before {
    left: 49%
}
.wizard_verticle ul.wizard_steps li:last-child a:before {
    left: 49%;
    left: auto;
    width: 0
}
.wizard ul li.active .chevron:before {
    border-left: 24px solid #002d5e;
}
.wizard ul li.fail {
    color: #fff;
    background: #f2f2f2; }
    .wizard ul li.fail .chevron:before {
        border-left: 24px solid #f2f2f2; }
.form_wizard .loader {
    display: none
}
.form_wizard .msgBox {
    display: none
}
.wizard ul li.active {
    color: #fff;
    background: #A12025 !important;
}

.left-sidebar.minified {
    height: 100%;
}

.inv-red {
  color: #971928; }

.inv-green {
  color: #69AC1F; }

.inv-blue {
  color: #002D5E; }

.body {
  font-family: "Open Sans", "arial, helvetica, sans-serif";
  font-size: 16px;
  color: #444;
  background: #fff; }

.btn-primary {
    background-color: #1d1d1b; 
    border-color: #1d1d1b;
}
    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active,
    .btn-primary .open .dropdown-toggle.btn-primary {
        color: #252a3a;
        background-color: #fff;
        border-color: #626262;
    }
.dropdown-toggle {
    border-radius:20px !important;
}

.btn-success {
    background-color: #019240;
    border-color: #252a3a;
}
  .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active,
  .btn-success .open .dropdown-toggle.btn-success {
    background-color: #439643; }

/*ScrollBar Customization*/
.pre-scrollable::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
	border-radius: 5px;
	background-color: #F5F5F5;
}

.pre-scrollable::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

.pre-scrollable::-webkit-scrollbar-thumb
{
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #aaa;
}

.modal-body::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
	border-radius: 5px;
	background-color: #F5F5F5;
}

.modal-body::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

.modal-body::-webkit-scrollbar-thumb
{
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #aaa;
}

.required-field {
    border: 1px solid #a94442 !important;
}

.loader {
    border: 16px solid #D4D4D4;
    border-radius: 50%;
    border-top: 16px solid #002d5e;
    width: 120px;
    background-color: transparent;
    opacity: 1;
    height: 120px;
    position: fixed;
    top:100px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99999999;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;            
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.highlight {
    box-shadow: 3px 3px 15px #c00;
}


/* top content, visible on every page */
@media screen and (max-width: 1199px) {
  div[class*="col-lg-"] .top-content {
    text-align: center; } }

.top-content {
/*text-align: right;*/
margin-bottom: 20px;
/* dashboard only */
/* every page except dashboard */ }
.top-content ul.mini-stat {
display: inline-block;
vertical-align: middle;
*vertical-align: auto;
*zoom: 1;
*display: inline;
margin-bottom: 0; }
@media screen and (max-width: 992px) {
    .top-content ul.mini-stat {
        display: block; 
    } 
}
.top-content ul.mini-stat > li {
    border-left: 1px solid #ddd;
    padding-left: 15px;
    padding-right: 15px; 
}
.top-content ul.mini-stat > li:first-child {
    border-left: none; 
}
@media screen and (max-width: 992px) {
    .top-content ul.mini-stat > li {
        width: 100%;
        border-left: none;
        padding-bottom: 15px; 
    } 
}
@media screen and (min-width: 992px) {
    .top-content ul.mini-stat > li {
        padding-left: 10px;
        padding-right: 10px; 
    } 
}
.top-content ul.mini-stat h5 {
    float: left;
    margin: 0;
    text-align: left;
    font-size: 0.85em;
    color: #000;
    font-weight: bold;
}
.top-content ul.mini-stat h5 .stat-value {
    display: block;
    font-size: 1.3em;
    margin-top: 3px;
    color: #000;
    font-weight: bold;
}
.top-content ul.mini-stat h5 .stat-value.stat-color-default {
    color: #000; 
}
.top-content ul.mini-stat h5 .stat-value.stat-color-seagreen {
    color: #3F7577; 
}
.top-content ul.mini-stat h5 .stat-value.stat-color-green {
    color: #4BA84B; 
}
.top-content ul.mini-stat h5 .stat-value.stat-color-blue {
    color: #1D92AF; 
}
.top-content ul.mini-stat h5 .stat-value.stat-color-orange {
    color: #CE7B11; 
}
.top-content ul.mini-stat h5 .stat-value.stat-color-red {
    color: #C00C00; 
}
.top-content ul.mini-stat h5 .stat-value.stat-color-grey {
    color: #B2BABF; 
}
.top-content ul.mini-stat h5 .stat-value.stat-color-yellow {
    color: #E7A13D; 
}
.top-content .mini-bar-chart {
    display: block;
    float: right;
    margin: 6px 0 0 20px; 
}

/*Text Colors*/

.text-color-red {
    color: #c00;
}

/* nav-pills */
.nav {
    background: #1d1d1b;
    margin-top: 10px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  background-color: #1D92AF; 
}

.nav-pills-custom-minimal {
  border-bottom: 1px solid #ccc; 
}
.nav-pills-custom-minimal > li > a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 10px;
    border-top: 4px solid transparent;
    color: #FFF !important; 
}
.nav-pills-custom-minimal > li > a:hover, .nav-pills-custom-minimal > li > a:focus {
    background-color: transparent;
    color: #FFFFFF; 
}
.nav-pills-custom-minimal > li.active > a, .nav-pills-custom-minimal > li.active > a:hover, .nav-pills-custom-minimal > li.active > a:focus {
    background-color: transparent;
    border-top-color: #C00C00;
    color: #FFFFFF; 
}
.nav-pills-custom-minimal > li + li {
    margin-left: 30px; 
}
@media screen and (max-width: 480px) {
    .nav-pills-custom-minimal > li + li {
        margin-left: 0; 
    } 
}
.nav-pills-custom-minimal.custom-minimal-bottom > li a {
    border-top: none;
    border-bottom: 4px solid transparent; 
}
.nav-pills-custom-minimal.custom-minimal-bottom > li.active > a, .nav-pills-custom-minimal.custom-minimal-bottom > li.active > a:hover, .nav-pills-custom-minimal.custom-minimal-bottom > li.active > a:focus {
    border-bottom-color: black;
}

.lead {
    font-size: 18px;
}

.legend {
  color: #555;
  font-size: 1.2em;
}

legend h4 a, legend h4 a:hover {
    color: #A12025;
    font-size: 22px;
    font-weight: bold;
}

.faq-footer {
    font-size: inherit;
}

.ticket-box {
    transition: box-shadow .3s;
    width: 100%;
    height: 150px;
    min-height: 150px;
    box-shadow: 0 1px 8px 0 rgba(0,0,0,0.2);
    cursor: pointer;
    margin-bottom: 15px;
    display: table;
}

.ticket-box p {
    display: table-cell;
    /*text-align: center;*/
    padding-left: 16px;
    vertical-align: middle;
}

.ticket-box:hover {
        box-shadow: 0 1px 11px 0 rgba(0,0,0,0.6);
}
.listNews {
    border-bottom: 1px solid #cecece;
    padding-left: 0;
    list-style: none;
}
.listNews li {
    padding: 5px;
    border-bottom: 1px solid #cecece;
    padding-bottom: 10px;
}
.newsSummary {
    display: table;
}

.newsDate {
    display: table;
}

/*Blinking Element*/
.blink {
    -webkit-animation: blink 1s step-end infinite;
    animation: blink 1s step-end infinite;
}
@-webkit-keyframes blink { 50% { visibility: hidden; }}
@keyframes blink { 50% { visibility: hidden; }}