﻿.required {
    color: #ef2f2f
}

.jFiler-input-dragDrop {
    width: 100% !important;
}

.display-block {
    display: block !important;
}

#profilepicurl, #vehiclepicurl {
    width: 100px;
    max-height: 100px;
}

.profilepic, .vehiclepic {
    width: 50px;
    height: 50px;
}

.m-l-5 {
    margin-left: 5px;
}
/*for checkbox*/
.chkcontainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.chk {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.chkcontainer:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.chkcontainer input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.chkcontainer input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.chkcontainer .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}



.checkbox label, .radio label {
    font-size: 15px !important;
    min-height: 10px !important;
    padding-left: 23px !important;
    margin-bottom: 0 !important;
    font-weight: bold !important;
    cursor: pointer !important;
}

.pointer-none {
    pointer-events: none;
}

.m-t-10 {
    margin-top: 10px !important;
}
/*=====Administrator====*/
ul.ui-autocomplete {
    max-width: 321px !important;
    max-height: 250px;
    overflow-y: auto;
}

    ul.ui-autocomplete .ui-menu-item {
        padding: 8px 0px;
        background-color: #fff;
        display: inline-block;
        width: 100%;
        border-bottom: 1px solid #ddd;
    }

        ul.ui-autocomplete .ui-menu-item:last-child {
            border-bottom: none;
        }

        ul.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper {
            padding: 0;
            border: none !important;
            background: transparent !important;
            color: #999 !important;
            margin: 0 !important;
        }

.childdetail img {
    height: 50px;
    width: 50px;
}

.childdetail label {
    padding: 10px;
}
/*=====Administrator====*/
table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
    vertical-align: middle;
}

td a {
    margin: 1px !important;
}

.displaynone {
    display: none;
}

/* Start new css */

.signup-box, .signup-box2 {
    width: 95%;
/*    height: 450px;
    overflow-y: auto;*/
}

    .signup-box .row.mt-3 {
        margin-top: 0.7em;
    }

.login-page .logo img, .signup-page .logo img {
    width: 260px;
}

.log-back-btn {
    padding-top: 0px;
}

    .log-back-btn > a {
        padding: 0px;
    }

.logreg-box .form-label, .logreg-box .row > div > label {
    font-size: 14px;
    margin-bottom: 0px;
}

.logreg-box .input-container > .input-field {
    padding: 6px 10px;
}

.logreg-box .log-head {
    font-size: 20px;
}

footer div h3 {
    padding: 10px;
    font-size: medium;
}
/* Start media query */
@media only screen and (max-width: 1600px) {
    .ibanner-page .banner h1 {
        font-size: 70px;
    }
}

@media only screen and (max-width: 1200px) {
    .log-back-btn {
        padding-top: 5px;
    }

    .signup-box, .signup-box2 {
        width: 70%;
        height: 420px;
    }

    .ibanner-page .logo img {
        width: 60%;
        margin-top: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .login-page .logo {
        margin-top: 70px;
    }

    .signup-page .logo {
        margin-top: 30px;
    }

    .form-control {
        font-size: 0.9rem;
    }

    footer {
        display: flex;
        flex-direction: column;
    }

        footer div h3 {
            margin-bottom: 0px;
            padding: 6px 10px;
            font-size: 14px;
        }

    .logo {
        margin-top: 80px;
    }

    .login-page .logo img, .signup-page .logo img {
        width: 188px;
    }

    .logreg-box .log-head {
        font-size: 18px;
    }

    .signup-box, .signup-box2 {
        width: 90%;
    }

        .signup-box .row > div {
            margin-bottom: 10px;
        }

        .signup-box .row.mt-3:not(:first-child) {
            margin-top: 0px !important;
        }

    .ibanner-page .banner {
        margin-top: 100px;
    }

        .ibanner-page .banner h1 {
            font-size: 50px;
        }
}
/* End media query */
/* End new css */
