blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 13px;
    border-left: 5px solid #eee;
}

textarea {
   resize: none;
}

p {
    margin: 0 0 10px;
    text-align: justify;
}

/* ANIMATION */
.delay-1{
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.delay-2{
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.delay-3{
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.delay-4{
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.delay-5{
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s;
}

.animate{
    visibility: hidden;
}


/* MENU BREAKPOINT */
@media screen and (max-width: 1419px){
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
        left: 0;
        margin: 0!important;
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}


/* 5 COLUMNS */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}


/* OFFSET RIGHT */
.col-xs-offset-right-12 {
    margin-right: 100%;
}
.col-xs-offset-right-11 {
    margin-right: 91.66666667%;
}
.col-xs-offset-right-10 {
    margin-right: 83.33333333%;
}
.col-xs-offset-right-9 {
    margin-right: 75%;
}
.col-xs-offset-right-8 {
    margin-right: 66.66666667%;
}
.col-xs-offset-right-7 {
    margin-right: 58.33333333%;
}
.col-xs-offset-right-6 {
    margin-right: 50%;
}
.col-xs-offset-right-5 {
    margin-right: 41.66666667%;
}
.col-xs-offset-right-4 {
    margin-right: 33.33333333%;
}
.col-xs-offset-right-3 {
    margin-right: 25%;
}
.col-xs-offset-right-2 {
    margin-right: 16.66666667%;
}
.col-xs-offset-right-1 {
    margin-right: 8.33333333%;
}
.col-xs-offset-right-0 {
    margin-right: 0;
}
@media (min-width: 768px) {
    .col-sm-offset-right-12 {
        margin-right: 100%;
    }
    .col-sm-offset-right-11 {
        margin-right: 91.66666667%;
    }
    .col-sm-offset-right-10 {
        margin-right: 83.33333333%;
    }
    .col-sm-offset-right-9 {
        margin-right: 75%;
    }
    .col-sm-offset-right-8 {
        margin-right: 66.66666667%;
    }
    .col-sm-offset-right-7 {
        margin-right: 58.33333333%;
    }
    .col-sm-offset-right-6 {
        margin-right: 50%;
    }
    .col-sm-offset-right-5 {
        margin-right: 41.66666667%;
    }
    .col-sm-offset-right-4 {
        margin-right: 33.33333333%;
    }
    .col-sm-offset-right-3 {
        margin-right: 25%;
    }
    .col-sm-offset-right-2 {
        margin-right: 16.66666667%;
    }
    .col-sm-offset-right-1 {
        margin-right: 8.33333333%;
    }
    .col-sm-offset-right-0 {
        margin-right: 0;
    }
}
@media (min-width: 992px) {
    .col-md-offset-right-12 {
        margin-right: 100%;
    }
    .col-md-offset-right-11 {
        margin-right: 91.66666667%;
    }
    .col-md-offset-right-10 {
        margin-right: 83.33333333%;
    }
    .col-md-offset-right-9 {
        margin-right: 75%;
    }
    .col-md-offset-right-8 {
        margin-right: 66.66666667%;
    }
    .col-md-offset-right-7 {
        margin-right: 58.33333333%;
    }
    .col-md-offset-right-6 {
        margin-right: 50%;
    }
    .col-md-offset-right-5 {
        margin-right: 41.66666667%;
    }
    .col-md-offset-right-4 {
        margin-right: 33.33333333%;
    }
    .col-md-offset-right-3 {
        margin-right: 25%;
    }
    .col-md-offset-right-2 {
        margin-right: 16.66666667%;
    }
    .col-md-offset-right-1 {
        margin-right: 8.33333333%;
    }
    .col-md-offset-right-0 {
        margin-right: 0;
    }
}
@media (min-width: 1200px) {
    .col-lg-offset-right-12 {
        margin-right: 100%;
    }
    .col-lg-offset-right-11 {
        margin-right: 91.66666667%;
    }
    .col-lg-offset-right-10 {
        margin-right: 83.33333333%;
    }
    .col-lg-offset-right-9 {
        margin-right: 75%;
    }
    .col-lg-offset-right-8 {
        margin-right: 66.66666667%;
    }
    .col-lg-offset-right-7 {
        margin-right: 58.33333333%;
    }
    .col-lg-offset-right-6 {
        margin-right: 50%;
    }
    .col-lg-offset-right-5 {
        margin-right: 41.66666667%;
    }
    .col-lg-offset-right-4 {
        margin-right: 33.33333333%;
    }
    .col-lg-offset-right-3 {
        margin-right: 25%;
    }
    .col-lg-offset-right-2 {
        margin-right: 16.66666667%;
    }
    .col-lg-offset-right-1 {
        margin-right: 8.33333333%;
    }
    .col-lg-offset-right-0 {
        margin-right: 0;
    }
}


/* FLEX ROW */
.row-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.row-reverse{
    flex-direction: row-reverse;
}

.row-flex > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

.row-vcenter{
    align-items: center;
}

.row-vbottom{
    align-items: flex-end;
}

.row-center{
    justify-content: center;
}

@media screen and (min-width: 768px){
    .row-stretch{
        justify-content: stretch;
    }
}


/* THEME */
body{
    font-family: 'Roboto', sans-serif;
    background: #f6f6f6;
    color: #38424b
}

.body-wrapper{
    overflow: hidden;
    min-height: 100vh;
}

img{
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5{
    font-family: 'Dosis', sans-serif;
}

h1{
    font-size: 32px;
}

a,
a:hover,
a:focus,
a:active{
    color: #38424b
}


.btn-upgrade{
    font-family: 'Dosis', sans-serif;
    border: none;
    background: #337ab7;
    
    padding: 10px 40px;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.3s ease;
}


.btn-upgrade:hover,
.btn-upgrade:focus,
.btn-upgrade:active,
.btn-upgrade:focus:active{
	color: #fff;
    background: rgb(0, 82, 204);
}


.btn-primary{
    font-family: 'Dosis', sans-serif;
    border: none;
    background: #3bb3a9;
    border-radius: 50px;
    padding: 10px 40px;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.3s ease;
}


.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:focus:active{
    background: #35edb9;
}



.btn.btn-primary.btn-lg {
    padding: 15px 30px;
    font-size: 16px;
}

.btn-secondary{
    font-family: 'Dosis', sans-serif;
    border: none;
    background: #576674 !important;
    border-radius: 50px;
    padding: 10px 40px;
    color: #fff !important;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.btn-exportar{
    font-family: 'Dosis', sans-serif;
    border: none;
    background: #d9534f;
    border-radius: 50px;
    padding: 10px 40px;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary:focus:active{
    background: #3bb3a9 !important;
}

.btn-link{
    font-family: 'Dosis', sans-serif;
    text-transform: uppercase;
    color: #929ba4;
    font-weight: 700;
    padding: 10px;
}

.btn-link:hover,
.btn-link:focus,
.btn-link:active{
    color: #929ba4;
}

.btn-outline{
    color: #3bb3a9;
    border-radius: 50px;
    border: solid 1px #3bb3a9;
    text-transform: uppercase;
    transition: all 0.3s ease;
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active{
    background: #3bb3a9;
    color: #fff;
}

.btn-outline-grey{
    color: #929ba4;
    border-radius: 50px;
    border: solid 1px #929ba4;
    text-transform: uppercase;
    transition: all 0.3s ease;
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
}

.btn-outline-grey:hover,
.btn-outline-grey:focus,
.btn-outline-grey:active{
    background: #929ba4;
    color: #fff;
}

.btn-outline.btn-sm,
.btn-outline-grey.btn-sm{
    font-size: 9px;
    line-height: 1;
}

.btn-outline .material-icons{
    font-size: 16px;
    line-height: 15px;
    vertical-align: text-bottom;
}

.btn-sm .material-icons{
    vertical-align: bottom;
    font-size: 12px;
    line-height: 10px;
}

.content-box{
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
    padding: 15px;
}

.slim-content-box{
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
    border: 2px solid #fff;
}



/* HEADER */
.header-1{
    background: #576674;
    font-family: 'Dosis', sans-serif;
}

.header-1 .logo{
    display: block;
    /*width: 123px; saui-default*/
    width: 158px;
    float: left;
    margin-right: 10px;
}

.header-1 .header-page-title{
    display: flex;
    height: 48px;
    align-items: center;
    float: left;
}

.header-1 .header-page-title p{
    color: #fff;
    margin-bottom: 0;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 12px;;
}

.header-1 .header-page-title p strong{
    font-weight: 600;
    text-transform: uppercase;
}

.header-1 .header-page-title p span{
    display: inline-block;
    margin: 0 6px;
}

.header-1 .header-button{
    float: right;
    margin-left: 10px;
}

.header-1 .header-button .btn-primary{
    font-size: 12px;
    line-height: 18px;
    padding: 9px 20px;
    margin: 6px 0;
}

.header-1 .navbar-toggle{
    float: left;
    border: none;
    padding: 3px 0;
    line-height: 1;
}

.navbar-toggle .material-icons{
    color: #fff;
}

.header-1 .navbar-collapse{
    padding: 0;
    clear: both;
}

.header-1 .navbar-nav>li{
    padding: 0;
}

.header-1 .navbar-nav>li>a{
    display: block;
    padding: 13px 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    transition: all 0.3s ease;
    letter-spacing: 1px;
    border-bottom: 2px solid transparent;
    font-family: 'Dosis', sans-serif;
    font-weight: 600;
}

.header-1 .navbar-nav>li>a .material-icons{
    vertical-align: bottom;
    color: #929ba4;
    transition: all 0.3s ease;
    font-size: 20px;
}

.header-1 .navbar-nav>li.active>a,
.header-1 .navbar-nav>li>a:hover,
.header-1 .navbar-nav>li>a:focus,
.header-1 .navbar-nav>li>a:active,
.header-1 .navbar-nav>li.open>a, 
.header-1 .navbar-nav>li.open>a:focus, 
.header-1 .navbar-nav>li.open>a:hover{
    background-color: #38424b;
    color: #3bb3a9;
    border-bottom-color: #3bb3a9;
}

.header-1 .navbar-nav>li.open>a, 
.header-1 .navbar-nav>li.open>a:focus, 
.header-1 .navbar-nav>li.open>a:hover{
    border-bottom-color: transparent;
}

.header-1 .navbar-nav>li.active>a .material-icons,
.header-1 .navbar-nav>li>a:hover .material-icons,
.header-1 .navbar-nav>li>a:focus .material-icons,
.header-1 .navbar-nav>li>a:active .material-icons{
    color: #3bb3a9;
}

.btn-header{
    border-radius: 0;
    background: transparent;
    border: none;
    color: #fff;
    font-family: 'Dosis', sans-serif;
    font-weight: 600;
    padding: 14px 12px;
    transition: all 0.3s ease;
    position: relative;
}

.btn-header .material-icons{
    vertical-align: bottom;
    font-size: 20px;
}

.btn-header:hover,
.btn-header:focus,
.btn-header:active{
    box-shadow: none;
    background-color: #38424b;
    color: #3bb3a9;
}

#linkAlerts.active{
    box-shadow: none; 
    background-color: #38424b;
    color: #3bb3a9;
} 

#linkAccount.active {
	box-shadow: none; 
    background-color: #38424b;
    color: #3bb3a9;
}


.header-button .btn-group.open .dropdown-toggle{
    box-shadow: none;
}

.header-button .open>.dropdown-menu{
    left: auto;
    right: 0;
}

.dropdown-menu {
    margin-top: 0;
    border: none;
    border-radius: 0;
    background: #38424b;
    color: #fff;
}

.dropdown-menu>li>a{
    font-size: 16px;
    font-weight: 500;
    font-family: 'Dosis', sans-serif;
    color: #fff;
}

.dropdown-menu>li>a:focus, 
.dropdown-menu>li>a:hover{
    background: #576674;
    color: #fff;
}

.dropdown-menu .divider{
    background: #576674;
}

.btn-header .counter{
    background: #3bb3a9;
    color: #fff;
    width: 22px;
    height: 22px;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 800;
    position: absolute;
    top: 5px;
    right: 3px;
    border-radius: 50%;
    text-align: center;
}

.header-2 .header-progress{
    background: #ccd1d5;
    border-top: 1px solid #f6f6f6;
}

.header-2 .header-progress>div{
    background: #3bb3a9;
    height: 8px;
    border-radius: 0 8px 8px 0;
    transition: all 0.3s ease;
}

.header-2 .header-progress>div.finished{
    width: 100%;
    border-radius: 0;
}

.header-1 .navbar-nav>li>a.divider{
    position: relative;
}

.header-1 .navbar-nav>li>a.divider:after {
    content: '';
    display: block;
    position: absolute;
    background: #929ba4;
    top: 0;
    left: 50%;
    width: calc(100% - 30px);
    height: 1px;
    transform: translateX(-50%);
}

@media (max-width: 767px){
    .header-1 .navbar-collapse{
        clear: both;
        width: 100%;
        width: calc(100% + 30px);
        border: none;
        margin: 0 -15px!important;
    }

    .header-1 .navbar-nav{
        margin: 0;
    }

    .header-1 .navbar-nav>li>a{
        padding: 13px 15px;
    }
}

@media (min-width: 768px){
    .header-1 .logo{
        /*margin-right: 50px;*/
    }
}

@media (min-width: 992px){
    .header-1 .navbar-collapse{
        float: left;
        clear: none;
    }

    .header-1 .navbar-nav>li>a.divider{
        position: relative;
    }

    .header-1 .navbar-nav>li>a.divider:after {
        top: 50%;
        left: 0;
        width: 1px;
        height: 20px;
        transform: translateY(-50%);
    }
}

@media (min-width: 1200px){
    .header-1 .navbar-nav>li>a{
        padding: 13px 20px;
    }
}


/* CONTENT */
.content-wrapper{
    padding: 15px 0;
}


/* BREADCRUMB */
.breadcrumb{
    padding: 6px 0;
    margin-bottom: 0;
}

.breadcrumb li,
.breadcrumb li a{
    color: #a6aaaf;
    font-size: 12px;
    line-height: 15px;
    transition: all 0.3s ease;
}

.breadcrumb li a:hover,
.breadcrumb li a:focus,
.breadcrumb li a:active{
    color: #38424b;
    text-decoration: none;
}

.breadcrumb>li+li:before{
    content: "›";
    font-size: 24px;
    line-height: 18px;
    vertical-align: bottom;
}

.btn-breadcrumb{
    color: #a6aaaf;
    font-size: 12px;
    line-height: 15px;
    transition: all 0.3s ease;
}

#linkVoltar {
	font-size: 16px;
	color: #3bb3a9;
}

.btn-breadcrumb .material-icons{
    font-size: 14px;
    vertical-align: bottom;
}

.btn-breadcrumb:hover,
.btn-breadcrumb:focus,
.btn-breadcrumb:active{
    color: #38424b;
    box-shadow: none;
}


/* FORM PAGE */
.form-page-content{
    margin: 25px 0;
}

fieldset h1,
fieldset h2{
    font-family: 'Dosis', sans-serif;
    margin-bottom: 30px;
}

.form-group{
    position: relative;
    margin-bottom: 30px;
}

label{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
    display: block;
    font-family: 'Dosis', sans-serif;
}

.form-group label.field-title{
    color: #929ba4;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    /*position: absolute;*/
    top: 10px;
    left: 0;
    margin-bottom: 0;
    transition: all 0.3s ease;
    pointer-events: none;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.form-group label.field-title.active{
    color: #3bb3a9;
    top: 0;
    left: 0;
    font-size: 10px;
}

.form-control{
    border: none;
    border-bottom: 1px solid #ccd1d5;
    box-shadow: none;
    border-radius: 0;
    padding: 10px 0 10px;
    height: 40px;
    transition: all 0.3s ease;
}

label.field-title ~ .form-control{
    padding: 0px 0 5px;
    /*padding: 15px 0 5px;*/
}

.form-control:focus{
    border-color: #3bb3a9;
    box-shadow: none;
}

label.checkbox-container,
label.radio-container,
label.toggle-container {
    font-family: 'Roboto', sans-serif;
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    color: #576674;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

label.toggle-container{
    padding-left: 45px;
}

label.checkbox-container input,
label.radio-container input,
label.toggle-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

label.checkbox-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    border: 2px solid #576674;
    border-radius: 4px;
    transition: all 0.3s ease;
}

label.checkbox-container:hover input ~ .checkmark {
    border-color: #3bb3a9;
}

label.checkbox-container input:checked ~ .checkmark {
    background-color: #3bb3a9;
    border-color: #3bb3a9;
}

label.checkbox-container .checkmark:after,
label.radio-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

label.checkbox-container input:checked ~ .checkmark:after,
label.radio-container input:checked ~ .checkmark:after {
    display: block;
}

label.checkbox-container .checkmark:after {
    left: 6px;
    top: 0px;
    width: 8px;
    height: 16px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

label.radio-container{
    display: inline-block;
    margin-right: 30px;
}

label.radio-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  border: 2px solid #576674;
  border-radius: 50%;
  transition: all 0.3s ease;
}

label.radio-container:hover input ~ .checkmark {
  border-color: #3bb3a9;
}

label.radio-container input:checked ~ .checkmark {
  border-color: #3bb3a9;
}

label.radio-container .checkmark:after {
    top: 3px;
    left: 3px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #3bb3a9;
}

label.toggle-container .checkmark{
    width: 36px;
    height: 14px;
    display: inline-block;
    border-radius: 7px;
    background-color: rgba(204, 209, 213, 0.2);
    position: absolute;
    top: 3px;
    left: 0;
    transition: all 0.3s ease;
}

label.toggle-container input:checked ~ .checkmark{
    background-color: rgba(59, 179, 169, 0.2);
}

label.toggle-container .checkmark:after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background-color: #3bb3a9;
    margin-top: -3px;
    transition: all 0.3s ease;
}

label.toggle-container input:checked ~ .checkmark:after{
    left: 100%;
    transform: translateX(-100%);
}

.input-icon{
    position: absolute;
    top: 8px;
    right: 0;
    pointer-events: none;
    color: #929ba4;
}

.form-group .input-icon ~ .form-control{
    padding-right: 25px;
}

.datepicker.dropdown-menu{
    border: 1px solid #fff;
}

.datepicker table tr td.day:hover, 
.datepicker .datepicker-switch:hover, 
.datepicker .next:hover, 
.datepicker .prev:hover, 
.datepicker tfoot tr th:hover, 
.datepicker table tr td span:hover{
    background: #38d0b1;
    color: #fff;
}

.datepicker table tr td.active.active, 
.datepicker table tr td.active.highlighted.active, 
.datepicker table tr td.active.highlighted:active, 
.datepicker table tr td.active:active,
.datepicker table tr td.focused,
.datepicker table tr td span.focused{
    background: #3bb3a9;
    color: #fff;
}

.datepicker table tr td.active.active.focus, 
.datepicker table tr td.active.active:focus, 
.datepicker table tr td.active.active:hover, 
.datepicker table tr td.active.highlighted.active.focus, 
.datepicker table tr td.active.highlighted.active:focus, 
.datepicker table tr td.active.highlighted.active:hover, 
.datepicker table tr td.active.highlighted:active.focus, 
.datepicker table tr td.active.highlighted:active:focus, 
.datepicker table tr td.active.highlighted:active:hover, 
.datepicker table tr td.active:active.focus, 
.datepicker table tr td.active:active:focus, 
.datepicker table tr td.active:active:hover,
.datepicker table tr td span.active.active, 
.datepicker table tr td span.active.active:hover, 
.datepicker table tr td span.active.active:focus, 
.datepicker table tr td span.active.disabled.active, 
.datepicker table tr td span.active.disabled:active, 
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover:active, 
.datepicker table tr td span.active:active, 
.datepicker table tr td span.active:hover.active, 
.datepicker table tr td span.active:hover:active{
    background: #3bb3a9;
    color: #fff;
}

.well{
    border: none;
    box-shadow: none;
    background: #eaecee;
}

.well-percent{
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

.well-percent h3{
    text-transform: uppercase;
    color: #929ba4;
    font-size: 11px;
    margin: 0 0 5px;
}

.well-percent strong{
    color: #1c2e42;
    font-size: 16px;
}


/* FORM STEPS */
.form-steps{
    font-family: 'Roboto', sans-serif;
    margin: 75px 0;
    color: #1c2e42;
}

.form-steps h2{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
}

.form-steps ul{
    padding-left: 0;
}

.form-steps ul li{
    list-style: none;
    font-size: 16px;
}


/* ALERTS */
.alert-success{
    border-color: rgba(53, 237, 185, 0.25);
    background-color: rgba(63, 210, 168, 0.1)
}

.alert-has-icon{
    padding-left: 50px;
    position: relative;
    min-height: 54px;
}

.alert-has-icon .material-icons{
    position: absolute;
    top: 15px;
    left: 15px;
}

.alert-success .material-icons{
    color: #3bb3a9;
}

.alert p{
    font-size: 16px;
}

.alert p{
    color: #576674;
}

.alert-warning .material-icons{
    color: #f9ca44;
}


/* LOGIN PAGE */
.login-page{
    background-image: url('../img/loginbg.png');
    background-size: cover;
    background-position: center;
    min-width: 100vw;
    min-height: 100vh;
    padding: 30px 15px;
}

.login-content{
    text-align: center;
}

.login-content .field-title {
    text-align: start !important;
}

.login-content .logo{
    width: 210px; 
    margin: 0 auto 20px;
}

.login-box{
    width: 620px;
    max-width: 100%;
    padding: 30px;
    border-radius: 4px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}

.login-box h1{
    font-size: 24px;
    margin-top: 30px;
    text-transform: uppercase;
}

.login-box p{
    color: #929ba4;
}

.login-box .btn-link{
    font-size: 12px;
}

.signup-box{
    margin-top: 20px;
    color: #fff;
}

.btn-outline-white{
    font-family: 'Dosis', sans-serif;
    border: 1px solid #fff;
    background: transparent;
    border-radius: 50px;
    padding: 10px 40px;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.3s ease;
    font-size: 12px;
    margin: 10px;
}

.btn-outline-white:hover,
.btn-outline-white:focus,
.btn-outline-white:active{
    color: #38424b;
    background: #fff;
}

.btn-outline-white.btn-sm {
    font-size: 10px;
    padding: 3px 14px;
    line-height: 14px;
    margin: 5px;
}

.btn-outline-white.btn-sm .material-icons{
    line-height: 14px;
}

@media(max-width: 767px){
    .login-box .pull-left,
    .login-box .pull-right{
        float: none!important;
    }
}

@media (min-width: 768px){
    .login-page{
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

 label.help-block {
    font-size: 14px;
}

.dashboard-highlights{
    margin-bottom: 30px;
    display: block;
    height: 100%;
}

a.dashboard-highlights:hover,
a.dashboard-highlights:focus,
a.dashboard-highlights:active{
    text-decoration: none;
}

.dashboard-highlights h2{
    color: #3bb3a9;
    font-size: 16px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 5px;
}

.dashboard-highlights p{
    margin-bottom: 0;
}

.dashboard-highlights p strong{
    font-size: 36px;
    color: #252a2f;
    font-weight: 700;
    display: block;
    line-height: 1;
}

.dashboard-highlights p span{
    display: inline-block;
    color: #a6aaaf;
    margin-right: 15px;
}

.dashboard-highlights p span:last-child{
    margin-right: 0;
}

.project-stats{
    margin-bottom: 30px;
}

.project-stats h2{
    color: #3bb3a9;
    font-size: 24px;
    font-weight: 600;
    margin-top: 0;
}

.outline-box{
    border: 1px solid #ccd1d5;
    border-radius: 4px;
    padding: 15px;
    margin-top: 1px;
    margin-bottom: 10px;
    position: relative;
}

.outline-box h3{
    color: #929ba4;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 5px;
}

.outline-box p{
    margin-bottom: 0;
}

.outline-box .outline-box-value {
    font-size: 36px;
    color: #252a2f;
    font-weight: 700;
    display: block;
    line-height: 1;
    min-height: 48px;
}
.outline-box-list{
    padding-left: 0;
    margin-bottom: 0;
}

.outline-box-list li{
    list-style: none;
    display: block;
    border-bottom: 1px dotted #929ba4;
    font-size: 16px;
    line-height: 27px;
}

.outline-box-list li:last-child{
    border-bottom: 0;
}

.outline-box-list li strong{
    color: #252a2f;
    font-weight: 700;
}

.outline-highlighted-box{
    border: 2px solid #3bb3a9;
    background: rgba(59, 179, 169, 0.2);
    margin-top: 0;
}

.outline-highlighted-box h3{
    color: #3bb3a9;
}

.dashboard-charts h3{
    text-transform: uppercase;
    color: #929ba4;
    font-weight: 500;
    font-size: 16px;
}

.list-widget{
    margin-bottom: 30px;
    height: 100%;
}

.list-widget h2{
    color: #3bb3a9;
    font-weight: 600;
    font-size: 24px;
    margin-top: 10px;
}

.list-widget-items{
    margin: 20px 0;
    overflow-y: auto;
    overflow-x: hidden;
    min-height: 190px;
}

.list-widget-item{
    padding: 10px 0;
    border-bottom: 2px solid rgba(0,0,0,.1);
    display: block;
    text-decoration: none!important;
}

.list-widget-item:first-child{
    border-top: 2px solid rgba(0,0,0,.1);
}

.list-widget-item h3{
    font-size: 14px;
    margin-top: 0;
    color: #1c2e42;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;    
}

.list-widget-item-secondary{
    color: #a6aaaf;
}

.list-widget-item-primary{
    color: #16b097;
}

@media (min-width: 768px){
    .outline-box{
        margin-bottom: 30px;
    }

    .dashboard-highlights h2{
        font-size: 24px;
    }

    .list-widget-item h3,
    .list-widget-item p{
        margin-bottom: 0;
    }
}

@media (min-width: 1200px){
    .outline-box:before{
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        right: 100%;
        width: 30px;
        transform: translate(-1px,-50%);
        height: 2px;
        background: #ccd1d5;
    }

    div:first-child>.outline-box:before{
        display: none;
    }

    div:last-child>.outline-box:before{
        height: 48px;
        transform: translate(-17px, -50%);
        width: 15px;
    }

    div:last-child>.outline-box:after{
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        right: 100%;
        height: 96px;
        width: 30px;
        transform: translate(13px, -50%);
        border-left: 30px solid #ccd1d5;
        border-top: 48px solid transparent;
        border-bottom: 48px solid transparent;
    }
}


/* NOTICES */
.page-title h1{
    font-weight: 600;
    font-size: 24px;
    margin-top: 0;
    display: inline-block;
}

.page-title .btn{
    margin-bottom: 5px;
}

.notice-details{
    padding-left: 0;
    clear: both;
}

.notice-details li{
    list-style: none;
    font-size: 11px;
    color: #686f78;
}

.has-error .form-control {
	box-shadow: 0px 0px;
}

.notice-details li .material-icons{
    font-size: 13px;
    color: #ccd1d5;
    vertical-align: text-bottom;
}

.notice-nav{
    margin-bottom: 30px;
}


.notice-nav ul{
    padding-left: 0;
    margin-bottom: 0;
}

.notice-nav ul li{
    display: block;
    list-style: none;
}


.notice-nav ul li a{
    padding: 15px;
    display: block;
    transition: all 0.3s ease;
    border-radius: 4px;
}

.notice-nav ul li a .material-icons{
    margin-right: 15px;
    vertical-align: middle;
    color: #ccd1d5;
    transition: all 0.3s ease;
}

.notice-nav ul li a:hover,
.notice-nav ul li a:focus,
.notice-nav ul li a:active,
.notice-nav ul li.active a{
    text-decoration: none;
    color: #38424b;
    font-weight: 500;
    background: #eaecee;
}

.notice-nav ul li a:hover .material-icons,
.notice-nav ul li a:focus .material-icons,
.notice-nav ul li a:active .material-icons,
.notice-nav ul li.active a .material-icons{
    color: #3bb3a9;
}

.notice-image{
    position: relative;
    margin-bottom: 30px;
}

.notice-image img{
    border-radius: 4px;
}

.notice-image a.camera{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+50,0.65+100 */
    background: -moz-linear-gradient(-45deg,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.notice-image a.camera .material-icons{
    position: absolute;
    bottom: 15px;
    right: 15px;
    color: #fff;
}

.notice-highlights{
    margin-bottom: 30px;
}

.notice-highlights>div{
    padding: 25px;
}

.notice-highlights>div:first-child{
    background: rgba(59, 179, 169, 0.2);
}

.notice-highlights h3{
    margin-top: 0;
    text-transform: uppercase;
    color: #929ba4;
    font-size: 14px;
}

.notice-highlights h4{
    font-family: 'Roboto', sans-serif;
    color: #686f78;
    font-size: 11px;
    font-weight: 400;
    margin-bottom: 0;
}

.notice-highlights-number{
    font-size: 24px;
    font-weight: 700;
}

.notice-highlights>div:last-child{
    border-top: 1px dotted #ccd1d5;
    position: relative;
}

.notice-highlights>div:last-child:before{
    content: '+';
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #3bb3a9;
    color: #fff;
    font-weight: 500;
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.notice-table-box{
    margin-bottom: 30px;
}

.notice-table-box h2{
    font-weight: 700;
    font-size: 24px;
    margin-top: 0;
}

.notice-tabs{
    display: flex;
    overflow: auto;
    margin-bottom: 30px;
}

.notice-tabs a{
    flex-grow: 1;
    display: block;
    border: 1px solid #ccd1d5;
    border-radius: 4px;
    margin-top: 1px;
    margin-right: 10px;
    margin-bottom: 15px;
    padding: 15px;
    text-decoration: none!important;
    min-width: 130px;
}

.notice-tabs h3{
    margin-top: 0;
    text-transform: uppercase;
    color: #929ba4;
    font-size: 14px;
}

.notice-tabs p{
    font-weight: 700;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 0;
}

.notice-tabs a.active{
    background: rgba(59, 179, 169, 0.2);
    margin-top: 0;
    border: 2px solid #3bb3a9;
    margin-bottom: 14px;
    position: relative;
}

.notice-tabs a.active:after{
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 24px;
    height: 12px;
    border-top: 12px solid #3bb3a9;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
}

.notice-tabs a.active h3{
    color: #3bb3a9;
}

.dt-bootstrap .dataTables_length label{
    font-size: 12px;
    color: #576674;
    font-family: 'Roboto', sans-serif;
}

.dt-bootstrap .dataTables_length .form-control{
    padding: 5px 20px 5px 5px;
    font-size: 14px;
}

.dt-bootstrap .dataTables_filter input.form-control{
    display: block;
    margin-left: auto;
    padding: 5px 20px 5px 5px;
    font-size: 14px;
    height: 30px;
}

.dt-bootstrap .dataTables_info{
    font-size: 12px;
    color: #576674;
}

.table thead th{
    font-weight: 500;
    font-size: 11px;
    color: #3bb3a9;
    text-transform: uppercase;
}

.table>thead>tr>th{
    border-bottom: 1px solid #eaecee;
}

.table tbody td{
    color: #252a2f;
}

.table>tbody>tr>td{
    border-top: 1px solid #eaecee;
}

.table>tbody>tr:first-child>td{
    border-top: none;
}

.table-hover>tbody>tr:hover{
    background-color: rgba(234, 236, 238, 0.5);
}

.secondary-text{
    color: #929ba4;
}

.secondary-small-text{
    color: #929ba4;
    font-size: 11px;
}

.pagination>li>a, 
.pagination>li>span{
    border: none;
    font-size: 12px;
    color: #576674;
}

.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover, 
.pagination>.active>span, 
.pagination>.active>span:focus, 
.pagination>.active>span:hover{
    border: none;
    background: transparent;
    color: #576674;
    font-weight: 700;
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before, 
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before{
    border: none;
    box-shadow: none;
    background-color: #3bb3a9!important;
    margin-top: 1px;
}

table.dataTable>tbody>tr.child span.dtr-title {
    font-weight: 500;
    font-size: 11px;
    color: #3bb3a9;
    text-transform: uppercase;
}

@media (max-width: 767px){
    div.dataTables_wrapper div.dataTables_length label {
        text-align: center;
    }

    .dt-bootstrap .dataTables_filter input.form-control{
        margin-right: auto;
        text-align: center;
    }
}

@media (min-width: 768px){
    .page-title .btn{
        float: right;
    }

    .notice-details li{
        display: inline-block;
        margin-right: 20px;
    }

    .notice-highlights{
        display: flex;
    }

    .notice-highlights>div{
        width: 33%;
        border-radius: 4px 0 0 4px;
    }

    .notice-highlights>div:last-child{
        border-top: none;
        border-left: 1px dotted #ccd1d5;
    }

    .notice-highlights>div:last-child:before{
        top: 50%;
        left: 0;
    }
}


/* PRESENTATION */
.presentation-header{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #38424b;
    color: #fff;
    height: 80px;
    z-index: 100;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.25);
}

.presentation-breadcrumb{
    padding: 16px 0;
    margin: 0;
    height: 80px;
    overflow: hidden;
}

.presentation-breadcrumb li{
    display: inline-block;
    list-style: none;
    vertical-align: middle;
    padding-left: 30px;
    position: relative;
}

.presentation-breadcrumb li:first-child{
    padding-left: 0;
}

.presentation-breadcrumb li:after{
    content: 'keyboard_arrow_right';
    width: 20px;
    height: 20px;
    font-family: 'Material Icons';
    font-size: 20px;
    line-height: normal;
    color: #929ba4;
    display: block;
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
}

.presentation-breadcrumb li a{
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 150px;
    display: block;
}

.presentation-breadcrumb .logo{
    display: block;
    width: 104px;
}

.presentation-actions{
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-bottom: 0;
}

.presentation-actions li{
    display: block;
}

.presentation-actions li .presentation-action{
    display: block;
    background: transparent;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Dosis', sans-serif;
    font-weight: 700;
    padding: 26px 15px;
    border: none;
    border-top: 2px solid transparent;
    border-left: 1px solid #576674;
    transition: all 0.3s ease;
}


.presentation-actions li:last-child .presentation-action{
    border-right: 1px solid #576674;
}

.presentation-actions li .presentation-action:hover,
.presentation-actions li .presentation-action:focus,
.presentation-actions li .presentation-action:active{
    text-decoration: none;
    background: rgba(87, 102, 116, 0.25);
    border-top-color: #3bb3a9;
    outline: none;
}

.presentation-actions li .presentation-action .material-icons{
    vertical-align: middle;
}

.presentation-actions li .presentation-action span{
    vertical-align: middle;
}

.presentation-action-menu-avaliacao{
    display: none;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    color: #576674;
    border: 2px solid #fff;
    border-radius: 4px;
    margin-bottom: 10px;
    min-width: 400px;
}

.presentation-action-menu-avaliacao:after{
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-top: 15px solid #fff;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
}

.presentation-action-menu{
    display: none;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    color: #576674;
    border: 2px solid #fff;
    border-radius: 4px;
    margin-bottom: 10px;
    min-width: 250px;
}

.presentation-action-menu:after{
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-top: 15px solid #fff;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
}

.pam-header{
    padding: 20px;
    border-radius: 4px 4px 0 0;
    background: rgba(59, 179, 169, 0.2);
    text-align: center;
}

.pam-header h4{
    text-transform: uppercase;
    font-size: 11px;
    color: #3bb3a9;
    margin-bottom: 5px;
}

.pam-header p{
    color: #1c2e42;
    font-size: 16px;
}

.pam-content{
    padding: 20px;
    overflow-y: scroll;
    max-height: 500px;
}

.pam-content .form-group{
    margin-bottom: 15px;
}

.pam-content .form-group:last-child{
    margin-bottom: 0;
}

.pam-content label.toggle-container{
    font-weight: 400;
}

.presentation-outer{
    margin-bottom: 80px;
}

.presentation-col-1{
    background: #000;
    background-image: url('../img/pattern.png');
    background-size: 480px 240px;
    direction: rtl;
}

.presentation-col-1-container{
    direction: ltr;
}

.presentation-gallery-container{
    display: flex;
    align-items: center;
    background: #000;
}

.presentation-gallery-image{
    /* este campo pode ser liberado quando for utilizar multiplas imagens na galeria da pag do projeto.
    width: calc(100% - 100px);*/
}

.presentation-gallery-image img{
    /*width: 100%;*/
    height: 250px;
    /*object-fit: cover;*/
}

.presentation-gallery-thumbs{
    width: 100px;
    max-height: 250px;
    overflow: auto;
    padding-left: 0;
    margin-bottom: 0;
}

.presentation-gallery-thumbs li{
    list-style: none;
}

.presentation-gallery-thumbs li img{
    max-height: 75px;
    object-fit: cover;
}

.presentation-details-box{
    padding: 15px;
}

.presentation-value{
    background: rgba(53, 237, 185, 0.8);
    border-radius: 8px;
    font-size: 18px;
    padding: 17px 15px;
    margin-bottom: 30px;
}

.presentation-value dl{
    margin-bottom: 0;
}

.presentation-details{
    overflow: hidden;
    margin-bottom: 30px;
}

.presentation-details dl{
    padding: 5px 0;
    border-bottom: 1px solid rgba(255,255,255,.15);
    color: #fff;
    margin-bottom: 0;
}

.presentation-details dl:last-child{
    border-bottom: none;
}

.presentation-details dt{
    font-family: 'Dosis', sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}

.presentation-details dt .material-icons{
    vertical-align: text-top;
    font-size: 20px;
}

.presentation-details dd{
    font-size: 16px;
}

.presentation-col-2{
    background: #f6f6f6;
    padding: 15px;
}

.presentation-description{
    font-size: 16px;
    color: #1c2e42;
}

.presentation-description h1{
    margin-top: 0;
    font-weight: 600;
    text-transform: uppercase;
    color: #38424b;
}

.presentation-subtitle{
    font-family: 'Dosis', sans-serif;
    font-weight: 500;
    font-size: 19px;
    color: #38424b;
    margin-bottom: 40px;
}

.presentation-subtitle a{
    text-decoration: underline;
}

.presentation-subtitle .material-icons{
    font-size: 18px;
    vertical-align: middle;
}

.presentation-description h2{
    margin-top: 40px;
    font-size: 20px;
    font-weight: 700;
    color: #3bb3a9;
    text-transform: uppercase;
}

.presentation-description ul{
    padding-left: 20px;
}

.presentation-description table{
    font-size: 14px;
    width: 100%;
}

.presentation-description table tr{
    background: #fff;
    border-bottom: 1px solid #f6f6f6;
}

.presentation-description table th,
.presentation-description table td{
    padding: 8px;
}

.presentation-description table th{
    font-weight: 400;
}

.presentation-description table td{
    color: #929ba4;
    text-align: center;
}

.presentation-nav{
    pointer-events: none;
}

.presentation-nav-prev{
    position: fixed;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #38424b;
    color: #fff;
    width: 140px;
    height: 240px;
    border-radius: 0 240px 240px 0;
    opacity: 0.8;
    transition: all 0.3s ease;
    transform: translate(-125px, -50%);
    pointer-events: all;
}

.presentation-nav-prev:hover,
.presentation-nav-prev:focus,
.presentation-nav-prev:active{
    opacity: 1;
    color: #fff;
    text-decoration: none;
    transform: translate(-40px, -50%);
}

.presentation-nav-next{
    position: fixed;
    top: 50%;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #38424b;
    color: #fff;
    width: 140px;
    height: 240px;
    border-radius: 240px 0 0 240px;
    opacity: 0.8;
    transition: all 0.3s ease;
    transform: translate(125px, -50%);
    pointer-events: all;
}

.presentation-nav-next:hover,
.presentation-nav-next:focus,
.presentation-nav-next:active{
    opacity: 1;
    color: #fff;
    text-decoration: none;
    transform: translate(40px, -50%);
}

.presentation-nav-prev .material-icons,
.presentation-nav-next .material-icons{
    font-size: 80px;
}

@media (max-width: 1199px){
    .presentation-breadcrumb li:not(:first-child){
        display: none;
    }
}

@media (min-width: 768px){
    .presentation-actions{
        justify-content: flex-end;
    }

    .presentation-value{
        font-size: 24px;
    }

    .presentation-details dt{
        font-size: 20px;
    }

    .presentation-details dt .material-icons{
        font-size: 24px;
    }

    .presentation-details dd{
        font-size: 22px;
    }

    .presentation-gallery-image img{
        height: 450px;
    }

    .presentation-gallery-thumbs{
        max-height: 450px;
    }

    .presentation-nav-prev{
        transform: translate(-100px, -50%);
    }

    .presentation-nav-next{
        transform: translate(100px, -50%);
    }
}

@media (min-width: 992px){
    .presentation-outer{
        display: flex;
        height: calc(100vh - 80px);
    }

    .presentation-col-1{
        width: 730px;
        max-width: 50%;
        height: 100%;
        overflow: auto;
    }

    .presentation-details-box{
        padding: 40px;
    }

    .presentation-col-2{
        width: calc(100% - 730px);
        min-width: 50%;
        height: 100%;
        overflow: auto;
        padding: 40px;
    }

    .presentation-description{
        font-size: 22px;
    }

    .presentation-description h1{
        font-size: 40px;
    }
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
	border-radius: 4px;
 	background-color: #3bb3a9;
}

#thumbPerfil{
  /*max-width: 400px;*/
  max-height: 280px;
  margin-top: 10px;
}

#thumbProjeto {
  max-width: 200px;
  max-height: 200px;
}

.thumbnail {
  display: block;
  padding: 4px;
  /*margin-bottom: 20px;*/
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
  max-width: 250px;
  max-height: 230px;
  overflow: hidden;
}

.thumbnailProjeto {
    border-radius: 50% 50% 50% 50%;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    max-width: 250px;
    max-height: 230px;
    overflow: hidden;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover  {
    cursor: default;
    background-color: #fff;
    border-bottom: 3px solid #3bb3a9;
    border-left: none;
    border-top: none;
    border-right: none;
	font-family: Roboto;
	font-size: 16px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal; 
	text-align: center;
	color: #3bb3a9;
	text-transform: uppercase;
} 


.nav-tabs>li>a {
    cursor: pointer;
    background-color: #fff;
    border-bottom: none;
    border-left: none;
    border-top: none;
    border-right: none;
	font-family: Roboto;
	font-size: 16px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;  
	text-align: center;
	color: #929ba4;
	text-transform: uppercase;
}

table.dataTable {
	font-size: 14px;
}

.error {
	color: red;
}

.tt-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box;
	cursor: pointer;
}

.tt-suggestion {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.428571429;
	color: #333333;
	white-space: nowrap;
}

.tt-suggestion:hover, .tt-suggestion:focus {
	color: #ffffff;
	text-decoration: none;
	outline: 0;
	background-color: #428bca;
}

.bootstrap-tagsinput {
    border: 0!important;
    box-shadow: 0 0!important;
    padding: 15px 0px!important;
    border-bottom: 1px solid #ccd1d5!important;
    min-width: 600px;
}

.alert-info .bootstrap-tagsinput
 {
    border: 0!important;
    box-shadow: 0 0!important;
    padding: 10px 0px!important;
}

/*tamanho minimo para o scroll de horas do datepicker de agendamento de a��es*/
.datepicker > .datepicker_inner_container > .datepicker_timelist {
	min-height: 182px !important;
}

.datepicker_inner_container {
	min-width: 278px;
}

.tt-input {
	border: none!important;
    box-shadow: none!important;
    border-radius: 0!important;
    padding: 10px 0 10px!important;
    height: 15px!important;
    transition: all 0.3s ease!important;
    width: 100%!important;
}

.form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background: #FFF;
}

#tableSolicitacoesPauta {
	font-size: 13px;
}