* {
    box-sizing: border-box;
}

body,
html {
    margin: 0;
    padding: 0;
    height: 100vh;
    width: 100vw;
    max-width: 100vw;
    max-height: 100vh;
    background-color: #fff:
}

nav {
    background-color: #2c4a70;
}

nav .nav-wrapper .vertical_line {
    width: 2px;
    background: #ccc;
    margin: 8px;
}

.mainDashboard {
    height: calc(100vh - 64px);
    padding-top: 10px;
    max-height: calc(100vh - 64px);
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.full {
    height: 100%;
}

.half {
    height: 50%;
}

.que {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sidenav-overlay {
    z-index: 996;
}

.row {
    margin-bottom: 0;
}

.table-wrapper {
    font-size: 12px;
    height: calc(100vh - 150px);
    overflow-y: auto;
}

.table-wrapper .head {
    background-color: #2c4a70;
    color: #fff;
    padding: 10px;
}

.table-wrapper .body {
    padding: 0 10px;
}

@media only screen and (max-width: 500px) {
    .table-wrapper {
        max-width: 100vw;
        overflow: auto;
    }
}

.data_table thead {
    background-color: #2c4a70;
    color: #fff;
}

.data_table thead th {
    border-radius: 0;
}

.data_table tbody td {
    padding: 0;
    font-size: 12px;
}

.data_table tbody td img {
    width: 50px;
    height: 50px;
}

.datepicker-table thead {
    background-color: #fff;
}

@media only screen and (min-width: 993px) {
    .container {
        width: 90%;
    }
}

.remarksClicked {
    width: 200px;
    height: 400px;
}

.remarksNotClicked {
    width: 200px;
    height: 200px;
}

.nav-wrapper {
    padding: 0 20px;
}

.nav-wrapper .brand-logo {
    height: 100%;
        padding: 10px 0;
    display: flex;
    align-items: center;
    color: #fff;
}

.nav-wrapper .brand-logo .vertical_line {
    width: 2px;
    background: #ccc;
    margin: 8px;
}

#graph {
    max-width: 100%;
}

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

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

.edit {
    cursor: pointer;
}

#toggleAll+span:not(.lever):before,
[type="checkbox"]:not(.filled-in)+span:not(.lever):after {
    border: 2px solid #fff;
}

#toggleAll:checked+span:not(.lever):before {
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

#toggleAll:disabled:checked+span:not(.lever):before {
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #5a5a5a;
    border-bottom: 2px solid #5a5a5a;
}

#consent-form {
    position: fixed;
    width: 44%;
}

.update-trip {
    position: fixed;
    top: 50%;
    width: 45%;
}

input.update-location {
    width: 85%;
}

.main-dashboard-full-row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.right-align {
    margin: 0;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    line-height: 100%;
    margin: 0;
}

.right-align img {
    background: #2c4a70;
    border-radius: 50%;
    padding: 5px;
    width: 30px;
    height: 30px;
}

input.validate.add-new-consent.ng-pristine.ng-untouched.ng-empty.ng-invalid.ng-invalid-required.ng-valid-pattern {
    width: 75%;
}

i.material-icons.star {
    color: yellow;
}

i.pointer {
    cursor: pointer;
}

@media only screen and (max-width: 500px) {
    #consent-form {
        position: initial;
        width: 100%;
    }

    .update-trip {
        position: initial;
        width: 100%;
    }

    input.update-location {
        width: 70%;
    }

    input.validate.add-new-consent.ng-pristine.ng-untouched.ng-empty.ng-invalid.ng-invalid-required.ng-valid-pattern {
        width: 65%;
    }
}

.btn-small {
    width: 20px;
    height: 20px;
    line-height: 20px;
}

.btn-small i {
    font-size: 20px;
    line-height: 20px;
}

.flex-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    font-weight: 500;
}

.flex-row div {
    width: calc(100%/8);
    text-align: center;
}

.flex-row .check {
    width: 50px;
}

.head .flex-row {
    align-items: center;
}

.drops .body>div {
    padding: 5px 0;
}

.drops .flex-row {
    align-items: center;
}

.drops .flex-row div {
    width: calc(100%/3);
    display: flex;
    justify-content: center;
}

.drops .flex-row div .btn {
    height: 25px;
    line-height: 25px;
    padding: 0 5px;
}

.text-green {
    color: #1d9623;
}

.text-red {
    color: #D32F2F;
}

.col.l4.s12.full.graph-filter {
    padding: 20px;
}

a.waves-effect.reach-btn i.material-icons {
    margin-left: 0px;
    padding: 1px 10px;
}

.select-wrapper+label {
    font-size: 1rem;
}

.timelineMain {
    position: relative;
    width: 100%;
    padding-top: 44px;
}

.timelineMain .date {
    display: flex;
    justify-content: space-between;
}

.timelineMain .estimated {
    position: absolute;
    bottom: -25px;
    left: -100px;
    border: 2px solid #ccc;
    padding: 10px;
}

.timelineMain .estimated p {
    margin: 0;
}

.timeline {
    width: 100%;
    margin-top: 90px;
    height: 50px;
    display: flex;
    padding: 0 0px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.timeline .point {
    width: 10px;
    height: 10px;
    position: relative;
    background: #cccccc;
    border-radius: 50%;
}

.timeline .point p {
    position: absolute;
    padding-top: 10px;
    font-size: 12px;
    right: calc(50% - 25px);
    text-align: center;
    left: -25px;
}

.timeline .point .data img {
    position: absolute;
    bottom: -10px;
    right: calc(50% - 15px);
    z-index: 1;
    cursor: pointer;
}

.timeline .point .data p {
    width: 85px;
    left: -42px;
}

.timeline .point .data p>span {
    border: 1px solid #aaa;
    cursor: pointer;
    font-weight: 500;
    display: block;
    margin-top: 5px;
}

.timeline .point::after {
    content: '';
    display: block;
    width: calc(((100vw - 175px)/24));
    top: calc(50% - 2.5px);
    right: -36%;
    height: 4px;
    background: #cccccc;
    position: relative;
}

.timeline .point:first-child::before {
    left: -36px;
    width: 100px;
    content: '';
    display: block;
    top: 3px;
    height: 4px;
    position: relative;
    background: #cccccc;
}

.timeline .point:first-child::after {
    top: calc(50% - 6px);
}

.timeline .point:last-child::after {
    right: 50px;
    width: 100px;
}

.text-green {
    color: #1d9623;
}

.text-red {
    color: #D32F2F;
}

.md-datepicker-input-container {
    border: none;
    padding-bottom: 0;
}

.timeline .point:nth-child(odd) .data p {
    bottom: 0px;
}

.timeline .point:nth-child(even) .data p {
    top: 25px;
}

.timeline .point .data .text-green {
    font-size: 12px;
}

th {
    font-weight: 500
}

input:not([type]):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=url]:not(.browser-default):focus:not([readonly]),
input[type=time]:not(.browser-default):focus:not([readonly]),
input[type=date]:not(.browser-default):focus:not([readonly]),
input[type=datetime]:not(.browser-default):focus:not([readonly]),
input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
input[type=tel]:not(.browser-default):focus:not([readonly]),
input[type=number]:not(.browser-default):focus:not([readonly]),
input[type=search]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #2c4a70;
    box-shadow: 0 1px 0 0 #2c4a70;
}

.input-field .prefix.active {
    color: #2c4a70;
}

.input-field .postfix {
    right: 0;
    position: absolute;
    width: 3rem;
    font-size: 2rem;
    -webkit-transition: color .2s;
    transition: color .2s;
    top: .5rem;
}


.light-theme-counter h6 {
    font-size: 11px;
    font-family: Poppins,sans-serif;
    font-style: normal;
    font-weight: 500;
    margin: 0 0 6px;
    color: #666666;
}

.light-theme-counter h4 {
    font-family: Poppins,sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    margin: 6px 0;
     color: #1A1A1A;
}
input.validate.ng-valid.light-theme-search {
    border: 1px solid #C7C7C7;
    border-radius: 4px;
    outline: none;
    height: 2.5rem;
    width: 100%;
    font-size: 16px;
    margin: -3px;
    padding: 0 5px;
    background: #fff;
}
.light-theme-counter img {
    margin: 6px 0 0 0;
}

.light_theme_counte_box {
    background-color: #fff;
    margin: 2px;
    box-shadow: 0px 20px 40px rgba(44, 99, 229, 0.1);
    border-radius: 4px;
    margin: 0px 6px;
}
::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #d6d6d6; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #c2c2c2; 
}
input.validate.light-theme, input.datepicker.light-theme {
   border: 1px solid #C7C7C7;
    border-radius: 4px;
    outline: none;
    height: 2.5rem;
    width: 100%;
    font-size: 16px;
    margin: -3px;
    padding: 0 5px;
    background: #fff;

}
.light-form input {
    border: 1px solid #ccc!important;
    border-radius: 8px!important;
    padding: 0 5px!important;
}
.file-field input.file-path {
    width: 95%;
}
@media screen and (min-device-width: 900px) and (max-device-width: 1040px) {

    /* STYLES HERE */
    .container {
        width: 95%;
    }

    .nav-wrapper {
        padding: 0 18px !important;
    }

    nav ul a {
        font-size: 12px !important;
        font-weight: 500 !important;
        padding: 0 4px !important;

    }
}
