@font-face {
    font-family: 'Eurostile LT Std Roman';
    src: url('../font/Eurostile-LT-Std-Roman16313.eot');
    src: url('../font/Eurostile-LT-Std-Roman16313.eot?#iefix') format('embedded-opentype'),
         url('../font/Eurostile-LT-Std-Roman16313.woff2') format('woff2'),
         url('../font/Eurostile-LT-Std-Roman16313.woff') format('woff'),
         url('../font/Eurostile-LT-Std-Roman16313.ttf')  format('truetype'),
         url('../font/Eurostile-LT-Std-Roman16313.svg#Eurostile LT Std Roman') format('svg');
}
@font-face {
font-family: 'Eurostile LT Std Oblique';
font-style: normal;
font-weight: normal;
src: local('../font/Eurostile LT Std Oblique'), url('../font/Eurostile-LT-Std-Oblique_16312.woff') format('woff');
}

@font-face {
    font-family: 'Eurostile LT Std Bold';
    font-style: normal;
    font-weight: normal;
    src: local('../font/Eurostile LT Std Bold'), url('../font/EurostileLTStd-Bold.woff') format('woff');
}


@font-face {
  font-family: 'EurostileLTStd Roman';
  src: url('../font/EurostileLTStd.eot') format('embedded-opentype');
  src:  url('../font/EurostileLTStd.otf')  format('opentype'),
         url('../font/EurostileLTStd.woff') format('woff'), 
         url('../font/EurostileLTStd.ttf')  format('truetype'), 
         url('../font/EurostileLTStd.svg#EurostileLTStd') format('svg');
  font-weight: normal;
  font-style: normal;

}



body {
  /*  background: #2D2D2D;*/
      margin:0px;
          overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
        overflow-y: scroll;
    height: auto;
}

input:focus, button:focus, select:focus, a:focus, textarea:focus {
    box-shadow: none;
    outline: none;
}
h2, h1, h3, h4, h5, h6, p, figure ul{
  margin: 0
}
ol, ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
a, a:hover, button, input[type="submit"]{
        transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    text-decoration: none;
}


/*****LOGIN PAGE******/
.unit_no button {
    background: transparent;
    border: 0;
}
.login-form-section {
    width: 100%;
    height: 100vh;
    background:#000 url('../images/login_background.png');
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
        background-position: center center;
}
.login-form-section-inner {
    /*height: 100%;*/
    position: relative;
    padding-top: 10%;

}
.logo-section {
    float: left;
    width: 40%;
    margin-bottom: 110px;
}
.logo-section .header-logo {
    width: 100%;
}
.login-form-section-inner .form-group {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.login-form-section-inner .form-group:last-child{
    margin-bottom: 0px;
}
.login-form-section-inner .form-group label {
    float: left;
    width: 25%;
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
}

.login-form .form-group input.focus {
    font-family: 'Eurostile LT Std Romain';
}
.login-form .form-group input {
    width: 100%;
    float: left;
    border-radius: 30px;
    background: transparent !important;
    padding: 7px 10px;
    outline: none;
    color: #fff;
    font-size: 16px;
    box-sizing: border-box;
    border: 0;
    border-bottom: 2px solid #fff;
    border-radius: 0;
    text-align: center;
    font-weight: 300;
   /* font-family: 'Eurostile LT Std Oblique';*/
   font-family: 'EurostileLTStd Roman';
}
.login-form .form-group input::placeholder {
    color: #d4d4d4;
    font-weight: 300;
}
.login-form .form-group input:focus::-webkit-input-placeholder {
    font-family: 'EurostileLTStd Roman';
    color: #CF0A2C;
    font-weight: 300;
}
.login-btn-cls {
    float: none;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.login-btn-cls button {
    width: auto;
    border-radius: 8px;
    border: 1px solid #fff;
    background: transparent !important;
    padding: 11px 33px 8px;
    outline: none;
    font-weight: 300;
    color: rgba(255, 255, 255, 1);
    text-transform: uppercase;
    font-size: 16px;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    font-family: 'Eurostile LT Std Roman';
    line-height: 1.2;
}
.login-btn-cls button:hover {
    background: #CF0A2C !important;
    color: #fff;
    border-color:#CF0A2C;
}
.login-form-section-inner .form-group input {
    padding: 10px 10px;
    font-size: 20px;
}
.login-btn-cls button{
    font-size: 18px;
}

.is_display {
    color: #CF0A2C;
    font-family: 'Eurostile LT Std Roman';
    margin-top: 6px;
    display: inline-block;
}

/******home Dashboard******/
li.dropdown1 ul.inner-menu > li:last-child {
    padding-bottom: 5px !important;
    width: 100%;
    float: left;
}
li.dropdown1 ul.inner-menu li a {
    color: #BBBBBB;
    padding: 2px 0;
    font-size: 12px;
}
.ulmenu_mobile {
    display: none;
}
ul.submenu.dropdown-menu1 {
    display: block !important;
    opacity: 0;
        visibility: hidden;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
    -webkit-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
    -moz-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
    -o-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
    -ms-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
    transform: translateY(-2em);
     -webkit-transform: translateY(-2em);
     -moz-transform: translateY(-2em);
     -o-transform: translateY(-2em);
     -ms-transform: translateY(-2em);
     overflow: hidden;
    z-index: -1;
}
li.dropdown1:hover ul.submenu.dropdown-menu1 {
    opacity: 1;
    transform: translateY(0%);
     -webkit-transform: translateY(0%);
     -moz-transform: translateY(0%);
     -o-transform: translateY(0%);
     -ms-transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    -webkit-transition-delay: 0s, 0s, 0.3s;
    -moz-transition-delay: 0s, 0s, 0.3s;
    -o-transition-delay: 0s, 0s, 0.3s;
    z-index: 1;
    visibility: visible;
    overflow: visible;
}
li.dropdown2 ul.submenu.dropdown-menu1 {
    opacity: 1;
    transform: translateY(0%);
     -webkit-transform: translateX(-40%);
     -moz-transform: translateY(0%);
     -o-transform: translateY(0%);
     -ms-transform: translateY(0%);
    z-index: 1;
    visibility: visible;
    overflow: visible;
    width: 380px;
}
body .fixed-header {
    position: fixed !important;
    top: 0 !IMPORTANT;
    left: 0;
    width: 100% !important;
    background: rgba(66, 66, 66, .9) !important;
        padding: 12px 20px !important;
}
.logo {
    width: 20%;
    float: left;
}
.main-nav {
    width: 70%;
    float: left;
}
.user-notification {
    float: right;
}
.dashboard-section {
    top: 0px;
    left: 0px;
    width: 15%;
    min-height: calc(100vh - 56px);
    background: #191D21 0% 0% no-repeat padding-box;
    opacity: 1;
    float: left;
    display:block !IMPORTANT;
}
.dashboard-section .logo img {
    width: 100%;
}
ul.submenu.dropdown-menu1 {
    display: none;
}
.card-header.header {
    border-radius: 0;
    padding: 12px 20px;
    line-height: 0;
    width: 100%;
    float: left;
    background: #424242;
    position: absolute;
    top: 0;
    z-index: 9;
    position: fixed;
}

.header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    opacity: 0.75;
}
.user-notification {
    padding: 0;
    list-style: none;
    text-align: right;
        margin: 0;
}
.dashboard-section .logo {
    padding: 5px 15px;
    border: 1px solid #3C3E40;
    border-radius: 0;
}
.user-notification li {
    display: inline-block;
}
.user-notification li a {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    margin: 0 8px;
}
.user-notification li a:hover {
    color: #CF0A2C;
}
.user-notification li:last-child a {
    margin: 0 8px;
    font-size: 20px;
}
.right-panel {
    width: 100%;
    float: left;
}
body #app .maintenace {
    color: #B9B9B9;
    FONT-SIZE: 18px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: Eurostile LT Std Roman;
}
body #app a.maintenace i {
    color: #48798f;
    background: #0D0E10;
    width: 28px;
    height: 33px;
    text-align: center;
    line-height: 33px;
    border-radius: 0;
    margin-right: 3px;
}
.pump_packing {
    top: 120px;
    left: 45px;
    width: 179px;
    height: 26px;
    text-align: left;
    font: Roman 18px/22px Eurostile LT Std Roman;
    letter-spacing: 0;
    color: #B9B9B9;
    opacity: 1;
}
ul#menu > li {
    float: left;
    POSITION: RELATIVE;
}
ul#menu {
    margin-left: 40px;
}
ul#menu li a i {
    color: #48798f;
    background: #0D0E10;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    border-radius: 100%;
    margin-right: 7px;
}
ul#menu > li > a {
    color: #fff;
    FONT-SIZE: 18px;
    text-transform: uppercase;
    width: 100%;
    display: block;
    position: relative;
    padding: 7px 30px;
        font-family: 'Eurostile LT Std Roman';
}
ul#menu li a:hover {
    color: #CF0A2C;
}
ul#menu li:hover, ul#menu li.active_menu, .active_menu{
    border-color: #3C3E40;
}

ul#menu li.active_menu a, .active_menu{
    color: #b83131;
}
body #app li.form a i {
    color: #236BA2;
}
body #app .pump-packing i {
    color: #884628;
}
body #app li.dashbord a i {
    color: #B63434;
}
.power-bi {
    padding: 20% 0% 0% 10%;
}
ul.submenu.dropdown-menu1 {
    display: none;
    position: absolute;
    background: #CF0A2C;
    padding: 5px 11px;
    border-radius: 6px;
    top: 25px;
    LEFT: 29px;
}
ul.submenu.dropdown-menu1 li a:hover {
    color: #424242 !important;
}
ul.submenu.dropdown-menu1 li a {
    color: #fff;
    FONT-SIZE: 14px;
    text-transform: capitalize;
    width: 100%;
    display: block;
    position: relative;
    padding: 4px 0;
    float: left;
    font-weight: 300;
    font-family: 'Eurostile LT Std Roman';
    line-height: 1.2;
}
.power-bi h2 {
    color: #b4b4b4;
    text-transform: capitalize;
    font-size: 60px;
    line-height: 70px;
}
button.openbtn, a.closebtn{
    display: none;
}
.header .logo img {
    width: 100%;
}
li.submenu-li {
    width: 100%;
    float: left;
    border-bottom: 1px solid #424242;
}


/****form page****/
form.main-pump-form input[type="text"]:hover::placeholder, form.main-pump-form input[type="text"]:focus::placeholder {
    color: #fff;
}
ul.btn-sec li a img {
    width: 100%;
    max-width: 110px;
    height: 150px;
    object-fit: cover;
    position: relative;
    bottom: 0px;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.vtimeselector__box {
    background: white !important;
    border-radius: 10px;
        box-shadow: 0px 3px 6px #424242;
}

.page-title {
    width: 100%;
    text-align: center;
}
.page-title  h2 {
    text-align: center;
    color: #424242;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 60px;
    font-family: 'Eurostile LT Std Roman';
    font-size: 40px;
    line-height: 48px;
}
@-webkit-keyframes autofill {
    to {
        color: #c3c3c3;
        background: transparent;
    }
}

input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}
.login-form-section-inner .form-group input:hover::placeholder {
    color: #CF0A2C;
}
.form-page {
    background: url('../images/bg-image.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff;
}
.vdpComponent {
    width: 100%;
}
/**home**/
.home .header .user-notification li a {
    color: #fff;
}
.banner-text {
    position: absolute;
    bottom: 13px;
    right: 20px;
    background: rgba(255, 255, 255, .7) !important;
    box-shadow:8px 8px 6px #424242;
    border-radius: 10px;
    opacity: 0.7;
    padding: 20px;
    width: 53%;
}
.home div#form + .home-banner .banner-text {
    opacity: .8;
    padding: 13px 20px 13px;
}
.header-transparent .header {
    background: transparent;
    border: 0;
        padding-top: 12px;
}
.home-banner img {
    width: 100%;
}
.banner-text h2 {
    text-align: center;
    letter-spacing: 0;
    color: #424242;
        font-size: 45px;
    line-height: 52px;
      font-family: 'EurostileLTStd Roman';
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
.banner-text p {
    text-align: center;
    letter-spacing: 0;
    font-size: 20px;
    color: #424242;
    line-height: 26px;
    font-weight: 200;
    margin-top: 3px;
    font-family: 'EurostileLTStd Roman';
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
.home-banner video {
    position: absolute;
    right: 0;
    bottom: 0;
    top:0;
    right:0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-color: black; /* in case the video doesn't fit the whole page*/
    background-image: /* our video */;
    background-position: center center;
    background-size: contain;
    object-fit: cover; /*cover video background */
    z-index:3;
}

.big-data {
    position: relative;
    width: 85% !important;
    background-size: cover;
    background-image:url('/assets/images/big-data.png')
}
.big-data, .home-banner{
    position: relative;
}
.big-data .banner-text {
    width: 35%;
    background: rgba(255, 255, 255, .9) !important;
    bottom: 120px;
    right: -154px;
}
.big-data .banner-text h2 {
    color: #CF0A2C;
    margin-bottom: 20px;
}
table.table-data td {
    color: #fff;
}
/**pump crew**/
table.table-data td:nth-child(4) {
    text-transform: uppercase;
}

.banner-section {
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
}
.pump-crew-banner {
    background-image: url('../images/pump_crew.png');
    background-position: center left;
}
.pump-data img {
    width: 100%;
}
.pump-data {
    clear: both;
    width: 100%;
}
.header-trasprent .header .user-notification ul li a {
    color: #fff;
}
.pump-crew-banner .fp-tableCell {
    display: initial;
}
.ppc-page .banner-section .page-title h2 {
    padding-top: 94px;
}
.banner-section .page-title h2 {
    padding-top: 95px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
         font-family: 'EurostileLTStd Roman';
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
        font-size: 40px;
    line-height: 48px;
}
.pump-crew-dashboard {
    background-image: url('../images/crew-dashboard.png');
    background-position: 0px 40px;
}
body .pump-crew-dashboard .page-title h2 {
    color: #424242;
}
table.table-data td, table#example th {
    color: #BBBBBB;
    font-weight: 300;
    border-color:#707070;
       font-family: 'EurostileLTStd Roman';
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
table.table-data th {
    border: 0;
    font-size: 18px;
}
table.table-data .closed a {
    background: #22AC38;
}
table.table-data td.pending a {
    background: #CF0A2C;
}
.table-data {
    margin: 30px auto 10px;
    width: 93% !important;
}
table.table-data .closed a:hover {
    background: #0B6623;
}
table.table-data td {
    font-size: 16px;
}
table.table-data td.pending a:hover {
    background: #9f231f;
}
a.view:hover {
    color: #bc9734;
}
a.edit:hover {
    color: #2c6524;
}
a.download:hover {
    color: #0f2fae;
}
a.delete:hover {
    color: #9f231f;
}

td.actions a {
    font-size: 20px;
    vertical-align: middle;
    margin: 0 2px;
}
td.actions a:last-child img {
    max-width: 14px;
}
td.actions a img {
    max-width: 18px;
    width: 100%;
    height: 25px;
    object-fit: contain;
}
.user-data td.actions a {
    margin: 0;
    font-size: initial;
}
 a.view {
    color: #FF6600;
}
a.edit {
    color: #22AC38;
}
a.download {
    color: #2E88E2;
}
a.delete {
    max-width: 14px;
    color: #CF0A2C;
}
div#example_info {
    display: none;
}
div#example_filter label input[type="search"] {
    border: 0;
    border-radius: 10px;
    height: 35px;
    margin-left: 7px;
    width: 20%;
    padding: 10px;
}
div#example_length select {
    height: 35px;
    border: 0;
    border-radius: 10px;
    text-align-last: center;
}
.bottom div#example_length {
    order: 2;
    margin-left: 14px;
}
.bottom {
    display: flex;
        flex-wrap: wrap;
}
ul.pagination {
    background: transparent;
    box-shadow: none;
    width: 93%;
    margin: 0 auto;
}
ul.pagination a:hover {
    color: #fff;
     background: #CF0A2C;
}
ul.pagination li.active a {
    background: #CF0A2C;
    color: #fff;
}
ul.pagination a {
    background: #fff;
    margin: 0 3px;
    padding: 8px;
    display: inline-block;
    color: #808495;
    border-radius: 10px;
    position: relative;
    vertical-align: middle;
    height: 40px;
    width: 40px;
    text-align: center;
        cursor: pointer;
            box-shadow: 0px 3px 6px #424242;
}
.dropdown-clear input.dropdown-clear {
    background: transparent;
    border: 0;
    color: #424242;
    font-size: 12px;

    padding-left: 12px;
}
.dropdown-clear:before {
    position: absolute;
    content: '\f0b0';
    font-family: fontAwesome;
    color: #7f7f7f;
    left: 9px;
    font-weight: normal;
    font-size: 12px;
    top: 6px;
}
.dropdown-clear {
    position: relative;
    padding: 3px 7px 0px 13px;
    margin: 0 !important;
}
ul.pagination a.prev, ul.pagination a.next {
    font-size: 0;
}
ul.pagination a.prev:after {
    content: '\f104';
}
ul.pagination a.next:after {
    content: '\f105';
}
ul.pagination a.next:after, ul.pagination a.prev:after{
    position: absolute;
    font-family: fontAwesome;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 3px;
}
div#example_filter label {
    width: 100%;
        font-family: 'EurostileLTStd Roman';
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
td.actions a i {
    font-weight: bold;
}
table#example th {
    border: 0;
}
/***failure form***/
.pump-crew-packing {
    background-image: url('../images/failure-bg.png');
    padding-top: 200px;
    /* height: 100vh; */
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding-bottom: 200px;
}
.bg-white-form {
    background: rgba(255, 255, 255, .9);
    border-radius: 10px;
    width: 100%;
    padding: 50px 75px;
    float: left;
}
body .right-panel .bg-white-form h2 {
    color: #424242;
    padding: 0;
}
body .right-panel .bg-white-form .back {
    width: 50%;
    float: left;
}
body .right-panel .bg-white-form .form-no {
    width: 50%;
    float: right;
    text-align: right;
}
body .right-panel .bg-white-form .back a, .ps_img_no ul.left-form a, .ps_img_no ul.right-form a, 
body ul.green-img li a{
    box-shadow: 0px 3px 6px #424242;
    background: #D9D9D9;
    color: #424242;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 18px;
    border-radius: 10px;
    padding: 8px 20px 6px;
    line-height: 1.2;
    border: 0;
        font-family: 'EurostileLTStd Roman';
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
body .right-panel .bg-white-form .back a i {
    font-weight: 700;
    font-size: 19px;
    margin-right: 5px;
}
.form-back {
    margin: 40px 0 55px;
    clear: both;
    width: 100%;
}
.form-no h6 {
    font-weight: 500;
    font-size: 22px;
    display: inline-block;
    vertical-align: middle;
    color: #424242;
        font-family: 'EurostileLTStd Roman';
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
.form-no h6 span {
    color: #CF0A2C;
    /*font-size: 24px;*/
    text-transform: uppercase;
    display: inline-block;
    margin-left: 8px;
    vertical-align: middle;
}
/***custom radio**/
/* The container */
form.main-pump-form .radio-label {
    display: block;
    position: relative;
    padding-left: 45px;
    margin-bottom: 0;
    padding-bottom: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: auto;
    float: left;
    margin-right: 30px;
}

/* Hide the browser's default radio button */
.radio-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: -4px;
    left: 0;
    height: 30px;
    width: 30px;
    background-color: #D9D9D9;
    border-radius: 50%;
    box-shadow: 0px 3px 6px #424242;
}
form.main-pump-form label.radio-label {
    width: auto;
    float: left;
    margin-right: 40px;
}

/* On mouse-over, add a grey background color */
.radio-label:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio-label input:checked ~ .checkmark {
  background-color: #616161;
}

.checkmark:hover {
    background: #616161;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-label input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio-label .checkmark:after {
    top: 6.6px;
    left: 7.3px;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: #CF0A2C;
}
/***end custom radio**/
/* [type="date"] {
  background:#fff url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/calendar_2.png)  97% 50% no-repeat ;
} */
[type="date"]::-webkit-inner-spin-button {
  display: none;
}
[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
}
.md-input-container select, .md-input-container textarea, .md-input-container input, .md-input-container .md-input, form.main-pump-form select, 
.input-group input, form.main-pump-form input[type="text"], form.main-pump-form input[type="time"], 
form.main-pump-form input[type="date"], form.main-pump-form textarea, form.main-pump-form input[type="email"], 
form.main-pump-form input[type="number"], form.main-pump-form input[type="password"] {
    box-shadow: 0px 3px 6px #424242;
      background: #D9D9D9;
      color: #424242;
      font-weight: 500;
      font-size: 16px;
      border-radius: 10px;
      padding:10px 12px 7px;
      border: 0;
      width: 100%;
      height: 35px;
      -webkit-appearance: none;
      font-family: 'Eurostile LT Std Oblique';
      font-family: 'EurostileLTStd Roman';
  }
form.main-pump-form input[type="text"]:hover::placeholder {
    color: #fff !important;
}
body .stand-by ul.green-img input {
    width: 100%;
    max-width: 150px;
}
form.main-pump-form textarea {
    height: 280px !important;
}
body #app .ps_img_no .pump_position input {
    background: transparent !important;
    color: #fff !important;
    font-weight: normal;
    border-radius: 0;
    width: 100% !important;
    display: inline-block;
    height: 30px;
    text-align: center;
    line-height: 36px;
    box-shadow:none;
    font-size: 16px !important;
    border: 0;
    padding: 10px 6px 7px 0px;
    font-family: 'Eurostile LT Std Oblique';
}

body #app .pump_position {
    background-color: #CF0A2C !important;
}
body #app span.pump_position {
    background: transparent;
    padding: 0;
    box-shadow: none;
    height: auto !important;
    width: 37px;
}

body #app form.main-pump-form .reason-textarea {
    width: 100% !important;
}

.modal-body form div {
    margin-bottom: 1rem;
}
.modal-body form span.select2 {
    width: 100%;
    display: block;
}
.modal-header .close {
    font-size: 28px;
    font-weight: 700;
    color: #424242;
}
form.main-pump-form select:focus, 
form.main-pump-form input[type="text"]:focus, 
form.main-pump-form input[type="time"]:focus, 
form.main-pump-form input[type="date"]:focus, 
body .right-panel .bg-white-form .back a:focus, 
form.main-pump-form textarea:focus, .modal-body input[type="text"]:focus{
    /* box-shadow: none; */
    outline: none;
    background: #424242 !important;
    color: #fff !important;
        font-family: 'EurostileLTStd Roman';
    -webkit-font-smoothing: antialiased;
}
form.main-pump-form input[type="text"]:hover +button:before,
 form.main-pump-form input[type="text"]:hover + .vtimeselector__clear:after, 
 form.main-pump-form input[type="text"]:focus +button:before,
 form.main-pump-form input[type="text"]:focus + .vtimeselector__clear:after{
    color: #fff;
}
form.main-pump-form .sect-div:hover select, 
form.main-pump-form input[type="time"]:hover, 
body .right-panel .bg-white-form .back a:hover, 
form.main-pump-form input[type="text"]:hover, .modal-body input[type="text"]:hover{
    background:#424242 !important;
    color: #fff !important;
}
.left-form {
    width: 40%;
    float: left;
}
.right-form {
    width: 60%;
    float: left;
}
.right-form .form-group {
    width: 50%;
    float: left;
    padding: 0 0 0 60px;
}
form.main-pump-form label, .modal-body label{
    color: #424242;
    font-size: 20px;
    text-transform: capitalize;
    width: 100%;
    font-weight: normal;
    left: 0;
          font-family: 'EurostileLTStd Roman';
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
.fe-maint {
    float: left;
    width: 100%;
    margin: 30px 0 0;
}

form.main-pump-form input[type="text"]::placeholder {
    color:  #7F7F7F;
}
.sect-div select {
    padding-right: 26px !important;
}

/**custom file upload btn**/
#upload-input {
    color: #7f7f7f;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 16px;
    border-radius: 10px;
    padding: 3px 10px 0;
    display: inline-block;
    line-height: 32px;
}
.hopper_reason_1 {
    width: 68% !important;
}
.upload-button {
    color: white;
    background-color: #CF0A2C;
    cursor: pointer;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 16px;
    border-radius: 10px;
    padding: 4px 20px;
    font-family: 'Eurostile LT Std Oblique';
    float: right;
}
.img-upload {
    box-shadow: 0px 3px 6px #424242;
    background: #D9D9D9;
    color: #7F7F7F;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 16px;
    border-radius: 10px;
    border: 0;
    width: 100%;
    height: 35px;
    -webkit-appearance: none;
    font-family: 'Eurostile LT Std Oblique';
    display: inline-block;
    overflow: hidden;
    position: relative;
}
input.file-upload {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    cursor: pointer;
    filter: alpha(opacity=0);
    opacity: 0;
}
form.main-pump-form .hopper select, 
form.main-pump-form .hopper select:hover, 
form.main-pump-form .hopper select:focus{
    background-size: 12% !important;
    background-position: 93% 27% !important;

}
form.main-pump-form .debris select, form.main-pump-form .image-sec select, 
form.main-pump-form .debris select:hover, form.main-pump-form .image-sec select:hover, 
form.main-pump-form .debris select:focus, form.main-pump-form .image-sec select, 
form.main-pump-form .debris select:focus, form.main-pump-form .image-sec select:focus{
       background-size: 15% !important;
    background-position: 93% 30% !important;
}
body .debris {
    width: 12.5%;
}
body .reaseon label {
    margin-top: 6px;
    text-align: left;
}
.image_reason_1 {
    width: 45% !important;
    float: left;
}
.upload-button, button.add {
    color: white;
    background-color: #CF0A2C;
    cursor: pointer;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 16px;
    border-radius: 10px;
    padding: 2px 20px 0px;
    border: 0;
    font-family: 'Eurostile LT Std Oblique';
    float: right;
    box-shadow: 0px 3px 6px #424242;
    height: 35px;
}
.components-consumed button {
    float: left;
}
.components-consumed {
    clear: both;
    margin: 10px 0 110px !important;
    width: 100%;
    float: left;
}
.btn-group input, .btn-group button, .modal-footer button{
    border: 0;
    margin: 0 21px 0 0;
    color: #fff;
    font-family: 'Eurostile LT Std Oblique';
    font-size: 16px;
    padding:10px 20px 6px;
    border-radius: 10px;
    line-height: 1.2;
    font-weight: normal;
    text-transform: capitalize;
    box-shadow: 0px 3px 6px #424242;
        min-width: 170px;
}
form.main-pump-form .sect-div:hover:after, form.main-pump-form .sect-div:focus:after{
    color: #fff;
}
.btn-submit {
    margin-top: 80px;
        width: 100%;
    float: left;
}
input.submit-btn, .modal-footer button[type="submit"]{
    background: #22AC38;
}
input.submit-btn:hover, .modal-footer button[type="submit"]:hover{
    background: #0B6623; color: #fff;
}
button.cancel, .modal-footer button[type="button"]:hover{
    background: #CF0A2C;
}
button.cancel:hover, #upload-button:hover, button.add:hover, .modal-footer button[type="button"]{
    background: #9F0D03; color: #fff
} 
button.save {
    background: #0018F9;
}
button.save:hover {
    background: #0011AE;
}
button.edit {
    background: #FF6600;
}
button.edit:hover {
    background: #C44E00;
}
.form-bg-sec .btn-group {
    width: 100%;
    float: left;
}
.full-form.sec .btn-group {
    margin-top: 40px;
        float: left;
        width: 100%
}
/* form.main-pump-form [type="date"] {
    background: #D9D9D9 url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/calendar_2.png) 97% 50% no-repeat !important;
} */
form.main-pump-form [type="date"] {
    background: #D9D9D9;
}
.fe-shift-day{
    width: 100% !important;
}
body .full-form.sec .unit_no input {
    width: auto;
}
body .full-form.sec .unit_no i, .de-lete i{
    color: #ca3332;
    font-weight: 700;
    font-size: 33px;
    vertical-align: middle;
    margin-left: 17px;
}
.iput-reaon {
    width:60%;
    float: left;
}
.unit_no img {
    WIDTH: 100%;
    max-width: 25px;
    margin-left: 7px;
}
.de-lete img {
    width: 100%;
    max-width: 75%;
    text-align: center;
}
.upload_image_0 {
    width: 40% !important;
}
.de-lete {
    float: right;
    width: auto;
    margin-top: 38px;
    text-align: center;
}
.hopper_reason_2, .hopper_reason_3{
    width: 71% !important;
}
body #app .right-panel .shift_form .upload_img {
    float: left;
    width: 44% !important;
}
.maint-evnt {
    clear: both;
    display: block;
    width: 100%;
    float: left;
}
.unit_no {
    margin-top: 20px;
    float: left;
    width: 100%;
}
.stage-hopper {
    clear: both;
    float: left;
    width: 100%;
        margin-bottom: 15px;
}
.stage-no input {
    text-align: center;
}
.stage-no, .debris, .image-sec {
    width: 13%;
    float: left;
    margin-right: 12px;
}
.input_rsn {
    width: 42%;
    float: left;
}
.hopper {
    width: 13%;
    float: left;
    margin-right: 12px;
}
.stage-hopper .sect-div:after {
    top: 4px;
}
/**Asset movment**/
.img-upload .file-upload + input[type="text"] {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    width: 78% !important;
    font-size: 16px !important;
        color: #424242;
}
form.main-pump-form .vdpClearInput:before, form.main-pump-form .vtimeselector__clear:after{
content: "\D7";
    line-height: 1.1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    border: 0;
    background-color: transparent;
    display: inline-block;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    color: #424242;
    font-size: 27px;
      top: 2px;
    right: 8px !important;
}
.vdpPeriodControl {
    margin: 0 12px;
}
form.main-pump-form .vdpClearInput:before {
    top: 21px;
    font-weight: bold;
}
.vdpPeriodControl button{
    position: relative;
}
.vdpPeriodControl button:after {
    position: absolute;
    content: '\f107';
    font-family: 'fontAwesome';
    font-size: 15px;
    right: -15px;
    top: -1px;
}
form.main-pump-form .vdpClearInput:hover:before {
    box-shadow: none;
    -webkit-box-shadow: none;
}
.vtimeselector__clear__ico {
    opacity: 0;
}
.blus-bg, ul.left-form span, .ps_img_no ul.right-form span{
    background: #CF0A2C;
    color: #fff;
    font-weight: normal;
    border-radius: 10px;
    width: 33px;
    display: inline-block;
    height: 33px;
    text-align: center;
    line-height: 36px;
    box-shadow: 0px 3px 6px #424242;
    font-size: 18px;
    border: 0;
    font-family: 'Eurostile LT Std Oblique';
}
.ps_img_no ul.left-form a, .ps_img_no ul.right-form a, body ul.green-img li a{
    display: inline-block;
    padding: 6px 20px 0 !important;
    vertical-align: super;
    font-size: 15px;
    font-family: 'Eurostile LT Std Oblique';
}
.ps_img_no ul.left-form span, .ps_img_no ul.right-form span {
    border-radius: 0;
    width: 35px;
    height: 30px;
}
.ps_img_no ul.right-form {
    text-align: left;
    padding:1px 0px  0 40px;
    width: 50%;
    
}
.ps_img_no ul.left-form {
    text-align: right;
    padding: 1px 40px  0 0px;
    width: 50%;
}
.ps_img_no i.img img {
    width: 100%;
    max-width: 220px;
}
.blus-bg:focus {
    box-shadow: 0px 3px 6px #424242;
        color: #fff;
}
i.img {
    position: relative;
    display: inline;
}

body #app li.right_truck span.pump_position {
    top: -17px;
    right: 16px;
    width: 39px !important;
}

body #app li.left_truck span.pump_position {
    width: 39px !important;
}
.truck-number-input {
    max-width: 145px;
}

.ps_img_no {
    width: 100%;
    margin: 0 auto;
 }   
.ps_img_no ul li {
    margin-bottom: 9px;
}
ul.blck-img {
    text-align: center;
    margin: 30px 0 20px;
    clear: both;
    width: 100%;
    float: left;
}
.stand-by {
    width: 100%;
    float: left;
}
.stand-by .stand_pluse {
    width: 20%;
    float: left;
}
.stand-by .stand_pluse label {
    color: #424242;
    font-size: 22px;
    text-transform: capitalize;
    font-weight: normal;
    left: 0;
    margin-right: 28px;
        font-family: 'EurostileLTStd Roman';
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
.stand-by {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    margin: 10px 0 30px;
        min-height: 170px;
}
ul.green-img {
    width: 80%;
    float: left;
}
ul.green-img li figure{
    width: 100%;
}
ul.green-img div.stand_by_append li{
    display: inline-block;
    text-align: center;
    width: 23%;
    margin: 0 5px 30px;
}
ul.green-img li img {
    max-width: 220px;
}
.form-group.Assetmoved {
    margin-bottom: 90px;
}
.ps_img_no ul.left-form a:hover, .ps_img_no ul.right-form a:hover, body ul.green-img li a:hover {
    background: #616161;
    color: #fff;
}
table.table-data td:focus, table#example th:focus {
    outline: none;
    box-shadow: none;
}
form.main-pump-form label {
    color: #424242;
    font-size: 18px;
    text-transform: capitalize;
    width: 100%;
    font-weight: normal;
    left: 0;
        font-family: 'EurostileLTStd Roman';
    -webkit-font-smoothing: antialiased;
    margin-top: 0;
}
header.vdpHeader {
    width: 100%;
    float: left;
    margin: 0;
    padding: 6px 0;;
    background:#CF0A2C;
}
header.vdpHeader .vdpPeriodControl button {
    color: #fff;
    font-size: 15px;
        font-family: 'EurostileLTStd Roman';
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    padding: 0;
}
header.vdpHeader .vdpArrowNext:after {
    border-left-color: #ffffff;
}
header.vdpHeader .vdpArrowPrev:after {
    border-right-color: #fff;
}
header.vdpHeader .vdpArrow {
    overflow: visible;
    top: 15px;
}
.form-group.date table.vdpTable .outOfRange {
    color: #bbb;
}
 table.vdpTable td, table.vdpTable th {
    border: 1px solid #d4d4d5;
        font-family: 'EurostileLTStd Roman';
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-size: 8px;
    text-align: center;
        padding: 6px;
}
.form-group.date table.vdpTable td {
    color: #424242;
}
table.vdpTable td:hover, table.vdpTable td.selected{
    border-radius: 0;
    background:#CF0A2C;
}
table.vdpTable td:hover .vdpCellContent, table.vdpTable td.selected .vdpCellContent{
    background: transparent !important;
    width: auto;
    height: auto;
    border-radius: 0;
}
table.vdpTable th span.vdpHeadCellContent {
    font-weight: 600;
    font-family: 'EurostileLTStd Roman';
    -webkit-font-smoothing: antialiased;
    color: #424242;
}
.vue__time-picker .dropdown ul li {
    color: #424242;
        font-family: 'EurostileLTStd Roman';
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

form.main-pump-form select:focus, form.main-pump-form select:hover {
    background-image: url('../images/arrow-back-white.png') !important;
    background-repeat: no-repeat !important;
    background-position: 98% 27% !important;
    background-size: 4% !important;
}
.blus-bg:hover {
    background: #9F0D03;
    color: #fff;
}
.right-form .form-group select, 
.right-form .form-group select:focus, .right-form .form-group select:hover {
    background-size: 6% !important;
    background-position: 98% 29% !important;
}

.time ul.vtimeselector__box__list .timeselector__box__item--is-selected {
    background: #c32f2c;
}
.time ul.vtimeselector__box__list .vtimeselector__box__item {
    font-family: 'EurostileLTStd Roman';
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
}
.time ul.vtimeselector__box__list .vtimeselector__box__item:hover {
    background: #b32c2a;
    color: #fff;
}
.login-form .form-group input:hover, 
.login-form .form-group input:focus {
    color: #CF0A2C;
} 

.login-form .form-group input:focus {
    color: #CF0A2C;
    font-family: 'EurostileLTStd Roman';
}
.vdpInnerWrap {
    border-radius: 10px;
}
.time .vtimeselector__box {
    background: transparent;
    border: 0;
}
.time span.vue__time-picker.time-picker {
    width: 100%;
}
.time span.vue__time-picker.time-picker .select-list ul li.active, .time span.vue__time-picker.time-picker .select-list ul li:hover {
    background: #CF0A2C;
    color: #fff;
}
.time span.vue__time-picker.time-picker .dropdown, .time span.vue__time-picker.time-picker .dropdown .select-list {
    width: 100%;
}
.time span.vue__time-picker.time-picker .dropdown {
    border-radius: 10px;
    box-shadow: 0px 3px 6px #424242;
    margin-top: 9px;
}
.time span.vue__time-picker.time-picker span.clear-btn {
    font-size: 29px;
    color: #424242;
    font-weight: 500;
}
/**full page scroll***/
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, 
#fp-nav ul li:hover a.active span, 
.fp-slidesNav ul li:hover a.active span {
    height: 23px;
    width: 2px;
    border-radius: 0;
    background: #CF0A2C;
    margin: 0 -1px;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span {
    height: 23px;
    border-radius: 0;
    width: 2px;
    background: #9e9e9e;
    left: 0;
    margin: 0 -1px;
}
#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {
    width: 2px;
    height: 23px;
        margin: 0 -1px;
}
#fp-nav.right {
    right: auto;
    left: 22px;
    display: none;
}
#fp-nav ul li .fp-tooltip.right {
    left: 7px;
    right: auto;
        top: 10px;
}
#fp-nav ul li, .fp-slidesNav ul li {
    width: 2px;
    height: 23px;
}
#fp-nav ul li:hover .fp-tooltip.right {
    opacity: 1 !important;
}
#fp-nav ul li:hover span {
    background: #CF0A2C;
}
body.fp-viewing-1 .header {
    background: rgba(66, 66, 66, .7);
  /*  padding: 12px 20px;*/
}

.error_msg {
    color: #CF0A2C;
        font-family: 'EurostileLTStd Roman';
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-weight: 500;
    text-align: center;
    margin: 20px 0 0;
    clear: both;
    width: 100%;
    float: left;
    font-size: 16px;
    line-height: 20px;
}
.de-lete button {
    background: transparent;
    border: 0;
    padding: 0;
}
body .stand-by ul.green-img input {
    width: auto;
}
/* li.right_truck input[type="text"] {
    width: auto;
} */
body #app .image_reason_0, body #app form.main-pump-form .reason-no-img {
    width: 100% !important;
    float: left;
    margin: 0;
}

/**Admin page**/
.admin-header .logo {
    width: 50%;
    display: flex;
    align-items: center;
}
.admin-header .logo img {
    max-width: 280px;
}
.admin-header .user-notification #toggle{
    display: none;
}
.admin-header div#toggle div {
    width: 100%;
    height: 2px;
    background: #fff;
    margin: 3px auto 0;
    transition: all 0.3s;
    backface-visibility: hidden;
}
.admin-header div#toggle {
    width: 18px;
    height: 19px;
    float: left;
    margin-left: 15px;
    position: relative;
    top: 2px; cursor: pointer;
}
.admin-header #toggle.on .one {
    transform: rotate(45deg) translate(2px, 5px);
}
.admin-header #toggle.on .two {
    opacity: 0;
}
.admin-header #toggle.on .three {
    transform: rotate(-45deg) translate(2px, -5px);
}
.admin-header .user-notification {
    width: 50%;
}
.admin-header .user-notification button#dropdownMenuButton {
    background-color: transparent;
    padding: 5px;
    height: auto;
    line-height: 0;
    border: 0;
}
ul.drop-menu li ul.sub-menu li {
    display: block;
    text-align: left;
}
ul.drop-menu li ul.sub-menu {
    background: #CF0A2C;
    border-radius: 6px;
    padding:4px 11px;
    width: auto;
    float: left;
    position: absolute;
    top: 29px;
    right: 20px;
    width: 100%;
    left: 0;
}
.user-notification ul.drop-menu {
    position: relative;
}
ul.drop-menu > li a {
    vertical-align: middle;
    font-size: 18px !important;
}
.main-pump-form .full-form.sec .form-group.components-consumed {
    margin-bottom: 20px !important;
}

.drop-menu .sub-menu a {
    color: #fff;
    FONT-SIZE: 14px !important;
    text-transform: capitalize;
    width: 100%;
    display: block;
    position: relative;
    float: left;
    font-weight: 300;
    font-family: 'EurostileLTStd Roman';
    -webkit-font-smoothing: antialiased;
    line-height: 1.2;
    padding:5px 0 5px;
    border-bottom: 1px solid #424242;
}
.user-notification ul.submenu.dropdown-menu1 {
    width: 160px;
    text-align: left;
    top: 34px;
    left: -102px;
}
.user-notification ul.submenu.dropdown-menu1 li:last-child a {
    border-bottom: 0;
}
.user-notification ul#menu li.dropdown1 a {
    padding: 4px 0;
}
.user-notification ul#menu {
    text-align: right;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
}
.user-notification ul.submenu.dropdown-menu1 li {
    width: 100%;
}
.user-notification ul.submenu.dropdown-menu1 li a {
    border-bottom: 1px solid #424242;
}
.user-notification ul.submenu.dropdown-menu1 li a.submenu-indent{
    padding-left: 15px;
} 
.home {
    background: #fff;
}
.drop-menu .sub-menu a:hover {
    background: transparent;
    color: #424242;
}
 .drop-menu .sub-menu li:last-child a {
    border-bottom: 0;
}
.user-notification .dropdown {
    float: right;
}
main.mainclass {
    display: flex;
    flex-wrap: wrap;
}
div#mySidepanel {
    order: 2;
}
.admin-header {
    order: 1;
    position: inherit !important;
    padding: 16px 20px !important;
}
.right-content {
    order: 3;
    width: 85%;;
}
ul.sidebar li a:hover {
    color: #CF0A2C;
}
ul.sidebar li a {
    color: #ccc;
    padding: 1rem 18px;
    font-size: 16px;
        font-family: 'EurostileLTStd Roman';
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    width: 100%;
    display: inline-block;
}
.active-sidebar {
/*    overflow: visible;*/ width: 6.3% !important;
        display: block !important;
}
body #app .active-sidebar ul.sidebar.navbar-nav li a {
    text-align: center;
    font-size: 12px;
        padding: 1rem 5px;
}
.active-sidebar ul.sidebar.navbar-nav li a {
    font-size: 16px;
    text-align: left;
}
.admin-sidebar .sub-menu {
    width: 100%;
    float: left;
    display: none;
}
body #app .active-sidebar ul.sidebar.navbar-nav li a span {
    display: block;
}


/**User***/
.user-table, .add-user{
    padding: 30px 30px;
}
.user-table div#example_wrapper {
    border: 2px solid #e3e6f0 !important;
    padding: 20px;
    background: #fff;
    width: 100%;
    float: left;
}
.user-data tr th {
    background: #7F7F7F;
    color: #fff !important;
}
.user-data tr td, .user-data tr th {
    vertical-align: unset;
    border: 2px solid #d7d7d7!important;
    text-align: center;
        font-family: 'EurostileLTStd Roman' !important;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-size: 16px;
}
.table-search input#myInput {
    box-shadow: 0px 3px 6px #424242;
    background: #fff;
    color: #7F7F7F;
    /*text-transform: capitalize;*/
    font-weight: 500;
    font-size: 16px;
    border-radius: 10px;
    padding: 10px 12px 7px;
    border: 0;
    width: auto;
    min-width: 490px;
    height: 35px;
    -webkit-appearance: none;
    font-family: 'Eurostile LT Std Oblique';
}
.table-search {
    width: 93%;
    margin: 23px auto 0;
}
.user-data {
    margin-top: 20px;
}
.user-table .paginate_button {
    box-shadow: 0px 2px 3px #424242;
    background: #D9D9D9;
    color: #7F7F7F;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 16px;
    border-radius: 10px;
    padding: 10px;
    border: 0;
    -webkit-appearance: none;
    font-family: 'Eurostile LT Std Oblique';
}
.user-table .bottom {
    width: 100%;
}
.user-table .bottom div#example_paginate {
    width: 50%;
    text-align: left;
    float: left;
}
.user-table .bottom div#example_length {
    text-align: right;
    width: 48%;
    float: left;
}
.active-sidebar + div#form + .right-content {
    width: 93%;
}

/**Add user**/
.add-user .form-group {
    width: 50%;
    float: left;
    padding: 0 13px;
}
.add-user form.main-pump-form label.radio-label {
    margin-right: 10px;
}

.add-doctor button.add_field_button {
    position: absolute;
    right: 10px;
    background: #0018F9;
    border: 0;
    color: #fff;
    font-family: 'Eurostile LT Std Oblique';
    font-size: 14px;
    padding: 10px 8px 6px;
    border-radius: 0 10px 10px 0px;
    line-height: 1.2;
    font-weight: normal;
    text-transform: capitalize;
    height: 35px;
}
.add-doctor {
    position: relative;
}
.add-doctor input[type="text"] {
    padding: 10px 130px 10px 10px !important;
}
.add_doct_btn input[type="submit"]:hover {
    background: #0B6623;
}
.add-doctor button.add_field_button:hover{
    background: #0011AE;
}
.add_doct_btn input[type="submit"] {
    background: #22AC38;
    margin-top: 30px;
    padding: 10px 30px 7px 20px;
    width: auto;
    margin-left: 15px;
}
body #app .left_truck_main li input {
    width: auto;
/*    float: left;*/
}


/**End admin page**/

/**End Custom Select option**/
.disabled_button, .disabled_button:hover {
    background: #dadada;
    color: #c5c5c5;
}
/**popup**/
h4.modal-title {
    color: #424242;
    padding: 0;
    font-weight: 300;
        font-family: 'EurostileLTStd Roman';
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-size: 24px;
    line-height: 30px;
}
.pump-crew-banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
    width: 100%;
    height: 100px;
}
table.table-data td {
    color: #fff;
}
.big-data .banner-text {
    box-shadow: 8px 8px 6px #7F7F7F;
}
table.table-data td {
    color: #fff;
}
table.table-data span.glyphicon.glyphicon-arrow-down.dropdown-filter-icon {
    border: 0;     padding-left: 19px;
}
table.table-data span.glyphicon.glyphicon-arrow-down.dropdown-filter-icon i {
    border: 0;
    border-width: 0;
    display: inline-block;
    padding: 0;
    margin-right: 0;
    margin-left: 0;
    transform: none;
    -webkit-transform: none;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    opacity: 0;
}
table.table-data th:hover span.glyphicon.glyphicon-arrow-down.dropdown-filter-icon i {
    opacity: 1;
}
table.table-data .dropdown-filter-content {
    box-shadow: 0px 3px 6px #424242;
    background: #fff;
    color: #7F7F7F;
    font-weight: 500;
    font-size: 16px;
    border-radius: 10px;
    padding: 0;
    border: 0;
    width: 100%;
        min-width: 218px;
}
table.table-data .dropdown-filter-content .dropdown-filter-sort span {
    color: #424242;
    font-size: 12px;
    margin-left: 9px;
}
table.table-data .checkbox-container .dropdown-filter-item {
    font-size: 12px;
    color: #424242;
    margin: 0;
    padding: 0px 5px 0;
}
table.table-data .dropdown-filter-content div.dropdown-filter-sort:hover {
    background-color: #d0302d;
    cursor: pointer;
}
table.table-data .dropdown-filter-content div.dropdown-filter-sort:hover span {
    color: #fff;
}
table.table-data .dropdown-filter-content .dropdown-filter-sort:first-child:before {
    font-family: fontAwesome;
    font-weight: 300;
    color: #7f7f7f;
    position: absolute;
    left: 8px;
    background-image: url('../images/icon-assending.png');
    background-size: 85%;
    background-repeat: no-repeat;
    width: 20px;
    height: 25px;
    content: '';
    top: 6px;
}
table.table-data .dropdown-filter-content .dropdown-filter-sort:nth-child(2):before {
    font-family: fontAwesome;
    font-weight: 300;
    color: #7f7f7f;
    position: absolute;
    left: 8px;
    background-image: url('../images/icon-decending.png');
    content: '';
    background-size: 85%;
    background-repeat: no-repeat;
    width: 20px;
    height: 25px;
    content: '';
    top: 6px;
}
table.table-data .dropdown-filter-content div.dropdown-filter-sort:first-child {
    border-radius: 10px 10px 0px 0px;
}
form.main-pump-form textarea:focus::placeholder{
    color: #fff;
}
table.table-data .dropdown-filter-content .dropdown-filter-sort {
    margin: 0 0 1px;
    position: relative;
    padding: 3px 10px 0px 20px;
}
.datepicker table tr td span.active.active {
    background: #CF0A2C !important;
    border-color: #CF0A2C !IMPORTANT;
}
.datepicker-dropdown:after, .datepicker-dropdown:before{
    opacity: 0;
}
table.table-data .dropdown-filter-content div.dropdown-filter-sort:hover:before {
    color: #fff;
}
table.table-data th:last-child .dropdown-filter-dropdown {
    display: none;
}
table.table-data .dropdown-filter-search input.dropdown-filter-menu-search {
    border-radius: 10px;
    padding: 10px 10px 7px;
    line-height: 0;
    height: 30px;
    background: #D9D9D9;
    color: #424242;
    font-weight: 500;
    font-size: 12px;
    font-family: 'EurostileLTStd Roman';
}
table.table-data .dropdown-filter-search:After {
    position: absolute;
    content: '\f002';
    font-family: fontAwesome;
    right: 8px;
    top: 5px;
    color: #888;
    font-size: 12px;
}
table.table-data .dropdown-filter-content div.dropdown-filter-sort:hover:before {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
table.table-data .dropdown-filter-search {
    position: relative;
    margin: 4px 5px 0;
}
.checkbox-container {
    margin-top: 0 !important;
}.checkbox-container {
    margin-top: 0 !important;
}
.dropdown-filter-search input.dropdown-filter-menu-search:focus {
    box-shadow: none;
    outline: none;
    border: 0;
}
table.table-data th.FormCommon.active{
    opacity: 1;
}
th.FormCommon.active span.glyphicon.glyphicon-arrow-down.dropdown-filter-icon i {
    opacity: 0;
}
th.FormCommon.active.drop-active span.glyphicon.glyphicon-arrow-down.dropdown-filter-icon i {
    opacity: 1;
}
.error {
    color: #CF0A2C !important;
    font-size: 12px !important;
    margin: 6px 4px 0!important;
    order: 4;
}
.work-order-form .right-form .form-group:nth-child(2n+1) {
    clear: both;
}
.uploaded-img img {
    margin: 0 !IMPORTANT;
    max-width: 40% !important;
    height: 70px !important;
}
.maint-shift-imgupload img {
    margin: 0 !important;
    max-width: 12% !important;
    height: 80px !important;
    object-position: bottom !important;
    object-fit: contain !important;
}

body #app .right-panel span.k-picker-wrap .k-input {
    border: 0 !important;
    box-shadow: 0px 3px 6px #424242 !important;
    background: #D9D9D9 !important;
    color: #7F7F7F !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    border-radius: 10px !important;
    border: 0 !important;
    width: 100% !IMPORTANT;
    box-sizing: border-box;
    height: 35px !important;
    -webkit-appearance: none !important;
    font-family: ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œEurostileLTStd RomanÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ !important;
}
span.k-picker-wrap:hover .k-select {
    color: #fff;
    border-color: #fff;
}
.k-select {
    border: 0 !important;
}
span.k-picker-wrap:hover input, span.k-picker-wrap:focus input {
    color: #fff;
}
body #app .right-panel span.k-picker-wrap .k-input:hover, body #app .right-panel span.k-picker-wrap .k-input:focus {
    background: #424242 !important;
    outline: none;
    color: #fff !important;
}
body span.k-picker-wrap input, body span.k-picker-wrap input:hover {
    box-shadow: none !important;
    background: transparent !important;
    padding: 0 !important;
}
body .k-animation-container {
    border-radius: 10px;
    box-shadow: 0px 3px 6px #424242;
    margin-top: 9px;
    padding: 0;
    margin: 0;
    background: #fff;
    border: 0;
}
body .k-animation-container .k-list-container {
    border: 0 !IMPORTANT;     padding: 0 !important;
}
body .k-animation-container .k-list-container ul li:hover, body .k-animation-container .k-list-container ul li.k-state-selected {
    background:  #CF0A2C; color: #fff;
}
body .k-animation-container .k-list-container ul li {
    padding: 10px !IMPORTANT;
}
body .k-animation-container .k-list-container ul li:first-child {
    border-radius: 10px 10px 0 0;
}
.btnLeftMinus {
    margin-right: 2px;
}
.btnRightMinus {
    margin-left: 11px;
}
.standByMinus {
    margin-left: 10px;
    vertical-align: middle;
    position: absolute;
    float: right;
}

.hopper.reaseon.iput-reaon {
    width: 71% !important;
    display: flex;
    align-items: center;
    /*padding-top: 38px !important;*/
}

.form-group.reason-no-img.image_reason_1 {
    display: flex;
    align-items: center;
    /*padding-top: 38px;*/
}

.hopper.reaseon.iput-reaon label, .form-group.reason-no-img.image_reason_1 label {
    margin: 0;
    width:105px !IMPORTANT;
    /*padding: 0 0 0 10px;*/
        position: relative;
    top: 5px;
}

.hopper.reaseon.iput-reaon input[type="text"], .form-group.reason-no-img.image_reason_1 input[type="text"]{
    width: 100%;
}
body .hopper_reason_0 {
    padding-top: 0;
}
form.main-pump-form input[type="text"]:-webkit-autofill,
form.main-pump-form input[type="text"]:-webkit-autofill:hover, 
form.main-pump-form input[type="text"]:-webkit-autofill:focus,
form.main-pump-form input[type="password"]:-webkit-autofill,
form.main-pump-form input[type="password"]:-webkit-autofill:hover, 
form.main-pump-form input[type="password"]:-webkit-autofill:focus,
form.main-pump-form input[type="email"]:-webkit-autofill,
form.main-pump-form input[type="email"]:-webkit-autofill:hover, 
form.main-pump-form input[type="email"]:-webkit-autofill:focus,
.modal-body input[type="text"]:-webkit-autofill,
.modal-body input[type="text"]:-webkit-autofill:hover, 
.modal-bodyinput[type="text"]:-webkit-autofill:focus,
form.main-pump-form textarea:-webkit-autofill,
form.main-pump-form textarea:-webkit-autofill:hover,
form.main-pump-form textarea:-webkit-autofill:focus{
    -webkit-text-fill-color: #424242;
    -webkit-box-shadow: 0 0 0px 1000px #d9d9d9 inset !important;
    transition: background-color 5000s ease-in-out 0s;
    font-family: 'EurostileLTStd Roman';
}
/**************FAILURE FORM*****************/

.form-page .fp-tableCell {
    display: block;
}
/**form input value enter bg dark gray**/
body #app .focus_color + span span .select2-selection span, body #app .focus_color {
    color: #424242;
}
body #app .gray-bg-input input {
    box-shadow: none; margin: 0 !important;
}
body #app .gray-bg-input {
    width: 100%;
}
form.main-pump-form textarea::placeholder, body #app .gray-bg-input input::placeholder, form.main-pump-form input[type="text"]::placeholder{
    /*color: #424242;*/
    color: #7F7F7F; /*correct color */




}
body #app .right-panel .ps_img_no .gray-bg-input, body #app ul.green-img .gray-bg-input{
    width: auto;
    display: inline-block;
}
span.pump_position .gray-bg-input {
    box-shadow: none;
}
.gray-bg-input label.error {
    position: absolute;
    bottom: -30px !important;
}
body #app .table-search input#myInput:-webkit-autofill, body #app .table-search input#myInput:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
    -webkit-text-fill-color: #424242;
}
input.common_position {
    WIDTH: 27PX !IMPORTANT;
}
/**delete popup**/
.confirm_delete .modal-dialog .modal-content {
    background: #BBBBBB;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    opacity: 1;
    border: 0;
}
.confirm_delete .modal-dialog .modal-content .modal-body {
    padding: 0;
}
.confirm_delete .modal-dialog .modal-content .modal-body {
    padding: 0;
    color: #fff;
    font-size: 20px;
    font-family: 'EurostileLTStd Roman';
    border-bottom: 0 !important;
}
.confirm_delete .modal-dialog .modal-content .modal-footer {
    border: 0;
}
.confirm_delete .modal-dialog .modal-content .modal-footer button {
    background: #CF0A2C;
    font-family: 'EurostileLTStd Roman';
    font-size: 18px;
    color: #fff;
    padding: 7px 0;
    min-width: 115px;
        margin-right: 30px;
}
.confirm_delete .modal-dialog .modal-content .modal-footer {
    text-align: center;
    width: 100%;
    justify-content: center;
    float: none;
}

.confirm_delete .modal-dialog {
    width: 100%;
}
.confirm_delete {
    background: #d7d7d7;
}
.modal.show .modal-dialog .modal-content {
    width: 100%;
    position: absolute;
    margin-top: 50%;
}
.confirm_delete {
    background: #d7d7d7;
}
div#pagination {
    height: 100px;
}
.myContent{
        height: 300px;
}

.dash_frame {
    position:relative;
    padding-top: 64%;
}

.pager {
    background: transparent;
    box-shadow: none;
    width: 93%;
    margin: 0 auto 20px;
    padding: 0 !important;
    text-align: left;
}
.pager button {
    background: #fff;
    margin: 0 3px;
    padding: 8px;
    display: inline-block;
    color: #808495;
    border-radius: 10px;
    position: relative;
    vertical-align: middle;
    height: 40px;
    width: 40px;
    text-align: center;
    cursor: pointer;
    box-shadow: 0px 3px 6px #424242;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    text-decoration: none;
}
.pager span {
    background: #fff;
    margin: 0 3px;
    padding: 8px;
    display: inline-block;
    color: #808495;
    border-radius: 10px;
    position: relative;
    vertical-align: middle;
    height: 40px;
    width: 40px;
    text-align: center;
    cursor: pointer;
    box-shadow: 0px 3px 6px #424242;
    line-height: 26px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    text-decoration: none;
}
.pager button.pg-goto {
    font-size: 0;
}
.pager button.pg-goto:before {content: '\f104';font-family: FontAwesome;font-size: 23px;position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.pager span:hover {
    background: #CF0A2C;
    color: #fff;
}
.pager button:hover {
    background: #CF0A2C;
    color: #fff;
    border-color: #CF0A2C;
}
.pager button.pg-goto.goto-next:before{
    content: '\f105';
}
.pager span.pg-selected {
    background: #CF0A2C;
    color: #fff;
}

.pager button.pg-goto.goto-first:before {
    content: "\f100";
}
.pager button.pg-goto.goto-last:before {
    content: "\f101";
}


.stand_pluse {
    margin-top: 0px;
}
.stand_pluse label {
    font-size: 20px;
    display:inline;
}
.stand-by .stand_pluse button.blus-bg.stand_by_button {
    -webkit-text-stroke: 1px #CF0A2C;
}
.ps_img_no i.img {
    margin: 0 15px 0 15px;
}

.stage-hopper .form-group.de-lete {
    margin-top: 5px;
    margin-bottom: 0;
}

.stage-hopper.stage_hopper_0 .form-group.de-lete {
    margin-top: 39px;
}

span.k-picker-wrap span.k-select {
    position: absolute;
    width: 100%;
    opacity: 0;
}


.components-consumed-content {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.components-consumed-content .comp_con>.component-compound {
    width: 45%;
}
.components-consumed-content .comp_con>.part_number {
    padding-left: 1.5%;
    width: 45%;
}
.components-consumed-content .comp_con>.Quantity {
    width: 10%;
    padding-left: 1.5%;
}


.components-consumed-content .comp_con {
    display: flex;
    margin-bottom: 20px;
}
.components-consumed-content .comp_con> .form-group.de-lete {
    width: 40px;
    padding-left: 10px;
    margin-top: 7px;
    margin-bottom: 0;
}
.components-consumed-content .consumed_0.comp_con> .form-group.de-lete {
    margin-top: 42px;
}

.fe-shift-form .right-form {
    margin-top: 6px;
}

input.unit_number {
    width: 20% !important;
}

.unit-no {
    display: inline-block;
}

.unit-no input.unit_number {
    width: 100% !important;
}

.unit_number_form .form-group.de-lete.delete_row {
    float: none;
    margin: 0;
    width: auto;
    display: inline-block;
}

.maint-evnt button.add {
    text-transform: uppercase;
}

.maint-evnt button.add i.fa {
    -webkit-text-stroke: 2px #CF0A2C;
    font-style: italic;
}

body #app .form-group.reason-no-img.no-image {
    width: 43.3% !important;
    float: left !important;
}
.hopper.reaseon.iput-reaon.hopper_reason_1 {
     display: inherit;
}
.hopper.reaseon.iput-reaon.hopper_reason_1 label {
 width: auto;
    margin-bottom: 0.5rem;
    padding: 0;
        margin-right: 0px;
}

.maint-evnt button.add:hover i.fa {
    -webkit-text-stroke: 2px #9F231F;
}

.right-panel .focus +span span span,  .right-panel .focus {
    font-family: 'Eurostile LT Std Oblique' !IMPORTANT;
}

body #app .right-panel span.k-picker-wrap {
    width: 100%;
    border: 0;
}
body #app .right-panel span.k-picker-wrap:focus {
    outline: none;
}

body #app .right-panel input.image_name.focus {
    font-family: 'EurostileLTStd Roman' !important;
}
.gray-bg-input {
    box-shadow: 0px 3px 6px #424242;
    border-radius: 10px;
    position: relative;
}
.gray-bg-input label#time-error {
    position: absolute;
    bottom: -30px;
}
.form-group.time-group {
    display: flex;
    margin: 0 -12px;
}
.form-group.time-group .form-group.time {
    width: 50%;
    padding: 0 12px;
}
.form-group.maint-shift-imgupload {
    width: 4%;
    float: left;
    margin: 0px 0 0 0.5%;
}
body #app .form-group.maint-shift-imgupload + body #app form.main-pump-form .form-group.reason-no-img.upload_img {
    width: 22% !important;
}
body #app form.main-pump-form .form-group.maint-shift-imgupload + .reason-no-img {
    width: 38% !important;
    margin-left: 1%;
}
.form-group.maint-shift-imgupload img {
    max-width: 100% !important;
    width: 100% !important;
    height: 100%!important;
}


.maintenance-event-title {
    color: #424242;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: normal;
    left: 0;
    font-family: 'EurostileLTStd Roman';
    -webkit-font-smoothing: antialiased;
    margin-top: 0;
    margin-bottom: 0.5rem;
    clear: both;
}

.form-sub-inline {
    margin-right: 20px;
    float: left
}
.form-sub-inline.radio {
    margin-top: 8px;
}

.form-group.maint-evnt {
    margin-bottom: 30px;
}

form.main-pump-form input[type='text']:focus::placeholder {
    color: #fff !important;
}




.confirm_delet .modal-content {
    background: #BBBBBB;
    text-align: center;
    border: none;
    padding: 23px 20px 27px 20px;
    border-radius: 10px;
    max-width: 470px;
    width: 100% !important;
    margin: 0 auto;
    right: 0;
    left: 0;
}

.confirm_delet .modal-content .modal-body {
    color: #fff;
    font-size: 20px;
    font-family: 'EurostileLTStd Roman';
    padding: 0;
    margin-bottom: 15px;
}

.confirm_delet .modal-content .modal-footer {
    border: none;
    padding: 0;
    justify-content: center;
}

.confirm_delet .modal-content .modal-footer button {
    margin: 0 25px;
    background: #CF0A2C;
    box-shadow: 0px 3px 6px #424242;
    border-radius: 10px;
    font-family: 'EurostileLTStd Roman';
    font-size: 20px;
    padding: 8px 0 4px 0;
    width: 115px;
    min-width: auto;
}
/*.checkbox-container {
    max-height: 90px;
}*/
.hidden_table_row{
    display: none !important;
}

.notEmpty {
    color: #424242 !important;
}
/* .sect-div .selection span.select2-selection span {
    color: #7F7F7F;
}
*/
.maint-shift-edit .right-form {
    margin-top: 7px;
}


/*************Responsive****************/
@media (min-width: 992px) {
.main-nav {
    padding-top: 5px;
}
}

@media(min-width: 1100px){
    .container {
    max-width: 95%;
}
.table-responsive {
    overflow-x: visible;
        min-height: 200px;
}
.ps_img_no {
    width: 100%;
    margin: 0 auto;
    max-width: 960px;
    display: block;
}
.ps_img_no i.img img {
    width: 100%;
    max-width: 210px;
}
.shift_form .stage-hopper {
    display: flex;
    position: relative;
    padding: 0 40px 0 0;
        height: 37px;
}
.shift_form .stage-hopper .hopper.reaseon.hopper_reason_1 {
    padding: 0 !important;
}
.shift_form .stage-hopper .form-group.de-lete.delete_row {
    position: absolute;
    right: 0;
    top: 5px;
    margin: 0;
}
.shift_form .stage-hopper.stage_hopper_0 .form-group.de-lete.delete_row {
    top: 4px;
}
}



@media(min-width: 1800px){
    .ps_img_no {
    max-width: 1050px;

}
.modal.show .modal-dialog .modal-content {
    margin-top: 90%;
}
    #section1 .banner-text h2 {
    font-size: 50px;
    line-height: 62px;
}
    body #app .image_reason_0, body #app form.main-pump-form .reason-no-img {
    width: 42% !important;
}
.hopper_reason_2, .hopper_reason_3, .hopper_reason_1 {
    width: 69% !important;
    /*padding-top: 40px !important;*/
}
    ul#menu > li > a {
    font-size: 20px;
}
.de-lete {
    margin-top: 40px;
}
body .stand-by ul.green-img input {
    max-width: 210px;
}
li.right_truck input[type="text"], li.left_truck input[type="text"] {
    max-width: 180px;
}
.big-data .banner-text h2 {
    margin-bottom: 32px;
}
.banner-text h2 {
    font-size: 40px;
}
#section1 .banner-text h2 {
    font-size: 50px;
    line-height: 62px;
}
.banner-text p {
    font-size: 26px;
    line-height: 32px;
}
#section2 .banner-text p {
    font-size: 22px;
    line-height: 28px;
}
.big-data .banner-text {
    width: 100%;
    right: -215px;
    max-width: 545px;
    bottom: 190px;
}
ul.submenu.dropdown-menu1 {
    width: 90%;
}
ul.submenu.dropdown-menu1 li a, .drop-menu .sub-menu a {
    font-size: 16px !important;
}
li.dropdown1 ul.inner-menu li a {
    font-size: 14px;
}
body .right-panel .bg-white-form .back a, .ps_img_no ul.left-form a, 
.ps_img_no ul.right-form a, body ul.green-img li a {
    font-size: 22px;
}
body .right-panel .bg-white-form .back a i, .form-no h6{
    font-size: 22px;
}
form.main-pump-form label, .btn-group input, .btn-group button, .modal-footer button, .modal-body label{
    font-size: 22px;
}
.md-input-container select, .md-input-container textarea, .md-input-container input, .md-input-container .md-input, form.main-pump-form select, 
.input-group input, .sect-div .selection span.select2-selection, form.main-pump-form select, 
form.main-pump-form input[type="text"], form.main-pump-form input[type="time"], 
form.main-pump-form input[type="date"], form.main-pump-form textarea, 
form.main-pump-form input[type="email"], 
form.main-pump-form input[type="number"], 
form.main-pump-form input[type="password"], 
.modal-body input[type="text"], .modal-body select, #upload-input{
    font-size: 22px; height: 40px;
}
.sect-div .selection span.select2-selection span {
    line-height: 34px;
}
.sect-div .selection span.select2-selection span.select2-selection__arrow {
    height: 29px;
    }
    form.main-pump-form .vdpClearInput:before {
    top: 22px;
}
.upload-button, button.add {
    font-size: 22px;
    height: 40px;
}
.img-upload{
    height: 40px;
}
.time span.vue__time-picker.time-picker span.clear-btn {
    top: 5px;
}
ul.btn-sec li a span {
    font-size: 30px;
}

ul.btn-sec li a span{
    font-size: 18px;
}
table#example th {
    border: 0;
    font-size: 20px;
}
table.table-data td {
    font-size: 16px;
}
}

@media(min-width: 1920px){
    ul#menu {
        margin-left: 50px;
    }
    ul#menu > li > a {
        padding: 7px 40px;
        FONT-SIZE: 18px;
    }
    .banner-text p {
        font-size: 22px;
        line-height: 28px;
    }
}

@media (min-width: 2300px){
    body #app .image_reason_0, body #app form.main-pump-form .reason-no-img {
        width: 44% !important;
    }
    .hopper_reason_2, .hopper_reason_3, .hopper_reason_1 {
        width: 70.7% !important;
    }
}

@media (max-width: 1600px){
.fe-shift-form .right-form {
    margin-top: 7px;
}
}


@media(max-width: 1300px){
ul#menu > li > a {
    padding: 7px 16px;
}
}

@media(max-width: 1500px) {
    /* In between responsiveness on top menu */
    ul#menu > li > a {
        font-size: 12px;
    }
}


.loader {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99;
}

div#section3 {
    position: relative;
}

.loader img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.announcement-page {
    background-image: url('../images/failure-bg.png');
    padding-top: 200px;
    /* height: 100vh; */
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding-bottom: 200px;
}

.announcement-title {
    font-size: 30px;
    width: 100%;
        font-family: 'EurostileLTStd Roman';
    -webkit-font-smoothing: antialiased;
}

.announcement-date {
    font-size: 14px;
    width: 100%;
        font-family: 'EurostileLTStd Roman';
    -webkit-font-smoothing: antialiased;
    padding-bottom: 10px;
}

.announcement-body {
    font-size: 14px;
    width: 100%;
        font-family: 'EurostileLTStd Roman';
    -webkit-font-smoothing: antialiased;
    margin-top: 0;
    padding: 20px;
}

md-toolbar.announcement-title-bar {
    border-radius: 10px;
    background-color: #424242;
    opacity: .75;
    text-align: center;
}

md-card {
    border-radius: 10px;
}

md-content {
    border-radius: 10px;
}

.textAngular .btn-group input, .textAngular .btn-group button, .textAngular .modal-footer button{
    border: 0;
    margin: 0;
    color: black;
    font-family: 'Eurostile LT Std Oblique';
    font-size: 16px;
    padding: 0px;
    border-radius: 0px;
    line-height: 1.2;
    font-weight: normal;
    text-transform: capitalize;
    box-shadow: none;
    min-width: 50px;
}

.page-title h2.announcement-page-title {
    margin: 0px;
}