@import url('https://fonts.googleapis.com/css?family=Open+Sans');
:root {
    --font-family: Arial, sans-serif;
    --validation-error-color: #e80c4d;
    --background-color: #F4F6FA;
    --primary-color: #462E82;
    --primary-color_active: #462E82;
    --white: #fff;
    --dashboard_bg: #F5F2FF;
    --dashboard_bg_black: #F5F2FF;
    --map-bg: #303641;
    --map-txt: #85ff8b;
    --map-quarry: #b2b4b6;
    --disabled--border: #BBBAB6;
    --icon-black: #000;
    --disabled--border_black: #462E82;
    --font-size-5: 5px;
    --font-size-8: 8px;
    --font-size-9: 9px;
    --font-size-11: 11px;
    --font-size-12: 12px;
    --font-size-10: 10px;
    --font-size-13: 13px;
    --font-size-14: 14px;
    --font-size-15: 15px;
    --font-size-16: 16px;
    --font-size-17: 17px;
    --font-size-18: 18px;
    --font-size-19: 19px;
    --font-size-20: 20px;
    --font-size-22: 22px;
    --font-size-23: 23px;
    --font-size-24: 24px;
    --font-size-25: 25px;
    --font-size-28: 28px;
    --font-size-30: 30px;
    --font-size-31: 31px;
    --font-size-31: 36px;
    --font-size-31: 38px;
    --font-size-34: 34px;
    --font-size-40: 40px;
    --font-size-46: 46px;
    --font-size-50: 50px;
}

body {
  background-color: #e8e8e8;
  /*font-family: 'Poppins', sans-serif !important;*/
 
  color: #676a6d;
  scroll-behavior:smooth;
}

    body.body_bg {
        background-image: url("../images/bg.jpg");
        /*background-repeat: no-repeat;*/
        background-size: cover;
        background-attachment: fixed;
        background-size: 100%;
    }


/*body.body_bg {
   background:url(../images/bg.jpg) no-repeat fixed 100% 100%;
   background-size:cover;
}*/

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
}

a {
 
  cursor:pointer;
}
a:hover, a:focus {
  text-decoration: none !important;
}
#master_wrapper .sidebar {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 260px;
  height: 100%;
  left: 0;
  background-color: #2B333E;
  float: left;
  position: fixed;
}
.primary_bg{
    background-color: var(--primary-color);
}
#master_wrapper .sidebar .footer {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px 30px;
    background-color: #41B314;
    color: #fff;
}
#master_wrapper .sidebar .footer:hover, #master_wrapper .sidebar .footer:focus {
  text-decoration: none;
  background-color: #3ca512;
}
#master_wrapper .sidebar .footer i {
  margin-right: 10px;
   font-size: var(--font-size-24);
  vertical-align: middle;
}
#master_wrapper .sidebar .footer span {
  position: relative;
  top: 2px;
}
#master_wrapper .main {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: calc(100% - 260px);
  left: 0;
  position: relative;
  float: right;
  background-color: #e8e8e8;
}
.layout-fullwidth #master_wrapper .sidebar {
  left: -260px;
}
.layout-fullwidth #master_wrapper .main {
  width: 100%;
}
.offcanvas-active #master_wrapper .main {
  width: 100%;
  position: relative;
  left: 260px;
}
/*.vertical-align-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  display: table;
}
.vertical-align-middle {
  display: table-cell;
  vertical-align: middle;
}*/
.auth-box, .auth-signbox {
    -moz-box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    /*width: 30%;*/
    height: auto;
    margin: 0 auto;
    background-color: rgba(255,255,255,0.7);
}
.auth-signbox {
	height: auto;
}
.auth-box a, .auth-signbox a {
  color: inherit;
}
.auth-box a:hover, .auth-box a:focus, .auth-signbox a:hover, .auth-signbox a:focus {
  text-decoration: underline;
}
.auth-box:before, .auth-signbox:before {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  content: ' ';
  vertical-align: middle;
  height: 100%;
}
.auth-box .content, .auth-signbox .content {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 95%;
  vertical-align: middle;
}
.auth-box .left, .auth-signbox .left {
  float: left;
  width: 100%;
  height: 100%;
  padding: 20px 30px;
  text-align: center;
}
.auth-box .left:before, .auth-signbox .left:before {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  content: ' ';
  vertical-align: middle;
  height: 100%;
}
.auth-box .logo, .auth-signbox .logo, .auth-signbox .logo, .auth-signbox .logo {
  margin-bottom: 15px;
}
.auth-box .form-auth-small .btn, .auth-signbox .form-auth-small .btn {
  margin-top: 20px;
}
.auth-box .form-auth-small .bottom, .auth-signbox .form-auth-small .bottom {
  margin-top: 20px;
  text-align: center;
}
.form-control {
    background: #FFFFFF;
    outline: 0.5px solid var(--disabled--border) !important;
    border: none;
    border-radius: 5px;
    width: 100%;
    height: 50px;
    padding: 10px 15px;
    font-size: var(--font-size-16);
    font-weight: 500;
    color: #000000;
    font-family: 'Poppins';
}
    .form-control:focus-visible, .form-control:focus, .form-control:hover, .form-control:active {
        background: #FFFFFF;
        outline: 0.5px solid var(--disabled--border) !important;
        border: none;
        border-radius: 5px;
       
        box-shadow:none;
    }
.input-group {
  -moz-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.input-group .form-control, .input-group-addon, .input-group-btn {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.2);
  /*padding: 6px 22px;*/
}
.btn-group-lg > .btn,
.btn-lg {
  padding: 10px 28px;
}
.btn-group-sm > .btn,
.btn-sm {
  padding: 5px 18px;
}
.btn-group-xs > .btn,
.btn-xs {
  padding: 5px 14px;
}
.btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color:#fff;
}
    .btn-primary:focus, .btn-primary:hover, .btn-primary:active {
        background-color: var(--primary-color);
        border-color: var(--primary-color);
    }
.btn-warning {
  background-color: #e4cb10;
  border-color: #d6be0f;
}
.btn-warning:hover, .btn-warning:focus {
  background-color: #d6be0f;
  border-color: #d6be0f;
}
.btn-default:hover, .btn-default:focus {
  background-color: #f7f7f7;
}
.btn-success {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
    .btn-success:hover, .btn-success:focus {
        background-color: var(--primary-color);
        border-color: var(--primary-color);
    }
.brand {
    background-color: #fff;
    padding: 20px;
    height: 80px;
} 
.brand p {
    color: #fff;
}
.sidebar .nav > li > a {
  padding: 20px 18px;
  color: #000;
  border-left: 5px solid transparent;
}
   /* .sidebar .nav > li > a:hover, .sidebar .nav > li > a:focus, .sidebar .nav > li > a.active {
        background-color: #F5F2FF;
        border-left: 5px solid var(--primary-color);
        color: var(--primary-color);
        font-weight: 500;
    }*/
        /*.sidebar .nav > li > a:hover i, .sidebar .nav > li > a:focus i, .sidebar .nav > li > a.active i {
            color: var(--primary-color_active) !important;
            
        }*/
    .sidebar .nav > li > a:focus, .sidebar .nav > li > a.active {
        background-color:var(--dashboard_bg_black);
        border-left-color: var(--disabled--border_black);
       
    }
        .sidebar .nav > li > a:focus, .sidebar .nav > li > a.active .sidebar_title {
            color: var(--primary-color_active);
            font-weight: 500;
        }
        .sidebar .nav > li > a:focus, .sidebar .nav > li > a.active .icon-submenu {
            color: var(--primary-color_active) !important;
            font-weight: 500;
        }

.sidebar .nav > li > a[data-toggle="collapse"] .icon-submenu {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    float: right;
    position: relative;
    top: 5px;
     font-size: var(--font-size-12);
    line-height: 1.1;
    color: var(--primary-color) !important;
    font-weight: 900;
    font-size:var(--font-size-16);
}
    .sidebar .nav > li > a[data-toggle="collapse"].collapsed .icon-submenu {
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        transform: rotate(90deg);
        color: #000000 !important;
        opacity: 1 !important;
        font-size: 13px !important;
        font-weight: 900 !important;
    }

    .sidebar .nav > li > a[data-toggle="collapse"] .icon-submenu {
        font-size: 13px !important;
        font-weight: 900 !important;
    }
        .sidebar .nav {
    /*position:fixed;
    height: 90vh;
    overflow-y: scroll;*/
}
    .sidebar .nav i {
      
         font-size: var(--font-size-25);
        font-weight: 600;
    }
            .sidebar .nav li a:hover i {
                font-weight: 600;
               
            }
.sidebar .nav span {
  position: relative;
  top: -2px;
   font-size: var(--font-size-16);
}
.sidebar .nav .nav > li > a {
  padding-left: 70px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.sidebar .nav .nav > li > a:focus, .sidebar .nav .nav > li > a.active {
  background-color: transparent;
  border-left-color: transparent;
}
.sidebar .nav .nav > li > a.active a {
  color: #fff;
}
.navbar-default {
  -moz-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
  border: none;
 
  color: #000;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #fff;
}
.navbar-default .navbar-toggle, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #f8f8f8;
}
.sidebar .nav > li > a.active > i {
  
    color: var(--primary-color_active)
}
.navbar-btn {
  float: left;
  padding: 16px 0;
  margin: 0;
}

.navbar-form {
  padding: 15px;
  margin: 0;
}
.navbar-form input[type="text"] {
  min-width: 200px;
}
/*.li_cmn_div > a > i{
    color: var(--icon-black) !important;
}*/
.navbar-nav .icon-menu {
    padding-top: 28px;
    padding-bottom: 28px;
    position: relative;
}
.navbar-nav .icon-menu .badge {
  position: absolute;
  top: 20px;
  right: 12px;
}
.navbar-nav > li > a {
  /*padding: 20px;
  color: #fff !important;*/
}
.navbar-nav > li > a > i {
   font-size: var(--font-size-22);
  margin-right: 2px;
  vertical-align: middle;
}
.navbar-nav > li > a > i.icon-submenu {
  margin-left: 2px;
  margin-right: 0;
  font-size: 10px;
  position: relative;
  top: 2px;
}
.navbar-nav > li > a > span {
  position: relative;
  top: 2px;
}
.navbar-nav > li > a img {
  margin-right: 2px;
}
.navbar-nav > li > .dropdown-menu {
  padding: 0;
  min-width: 200px;
}
.navbar-nav .dropdown-menu > li > a {
  padding: 8px 20px;
}
.navbar-nav .dropdown-menu > li > a:hover, .navbar-nav .dropdown-menu > li > a:focus {
  background-color: #fafafa;
}
.navbar-nav .dropdown-menu > li > a span,
.navbar-nav .dropdown-menu > li > a i {
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .navbar-nav .icon-menu {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-nav > li > a {
    padding: 15px 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 48px;
  }
}

.btn-toggle-fullwidth {
   font-size: var(--font-size-24);
  padding: 4px 8px;
  line-height: .7;
  border: none;
  background: none;
  outline: none;
}

.navbar-toggle {
  padding: 5px 8px;
  margin: 20px 15px 20px 0;
}
.navbar-toggle .icon-nav {
   font-size: var(--font-size-24);
}

.notification-item .dot {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 10px;
  height: 10px;
  content: '';
  margin-right: 8px;
}

ul.notifications > li {
  border-bottom: 1px solid #F0F0F0;
}
ul.notifications > li:last-child {
  border-bottom: none;
}
ul.notifications > li > .more {
  padding: 8px 12px;
  text-align: center;
  text-decoration: underline;
  font-weight: 600;
}
ul.notifications > li > .more:hover, ul.notifications > li > .more:focus {
  text-decoration: none;
}

.dropdown-menu {
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  border-color: #eaeaea;
  border-top: 2px solid #ACB0B5;
}
.dropdown-menu > li > a {
  color: #676a6d;
}
.dropdown-menu > li i {
  margin-right: 6px;
}
.main-content {
  padding: 20px 0 0 0;
}
.panel {
  
  background-color: #fff;
  margin-bottom: 30px;
}
/*.panel .panel-heading,
.panel .panel-body,
.panel .panel-footer {
  padding-left: 25px;
  padding-right: 25px;
}*/
.panel .panel-heading {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}
.panel .panel-heading .panel-title {
  margin: 0;
   font-size: var(--font-size-18);
  font-weight: 300;
}
.panel .panel-heading button {
  padding: 0;
  margin-left: 5px;
  background-color: transparent;
  border: none;
  outline: none;
}
.panel .panel-heading button i {
   font-size: var(--font-size-14);
}
.panel .panel-body {
  padding-top: 10px;
  padding-bottom: 15px;
}
.panel.panel-headline .panel-heading {
  border-bottom: none;
}
.panel.panel-headline .panel-heading .panel-title {
  margin-bottom: 8px;
   font-size: var(--font-size-22);
  font-weight: normal;
}
.panel.panel-headline .panel-heading .panel-subtitle {
  margin-bottom: 0;
   font-size: var(--font-size-14);
  color: #ffffff;
}
.panel.panel-scrolling .btn-bottom {
  margin-bottom: 30px;
}
.panel-footer {
  background-color: #fafafa;
}
.panel .right {
    position: absolute;
    right: 20px;
    top: 32%;
}
footer {
  position: absolute;
  bottom: -20px;
  width: 100%;
  padding-bottom: 20px;
}
.copyright {
  padding: 10px 0;
  margin-bottom: 0;
  text-align: center;
   font-size: var(--font-size-13);
}
.layout-fullwidth .copyright {
  padding-left: 20px;
}
.signTitle {
    /*margin-top: 0;*/
    margin-bottom: 25px;
    color: #000;
    float: left;
    width: 100%;
    text-align: center;
}
.powrdBy {
	 font-size: var(--font-size-12);
}
.impLogo {
	margin-top: 10px;
	width: 100%;
	text-align: center;
}

.metric {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 20px;
  margin-bottom: 30px;
  border: 1px solid #DCE6EB;
}
.metric .icon {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  float: left;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #0081c2;
  text-align: center;
}
.metric .icon i {
   font-size: var(--font-size-18);
  color: #fff;
  line-height: 50px;
}
.metric p {
  margin-bottom: 0;
  line-height: 1.2;
  text-align: right;
}
.metric .number {
  display: block;
   font-size: var(--font-size-28);
  font-weight: 300;
}
.metric .title {
  font-size:var(--font-size-16);
}

ul.list-justify li {
    padding: 10px;
    border-bottom: 1px solid #f1f1f1;
}
ul.list-justify>li span {
    float: right;
    font-weight: bold;
}

.smTitle {
  font-size: var(--font-size-14);display: block;line-height: 24px;color:#676a6d;
}
.borderRightDown {
 border-right: 1px solid #ccc;
 border-bottom: 1px solid #ccc;
}
.borderDown {
 border-bottom: 1px solid #ccc;
}
.darkText {
 color:#333;
}

.k-block, .k-header, .k-grid-header, .k-toolbar, .k-grouping-header, .k-pager-wrap, .k-button, .k-draghandle, .k-treemap-tile, html .km-pane-wrapper .k-header
{
 background-color:#fff !important;
}
/*.form-control {
 height: auto !important;
}*/
.validation-error-label {
 color:#e80c4d;
 text-align: left;
  font-size: var(--font-size-13);
 display: block;
}
.input-validation-error {
    border:1px solid #e80c4d;
}
/*.k-datepicker label.validation-error-label {
  position:absolute;
   left: 0;
   top: 39px;;
}
.k-datepicker {
  position:relative;
  min-height:65px !important;
}*/
[data-role="surface"] {
    margin: 0 auto;
}

/*--------Dashboard---------------*/
.dash_cont {
    position: relative;
    display: block;
    background: #303641;
    padding: 20px;
    margin-bottom: 10px;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 5px;
    -moz-background-clip: padding;
    border-radius: 5px;
    background-clip: padding-box;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    box-shadow: 2px 2px 4px 1px #ccc;
}
.dash_red {
  background: #f56954;
}
.dash_green {
  background: #00a65a;
}
.dash_aqua {
  background: #00c0ef;
}
.dash_blue {
  background: #0073b7;
}
.dash_cont .icon {
    color: rgba(0, 0, 0, 0.1);
    position: absolute;
    right: 5px;
    bottom: 45px;
    z-index: 1;
}
.dash_cont .icon i {
  font-size: 100px;
    line-height: 0;
    margin: 0;
    padding: 0;
    vertical-align: bottom;
 }
.dash_cont .number {
     font-size: var(--font-size-38);
    font-weight: bold;
}
.dash_cont h3 {
     font-size: var(--font-size-18);
    margin-top: 5px;
}
.dash_cont p {
     font-size: var(--font-size-11);
    margin-top: 5px;
}
.dash_cont .number, .dash_cont h3, .dash_cont p {
    position: relative;
    color: #fff;
    z-index: 5;
    margin: 0;
    padding: 0;
}
.mapDiv {
    background: var(--map-bg);
    color: #fff;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: table;
    width: 100%;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
    height: 550px;
}
.mapDiv:before, .mapDiv:after {
    content: " ";
    display: table;
}
.mapDivLeft {
    width: 40%;
    display: table-cell;
    position: relative;
}
#map {
    position: absolute;
    left: 0;
    right: 0;

    top: 0;
    bottom: 0;
    margin: 1px 0;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
}
.mapDivRight {
    width: 60%;
    display: table-cell;
    position: relative;
  
}
.quarryContent {
    padding-right: 25px;
    padding-left: 25px;
}
.quarryTitle {
    color: var(--map-quarry);
    /*border-bottom: 1px solid #4b4b4b;*/
    margin: 0;
    padding: 10px 0;
    width: 100%;
     font-size: var(--font-size-14);
}
.quarrySmText {
     font-size: var(--font-size-14);
    display: block;
    line-height: 24px;
    color: var(--map-txt);
}
/*---Another option on Dashboard--*/
.card {
    display: inline-block;
    position: relative;
    width: 100%;
    margin: 25px 0;
  /*  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);*/
    border-radius: 3px;
    color: rgba(0,0,0, 0.87);
    background: #fff;
}
.card .card-header {
    float: left;
    text-align: center;
    margin: -20px 15px 0;
    border-radius: 3px;
    padding: 15px;
    background-color: #999999;
}
.card .card-header i {
     font-size: var(--font-size-36);
    line-height: 56px;
    width: 56px;
    height: 56px;
    color:#fff;
}
.card .card-content {
    text-align: right;
    padding-top: 10px;
    padding: 15px 20px;
}
.card .card-content .category {
    margin-bottom: 0;
}
.card .title {
    margin: 0;
}
.card .card-footer {
    margin: 0 20px 10px;
    padding-top: 10px;
    border-top: 1px solid #eeeeee;
}
.card .card-footer .stats {
    line-height: 22px;
    color: #333;
     font-size: var(--font-size-14);
}
.cardPurple {
  background: linear-gradient(60deg, #ab47bc, #8e24aa);
  box-shadow: 0 12px 20px -10px rgba(156, 39, 176, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(156, 39, 176, 0.2);
}
.cardBlue {
  background: linear-gradient(60deg, #26c6da, #00acc1);
  box-shadow: 0 12px 20px -10px rgba(0, 188, 212, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(0, 188, 212, 0.2);
}
.cardGreen {
  background: linear-gradient(60deg, #66bb6a, #43a047);
  box-shadow: 0 12px 20px -10px rgba(76, 175, 80, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(76, 175, 80, 0.2);
}
.cardOrange {
  background: linear-gradient(60deg, #ffa726, #fb8c00);
  box-shadow: 0 12px 20px -10px rgba(255, 152, 0, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(255, 152, 0, 0.2);
}
.cardRed {
  background: linear-gradient(60deg, #ef5350, #e53935);
  
}

    /*--End of Another option---*/
    /*--Map--*/
    #content h4, #content p {
        color: #333;
    }
/*--end of Map--*/
.posRel {
    position: relative;
}
/*.refreshCapatcha {
    font-size: 13px;
    margin-top: 7px;
    display: flex;
}*/
.form-control2 {
    width: 20%;
    padding: 5px;
    border-radius: 3px;
    margin-right: 10px;
    border: 1px solid var(--disabled--border);
    font-size:var(--font-size-16);
    color: #000;
}
.drpWaiting {
	display:block;
	 font-size: var(--font-size-12);
	margin-bottom:2px
}
.colorBlk {
    color: rgba(51, 51, 51, 1) !important;
}
.QrCont img {
    max-width: 100%;
}
.imgCont250 img {
    width: 250px;
}

.imgCont100 img {
    width: 100%;
}
.marginTB20 {
    margin-top:20px;
    margin-bottom:20px;
}
.marginTB20 h4 {
    line-height:28px;
}


.imgCont150 img {
    width: 150px;
}
/*----------------Media Queries----------------*/

@media screen and (max-width: 1279px) {
  .auth-box, .auth-signbox {
    width: 90%;
  }
  .auth-box .left, .auth-signbox .left {
    top: 3.3em;
  }
}
@media screen and (max-width: 1023px) {
  .auth-box .left, .auth-signbox .left {
    width: 100%;
    position: inherit;
    padding: 30px;
  }
  .auth-box .right, .auth-signbox .right {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .auth-box, .auth-signbox {
    width: 70%;
  }

    

    .auth-box.lockscreen, .auth-signbox.lockscreen {
        width: 50%;
        padding: 40px 20px;
    }
    .auth-box-tab {
        width: 100%;
    }
}
@media screen and (max-width: 640px) {
  .auth-box, .auth-signbox {
    width: 90%;
  }
  .auth-box .content, .auth-signbox .content {
    width: 95%;
  }
  .auth-box.lockscreen, .auth-signbox.lockscreen {
    width: 90%;
  }

   .navbar-btn {
    float:none
  }

    .auth-box-tab {
        width: 100%;
    }
}
/*----------------end of the Media Queries----------------*/

/*----------------start Kendo grid----------------*/
.k-grid .k-pager-wrap .k-dropdown {
    width: 5.3em !important;
}
.k-grid-norecords {
    text-align: center !important;
}
.k-pager-wrap .k-pager-nav.k-pager-last {
    border-radius: 1.0833em !important;
}
.k-pager-wrap > .k-link {
    border-radius: 1.0833em !important;
}
.k-pager-numbers .k-state-selected {
    line-height: 2em !important;
    margin-top: 0px !important;
}
.k-dropdown-wrap .k-input {
    text-align: left;
}
.validation-error-label {
    padding-top: 5px;
}
.pdf {
    float: right;
    padding: 0px 15px;
}
.k-pdf-export .k-grid-toolbar,
.k-pdf-export .k-pager-wrap,
.k-pdf-export .k-filter-row {
    display: none;
}
.k-dropdown {  display:table !important; }

.label-required { color: #e80c4d !important; margin:0 !important; padding: 0 5px !important; }

.k-button-group .k-button.k-state-active {
        background-color: #32bd6a !important;
}
/*----------------end Kendo grid----------------*/

.footerLinks {
   font-size: var(--font-size-14);
  padding: 10px 15px;
  text-decoration: none;
  color:#959798;
  cursor: pointer;
}
.footerLinks:hover {
  text-decoration:none;
  color:#d2d2d2;
}


.margin-top10 {
    margin-top: 10px;
}

.margin-top15 {
    margin-top: 15px;
}

a.disabled {
  cursor: default;
  pointer-events: none;
}

.disabled i {
  color: #ccc;
}

.faicon-red {
  color: red;
  font-size: large;
}

.faicon-green {
  color: mediumseagreen;
  font-size: large;
}

.faicon-fontsize {
  font-size: large;
}

.dashboard-fontsize {
  font-size: 15px;
  font-weight: bold !important;
}
.highlightDiv {
    background: #e8e8e8;
    margin-bottom: 30px;
    padding-top: 20px;
}

.tabnone {
   display: none;
}

.headerRow {
   color: white;
   background-color: #32bd6a;
   font-weight: bold;
}

#kacContractor-error {
    position: absolute;
    padding-top: 60px;
}

.k-multiselect-wrap .k-button {
    padding: 1px 18px 0px 4px !important;
}

/*#ddlQuarry-error {
    position: absolute;
    padding-top: 30px;
}*/

.quarryNameColorBlk {
    background-color: #CD5C5C !important;
}

.req-font{
    color: #CD5C5C;
    padding-left: 42px;
    word-wrap: break-word;
}

.atag-button {
    background-color: #f44336; /* Red */
    border: none;
    color: white;
    padding: 6px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size:var(--font-size-16);
    margin: 4px 2px;
    cursor: pointer;
}

.media-box {
        height: 170px;
        border: 1px solid #827b7b;
        border-radius: 10px;
        box-shadow: 1px 2px 6px 1px;
        margin: 0px 10px 10px 0px;
    }

.media-box > a {
    position: absolute;
    right: 5px;
    top: 3px;
    border: 1px solid #0e0e0e;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    color: #191616;
}
.media-box > img, .media-box > video {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.k-dropdown .k-dropdown-wrap .k-input {
    max-width: 445px !important;
    display: block !important;
}


.vticker01 ul, .vticker02 ul {
    padding: 10px;
    /*text-align: justify;*/
    position: relative;
    width: 100%;
}

.aforgetpass {
    color: rgb(0, 0, 0, .8) !important;
    width:100%;
}

.invaild-space { margin-top:20px}

.imporatnt-wrapper {
    display: block;
    width: 420px;
    margin: 10px auto;
    float: inherit;
}

.alert-user {
    color: #fff;
    text-decoration: underline;
}

    .alert-user:hover {
        color: var(--primary-color);
        font-weight: 600;
    }

.login-paddin-null {
    padding: 0
}

.custom-info {
    /*width: 420px;
        margin: 10px auto;*/
    background-color: rgb(255, 153, 0);
    padding: 20px;
    border-left-width: 5px;
    border-radius: 3px;
    font-size: 15px;
    display: none;
    color: #000;
}

    .custom-info > .close {
        right: -11px;
    }

.nav-li-a-color li a{
    color: #000;
}

.tNhome-btn li a {
    color: #fff; 
}

.TNhome-btn > li > a:hover {
    color: #000
}

.nav-li-a-user li a {
    color: #000 !important;
}