body {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 300;

}

main {
    min-height: 78vh;
    background-image: url("../../images/payment_succes_img.jpeg") !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    background-size: 100% 100% !important;



}

h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;

}

h3 i {
    margin-right: 15px;
}

.scroll {
    max-height: 68vh;
    overflow-y: auto;
}

.navbar {
    color: #374047 !important;
    padding-left: 30px;
    padding-right: 30px;
}

.navbar a {
    color: #374047 !important;
    font-weight: 400;
}

.navbar a:hover {
    color: #9c9c9c !important;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.navbar .navbar-brand {
    color: #374047;
    min-width: 200px;
}

.navbar .navbar-brand:hover, .navbar .navbar-brand:focus {
    color: #374047;
}

.navbar .navbar-brand img,
.navbar .navbar-brand svg {
    max-width: 200px;
    min-width: 150px;
    height: auto;
}

.navbar .navbar-nav .nav-link {
    color: #374047;
    border-radius: .25rem;
    margin: 0 20px;
    padding-left: 0;
    padding-right: 0;
}

.navbar .navbar-nav .nav-link:not(.disabled):hover, .navbar .navbar-nav .nav-link:not(.disabled):focus {
    color: #ccc;
}

.navbar .navbar-nav .dropdown-menu {
    margin-top: 10px;
    background-color: #fff;
    border-color: #fff;
    font-size: 15px;
    -webkit-box-shadow: -4px 17px 29px -14px rgba(59, 66, 143, 0.44);
    box-shadow: -4px 17px 29px -14px rgba(59, 66, 143, 0.44);
}

.navbar .navbar-nav .dropdown-menu h6 {
    color: #718392;
    font-weight: 600;
    font-size: 13px;
}

.navbar .dropdown-item {
    color: #374047;
    font-size: 15px !important;
}

.navbar .dropdown-item i {
    margin-right: 10px;
    color: #718392;
}

.navbar .dropdown-item:hover, .navbar .dropdown-item:focus, .navbar .dropdown-item.active {
    color: #374047;
    background-color: #fff;
}

.navbar .dropdown-item .nav-item.active .nav-link,
.navbar .dropdown-item .nav-item.active .nav-link:hover,
.navbar .dropdown-item .nav-item.active .nav-link:focus,
.navbar .dropdown-item .nav-item.show .nav-link,
.navbar .dropdown-item .nav-item.show .nav-link:hover,
.navbar .dropdown-item .nav-item.show .nav-link:focus {
    color: #fff;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 2px solid #c1d62f;
    border-radius: 0;
}

.navbar .settings-button {
    margin-left: 25px;
    margin-top: 7px;
}

.navbar .profile-info a.prof-link1 {
    float: right;
    text-decoration: none;
    font-size: 15px;
    color: #374047 !important;
}

.navbar .profile-info a.prof-link2 {
    float: right;
    text-decoration: none;
    font-size: 12px;
    color: #718392 !important;
}

.top-nav {
    border-bottom: 1px solid #ebebeb;
    height: 100px;
}

.user-area-top {
    position: relative;
    margin-left: 10px;
    margin-right: 25px;
}

.user-area-top a .user-image {
    background: url(/assets/img/headshot3.jpg) no-repeat center center;
    background-size: cover;
    width: 55px;
    height: 55px;
    position: absolute;
    top: -10px;
    border-radius: 50%;
    border: 1px solid white;
}

.head-title {
    padding: 20px 0;
}

.btn-primary {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    max-width: 100%;
    min-width: 170px;
    float: none;
    background: #c1d62f;
    padding: 4px 50px;
    border: 1px solid transparent;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    text-align: center;
    margin-top: 20px;
}

.btn-primary:hover {
    color: #fff;
    background: #718392;
    text-decoration: none;
    border: 1px solid #718392;
}

.btn.btn-primary:focus {
    background: #718392 !important;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid transparent;
    color: #fff;
}

.btn.btn-primary:active {
    background: #c1d62f;
    border: none;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid transparent;
}

.btn-secondary {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    max-width: 100%;
    min-width: 170px;
    float: none;
    background: #374047;
    padding: 4px 50px;
    border: 1px solid transparent;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    text-align: center;
    margin-top: 20px;
}

.btn-secondary:hover {
    color: #fff;
    background: #718392;
    text-decoration: none;
    border: 1px solid #718392;
}

.btn.btn-secondary:focus {
    background: #718392 !important;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid transparent;
    color: #fff;
}

.btn.btn-secondary:active {
    background: #374047;
    border: none;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid transparent;
}

.btn-tertiary {
    color: #646464;
    font-size: 14px;
    font-weight: 600;
    max-width: 100%;
    min-width: 170px;
    float: none;
    background: white;
    padding: 4px 50px;
    border: 1px solid #718392;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: center;
    margin-top: 20px;
}

.btn-tertiary:hover {
    color: #fff;
    background: #718392;
    text-decoration: none;
    border: 1px solid #718392;
}

.btn.btn-tertiary:focus {
    background: #718392 !important;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #718392;
    color: #fff;
}

.btn.btn-tertiary:active {
    background: #c1d62f;
    border: none;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #718392;
}

.btn-info {
    color: transparent !important;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    width: 60px;
    margin: 0 auto;
    background: transparent !important;
    padding: 7px 15px;
    border: none;
    border-radius: 0;
}

.btn-info:hover {
    color: transparent;
    background: transparent;
    text-decoration: none;
    border: none;
    outline: none;
    border: none;
}

.btn.btn-info:focus {
    background: transparent !important;
    outline: none !important;
    border: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: transparent !important;
}

.btn.btn-info:active {
    background: transparent !important;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: transparent !important;
    text-decoration: none;
    border: none;
}

.btn-info {
    color: transparent !important;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    width: 60px;
    margin: 0 auto;
    background: transparent !important;
    padding: 7px 15px;
    border: none;
    border-radius: 0;
}

.btn-info:hover {
    color: transparent;
    background: transparent;
    text-decoration: none;
    border: none;
    outline: none;
    border: none;
}

.btn.btn-info:focus {
    background: transparent !important;
    outline: none !important;
    border: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: transparent !important;
}

.btn.btn-info:active {
    background: transparent !important;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: transparent !important;
    text-decoration: none;
    border: none;
}

.btn-light {
    color: #374047;
    font-size: 15px;
    font-weight: 500;
    width: 60px;
    margin: 0 auto;
    background: transparent;
    padding: 7px 15px;
    border: none;
    border-radius: 0;
}

.btn-light:hover {
    color: #374047;
    background: transparent;
    text-decoration: none;
    border: 1px solid #c1d62f;
    outline: none;
    border: none;
}

.btn.btn-light:focus {
    background: transparent !important;
    outline: none !important;
    border: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: white;
}

.btn.btn-light:active {
    background: transparent !important;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #c1d62f !important;
    text-decoration: none;
    border: none;
}

.btn-success {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    max-width: 100%;
    float: none;
    background: #c1d62f;
    padding: 4px 20px;
    border: 1px solid transparent;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.btn-success:hover {
    color: #fff;
    background: #718392;
    text-decoration: none;
    border: 1px solid #718392;
}

.btn.btn-success:focus {
    background: #718392 !important;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid transparent;
    color: #fff;
}

.btn.btn-success:active {
    background: #c1d62f;
    border: none;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid transparent;
}

.card {
    border-radius: 7px;
    margin-bottom: 12px;
    -webkit-box-shadow: 0 12px 16px 4px rgba(114, 127, 22, 0.18);
    box-shadow: 0 12px 16px 4px rgba(114, 127, 22, 0.18);
    border: 1px solid white;
}

.card .card-body {
    padding: 13px 15px;
}

.map {
    border-radius: 0;
}

.map .card-body {
    padding: 0 !important;
}

.map .card-body img {
    max-width: 100%;
    height: auto;
}

.geofence-list p {
    font-size: 15px;
    color: #718392;
    margin: 0;
}

.geofence-list h5 {
    font-size: 17px;
    font-weight: 600;
    color: #21687a;
    margin: 0;
}

.geofence-list .geo-date {
    position: relative;
}

.geofence-list .geo-date .date {
    position: absolute;
    bottom: 0;
    right: 15px;
}

.geofence-list .status-geo {
    padding-top: 8px;
}

.geofence-list .status-geo .status-sign {
    display: inline;
    margin-bottom: 0px;
    padding-left: 25px;
    margin-right: 30px;
    margin-top: 20px;
    background: url(/assets/img/enabdisabbuttons.png) no-repeat;
    line-height: 20px;
    color: #2c2c2c;
    cursor: pointer;
}

.geofence-list .status-geo .on {
    background-position: 0 -14px;
}

.geofence-list .status-geo .off {
    background-position: 0 3px;
}

form {
    padding: 0;
}

form .form-group {
    margin-bottom: 30px !important;
}

form .form-group label {
    color: #8c8c8c;
    text-transform: uppercase;
    font-size: 12px;
}

form .form-group input {
    border: 0;
    border-bottom: 1px solid #c3c3c3;
    border-radius: 0;
    height: 30px;
}

form .single-group {
    margin-bottom: 0 !important;
}

form .form-control {
    font-size: 15px;
    padding: 0;
}

form .form-control:focus {
    border-color: #c1d62f;
    box-shadow: none;
    -webkit-box-shadow: none;
}

form .has-error .form-control:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
}

form .custom-select {
    border: 0;
    border-bottom: 1px solid #c3c3c3;
    border-radius: 0;
    height: 30px;
    padding-left: 0;
}

form .custom-select:focus {
    outline: none !important;
    border-bottom: 1px solid #c3c3c3;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.tile {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    /*.nav-item {
          max-width: 100px;
      }*/
}

.tile .tab-pane {
    padding: 10px;
    min-height: 180px;
}

.tile .nav-tabs {
    position: relative;
    border: none !important;
    background-color: #fff;
    /*   box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2); */
    border-radius: 3px;
    height: 32px;
}

.tile .nav-tabs {
    margin-bottom: 20px;
    background: #eeeeee;
}

.tile .nav-tabs li {
    margin: 0px !important;
    font-weight: 600;
    border: 2px solid #fff !important;
    border-radius: 3px !important;
}

.tile .nav-tabs a {
    position: relative;
    margin-right: 0px !important;
    padding: 2px 20px !important;
    font-size: 15px;
    color: #21687a !important;
}

.tile .slider {
    display: inline-block;
    width: 30px;
    height: 32px;
    border-radius: 4px;
    background-color: #374047;
    position: absolute;
    bottom: 0;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.tile .nav-tabs .active {
    background-color: transparent !important;
    border: none !important;
    color: #ffffff !important;
}

.tile input[type="radio"] {
    opacity: 0;
    width: 0;
    margin: 0;
    position: absolute;
}

.tile input[type="radio"]:checked + label {
    background-position: 0 3px;
}

.tile .f-radio-row {
    margin-bottom: 20px;
    padding-left: 15px;
}

.tile .f-radio-row .f-radio {
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.7;
    letter-spacing: 0.6px;
    color: #2c2c2c;
    padding: 0;
}

.tile .f-radio-row .f-radio p {
    padding-top: 3px;
    color: #8c8c8c;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0;
}

.tile .f-radio-row label {
    display: inline;
    margin-bottom: 20px;
    padding-left: 25px;
    margin-right: 30px;
    background: url(/assets/img/checkbuttons.png) no-repeat;
    background-position: 0 -14px;
    line-height: 14px;
    color: #2c2c2c;
    cursor: pointer;
}

.date-picker button,
.date-picker input,
.date-picker optgroup,
.date-picker select,
.date-picker textarea {
    border: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #666;
}

.date-picker i {
    color: #333;
    font-size: 18px;
}

.date-picker input {
    width: 100%;
    cursor: pointer;
}

.ss-main .ss-content .ss-list {
    max-height: 90vh !important;
}

.ss-main .ss-multi-selected .ss-values .ss-value {
    background-color: #374047 !important;
}

.modal-dialog .modal-content .modal-body {
    padding: 8px 1rem 0;
}

footer {
    background: #fff;
    height: 85px;
    padding: 10px 0;
    margin: 0;
}

footer img,
footer svg {
    max-width: 150px;
    min-width: 100px;
    height: auto;
}

.container-upload {
    width: 100%;
    margin: 0 auto;
    font-family: sans-serif;
}

.container-upload label {
    display: block;
    max-width: 145px;
    margin: 0 auto 15px;
    text-align: center;
    word-wrap: break-word;
    color: #1a4756;
    background: none;
}

.container-upload label img {
    max-width: 100%;
    height: auto;
}

.container-upload .hidden,
.container-upload #uploadImg:not(.hidden) + label {
    display: none;
}

.container-upload #file {
    display: none;
    margin: 0 auto;
}

.container-upload #upload {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    max-width: 100%;
    min-width: 170px;
    background: #374047;
    padding: 4px 50px;
    border: 1px solid transparent;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    text-align: center;
    cursor: pointer;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.container-upload #upload:hover {
    color: #fff;
    background: #718392;
    text-decoration: none;
    border: 1px solid #718392;
}

.container-upload #upload:active {
    background: #374047;
    -webkit-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
}

.container-upload img {
    display: block;
    margin: 0 auto 15px;
}

@media (min-width: 576px) {
    .container-upload #upload {
        max-width: 170px;
        float: none;
        padding: 4px 50px;
    }
    .align-center-sm {
        text-align: center;
        float: none;
    }
}

@media (min-width: 992px) {
    .animate {
        animation-duration: 0.3s;
        -webkit-animation-duration: 0.3s;
        animation-fill-mode: both;
        -webkit-animation-fill-mode: both;
    }
    .container-upload #upload {
        max-width: 100%;
        padding: 4px 30%;
        float: none;
        min-width: 100px;
    }
    .btn-primary, .btn-secondary, .btn-tertiary {
        float: right;
        margin-top: 0;
    }
}

.table .thead-dark th th {
    background: #374047;
}

.table td.buttons {
    text-align: left;
}

.table i {
    color: #fff;
}

.pagination {
    font-size: 12px;
    margin-top: 15px;
    margin-left: 20px;
}

.pagination .active a {
    color: #374047;
    background-color: #21687a !important;
    font-weight: 600;
    padding: 7px 15px;
    border-radius: 5px;
}

.pagination .active a:hover {
    background-color: #718392 !important;
    color: white;
    border: 0px;
    padding: 7px 15px;
}

.pagination .active a:focus {
    background-color: #718392 !important;
    color: #21687a;
    outline: none;
    padding: 7px 15px;
}

.pagination li a {
    border: 1px;
    margin-left: 0px;
    color: #707070;
    padding: 7px 15px;
    margin: 0px 5px;
}

.pagination li a:hover {
    background-color: transparent;
    color: #21687a;
    padding-bottom: 2px;
}

.pagination li a:focus {
    outline: none;
    background-color: transparent;
    /*color:#707070;*/
}

.pagination li:first-child a,
.pagination li:last-child a {
    border: 1px solid #ccc !important;
    border-radius: 6px;
    margin: 0px;
    padding: 6px 12px;
    border: 2px solid;
    font-size: 14px;
    color: #143361;
}

.pagination li:first-child a:hover,
.pagination li:last-child a:hover {
    text-decoration: none !important;
    color: #fff;
    background-color: #21687a !important;
}

.pagination li:first-child a:focus,
.pagination li:last-child a:focus {
    outline: none;
}

.logreg-card {
    margin: 5% auto;
    max-width: 450px;
    padding: 20px 40px 20px 40px;
}

.logreg-card .forget-pass {
    margin-top: 20px;
    text-align: center;
    font-size: 12px;
}

.logreg-card .form-title h3 {
    color: #374047;
    text-align: center;
    margin-bottom: 30px;
    opacity: .7;
}

.logreg-card .form-check {
    margin-top: 5px;
    font-size: 15px;
    color: #949494;
}

.logreg-card .form-check input, .logreg-card .form-check label {
    cursor: pointer;
}

.logreg-card .btn.btn-primary {
    margin-top: 30px;
}

.logreg-card a {
    color: #c1d62f;
    -webkit-transition: all .25s;
    transition: all .25s;
    text-decoration: none;
}

.logreg-card a:hover {
    color: #374047;
}

@keyframes slideIn {
    0% {
        -webkit-transform: translateY(1rem);
        transform: translateY(1rem);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0rem);
        transform: translateY(0rem);
        opacity: 1;
    }
    0% {
        -webkit-transform: translateY(1rem);
        transform: translateY(1rem);
        opacity: 0;
    }
}

@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: transform;
        -webkit-opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1;
    }
    0% {
        -webkit-transform: translateY(1rem);
        -webkit-opacity: 0;
    }
}

.slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
}
