@charset "utf-8";
/* CSS Document */

/* */
.app {
    background-color: #252525;
}
.app a {
    text-decoration: none;
}
.app .border-top {
    border-top: 1px solid #353535 !important;
}

/* */
.app .deleting {
	background: #201d1d;
}

/* */
.accordion.rotas .rotas_btn {
    background: #d1394b;
    border: none;
    border-radius: 4px 4px 0 0;

    font-size: 14px;
    font-weight: 600;
    color: #fff !important;

    width: auto;
    height: auto;

    padding: 10px 20px;
    margin: 0 10px 0 0;
}
.accordion.rotas .collapsed {
    background: #121212;
    color: #fff !important;
}

/* */
.app .navigation {
    background: #121212;

    padding: 15px 5px;
}
    .app .navigation a {
        font-size: 14px;
        font-weight: 500;
    }
    .app .navigation .logo img {
        width: 50px;
    }

/* */
.app .main-panel {
    width: 100%;
    height: auto;

	margin: 25px 0 80px 0;

    display: inline-block;
}

/* */
.app .side-panel {
    background: #000;

    color: #fff;

    position: relative;
    z-index: 40;

    width: 185px;
    height: 100%;
    min-height: calc(100vh);

    padding-top: 20px;
    padding-bottom: 20px;
}
    .app .side-panel .logo img {
        width: 65px;
    }
    .app .side-panel hr {
        border-top: 1px solid #353535;

        margin-top: 32px;
        margin-bottom: 32px;
    }
    .app .side-panel .container {
        padding-left: 25px;
        padding-right: 50px;
    }
    .app .side-panel .sticky-element {
        background: transparent;

        top: 20px;

        padding-bottom: 40px;
    }
    .app .side-panel i {
        position: relative;
        top: 1px;

        color: #656565;
    }
    .app .side-panel a {
        color: #fff;
        font-size: 14px;
        font-weight: 500;
        text-decoration: none;

		transition: color 0.1s;
    }
	.app .side-panel a:hover {
		color: #858585;
        text-decoration: none;

		transition: color 0.1s;
	}
	.app .side-panel a.active {
		color: #858585;
        font-weight: 700;

		transition: color 0.2s;
	}
    .app .side-panel .bottom {
        position: fixed;
        bottom: 20px;
    }

/* */
.app .dropdown-menu {
    background: #000;
    border-radius: 3px;

    font-size: 14px;
    color: #fff;
}
    .app .dropdown-menu a {
        color: #fff;
    }
    .app .dropdown-menu a:hover {
        color: #fff;
    }
    .app .dropdown-menu a i {
        font-size: 12px;

        position: relative;
        top: 4px;
        float: right;
    }

/* */
.app ::placeholder {
    color: #f1f1f1;
}
.app .form-field {
    background: #606060;
    color: #fff;
}
.app .form-select {
    background: #606060;
    color: #fff;
}
.app .form-text {
    background: #606060;
    color: #fff;
}
.app .form-field {
    background: #606060;
    color: #fff;
}
.app .form-search {
    background: #606060;
    border-radius: 4px;

    font-size: 14px;
    color: #fff;

    height: auto;
    padding: 10px 15px;

    transition: none;
}
.app .form-search__btn {
    background: transparent;
    font-size: 14px;
    color: #fff;

    width: auto;
    height: auto;

    margin-top: -32px;
    margin-right: 12px;
}
.app .form-file .btn-select {
    background: #606060;
    color: #fff;
}
.app .input-group-text {
    background: #606060;
    color: #fff;
}
.app .table .form-select, .app .form-select.small {
    font-size: 14px;
    color: #fff;

    width: 100%;
    height: auto;
    padding: 11px 15px;

    transition: none;
}
