.navbar{
    border-radius: 0  !IMPORTANT;
}

.blurDriver{
    color : darkgrey;
}
.btn-red-all{
    background-color: #d2322d;
    color: #ffffff;
    border: solid 1px #d2322d;
}

.btn-red-all:hover{
    background-color:white;
    color: #d2322d !important;
    border: solid 1px #d2322d;
}

.btn-orange-all{
    background-color:#d26433;
    color: #ffffff !important;
    border: solid 1px #d25b14;
}

.btn-orange-all:hover{
    background-color:white;
    color: #d26433 !important;
    border: solid 1px #d25b14;
}

.btn-white-all{
    background-color: var(--mainColor) !important;
    color: #ffffff;
    border: 1px solid var(--mainColor);
}
.btn-white-all:hover{
    background-color:white !important;
    color: var(--mainColor) !important;
    border: 1px solid var(--mainColor);

}
.btn-light-blue-all{
    background-color: #e1e9fa;
    color: var(--mainColor) !important;
    border: solid 1px #dbe4f8;
}
.analyticsCount{
    font-size:45px;
    color:#3e577e;
    padding-top: 5%;
    font-weight:bolder;
    text-align: center;
}
.analyticsContainer{
    margin-top: 2%;
    background-color: #f6f6f6;
    margin-left:2%;
    min-height: 200px !important;
    max-height: 200px;
    box-shadow: 3px 2px 2px 0 rgba(136, 136, 136, 0.2);
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}



.activeSuggestion{
    background:#357ebd;
    color:#ffffff;

}

.inactiveSuggestion{
    background:none;
    color:#000000;

}
table > thead > tr >  th  {
    border: 1px solid #eeeeee;
}
body{
    font-family:Maven pro;
    font-weigth:400;
}

.rightBorder {
    border-right : 1px solid grey;
    padding: 2% 2% 2% 2%;
}
.rightBorder > div{
    margin-top:2%;
    margin-bottom:4%;
}
.pad{
    padding: 2% 2% 2% 2%;
}

.pad > div{
    margin-top:2%;
    margin-bottom:4%;
}
.table-hover tbody tr:hover td {
    background: #274ba0 !important  ;

}
table {
    border-collapse: collapse;
}

td{
    /*border-left : 0.1em solid #eee !important;*/
    /*border-left : 1px solid #eee !important;*/
}

.repoprts{
    height: 400px !important;
}
.reports >table{

    height:300px;
    overflow-y:scroll;
}
.reports >table > thead > tr > th{

    height:50px;

    text-overflow: ellipsis;
}

.reports >table > tbody > tr > td{
    white-space: nowrap;
    width: 12em;
    overflow: hidden;
    text-overflow: ellipsis !important;
    /*border: 1px solid #000000;*/

    height:30px;
    width:30px;
    padding:0;
    padding-top:10px;
    background:#ffffff;

}

#myDiv { font: 12px Arial;}

path {
    stroke: steelblue;
    stroke-width: 2;
    fill: none;
}


.nvtooltip {
    position: absolute;
    background-color: rgba(255, 255, 255, 1);
    padding: 10px;
    border: 1px solid #ddd;

    font-family: Arial;
    font-size: 13px;
    line-height: 1.2;
    /*transition: opacity 500ms linear;*/
    /*-moz-transition: opacity 500ms linear;*/
    /*-webkit-transition: opacity 500ms linear;*/

    /*transition-delay: 500ms;*/
    /*-moz-transition-delay: 500ms;*/
    /*-webkit-transition-delay: 500ms;*/

    -moz-box-shadow: 4px 4px 12px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 4px 4px 12px rgba(0, 0, 0, .5);
    box-shadow: 4px 4px 12px rgba(0, 0, 0, .5);

    -moz-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
}

.nvtooltip b{
    margin-bottom: 12px;
}
.nvtooltip h3 {
    margin: 0;
    padding: 0;
    text-align: center;
}

.nvtooltip p {
    margin: 0;
    padding: 0;

}

.nvtooltip span {
    display: inline-block;
}


.axis path,
.axis line {
    fill: none;
    stroke: grey;
    stroke-width: 1;
    shape-rendering: crispEdges;
}

/*.navbar {*/
/*background-color: #3b5998;*/
/*font-size: 22px;*/

/*padding: 5px 10px;*/
/*}*/

/* Define how each icon button should look like */
.button {
    color: white;
    display: inline-block; /* Inline elements with width and height. TL;DR they make the icon buttons stack from left-to-right instead of top-to-bottom */
    position: relative; /* All 'absolute'ly positioned elements are relative to this one */
    padding: 2px 5px; /* Add some padding so it looks nice */
}

/* Make the badge float in the top right corner of the button */
.button__badge {
    background-color: #fa3e3e;
    border-radius: 2px;
    color: white;
    padding: 0px 2px 1px 3px;
    font-size: 14px !important;
    position: absolute;
    top: 4px;
    right: -1px;
    z-index: 2;
}
/*.thead-style >tr> th{*/
/*padding:5px !important;*/

/*}*/


table{
    padding-top:0% !important;
}

.table > thead > tr > th {
    font-size : 11.5px !important;
    /*font-weight : 50;*/
    padding:14px 30px 14px 8px !important;
}




.no-padding{
    padding:0% 1% 0% 1%;
}
.no-padding > div{
    padding:0% 1% 0% 1%;
}


.dt-buttons{
    right:25% !important;
    position:absolute !important;
}
.dt-button{

    width: 113px !important;
    text-align: center !important;

    border:none !important;
    outline : none !important;



    margin-left:10% !important;
    background: #274ba0 !important  ;
    color : #FFFFFF  !important;
}


.custom-filter{
    padding-top:10px;
    min-height:88px;
    min-width:88px;
    background:#f0f0f0;
}

ng-datepicker > div >input{
    /*border:2px solid red;*/
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;

}

.tasks-filter{
    min-height:158px ;
}

.custom-filter > div{
    margin-left:10px !important;
}
.custom-filter > div > button {
    margin-top:5px;
    margin-left:10px;
    width:90px !important;
}

.btn-change > span >button{
    width:130%;
}

.fare-box > div{
    font-size:120%;
    padding-top:4%;
}

.order-info{
    margin-left:1%;
    margin-top:3%;
    width:98%;
    border:1px solid grey;
    border-radius : 5px;
    padding:1% 0% 2% 0%;
}

.btn-list{
    position:relative;
    margin:2%
}
.btn-list > button{
    position:relative;
    width:15%;
}
.details{
    min-width:23%;
    color:#274ba0;
    font-weight:400;
}

.dropdown-menu>li>a {
    text-align: left !important;
    padding: 5px !important;
    font-size:13px;

}

.no-margin{
    margin:0;
}

.autocompleteBox{
    background: #ffffff;
    width: 83%;
    /*padding-left: 5px;*/
    position: absolute;
    border: 2px solid #f0f0f0;
    border-radius:5px;
    z-index: 1;
    overflow-y: scroll ;
}

.autocompleteBox > span{
    padding:4px;
    display:block;
    border-bottom:2px solid #f0f0f0;

}

.activeDrop{
    border:5px solid red;
}
.inactiveDrop{
    border:none;
}


.dropdown-menu{
    min-width: 196px !important;
}

/*.custom-filter >div > button {*/
/*padding-top:5%;*/
/*}*/

/*.active > a:hover {*/

/*background: green !important;*/
/*color:#ffffff !important;;*/

/*}*/




/*.table thead th{*/
/*font-size:80%;*/
/*}*/


.ui-select-search{
    width:100% !important;
}

.sideline{
    border-right:1px solid #333;
    min-height:70px;
}

table{
    padding-top:2%
}
.showmore {
    font-size: 16px;
    line-height: 16px;
    height: 32px !important;
    overflow: hidden;
}
.show {
    overflow: visible;
    height: auto;
}


html, body {

    height: 100% !important;
    margin: 0;
    padding: 0;

}
#trackmap {
    height: 100%;
}
#ridemap {
    height: 100%;
}



.validate-form input.ng-invalid.ng-touched {
    border: 1px solid  #FA787E;
}

.validate-form input.ng-valid.ng-touched {
    border: 1px solid  #78FA89;
}
.validate-form input.ng-pristine.ng-touched.ng-dirty {
    border: 1px solid  #274ba0;
}

.modal-content{
    margin-top:14% !important;
}
.modal-body {
    overflow-x: auto;
}

/*table{*/
/*!*padding-top:2%;*!*/
/*!*background: #F5F7FA !important;*!*/
/*}*/


/*td th{*/
/*width:10% !important;*/
/*}*/

/*.table thead th{*/
/*!*background:#274ba0 !important;*!*/
/*!*color: #ffffff !important;*!*/
/*!*height:30px;*!*/
/*width:8%;*/
/*padding: 8px !important;*/
/*!*padding:2% 0 2% 0 !important;*!*/
/*!*margin:0%;*!*/

/*!*text-align:center*!*/
/*}*/


.table tr td{
    text-align:center;

    /*border:none !important;*/
    /*border : 0.1em solid grey !important;*/
}
.btn-primary {
    margin: 3px !important;
    background:#274ba0 !important;
    width:150px;
    text-align:center
}

.topnavbar{
    background: var(--mainColor) !important
}
.select2 > .select2-choice.ui-select-match {
    /* Because of the inclusion of Bootstrap */
    height: 29px;
}

.selectize-control > .selectize-dropdown {
    top: 36px;
}

.img-logo{
    width:auto ;
    max-height:45px;
}
.custom-block{
    padding-top:8%;
}



div.pac-container {
    z-index: 1059 !important;
}

/*Advance map styles*/

.angular-google-map-container {
    width: 100%;
    height: 500px;
}
.inline-block{
    display: inline-block;
}



html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}
#map {
    height: 100%;
}
.controls {
    margin-top: 10px;
    border: 1px solid transparent;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 32px;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

#pac-input {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 300px;
}

.btn-info{
    background:var(--mainColor) !important;
}

#pac-input:focus {
    border-color: #274ba0;
}

.pac-container {
    font-family: Roboto;
}

.edit-task >div{
    margin-top:4px;
    margin-bottom:4px;
}

.edit-task >form >div{
    margin-top:4px;
    margin-bottom:4px;
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #274ba0;
    border-bottom: 16px solid #274ba0;
    width: 70px;
    height: 70px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}





@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


/*.navbar-nav>li>a:visited{*/
/*!*background: green !important;*!*/
/*color:#ffffff !important;;*/

/*}*/

.central-search{
    margin : 7% 3% 0 3%;
}

.central-search-results{
    margin : 7% 3% 0 3%;
}


.notDelivered{
    color: grey;
}
.delivered{
    color: green;
}
.returned{
    color:black;
}
.cancelled{
    color:red;
}
.inProgress{
    color: blue;
}
.highlated{
    background-color: lightgray;
}
.normal{
    background-color: white;
}

.filter-bar-vendor{
    padding-top:10px;
    min-height:88px;
    min-width:88px;
    background: #f6f6f6;
}
.top-filter-bar-vendor{
    padding-top:10px;
    min-height: 60px !important;
    min-width:88px;
    background: #f6f6f6;
}
.filter-bar-invoice{
    padding-top:10px;
    min-height:70px;
    min-width:88px;
    background: #f6f6f6;
}

.filter-bar-adjustment{
    padding-top:10px;
    min-height:80px;
    min-width:88px;
    background: #f6f6f6;
}

.btn-white-all{
    background-color: var(--mainColor);
    color: #ffffff;
    border-radius: 4px;
    border: 1px solid var(--mainColor);
}
.btn-white-all:hover{
    background-color:white;
    color: var(--mainColor) !important;
    border: 1px solid var(--mainColor);

}
.btn-red-all{
    background-color: #35434c;
    color: #ffffff;
    border-radius: 4px;
    border: solid 1px #35434c;
}

.btn-red-all:hover{
    background-color:white;
    color: #35434c !important;
    border: solid 1px #35434c;
}
.btn-green-all{
    background-color: #5cb85c;
    color: #ffffff;
    border-radius: 4px;
    border: solid 1px #4cae4c;
}

.btn-green-all:hover{
    background-color:white;
    color: #5cb85c !important;
    border: solid 1px #4cae4c;
}

.padding-0{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

md-dialog {
    width:450px;
    background-color: white !important;
    color: #ffffff;
}

md-dialog h2{
    font-weight: bold !important;
    text-align: center;
    color: black;
    font-size:22px !important;
}
md-dialog p {
    font-size:17px;
    margin:10px;
}
md-dialog-actions a.md-button.md-default-theme.md-primary,md-dialog-actions a.md-button.md-primary,md-dialog-actions .md-button.md-default-theme.md-primary,md-dialog-actions .md-button.md-primary {
    color: black;
    border:1px solid #ffffff;
    width: 140px;
    margin: 0 auto;
    margin-bottom: 22px;
}

.matrix{
    color: #595968;
    font-family: Lato;
    text-align: center;
}

.matrix__header{
    font-weight: bold;
    background-color: #e9eff1;
    border:1px solid #d9dcdd;
    font-size: 16px;
    text-align: center;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}

.matrix__head{
    font-weight: bold;
    background-color: #e9eff1;
    border:1px solid #d9dcdd;
    font-size: 14px;
    height:40px;
    text-align: center;
}

.matrix__body{
    border:1px solid #d9dcdd;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}

.matrix__body__right{
    font-weight: bold;
    text-align: center;
    background-color: #e0e5e7;
    font-size: 14px;
}

.matrix__body__left p{
    margin-top: 5px;
    writing-mode: vertical-lr;
    -webkit-transform: rotate(180deg);
}

.matrix__body__left span{
    margin-left: 5px;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.inline-amount input{
    padding-left: 2px;
    padding-right: 2px;
}


.page-item {

    /*padding:5px;*/
    border: solid 1px #e1e1e1;
    min-width: 40px;
    display: inline-block;
    min-height: 40px;
    padding: 5px;
    background: #efefef;
}

.activePage {
    border: solid 1px #e1e1e1;
    background: #3d577e;
    color: #ffffff;
}

.page-item:hover {
    background: #ffffff;
    color: #000000;
    border: solid 1px #2277c0
}

.page-item:visited {
    background: #2277c0;
    border: solid 1px #2277c0
}
.t-fancy-table {
    box-shadow:   0 0 10px 0 rgba(0, 0, 0, 0.05);
    border: 0 !important;
    margin: 10px;
    border-radius: 5px !important;
}
.t-fancy-table.table > thead > tr > th {

    font-size: 11px !important;
    font-weight: normal;
    text-align: center;
    font-style: normal;
    padding: 10px 30px!important;
    font-stretch: normal;
    vertical-align: middle;
    border: 0;
    line-height: normal;
    letter-spacing: 1.5px;
    color: rgba(37, 45, 71, 0.62);
    font-family: 'ProximaNova-Regular', Sans-Serif;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
/*#vendor{*/
/*display: table !important;*/
/*}*/
.t-fancy-table.table > tbody > tr > td {
    height: 50px;
    padding: 5px 8px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    font-family: 'ProximaNova-Regular', Sans-Serif;
    font-size: 12px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.6px;
    color: rgba(0, 0, 0, 0.59);
    border: 0;
    vertical-align: middle;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border-bottom: 1px solid rgba(132, 132, 132, 0.08);
}
.t-fancy-table.table > tbody > tr:nth-child(even) {
    background: #fbfbfb;
}
.t-fancy-table.table > tbody > tr {
    transition: all 0.5s;
}
.dataTables_info {
    padding: 0;
    padding-left: 5px;
    margin-top: 25px;
    font-size: 12px;
    font-family: 'ProximaNova-Regular', Sans-Serif;
    text-align: left;
    float: left;
    color: rgba(51, 51, 51, 0.51);
}
.dataTables_paginate > .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    float: right;
    border-radius: 4px;
}
.dataTables_paginate > .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2 !important;
    color: #ffffff !important;
    background-color: var(--secondaryColor)  !important;
    border-color: var(--secondaryColor)  !important;
    cursor: default !important;
}
.pagination > li > a, .pagination > li > span {
    color: rgba(51, 51, 51, 0.51);
    background-color: #fff;
    border: 1px solid #ddd;
    font-size: 12px;
}
.fancy-tabs > li > a {
    margin-right: 2px !important;
    line-height: 1.42857143 !important;
    border: 1px solid #eaeaea !important;
    border-radius: 4px 4px 0 0 !important;
    color: var(--secondaryColor) !important;
    font-weight: 400;
    background: #fff;
    transition: all .5s;
}
.fancy-tabs > li > a:hover {
    border-color: var(--secondaryColor) !important;
    color: var(--secondaryColor) ;
    background-color:#FFFFFF !important;
}

.fancy-tabs > li.active > a {
    color: #fff !important;
    cursor: default;
    background-color:var(--secondaryColor) !important;
    border: 1px solid var(--secondaryColor) !important;

}
.rotateback {
    transform: rotate(0deg) !important;
    transition: transform .3s ease-in-out;
}
.rotate{
    transform: rotate(90deg) !important;
    transition: transform .3s ease-in-out;
}
.select2-results li {
    list-style: none;
    display: list-item;
    background-image: none;
    color: rgba(37, 45, 71, 0.62);
}
.select2-results .select2-highlighted {
    background: var(--secondaryColor)!important;
    color: #fff;
}
.select2-search input {
    border: 1px solid var(--secondaryColor) !important;
    border-radius: 2px !important;
    margin-top: 3px !important;
}
.select2-drop-active {
    border: 1px solid var(--secondaryColor) !important;
    border-top: none;
}
.select2-container-active .select2-choice {
    border: 1px solid var(--secondaryColor) !important;
}
.mobileBox{
    min-height:500px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {

    padding: 0 !important;
    margin-left: 0 !important;
    border: 0 !important;

}
.table thead th {
    font-weight: bolder !important;
}
.maLogModalWidth {
    width:1000px !important;
}
.maHead{
    text-align:center !important;
    font-weight: bold !important;
}
.maContent{
    border-radius: 6px !important;
    margin-top: 20% !important; 
}
.maModal{
    width: 100% !important;
}