@import url("https://fonts.googleapis.com/css?family=Roboto:400,300,500,600,700&amp;subset=greek");

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/


/* 
    Created on : Apr 11, 2018, 12:51:51 PM
    Author     : Andreas
*/

body {
    font-family: 'Roboto', sans-serif;
}


/* Fix for the Modal padding right */

body:not(.modal-open) {
    padding-right: 0px !important;
}


/*navbar*/

.nav-header {
    padding: 10px 25px !important;
    /*background: none!important;*/
    /*border-bottom: 2px solid #293846!important;*/
}

.mini-navbar .nav-header {
    padding: 5px 15px !important;
}

.mini-navbar .logo-element {
    padding: 8px 0 !important;
}

.mini-navbar .nav-header {
    display: none !important;
}

.nav-header-top img {
    margin-right: auto;
    margin-left: auto;
}

.nav-header .profile-element img {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 50% !important;
}

.skin-1 .minimalize-styl-2 {
    margin: 7px 5px 5px 22px;
}

.navbar-top-links li a {
    padding: 14px 10px;
    color: #fff!important;
}

.nav-header-top .m-b-sm {
    margin-bottom: 12px;
}


/*end navbar*/


/*theme css*/

.pace .pace-progress {
    background-color: #fff;
}

.btn-primary {
    background: #EF2E42;
    border-color: #EF2E42;
    color: #FFF;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary.active:hover,
.btn-primary.active:focus {
    background: #7F5E5E;
    border-color: #7F5E5E;
    color: #FFF;
}

.btn-outline.btn-primary {
    background: transparent!important;
    color: #EF2E42;
}

.btn-outline.btn-primary:hover,
.btn-outline.btn-primary:focus,
.btn-outline.btn-primary:active,
.btn-outline.btn-primary.active,
.open .dropdown-toggle.btn-primary,
.btn-outline.btn-primary:active:focus,
.btn-outline.btn-primary:active:hover,
.btn-outline.btn-primary.active:hover,
.btn-outline.btn-primary.active:focus {
    background: #EF2E42!important;
    border-color: #EF2E42!important;
    color: #FFF;
}

.btn-link {
    color: #EF2E42;
}

.btn-link:hover,
.btn-link:focus,
.btn-link:active,
.btn-link.active,
.open .dropdown-toggle.btn-link,
.btn-link:active:focus,
.btn-link:active:hover,
.btn-link.active:hover,
.btn-link.active:focus {
    color: #7F5E5E;
}

[id^=deleteform] {
    display: inline-block !important;
}

.delete-form {
    float: right;
}

.delete-form-modal {
    float: left;
}


/*
.agile-list li.link-element {
    border-left: 3px solid #ddd;
}

.required:after {
    content: "*";
}

/*end theme css*/

.input-group-addon .checkbox label,
.input-group-addon .radio label {
    min-height: 10px !important;
}

.input-group-addon .radio {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

.select2.select2-container {
    width: 100% !important;
}

.select2-container.select2-container--bootstrap.select2-container--open {
    z-index: 10000 !important;
}

.agile-list li .task-code {
    font-weight: bold;
}

.task-avatar img {
    width: 50px;
    margin-right: 10px;
}

.ui-sortable-handle {
    cursor: move !important;
}

table tr.dashboard-link {
    cursor: pointer;
}


/*Loading*/

.wrapper-content .sk-spinner,
.modal-content .sk-spinner {
    display: none;
}

.wrapper-content.sk-loading .sk-spinner,
.modal-content.sk-loading .sk-spinner {
    display: block!important;
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    z-index: 2000;
}

.wrapper-content.sk-loading:after,
.modal-content.sk-loading:after {
    content: '';
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.nav-header .profile-element {
    color: #fff;
}

.nav-header .profile-element .dropdown-menu li a {
    color: #333;
}


/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/

.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    /*top: 60px;*/
    margin: auto;
    width: 50%;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
    position: relative;
    badding-bottom: 65px;
}

.modal.left .modal-body,
.modal.right .modal-body {
    padding: 15px 15px 80px;
}


/*Left*/

.modal.left.fade .modal-dialog {
    left: -320px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog {
    left: 0;
}


/*Right*/

.modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
    right: 0;
}

.popover,
.tooltip {
    z-index: 2051;
}

.syn-material-icon {
    float: right;
    margin-top: -2px;
}

.labour-totals-table th {
    text-align: right!important;
    padding-right: 10px;
}

.panel-body.second-tabs {
    margin-left: 0px !important;
    width: 100% !important;
}


/* Actions Bar */

.top-static {
    position: fixed;
    top: 0;
    left: 236px;
    right: 0;
    z-index: 900;
    padding-bottom: 0px;
    -webkit-box-shadow: 0px 4px 10px -5px rgba(0, 0, 0, 0.51);
    box-shadow: 0px 4px 10px -5px rgba(0, 0, 0, 0.51);
}

.mini-navbar .top-static {
    left: 85px !important;
}

.top-static .breadcrumb {
    display: none;
}

.top-static h2 {
    margin-top: 5px;
}

.top-actions-divider {
    margin-right: 10px;
    border-right: 1px solid #ccc;
    min-width: 1px;
    display: block;
    padding: 0px 0px 8px 5px;
}

.body-small .top-static {
    left: 0px !important;
}

table.dataTable tbody td:last-child {
    min-width: 60px;
}

.search-form .form-group {
    transition: all 0.65s, border-radius 0s;
    width: 15px;
    height: 30px;
    margin: 0;
}

.search-form .form-group input.form-control {
    padding-right: 15px;
    margin: 0;
    border: 0 none;
    background: transparent;
    box-shadow: none;
}

.search-form .form-group:hover,
.search-form .form-group.hover {
    width: 75%;
    border-radius: 4px 25px 25px 4px;
    background-color: #fff;
    color: red;
    margin: 0;
}

.search-form .form-group span.form-control-feedback {
    background: transparent;
    margin: 0;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

.tab .nav-tabs {
    border: none;
    margin: 0;
    background: #fff
}

.tab .nav-tabs li a {
    text-transform: uppercase;
    border: 0!important;
    border-radius: 0;
    background: #fff;
    z-index: 2;
    position: relative;
    transition: all 0.3s ease 0s;
    margin: 0
}


/*.tab .nav-tabs li{
    max-width: 33.3%;
}*/

.tab .tab-content {
    /*    letter-spacing: 1px;*/
    /*line-height: 30px;*/
    background: #fff;
    position: relative;
}

@media only screen and (max-width: 479px) {
    .tab .nav-tabs li {
        width: 50%;
        text-align: center;
    }
    .tab .tab-content {
        margin-top: 0;
    }
}

.md-form {
    border: 0;
    border-bottom: 1px solid #e5e6e7;
    color: #555!important;
}

i {
    color: inherit;
    font-size: 17px
}

.white-bg {
    background-color: #fff;
}

#map {
    z-index: 100!important;
}

.nav-wrapper {
    position: fixed;
    z-index: 400;
    height: 100%;
    padding-bottom: 95px;
}

.navbar {
    position: relative;
    height: 55px;
    margin-bottom: 20px;
    /*  border: 1px solid transparent;*/
}

.mobile-navigation {
    /*    max-height: 15%;
    min-height: 4%;*/
    width: 100%;
    position: fixed;
    z-index: 400;
    bottom: 0;
    margin: 0;
    padding: 0;
    background: #fff;
}

.mobile-navigation .navbar-top-links li a {
    color: #a7b1c2;
    font-size: 11px;
}

.mobile-body {
    width: 100%;
    z-index: 400;
    bottom: 0;
    margin: 0;
    padding-bottom: 5%;
    height: 40%;
    position: fixed;
}


/*.navbar-top-links > li > a:hover {
    background: #fff!important;
    color: #ed5565;
    margin: 0;
}*/


/*.list-group{
   max-height: 600px;
}*/

.list-group-inside {
    /*max-height: 200px;*/
}

.list-group-item {
    border: 0;
    border-bottom: 1px solid #ddd;
}

.mobile-nav {
    padding: 0;
    width: 50%
}


/*@media (max-width: 768px) {
    .list-group{
       overflow-y: auto;
       overflow-x: hidden;
    }
    .list-group2{
       overflow-y: scroll;
       max-height: 200px;
       padding: 0px
    }
}*/

.planner-control {
    border: 0;
    border-bottom: 1px solid #e5e6e7;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40px;
}

.logo-image {
    display: block;
    width: 100%;
    height: 55px;
    padding: 5px;
}

.logo-image img {
    margin-left: 0px;
    max-width: 100% !important;
    max-height: 100% !important;
}


/* AH 20190322 */

.red-bg {
    background-color: #ef2e42!important;
}

.light-red-bg {
    background-color: #ed5565!important;
}

.nav-top ul li a.active {
    background: #7f5e5e!important;
    color: #fff!important;
}

.search-field {
    color: black;
    min-width: 300px;
    border-radius: 15px 0px 0px 15px !important;
    border: 1px solid #E5E6E7!important;
    border-right: 0!important;
}

.search-field-btn,
#searchicon {
    border-radius: 0px 15px 15px 0px;
}

#map {
    width: 100%;
}

.light-red-bg .navbar-top-links li {}

.light-red-bg .navbar-top-links li a {
    display: table;
    vertical-align: middle;
    height: 60px;
    padding: 8px 3px;
    text-align: left;
    width: 100%;
    border-spacing: 0;
}

.light-red-bg .navbar-top-links li a span.fa {
    padding: 6px 3px;
    float: left;
}

.light-red-bg .navbar-top-links li a span.fa-text {
    display: table-cell;
    vertical-align: middle;
    margin-left: 5px;
    font-size: 12px;
    border-spacing: 0;
}

.light-red-bg .navbar-top-links li a {
    font-weight: normal;
}

.navbar-top-links-right li a {
    color: #F797A1;
}

.navbar-top-links-right li a.active {
    color: #fff;
}

.navbar-top-links-right li:hover a {
    color: #fff;
}

.nav-wrapper .panel-body {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 10px;
}

.container-row {
    padding-bottom: 25%;
}

.container-row,
.container-col,
.container-tab,
.container-tab-pane,
.container-tab-content {
    height: 100%;
}

.ad-container {
    position: absolute;
    bottom: 0;
    left: 0;
}

.location-icon span img {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.location-icon:hover span img {
    opacity: 1;
    filter: alpha(opacity=100);
}

.bus-reg-no {
    border: 1px solid #aaa;
    background-color: #ffd24d;
    color: #000;
    font-size: 13px;
    font-weight: 700;
    padding: 3px 5px 5px 3px;
}

.route-title {
    padding: 5px 5px 10px 15px!important;
}

.route-title .badge-default {
    font-size: 13px;
    font-weight: 600;
    background: #666;
    color: #fff;
}

.btn-link.route-stop-name {
    font-weight: 400;
    color: #666;
}


/*.btn-link.route-stop-name.active{
    color: #fff;
}*/

.list-group-item.active {
    background: #f1f1f1;
    border-color: #f1f1f1;
    color: #676a6c;
}

.list-group-item:hover {
    background: #f1f1f1;
    border-color: #f1f1f1;
}

.list-group-item.active:hover {
    background: #f1f1f1;
    border-color: #f1f1f1;
    color: #676a6c;
}

.route-stop-name .route-code {
    font-weight: 600;
}

.avatar-icon {
    position: relative;
}

.avatar-icon i,
.avatar-icon img {
    position: absolute;
    left: 0;
    top: -7px;
}


/* MH 20190409 */

.icon-actionbar {
    padding: 10px 5px 5px 2px !important
    /*    padding-top: 10px!important;*/
}

.route-bar {
    max-height: 40px!important;
    min-height: 40px!important;
    height: 40px!important;
    margin: 0;
    z-index: 2000;
}

.sublist-group-item {
    border: 0;
}

.collapseclass {
    color: #676a6c
}

.sub-route {
    font-size: 16px!important;
    padding: 2px!important;
}

.tabclass {
    width: 50%
}

.backlink {
    color: #fff;
}

li.bus {
    list-style: none;
    /* list-style-image: url('../img/icons/take-the-bus.png'); */
    padding: 2%;
    border-bottom: 1px solid #ddd;
    position: relative;
}

li.walk {
    list-style: none;
    /* list-style-image: url('../img/icons/walk.png'); */
    padding: 2%;
    border-bottom: 1px solid #ddd;
    position: relative;
}

li.walk::before {
    background: transparent url("../img/icons/walk.png") scroll 0 0 no-repeat;
    content: "";
    width: 32px;
    height: 32px;
    position: absolute;
    left: -32px;
    top: 8px;
}

li.bus::before {
    background: transparent url("../img/icons/take-the-bus.png") scroll 0 0 no-repeat;
    content: "";
    width: 32px;
    height: 32px;
    position: absolute;
    left: -32px;
    top: 8px;
}

.stepsli {
    padding-left: 7%;
}

.dropdown-menu li a {
    color: #fff;
}

.dropdown-menu li:hover a {
    color: #fff;
    background: #7f5e5e;
}

.nav>li.active {
    color: #fff;
    background: #7f5e5e;
    border-left: 0px
}

.navbar-top-links-right {
    height: 55px
}

.navbar-right {
    float: right;
}

.img-color {
    -webkit-filter: brightness(1) contrast(300%) invert(1);
}

.p-n {
    padding: 0px!important;
}

.nav-wrapper {
    width: 420px;
    -webkit-box-shadow: 10px 5px 30px -5px rgba(0, 0, 0, 0.34);
    -moz-box-shadow: 10px 5px 30px -5px rgba(0, 0, 0, 0.34);
    box-shadow: 10px 5px 30px -5px rgba(0, 0, 0, 0.34)
}

#page-wrapper {
    position: inherit;
    margin: 0 0 0 420px;
    min-height: 100vh;
}

#mapicon {
    z-index: 400;
    position: fixed;
    bottom: 11%;
    right: 2%;
}

#slider {
    z-index: 400;
    position: fixed;
    bottom: 55%;
    right: 0
}

.btn-circle.btn-xl {
    width: 40px;
    height: 40px;
    padding: 0px 10px 5px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.btn-circle {
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}

.mobile-body .panel-body {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 10px;
}

.search-field-form {
    color: black;
    width: 100%!important;
    border-radius: 15px 0px 0px 15px !important;
    border: 1px solid #E5E6E7!important;
    border-right: 0!important;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background: transparent!important;
}

.dropdown-submenu {
    position: relative;
}

.transparent {
    background: transparent!important;
}

.dot {
    height: 8px;
    width: 8px;
    background-color: #EF2E42;
    border-radius: 50%;
    display: inline-block;
}

.fill-color {
    fill: #EF2E42;
}

.p-l-lg {
    padding-left: 25px!important;
}

@media (max-width: 1366px) {
    .container-row {
        padding-bottom: 0%;
    }
    .navbar-top-links li a {
        padding: 10px 10px!important;
        min-height: auto!important;
        color: #fff!important;
        font-size: 12px!important;
    }
}

@media(max-width: 400px) {
    .registerBox {
        padding: 20px!important;
    }
    .passwordBox {
        padding: 20px!important;
    }
}

.title {
    color: #fff!important;
}

.tabclass {
    background: #fff!important;
}

.font-bold {
    font-size: 16px;
}

@media (max-width: 736px) {
    .container-row {
        padding-bottom: 0%;
    }
    .font-bold {
        font-size: 15px;
    }
    .dot {
        height: 6px;
        width: 6px;
        background-color: #EF2E42;
        border-radius: 50%;
        display: inline-block;
    }
    .sub-route {
        font-size: 14px!important;
        padding: 1px!important;
    }
}

@media (max-width: 1366px) {
    .stepsli {
        padding-left: 4%
    }
}

@media (max-width: 414px) {
    .stepsli {
        padding-left: 10%!important;
    }
}

#timetableres .btn {
    border-radius: 0;
}

.p-n-r {
    padding-right: 0;
}

.p-r-md {
    padding-right: 25px;
}

.p-l-md {
    padding-left: 15px;
}


/*---------------------------------------------
                    THEMES
---------------------------------------------*/


/*-------------------------
            RED
---------------------------*/

.theme-red .navbar-static-top {
    background-color: #ef2e42!important;
}

.theme-red .nav-top {
    background-color: #ed5565!important
}

.theme-red .tab .nav-tabs li a:hover,
.theme-red .tab .nav-tabs li.active a {
    border: none;
}

.theme-red .tab .nav-tabs li>a:after {
    content: "";
    width: 0;
    height: 4px;
    background: #ed5565;
    border: 1px solid #ed5565;
    border-radius: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    transition: all 1s ease 0s;
}

.theme-red .tab .nav-tabs>li.active>a:focus {
    background: #fff;
}

.theme-red .tab .nav-tabs li.active a:after {
    width: 100%;
    opacity: 1;
}

.theme-red .nav-top ul li a.active {
    background: #7f5e5e!important;
    color: #fff!important;
}

.theme-red .btn-primary {
    background: #EF2E42;
    border-color: #EF2E42;
    color: #FFF;
}

.theme-red fa-search {
    color: #EF2E42!important;
}

.theme-red .navbar .dropdown-menu {
    background: #EF2E42;
    border-color: #EF2E42;
    color: #FFF;
}

.theme-red .title-route-no {
    background-color: #fff;
    color: #EF2E42;
    font-size: 18px;
    font-weight: 700;
    padding: 5px;
    right: 0;
}

.theme-red .route-bar {
    background: #EF2E42;
    border-color: #EF2E42;
    color: #FFF;
}

.theme-red .livetime {
    color: #EF2E42;
}

.theme-red .route-no {
    border: 1px solid #EF2E42;
    background-color: #EF2E42;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 5px;
    right: 0;
}

.theme-red .btn-link.route-stop-name:hover {
    color: #ED5565 !important;
}

.theme-red .navbar-top-links {
    background: #EF2E42;
    color: #fff;
}

.theme-red .bar {
    background: #EF2E42;
    color: #fff;
}

.theme-red .dropup .dropdown-menu,
.theme-red .navbar-fixed-bottom .dropdown .dropdown-menu {
    background: #EF2E42;
    color: #fff;
}


/*-------------------------
            BLUE
---------------------------*/

.theme-blue .navbar-static-top {
    background-color: #13AFED!important;
}

.theme-blue .nav-top {
    background-color: #83d7f5!important
}

.theme-blue .nav-top ul li a.active {
    background: #0d7ca8!important;
    color: #fff!important;
}

.theme-blue .btn-primary {
    background: #13AFED;
    border-color: #13AFED;
    color: #FFF;
}

.theme-blue fa-search {
    color: #13AFED!important;
}

.theme-blue .btn-outline.btn-primary {
    background: transparent!important;
    color: #13AFED!important;
}

.theme-blue .navbar .dropdown-menu {
    background: #13AFED;
    border-color: #13AFED;
    color: #FFF;
}

.theme-blue.btn-primary:hover,
.theme-blue.btn-primary:focus,
.theme-blue.btn-primary:active,
.theme-blue.btn-primary.active,
.theme-blue .open .dropdown-toggle.btn-primary,
.theme-blue .btn-primary:active:focus,
.theme-blue .btn-primary:active:hover,
.theme-blue .btn-primary.active:hover,
.theme-blue .btn-primary.active:focus {
    background: #0d7ca8;
    border-color: #0d7ca8;
    color: #FFF;
}

.theme-blue .dropdown-menu li:hover a {
    color: #fff;
    background: #0d7ca8;
}

.theme-blue .nav>li.active {
    color: #fff;
    background: #0d7ca8;
    border-left: 0px
}

.theme-blue .route-bar {
    background: #13AFED;
    border-color: #13AFED;
    color: #FFF;
}

.theme-blue .title-route-no {
    background-color: #fff;
    color: #13AFED;
    font-size: 18px;
    font-weight: 700;
    padding: 5px;
    right: 0;
}

.theme-blue .livetime {
    color: #13AFED;
}

.theme-blue .route-no {
    border: 1px solid #13AFED;
    background-color: #13AFED;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 5px;
    right: 0;
}

.theme-blue .btn-link {
    color: #13AFED;
}

.theme-blue .btn-link.route-stop-name {
    font-weight: 400;
    color: #666;
}

.theme-blue .btn-link.route-stop-name:hover {
    color: #13AFED !important;
}

.theme-blue .tab .nav-tabs li a:hover,
.theme-blue .tab .nav-tabs li.active a {
    border: none;
}

.theme-blue .tab .nav-tabs li>a:after {
    content: "";
    width: 0;
    height: 4px;
    background: #13AFED;
    border: 1px solid #13AFED;
    border-radius: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    transition: all 1s ease 0s;
}

.theme-blue .tab .nav-tabs>li.active>a:focus {
    background: #fff;
}

.theme-blue .tab .nav-tabs li.active a:after {
    width: 100%;
    opacity: 1;
}

.theme-blue .navbar-top-links {
    background: #13AFED;
    color: #fff;
}

.theme-blue .bar {
    background: #13AFED;
    color: #fff;
}

.theme-blue .dropup .dropdown-menu,
.theme-blue .navbar-fixed-bottom .dropdown .dropdown-menu {
    background: #13AFED;
    color: #fff;
}

.steps .tabclass .back {
    cursor: pointer;
}

.bootstrap-datetimepicker-widget.dropdown-menu li,
.bootstrap-datetimepicker-widget.dropdown-menu li:hover {
    background: #fff!important;
}

.bootstrap-datetimepicker-widget.dropdown-menu li a {
    color: #0d7ca8;
}

.bootstrap-datetimepicker-widget.dropdown-menu li:hover a {
    color: #0d7ca8;
    background: inherit;
    border: 0px;
}


/*-------------------------
            GREEN
---------------------------*/

.theme-green .navbar-static-top {
    background-color: #7eae14!important;
}

.theme-green .nav-top {
    background-color: #87aa3c!important
}

.theme-green .tab .nav-tabs li a:hover,
.theme-green .tab .nav-tabs li.active a {
    border: none;
}

.theme-green .tab .nav-tabs li>a:after {
    content: "";
    width: 0;
    height: 4px;
    background: #87aa3c;
    border: 1px solid #87aa3c;
    border-radius: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    transition: all 1s ease 0s;
}

.theme-green .tab .nav-tabs>li.active>a:focus {
    background: #fff;
}

.theme-green .tab .nav-tabs li.active a:after {
    width: 100%;
    opacity: 1;
}

.theme-green .nav-top ul li a.active {
    background: #6a7f5e!important;
    color: #fff!important;
}

.theme-green .btn-primary {
    background: #7eae14;
    border-color: #7eae14;
    color: #FFF;
}

.theme-green fa-search {
    color: #7eae14!important;
}

.theme-green .navbar .dropdown-menu {
    background: #7eae14;
    border-color: #7eae14;
    color: #FFF;
}

.theme-green .title-route-no {
    background-color: #fff;
    color: #7eae14;
    font-size: 18px;
    font-weight: 700;
    padding: 5px;
    right: 0;
}

.theme-green .route-bar {
    background: #7eae14;
    border-color: #7eae14;
    color: #FFF;
}

.theme-green .livetime {
    color: #7eae14;
}

.theme-green .route-no {
    border: 1px solid #7eae14;
    background-color: #7eae14;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 5px;
    right: 0;
}

.theme-green .btn-link.route-stop-name:hover {
    color: #87aa3c !important;
}

.theme-green .navbar-top-links {
    background: #7eae14;
    color: #fff;
}

.theme-green .bar {
    background: #7eae14;
    color: #fff;
}

.theme-green .dropup .dropdown-menu,
.theme-green .navbar-fixed-bottom .dropdown .dropdown-menu {
    background: #7eae14;
    color: #fff;
}