.sidebar-dark-primary {
    background: #2957A4;
}

    .sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active, .sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
        background-color: #e7b600;
    }

[class*=sidebar-dark-] .sidebar a {
    color: #ffffff;
}

.nav-page-title {
    font-size: 16px !important;
    color: #5f5f5f !important;
    font-weight: 600;
}

a.brand-link {
    background: #fff;
}

.layout-navbar-fixed .wrapper .sidebar-dark-primary .brand-link:not([class*="navbar"]) {
    background-color: #fcc416;
}

.navbar-white {
    background-color: #fcc416;
    color: #1f2d3d;
}

.navbar-light .navbar-nav .nav-link {
    color: #3d3d3e;
}

.nav-page-title {
    font-size: 16px !important;
    color: #3d3d3e !important;
    font-weight: 600;
}

.navbar-light .navbar-nav .nav-link {
    color: #3d3d3e;
    display: flex;
    align-items: center;
}

.elevation-4 {
    box-shadow: 0 14px 28px rgb(0 0 0 / 12%), 0 10px 10px rgb(0 0 0 / 10%) !important;
}


brand-link .brand-image {
    float: none;
    line-height: .8;
    margin-left: -20px;
    margin-right: 0px;
    margin-top: -10px;
    max-height: 39px;
    width: auto;
}


.navbar-nav.ml-auto {
    display: flex;
    align-items: center;
}



.nav-sidebar > .nav-item .nav-icon:hover {
    color: #fcc416;
}

.nav-sidebar > .nav-item .nav-icon:active {
    color: #fcc416;
}

.layout-navbar-fixed.sidebar-mini.sidebar-collapse .wrapper .brand-link,
.layout-navbar-fixed.sidebar-mini-md.sidebar-collapse .wrapper .brand-link,
.layout-navbar-fixed.sidebar-mini-xs.sidebar-collapse .wrapper .brand-link {
    height: calc(3.5rem + 3px);
    width: 4.6rem;
}

/*.active {
    color: #fcc416 !important;
}*/

.brand-link {
    padding-top: 5px;
    padding-bottom: 5px;
}

.layout-navbar-fixed .wrapper .content-wrapper {
    margin-top: calc(3.5rem + 14px);
}

.main-footer {
    text-align: center;
}

label:not(.form-check-label):not(.custom-file-label) {
    font-weight: 400;
}

body {
    height: 100% !important;
    position: relative;
    font-size: 14px;
}

/*.content-wrapper {
    min-height: calc(100vh - 123px);
    background-color: #ffffff;
    padding-top: 20px;
}*/
.content-wrapper {
    min-height: calc(100vh - 123px);
    background-color: #fff;
    margin-bottom: 10px;
}


.card-primary:not(.card-outline) > .card-header a.active {
    color: #2957a4;
}

.custom-tab-header {
    display: flex;
    align-items: center;
}

.tab-header-text {
    margin-left: 12px;
}

h5.mb-0.custom-tab-header {
    font-size: 14px;
    font-weight: 500;
}

.card .custom-card .card-header {
    border-bottom: 0;
}

.custom-card {
    border-bottom: 1px solid #DDDDDD !important;
}

.custom-tab-open-close {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    cursor: pointer;
}

.plus-minus-text {
    font-size: 22px;
    line-height: 1px;
}

.card.custom-card {
    box-shadow: none;
    margin-bottom: 0;
}

h5.mb-0.custom-tab-header {
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.custom-check {
    display: flex;
    width: 15px;
    height: 15px;
}

.card-tabs .card-body {
    padding-top: 15px;
    padding-bottom: 10px;
}

.input-error {
    border: 1px solid #f00 !important;
}

.input-error2 {
    border: 1px solid #f00;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

#divMotionDetails .form-inline .form-control {
    width: 90% !important;
    /*max-width: 90% !important;*/
}

#divMotionDetails label {
    font-weight: bold !important;
    /*max-width: 90% !important;*/
}

#divCraneDetails label {
    font-weight: bold !important;
    /*max-width: 90% !important;*/
}

.uom {
    color: #2957a4;
}


.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.z-i-1 {
    z-index: 1;
}

/*New Css*/

.login-page,
.register-page {
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    background-color: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh !important;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
}

.login-reg-page-bg {
    background-image: url(../../dist/img/login-screen-design.png);
    background-size: 100%;
    background-position: right 45px;
    background-repeat: no-repeat;
}

@media (max-width: 1024px) {

    .login-reg-page-bg {
        background-image: url(../../dist/img/login-screen-design-sm.png);
        background-size: 100%;
        background-repeat: no-repeat;
    }
}

.custom-login-nav {
    margin-left: 0 !important;
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    min-height: 70px !important;
    border-bottom: 2px solid #fff !important;
    border-radius: 0 !important;
}

@media (min-width: 768px) {

    .custom-login-nav {
        padding-left: 65px;
        padding-right: 65px;
        right: 0;
    }

    .custom-login-reg-box {
        margin-left: 65px;
        margin-right: 65px;
        margin-top: 32px;
    }
}

@media (max-width: 768px) {
    .brand-link .brand-image {
        float: none;
        line-height: .8;
        margin-left: -10px;
        margin-right: 0px;
        margin-top: -10px;
        max-height: 39px;
        width: auto;
    }
}

@media (max-width: 600px) {
    .login-page, .register-page; {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #e9ecef;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100vh !important;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
    }

    .login-reg-page-bg {
        background-size: cover;
        background-position: unset;
    }
}

.card-login-reg {
    background: transparent;
    border: 0;
    outline: 0;
    box-shadow: none;
}

.custom-login-box-msg {
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    color: #fcc416;
    padding: 0;
    padding-bottom: 14px;
    width: 400px;
}

.custom-login-logo {
    margin-left: -31px;
    margin-bottom: 15px;
}

.login-footer-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

label.custom-remember {
    margin-bottom: 0px !important;
    color: #fff;
}

.login-form-control {
    border-radius: 0px 6px 6px 0px !important;
    background: #fff;
}

.custom-input-group-text {
    border-radius: 6px 0px 0px 6px !important;
    box-shadow: inset 0 0 0px 4px #fff;
    border: 0;
    background: rgb(255, 255, 255);
    padding: 0;
}

.custom-login-btn {
    position: absolute;
    margin-top: -48px;
    right: -34px;
    cursor: pointer;
}

.triangle-right {
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-left: 40px solid #fcc416;
    border-bottom: 18px solid transparent;
    display: flex;
    align-items: center;
}

.triangle-right-text {
    margin-left: -37px;
    font-size: 14px;
    font-weight: 600;
}

.link-text {
    color: #c3c3c3;
}

    .link-text:hover {
        color: #fcc416;
    }

a:hover {
    color: #fcc416;
}

.error-msg {
    width: 100%;
    background: #ffd3d3;
    color: #f00;
    padding: 3px 4px;
    font-size: 12px;
    margin-top: 2px;
    border-radius: 4px;
}

.login-form-control-error {
    box-shadow: inset 0 0 2px 1px #f00;
}


.custom-nav-tab-header {
    background: #2957a4;
    border-radius: 5px;
}

/*.motionType.motionType {
    color: #fff;
}*/

.custom-border-bottom {
    border-bottom: 1px solid #ccc;
    margin-bottom: 6px;
}

.card-body.tab-card-body {
    padding: 10px 4px;
}

.font-weight-600 {
    font-weight: 600;
}

.custom-tab-body-header {
    display: flex;
    align-items: center;
    margin: 5px 0px;
}

    .custom-tab-body-header .tab-count {
        padding: 2px 8px;
        box-shadow: 0 0 1px rgb(0 0 0 / 18%), 0 1px 3px rgb(0 0 0 / 18%);
        margin: 0;
        margin-right: 10px;
    }

/*.tab-count.max-count {
    background: #fdeaea;
    box-shadow: none !important;
}

.tab-count.min-count {
    background: #fff5d3;
    box-shadow: none !important;
}

.tab-count.avg-count {
    background: #dffddf;
    box-shadow: none !important;
}

.tab-count.up-count {
    background: #dfe0fd;
    box-shadow: none !important;
}

.tab-count.down-count {
    background: #dff2fd;
    box-shadow: none !important;
}

.tab-count.shift-count {
    background: #feffd3;
    box-shadow: none !important;
}*/

.tab-count.tr-border {
    border: solid 1px grey;
}

/*.nav-link.motionType.active {
    color: #fcc416 !important;
}*/

.layout-navbar-fixed .wrapper .content-wrapper {
    margin-top: calc(3.5rem + 14px);
}

/*DATA TABLE*/
.dt-center {
    text-align: center;
}

table.dataTable th.dt-left, table.dataTable td.dt-left {
    text-align: left;
}

table.dataTable th.dt-center, table.dataTable td.dt-center, table.dataTable td.dataTables_empty {
    text-align: center;
}

table.dataTable th.dt-right, table.dataTable td.dt-right {
    text-align: right;
}

table.dataTable tbody th.dt-body-left, table.dataTable tbody td.dt-body-left {
    text-align: left;
}

table.dataTable tbody th.dt-body-center, table.dataTable tbody td.dt-body-center {
    text-align: center;
}

table.dataTable tbody th.dt-body-right, table.dataTable tbody td.dt-body-right {
    text-align: right;
}

table.dataTable thead th.dt-head-left, table.dataTable thead td.dt-head-left, table.dataTable tfoot th.dt-head-left, table.dataTable tfoot td.dt-head-left {
    text-align: left;
}

table.dataTable thead th.dt-head-center, table.dataTable thead td.dt-head-center, table.dataTable tfoot th.dt-head-center, table.dataTable tfoot td.dt-head-center {
    text-align: center;
}

table.dataTable thead th.dt-head-right, table.dataTable thead td.dt-head-right, table.dataTable tfoot th.dt-head-right, table.dataTable tfoot td.dt-head-right {
    text-align: right;
}

table.dataTable thead th.dt-head-verticle-middle, table.dataTable thead td.dt-verticle-middle, table.dataTable tfoot th.dt-verticle-middle, table.dataTable tfoot td.dt-verticle-middle {
    vertical-align: middle !important;
}
/*DATA TABLE*/

/*Loader*/
.lds-spinner {
    color: official;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-spinner div {
        transform-origin: 40px 40px;
        animation: lds-spinner 1.2s linear infinite;
    }

        .lds-spinner div:after {
            content: " ";
            display: block;
            position: absolute;
            top: 3px;
            left: 37px;
            width: 6px;
            height: 18px;
            border-radius: 20%;
            background: #f8be1d !important;
        }

        .lds-spinner div:nth-child(1) {
            transform: rotate(0deg);
            animation-delay: -1.1s;
        }

        .lds-spinner div:nth-child(2) {
            transform: rotate(30deg);
            animation-delay: -1s;
        }

        .lds-spinner div:nth-child(3) {
            transform: rotate(60deg);
            animation-delay: -0.9s;
        }

        .lds-spinner div:nth-child(4) {
            transform: rotate(90deg);
            animation-delay: -0.8s;
        }

        .lds-spinner div:nth-child(5) {
            transform: rotate(120deg);
            animation-delay: -0.7s;
        }

        .lds-spinner div:nth-child(6) {
            transform: rotate(150deg);
            animation-delay: -0.6s;
        }

        .lds-spinner div:nth-child(7) {
            transform: rotate(180deg);
            animation-delay: -0.5s;
        }

        .lds-spinner div:nth-child(8) {
            transform: rotate(210deg);
            animation-delay: -0.4s;
        }

        .lds-spinner div:nth-child(9) {
            transform: rotate(240deg);
            animation-delay: -0.3s;
        }

        .lds-spinner div:nth-child(10) {
            transform: rotate(270deg);
            animation-delay: -0.2s;
        }

        .lds-spinner div:nth-child(11) {
            transform: rotate(300deg);
            animation-delay: -0.1s;
        }

        .lds-spinner div:nth-child(12) {
            transform: rotate(330deg);
            animation-delay: 0s;
        }

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}


/*Loader*/

.cursor-pointer {
    cursor: pointer;
}

.layout-navbar-fixed.layout-fixed .wrapper .sidebar {
    margin-top: calc(0.3rem + 1px);
}

.info a.d-block:hover {
    color: #000;
}

.main-header .navbar-nav .nav-item {
    display: flex;
    align-items: center;
}

.emote-logo-center {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
}

@media (max-width: 600px) {
    .nav-logo-sm-screen {
        width: 80px !important;
    }
}

.logout-icon {
    color: #2957A4 !important;
    font-size: large;
}

.active-user-name {
    color: #fff;
}

    .active-user-name:hover {
        color: #fcc416 !important;
    }

.nav-sidebar .nav-item > .nav-link {
    position: relative;
    display: flex;
    align-items: center;
}

.btn-delete {
    color: #FF1400;
}

.btn-error {
    color: #B10101;
}

.btn-edit {
    color: #06468A;
}

.btn-view {
    color: #007BFF;
}

.btn-add {
    color: #28A745;
}

.btn-yellow {
    color: #F3B903;
}

.nav-sidebar .nav-item > .nav-link {
    position: relative;
    display: flex;
    align-items: center;
}

.nav-sidebar > .nav-item .nav-icon {
    margin-left: .05rem;
    font-size: 1.2rem;
    margin-right: .4rem;
    text-align: center;
    width: 1.6rem;
}

    .nav-sidebar > .nav-item .nav-icon.fa, .nav-sidebar > .nav-item .nav-icon.fas, .nav-sidebar > .nav-item .nav-icon.far, .nav-sidebar > .nav-item .nav-icon.fab, .nav-sidebar > .nav-item .nav-icon.fal, .nav-sidebar > .nav-item .nav-icon.fad, .nav-sidebar > .nav-item .nav-icon.svg-inline--fa, .nav-sidebar > .nav-item .nav-icon.ion {
        font-size: 16px;
    }

.ChartType.active {
    color: #fcc416 !important;
}

.nav-sidebar > .nav-item .nav-icon {
    margin-left: .05rem;
    font-size: 1.2rem;
    margin-right: .5rem;
    text-align: center;
    width: 1.4rem;
}

    .nav-sidebar > .nav-item .nav-icon.fa, .nav-sidebar > .nav-item .nav-icon.fas, .nav-sidebar > .nav-item .nav-icon.far, .nav-sidebar > .nav-item .nav-icon.fab, .nav-sidebar > .nav-item .nav-icon.fal, .nav-sidebar > .nav-item .nav-icon.fad, .nav-sidebar > .nav-item .nav-icon.svg-inline--fa, .nav-sidebar > .nav-item .nav-icon.ion {
        font-size: 18px;
    }

        .nav-sidebar > .nav-item .nav-icon.fa, .nav-sidebar > .nav-item .nav-icon.fas, .nav-sidebar > .nav-item .nav-icon.far, .nav-sidebar > .nav-item .nav-icon.fab, .nav-sidebar > .nav-item .nav-icon.fal, .nav-sidebar > .nav-item .nav-icon.fad, .nav-sidebar > .nav-item .nav-icon.svg-inline--fa, .nav-sidebar > .nav-item .nav-icon.ion:hover {
            color: #fff;
        }

@media (min-width: 768px) {
    body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .content-wrapper, body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-footer, body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-header {
        transition: margin-left 0.3s ease-in-out;
        margin-left: 0px !important;
    }
}

.layout-fixed .main-sidebar {
    margin-top: 57px;
}

.layout-fixed .wrapper .sidebar {
    height: calc(100vh - (7.1rem + 1px));
}

@media (min-width: 992px) {
    .sidebar-mini.sidebar-collapse .main-sidebar, .sidebar-mini.sidebar-collapse .main-sidebar::before {
        /*margin-left: 0;*/
        width: 4.6rem;
        margin-top: 57px;
    }

    .content-wrapper {
        padding-left: 73px;
    }

    .layout-fixed .main-sidebar {
        bottom: 0;
        float: none;
        left: 0;
        position: fixed;
        top: 0;
        margin-top: 101px;
    }

    .layout-navbar-fixed.layout-fixed .wrapper .sidebar {
        height: calc(100vh - (6rem + 55px)) !important;
    }
}

.emote-login-page-logo {
    width: 304px;
    margin-bottom: 20px;
    margin-left: 4px;
}

.custom-login-box-msg {
    text-align: left;
    font-size: 22px;
    font-weight: 500;
    color: #fcc416;
    padding: 0;
    padding-bottom: 6px;
}

.input-group-append {
    border: 0;
}

.border0 {
    border: 0 !important;
}

.login-icon-bg {
    padding: 6px;
    border-radius: 6px !important;
    background: #EBECEC;
    margin: 5px;
}

.link-text {
    color: #c3c3c3;
}

.yellow-divider {
    color: #fcc416;
    margin: 0 4px;
}

.logout-strip {
    width: 100%;
    background: #2957a4;
    padding: 0;
    margin: 0;
    padding: 5px 38px;
    color: #fff;
    text-align: right;
    justify-content: flex-start !important;
}

.main-header {
    min-height: 70px;
    border-bottom: 2px solid #fff;
}

@media (max-width: 768px) {

    .layout-fixed .main-sidebar {
        margin-top: 70px;
    }
}

@media (min-width: 992px) {
    /*.sidebar-mini.sidebar-collapse .main-sidebar, .sidebar-mini.sidebar-collapse .main-sidebar::before {
        margin-left: 0;
        width: 4.6rem;
        margin-top: 70px;
    }*/

    /*.layout-navbar-fixed.layout-fixed .wrapper .sidebar {
        height: calc(100vh - (6rem + 28px));
    }*/
}

.sidebar-mini.sidebar-collapse .main-sidebar, .sidebar-mini.sidebar-collapse .main-sidebar::before {
    /*margin-left: 0;*/
    /*width: 4.6rem;*/
    margin-top: 101px;
}

/*djgkljdfg*/
.logout-strip {
    width: 100%;
    background: #2957a4;
    padding: 0;
    margin: 0;
    padding: 5px 16px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    position: fixed;
    width: 100%;
    right: 0;
    z-index: 999;
}

.flex-vr-center {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.yellow-divider {
    color: #fcc416;
    padding: 0 6px;
}

.font-weight-600 {
    font-weight: 600 !important;
}

.content {
    padding-top: 44px !important;
}

.logout-back-section {
    display: flex;
    align-items: center;
}

@media (max-width: 600px) {
    .layout-fixed .main-sidebar {
        margin-top: 71px;
    }

    .sidebar-mini.sidebar-collapse .main-sidebar, .sidebar-mini.sidebar-collapse .main-sidebar::before {
        margin-top: 71px;
    }

    .yellow-divider {
        display: none;
    }

    .logout-back-section {
        display: block;
    }

    .logout-strip {
        position: unset;
        text-align: left;
        min-height: 33px !important;
    }
}

.dropdown-menu.dropdown-menu-lg.dropdown-menu-right.show {
    transform: translate3d(-186px, 27px, 0px) !important;
}

.main-card-title {
    font-size: 24px;
    color: #000;
    font-weight: 600 !important;
}

.card-header-flex-section {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.card-header-flex-right-section {
    display: flex;
    align-items: center;
}

//Css for the tiles .header-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.card-count-card {
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    cursor: pointer;
}

.card-count {
    font-size: 24px;
    color: #000;
    font-weight: 600;
    margin-top: 8px;
}

.main-card-small-title-1 {
    font-size: 16px;
    font-weight: 600;
}

.card-style-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.custom-panel-body.count {
    padding: 16px 18px;
}

.card-right-arrow-section {
    position: absolute;
    right: 10px;
    background: rgb(70, 70, 70);
    color: #fff;
    height: 80%;
    border-radius: 0px 4px 4px 0px;
    display: flex;
    align-items: center;
    padding: 4px 8px;
    font-size: 18px;
}

.cross-travel-auxiliary-trolley-bg-right {
    background: #ca56fe;
}

.small-text {
    font-size: 18px;
    font-weight: 600;
}

/*.sidebar-collapse.sidebar-mini .main-sidebar .nav-sidebar .nav-link, .sidebar-collapse.sidebar-mini-md .main-sidebar .nav-sidebar .nav-link, .sidebar-collapse.sidebar-mini-xs .main-sidebar .nav-sidebar .nav-link {
    width: 3.4rem;
}*/
.nav-sidebar .nav-link img {
    margin-left: 3px;
    width: 1.2rem;
}

.dashboard-custom-ui.nav-item {
    display: none !important;
}

.dashboard-custom-ui aside.main-sidebar.sidebar-dark-primary.elevation-4 {
    display: none;
}

.dashboard-custom-ui .content-wrapper {
    padding: 0;
}

    .dashboard-custom-ui .content-wrapper > .content {
        padding: 0 0.2rem;
    }

.dashboard-custom-ui .logout-strip {
    padding-left: 18px;
}

.cursor-auto {
    cursor: auto !important;
}


.dataTable thead tr {
    color: #ffffff;
    background: #2957A4;
}

#tblShifts thead tr {
    color: #ffffff;
    background: #2957A4;
}

.input-group-append .btn-default {
    background: #2957a4;
    color: white;
}

.dataTables_wrapper.dt-bootstrap4.no-footer {
    margin-top: 8px;
}

.flex-vr-center.logout-strip {
    box-shadow: 0px 2px 3px rgb(0 0 0 / 20%);
}

.MARGIN_TOP_0 {
    margin-top: 0 !important;
}

.v-align {
    vertical-align: middle !important;
}
.input-group.search-input .input-group-append span.input-group-text {
    border-radius: 0px 4px 4px 0 !important;
}

.dateFormateStyle {
    top: 32px;
    position: absolute;
    right: 10px;
    /*margin-right: 7px;*/
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    min-width: 35px;
}

.calenderStyle {
    top: 0;
    line-height: 0;
    font-size: 16px;
}
#divCraneDetailsContainer input,#divCraneDetailsContainer select {
    border-radius: 0.25rem!important;
}
.right_side_calender_icon_border_radius{
    height: 38px;
    border-radius: 0 2px 2px 0px;
}

input:focus  + .dateFormateStyle{
    z-index:3!important;
}