
h3.bg-title {
    width: 100%;
   
}
.container-fluid.bgfooter {
    background-color: #e5e5e5;
   
}
a.edit i{
    color: #1a88b1;
}
a.delete i{
    color: #ce375c;
}

.container-fluid.bgfooter p {
     font-size: 13px;
     line-height:18px;
     padding: 4px 0px 5px 0px;
     margin-bottom:0px;
}
.container-fluid.bg-dark footer{
    background-color:#eee;
    width:100%;
    padding:10px 10px 10px 10px;
}
.row.boxes .card-block h6.text-uppercase  {font-size: 13px !important;padding: 10px 11px 10px 10px;color:#fff;text-transform: capitalize !important;text-align: right;background-color: rgb(34 34 34 / 50%);margin-bottom: 0px;}
.row.boxes .card-block h6.text-uppercase a {color:#fff;}

.row.boxes .card-block h2 {padding: 15px 10px 10px 10px;color:#fff;text-align: right;}

.row.boxes .card{
    margin-bottom:20px;
}
h2.h2 {
    font-size: 16px !important;
    padding: 10px 10px 9px 9px;
    /* font-weight: 400; */
    background-color: #eee;
    width: 100%;
    margin-bottom: 0px;
}


li.nav-item.HelpLinks {
    position: absolute;
    bottom: 40px;
    width:100%;
    background-color: #f8f9fa;
}

li.nav-item.LogOutLinks {
    position: absolute;
    bottom: 0px;
    width:100%;
    background-color: #ce375c;
}
li.nav-item.LogOutLinks a {
  color:#fff !important;
}
li.nav-item.HelpLinks .nav-link, li.nav-item.LogOutLinks .nav-link{
    font-weight: 500;
    color: #333;
    border-top: 1px dashed #ccc;
     border-bottom: 0px dashed #ccc;
}

.sub-menu.collapse.show a{
    /* color:#565656 !important; */
    font-size:13px;
}
h4.SiteTitle small{
    display:block;
    text-align:right;
}
a.edit, a.delete{
    padding: 5px;
}
.SiteTitle{
		color:#fff !important;
		font-size: 18px;
		text-align:left;
		width:100%;
		padding-left:25px;
		padding-top: 9px;
		font-weight: 400;
		right: 0px;
		padding-right: 10px;
	}
.login-form-1{
    padding: 5%;
    background-image:url(../images/loginbgleft.jpg);
    background-repeat:no-repeat;
    background-size:cover;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
    min-height: 625px;
}
.login-form-1 h3{
    text-align: center;
    color: #333;
}
.login-form-2{
    padding: 5%;
    background-image:url(../images/loginbgright.png);
    background-repeat:no-repeat;
    background-size:cover;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
    min-height: 625px;
}
.login-form-2 h1{
    text-align: center;
    color: #524f4f;
}
.login-container form{
    padding: 5% 10% 10% 10%;
}
.btnSubmit
{
    width: 50%;
    border-radius: 1rem;
    padding: 1.5%;
    border: none;
    cursor: pointer;
}
.login-form-1 .btnSubmit{
    font-weight: 600;
    color: #fff;
    background-color: #0062cc;
}
.login-form-2 .btnSubmit{
    font-weight: 600;
    color: #ffffff;
    background-color: #d90f78;
}
.login-form-2 .ForgetPwd{
    color: #0062cc;
    font-weight: 600;
    text-decoration: none;
}
.login-form-1 .ForgetPwd{
    color: #0062cc;
    font-weight: 600;
    text-decoration: none;
}
  body,
    html {
      height: 100%;
    }
    /* workaround modal-open padding issue */
    
    body.modal-open {
      padding-right: 0 !important;
    }
    
    #sidebar {
      padding-left: 0;
    }
    /*
 * Off Canvas at medium breakpoint
 * --------------------------------------------------
 */
    
    @media screen and (max-width: 48em) {
      .row-offcanvas {
        position: relative;
        -webkit-transition: all 0.25s ease-out;
        -moz-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
      }
      .row-offcanvas-left .sidebar-offcanvas {
        left: -33%;
      }
      .row-offcanvas-left.active {
        left: 33%;
        margin-left: -6px;
      }
      .sidebar-offcanvas {
        position: absolute;
        top: 0;
        width: 33%;
        height: 100%;
      }
    }
    /*
 * Off Canvas wider at sm breakpoint
 * --------------------------------------------------
 */
    
    @media screen and (max-width: 34em) {
      .row-offcanvas-left .sidebar-offcanvas {
        left: -45%;
      }
      .row-offcanvas-left.active {
        left: 45%;
        margin-left: -6px;
      }
      .sidebar-offcanvas {
        width: 45%;
      }
    }
    
    .card {
      overflow: hidden;
    }
    
    .card-block .rotate {
      z-index: 8;
      float: right;
      height: 100%;
    }
    
    .card-block .rotate i {
      color: rgba(20, 20, 20, 0.15);
      position: absolute;
      left: 0;
      left: auto;
      left: 15px;
      /* bottom: 36px; */
      top: 14px;
      display: block;
      /* -webkit-transform: rotate(-44deg); */
      -moz-transform: rotate(-44deg);
      -o-transform: rotate(-44deg);
      -ms-transform: rotate(-44deg);
      /* transform: rotate(-44deg); */
    }
	
	h4.subtitle {
    padding: 23px 0px 0px 0px;
    font-size: 16px;
}


@media only screen and (max-width: 767px) and (min-width: 200px) {
   
.sidebar {
    position: relative;
    padding: 120px 0 0;
}
main.col-md-10.ml-sm-auto.col-lg-10.px-4 {
    position: static;
}
li.nav-item.HelpLinks {
    position: inherit;
    bottom:inherit !important;
    top:0px;
    width: 100%;
}
li.nav-item.LogOutLinks {
    position: inherit;
    bottom: inherit !important;
    top:0px;
    width: 100%;
}
.sidebar-sticky {
    position: inherit !important;
    top: inherit;
    height: inherit;
    padding-top: 0.5rem;
    overflow-x: inherit;
    overflow-y: auto;
}
[role="main"] {
    padding-top: 5px;
}

h4.SiteTitle small {
    display: block;
    text-align: left;
}
.SiteTitle {
   
    padding-left:15px;
}
a.navbar-brand.col-sm-3.col-md-2.mr-0.justify-content-center {
    width:100%; display:block;
    flex:100% !important;
    max-width: 100% !important;
}
.col-md-6.login-form-1 {
    display: none;
}
}


/*added by jyoti form validation color-profile role input address user form*/
.roleerror, .fnerror, .lnerror, .emailerror, .phoneerror, .safetyapprovalerror, .engapprovalerror, .roleerrormat, .roleerrorcrane, .roleerrortrash, .roleerrorilsm, .filesizemat, .filesizecrane, .filesizetrash, .filesizeilsm {
    /*color: red !important;*/
    color: #dc3545 !important;
    display: none;
}


.required {
    color: red !important;
}

/*.topmargin{
    margin-top:35px !important;
}*/


.default-field{
    min-width:auto;
}


table.table.table-striped {
    border: solid #eee 1px;
}

.fileupload {
    border: inset;
    width: -webkit-fill-available;
}


/*Added by Gaurav */
/*.table.table-striped th, .table.table-striped td {
    border: 1px solid #343A40;
    #eeeeee;
}

..tblmeasures td, .tblmeasures th {
    border: 0px !important;
}

td, .ABCD th {
    border: 0px !important;
}*/
/*Added uby Ankita for changing UI/Ux masters as suggested by VG sir*/
.btn-primary {
    color: #fff;
    background-color: #ce375c;
    border-color: #800000;
    min-width: 75px;
}
.btn-outline-success {
    color: #fff;
    background-color: #ce375c;
    background-image: none;
    border-color: #800000;
}



    .btn-outline-success:hover
    {
        color: #fff;
        background-color: #800000;
        border-color: #ce375c;
    }

.editbtn, .listbtn {
    color: #ce375c;
    cursor:pointer;
}

.alert {
    margin-top: 1em;
}
