

body,
html {
    height: 100%;

}

*, *::before, *::after {
    box-sizing: border-box;
}
p {
	font-size: 18px;
}
body {
	color: #231f20;
font-family: 'Roboto', sans-serif;
     font-weight: 300;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;	
}
a {
    color: #787878;

}
/**** Registration Page Start****/
.login-section {
    height: 100vh;
    background-color:#f8f9fd;
    background-size: cover;

}
.loginpage{

    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-form {
    width: 428px;  
}
.loginlogo {
    text-align: center;
    position: relative;
    padding-bottom: 35px;
}
.loginlogo img {
    width: 120px;
}
.main-login {
  position: relative;
}
.logininput {
  position: relative;
}
.logininput span {
    position: absolute;
    top: 14px;
    left: 8px;
    color: #565656;
    padding-right: 10px;
    padding-left: 6px;
}
.loginbtn .btn {
    border-radius: 5px;
    color: #ffffff;
    background: #1c477a;
    padding: 15px 40px;
    font-size: 15px;
   }

.loginwith{ display: flex;   align-items: center;}
.socialicons img{width: 35px; margin-right: 10px;}
.form-box{
    background-color: #fff;
    padding: 25px 25px;
    border-radius: 12px;
    box-shadow: -1px 3px 7px 1px #00000014;
    position: relative;
}
.loign-title h2 {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 15px;
}
.logininput {
    margin-bottom: 12px;
}

.inputBox{width:20px; margin-right:3rem}
    .logininput span{font-size:12px;}
    .logininput input {
        padding-left: 50px;
        background: #f2f2f2;
        border: 0;
        height: 49px;
        border-radius: 5px;
    }

span i {
    font-size: 21px!important;
    color: #1c477a;
}

.eyeicon{
    position: absolute;
    right: 16px;
    top: 15px;
    color: #1c477a;
}

.margintop40{margin-top:30px;margin-right: 15px;
    margin-left: 15px;}

::placeholder {
  color: #d2d2d2!important;
  opacity: 1; /* Firefox */
}
.logininput input.form-control:focus{background: rgb(255 255 255 / 54%); border:1px solid #1c477a;}

.custmremember .form-group {
  display: block;
  margin-bottom: 0;
}

.custmremember .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.custmremember .form-group label {
  position: relative;
  cursor: pointer;
  color:#1c477a;
  font-size: 13px;
}

.custmremember .form-group label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #1c477a;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

.custmremember .form-group input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
    left: 6px;
    width: 6px;
    height: 10px;
    border: solid #8d448b;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.custmremember label{margin: 0}
.margintop40 a{color: #8d448b; font-size: 13px;}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}
.usermain{
    width: 80px;
    height: 80px;
    background: #d6d6d6;
    border-radius: 50%;
    margin: 0 auto;
    line-height: 100px;
}
.usermain i{font-size: 2.5rem; color: #fff}

.loginbtn {
    position: absolute;
    bottom: -20px;
    left: 40px;
}
.form-box p{
    font-size: 18px;
    font-weight: 600;
    color: #1c477a;
}

 
/*---dashboard---*/ 
.dashboard-bg{
  background: #f6f4f4;
}
.header {
  background: #fff;
  border-bottom: 1px solid #dfdfdf;
  position: fixed;
  padding: 10px;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  box-shadow: 0px 7px 7px 0px #0000000f;
}
.header .logo {
  float: left;
  width: 180px;
    text-align: center;
}
.header .logo img{
    height: 50px;
}
.header .profile-section {
  float: right;  
}
.header .profile-section .dropdown {
  margin: 0 7px;
}
.header .profile-section i {
  margin-top: 7px;
  padding: 0 5px;
}
.left-navigation{
  background: #1c477a;
  position: fixed;
  top: 70px;
  bottom: 0;
  left: 0;
  width: 250px;  
  z-index: 9; 
}
.left-navigation ul{
  padding: 0;
  margin: 5px 5px 5px 0;
}
.left-navigation ul li a{
  color:#fff;
  padding: 15px;
  display: flex;
  text-transform: uppercase;
  font-weight: bold;
}
.left-navigation ul li a i{
  width: 40px;
}
.left-navigation ul li a:hover{
  text-decoration: none;
  background: #fff;
  color:#000;
  border-radius: 0 35px 35px 0;
}
.left-navigation ul li a.active{
  text-decoration: none;
  background: #fff;
  color:#000;
  border-radius: 0 35px 35px 0;
}
.body-content{
  margin-top: 70px;
  margin-left: 250px;
  padding: 30px 30px 12px 30px;
  
}
.headingbreadcrump{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.f8{font-size: .8rem;}
.body-content h1{
  text-transform: uppercase;
  font-size: 22px;
  
}
.user-list{
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: -1px 6px 8px #00000017;
}
.user-list .table{
  border:0;
}
.user-list .table thead tr th{
  border:0;
  border-bottom:1px solid #000;
  background: #fff;
}
.user-list .table tbody tr td{
  border:0;
  border-bottom: 1px solid #ccc;
  background: #fff;
}
.action-btn i{
  color:#d0d0d0;
  cursor: pointer;
}
.action-btn i.del{
  color:#ff7070;
  cursor: pointer;
}
.togglebtn{
  float: left;
}
.togglebtn i{
  padding: 10px;
  font-size: 30px;
  margin-left: 20px;
  cursor: pointer;
}
.slider-toggle .left-navigation{
  width: 70px;
}
.slider-toggle .left-navigation ul li a span{
  display: none;
}
.slider-toggle .body-content {  
  margin-left: 70px;  
}
.d-none-desktop{
  display: none;
}
#example{
  margin-bottom: 30px !important;
}

.case-study-list .table tbody tr td:first-child{
  width: 150px;
}
.case-study-list .table tbody tr td:last-child{
  white-space: nowrap;
  width: 150px;

}
.toggle-info{
  display: none;
}

.box{
  background: #007bff;
  color:#fff;  
  padding: 40px;
  position: relative;
  box-sizing: border-box;  
  
}
.box p{
  white-space: normal;
}


/* .box:after, .box:before {
  bottom: 100%;
  left: 89%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.box:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #007bff;
  border-width: 15px;
  margin-left: -15px;
} */
.box i{  
    position: absolute;
    top: 20px;
    right: 20px;
}
.footer-div{
  padding-top: 10px;
}
.close_btn{
  cursor: pointer;
}

.title-head{
  width:50%;
}
.title-data{text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}

a.toggleInfo-btn {
  position: relative;
}

tr.shown > td > a.toggleInfo-btn:after {
  content: '';
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #007bff;
  border-width: 15px;
  border-style: solid;
  left: -3px;
  position: absolute;
  top: 100%;
  margin-top: -2px;
}

div.dataTables_wrapper .text-center div.dataTables_filter {
  text-align: center;
}
button.dt-button i {
  vertical-align: middle;
}
.footer-div p{margin-bottom: 0; font-size: .8rem;}
.dataTables_scroll{font-size: .9rem;}
.page-item.disabled .page-link{border:none; font-size: .9rem;}
.page-link{border:none; color: #989898; font-size: .9rem;}
.page-item.active .page-link{border-radius: 100%; background-color: #1c477a; }
.page-link:hover{border-radius: 100%;}

div.dataTables_wrapper div.dataTables_info{font-size: .9rem;}