.wrap {
    background-color: #ffffff;
    height: 100vh;
}

.cool-b4-form .btn {
    border-radius: 0;
}
.cool-b4-form .form-group {
    position: relative;
    padding-top: 20px;
    margin-bottom: 0;
    /* If there's only 1 input make it full height */
}
.cool-b4-form .form-group:first-child:last-child {
    height: 100%;
}
.cool-b4-form .form-group:first-child:last-child .form-control {
    height: 100%;
}

.cool-b4-form .form-group textarea {
    resize: none;
}
.cool-b4-form .form-group .input-highlight {
    content: "";
    width: 0;
    height: 2px;
    background: #e03443;
    position: absolute;
    display: block;
    bottom: 0;
    -webkit-transition: width 0.4s ease;
    transition: width 0.4s ease;
}
.cool-b4-form .form-group label {
    position: absolute;
    left: 10px;
    top: 25px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.cool-b4-form .form-group .form-control {
    border-radius: 0;
    border-width: 0 0 2px 0;
}
.cool-b4-form .form-group .form-control:focus, .cool-b4-form .form-group .form-control.hasValue {
    box-shadow: none;
    border-color: #ced4da;
}
.cool-b4-form .form-group .form-control:focus ~ .input-highlight, .cool-b4-form .form-group .form-control.hasValue ~ .input-highlight {
    width: 100%;
}
.cool-b4-form .form-group .form-control:focus ~ label, .cool-b4-form .form-group .form-control.hasValue ~ label {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    top: 0;
    left: 0;
}

/* Forms */

.bot-recolhe-menu{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
}

.form-control{
    background-color: #eae9f4 !important;
}

.size-input-gpgeo{
    height: 58px !important;
}

.btn-danger{
    background-color: #bab7d8 !important;
    border: none !important;
}

.cool-b4-form .form-group .input-highlight{
    background: #76709d;
}

.paginacao-gpgeo{
    display: table;
    margin: 0 auto;
}

/*
    DEMO STYLE
*/

@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
body {
    font-family: 'ralewayregular';
    background: #ffffff;
}

.item-menu-leandro{
    height: 45px;
}

.bg-light{
    background-color: #f4e2bd !important;
}

.btn-info{
    color: #ffffff !important;
    background-color: transparent !important;
    border: none !important;
}

.btn-info:before,.btn-info:focus,.btn-info:active,.btn-info:hover,.btn-info:visited{
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.btn-outline-success{
    color: #ffffff !important;
    background-color: #8f88ba !important;
    border: none !important;
}

#sidebar ul li.active>a{
    color: #000000 !important;
}

#sidebar ul li a{
    color: #000000 !important;
    padding: 5px 5px 5px 10px !important;
}

#sidebar ul p{
    color: #000000 !important;
}

#sidebar ul.components{
    border-bottom: 1px solid #db9600 !important;
}

p {
    font-family: 'ralewayregular';
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #000000;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: rgba(255,255,255,0.95);
    color: #fff;
    transition: all 0.3s;
    position: fixed;
    z-index: 9999998;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: rgba(248,229,0,0);
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover {
    color: #e9c17b;
    background: #fff;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #f1d7a6;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #f1d7a6;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #e9c17b;
}

a.article,
a.article:hover {
    background: #f1d7a6 !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
}