.main{
	max-width: 100%;
}
main.main {
    min-height: 80vh;
    width: calc(100% - 300px);
    padding: 12px 0 12px 25px;
}
 .fa-trash:before {
    content: "\f1f8";
    color: #fff;
}
.sidenav .sidenav__list a {
    color: #222;
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    padding: 15px 20px 15px 30px;
    display: flex;
    align-items: center;
	margin-bottom:2px;
}
.sidenav .sidenav__list a:hover, .sidenav .sidenav__list .active{
	background: #4384da;
    color: #fff !important;
}
.sidenav__list a i {
    min-width: 18px;
    margin-right: 8px;
    text-align: center;
}
.sub-header, .page-header{
    font-weight: 600;
    font-size: 30px;
    line-height: 34px;
    margin: 0 0 32px;
}
a.dwonloadexcel {
	font-family: "Avenir", Sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	fill: var(--e-global-color-4449ff4 );
	color: var(--e-global-color-4449ff4 );
	background-color: #F55735 !important;
	border-radius: 25px 25px 25px 25px !important;
	padding: 10px 20px !important;
	margin-bottom: 30px;
}
.btn.btn-sm.btn-success {
    color: #fff;
    background-color: #198754;
    border-color: #198754;
    margin-left: 0;
    padding: 10px;
    font-size: 1rem;
    border-radius: 0.25rem;
    display: inline-flex;
    height: 40px;
    align-items: center;
    justify-content: center;
}
.btn.btn-sm.btn-danger.remove-button {
    background-color: #b02a37;
    border-color: #a52834;
    margin-left: 10px;
    padding: 10px;
    font-size: 1rem;
    border-radius: 0.25rem;
	display: inline-flex;
    height: 40px;
    align-items: center;
    justify-content: center;
}
div#submenu1 {
    margin-top: 10px;
	display: none;
}
.img-circle {
    border-radius: 50%;
}
img.img-circle.img-responvie {
    float: none;
    height: 64px;
    width: 64px;
    margin: 0 auto;
    display: block;
}
.grid-container  {
  display: grid;
  grid-template-columns: 240px 1fr;
  grid-template-rows: 50px 1fr 50px;
  grid-template-areas:
    "sidenav header"
    "sidenav main"
    "sidenav footer";
  height: auto;
}


.header {
  grid-area: header;
  background-color: #353b90;
}

.main-overview {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(265px, 1fr)); 
    grid-auto-rows: 94px;
    grid-gap: 20px;
    margin: 20px;
  }
  
  .overviewcard {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    background-color: green;
  }
.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    background-color: #353b90;
  }

  .sidenav__list {
    padding: 0;
    margin-top: 0px;
    list-style-type: none;
  }
  .sidenav__list-item:hover {
    background-color: rgba(255, 255, 255, 0.2);
    cursor: pointer;
  }
 .main-cards {
    column-count: 2;
    column-gap: 20px;
    margin: 20px;
  }
  
  .card {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
    -webkit-column-break-inside: avoid;
    padding: 24px;
    box-sizing: border-box;
  }

  /* Force varying heights to simulate dynamic content */

  .card:nth-child(2) {
    height: 200px;
  }

  .card:nth-child(3) {
    height: 265px;
  }

.grid-container {
    display: grid;
    grid-template-columns: 1fr; 
    grid-template-rows: 50px 1fr 50px;
    grid-template-areas:
      'header'
      'main'
      'footer';
    height: auto;
  }
  
  .sidenav {
    display: none;
    grid-area: sidenav;
    background-color: #353b90;
  }
  
  .main-cards {
    column-count: 1;
    column-gap: 20px;
    margin: 20px;
  }
 .form-group {
    margin: 10px 0;
}
.form-label {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    margin: 0;
	font-family: "Avenir Thin", Sans-serif !important;
}

.main_content {
    display: flex;
    width: 100%;
}


.menu-icon {
	display: none;
    left: 10px;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    z-index: 1;
    cursor: pointer;
    padding: 13px 25px;
    background-color: #DADAE3;
    width: 14%;
  
}

.header__search {
  margin-left: 42px;
}

.sidenav {
    display: flex;
    flex-direction: column;
    height: auto;
    padding-top: 10px;
    width: 300px;
    position: fixed;
    overflow-y: auto;
    background: #FFFFFF;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    z-index: 2;
    transform: translateX(-245px);
    transition: all .6s ease-in-out;
}

/* The active class is toggled on hamburger and close icon clicks */
.sidenav.active {
  transform: translateX(0);
}

/* Only visible on mobile screens */
.sidenav__close-icon {
  position: absolute;
  visibility: visible;
  top: 8px;
  right: 12px;
  cursor: pointer;
  font-size: 20px;
  color: #222;
}
.main_content {
    display: flex;
    background: #edf2f9;
    padding: 15px;
}
table.table thead tr th {
    font-size: 16px;
    font-weight: 700;
    vertical-align: middle;
    padding: 10px 14px;
    text-align: left;
    line-height: 19px;
    background: #5e6e82;
    color: #fff;
    border-color: #fff;font-family: "Avenir Thin", Sans-serif !important;
    min-width: 100px;
    border: none !important;
}
table.table tbody tr td {
	font-family: "Avenir Thin", Sans-serif !important;
    font-size: 14px;
    font-weight: 400;
    vertical-align: middle;
    padding: 9px 14px;
    text-align: left;
    line-height: normal;
	border: none !important;
}
table.table tbody tr:nth-child(odd), table.table tbody tr:nth-child(odd) td{
    background: #ffffff;
}
table.table tbody tr:nth-child(even), table.table tbody tr:nth-child(even) td {
    background: #F1F1F1;
}
.min_w_150 {
    min-width: 150px !important;
}
.min_w_175 {
    min-width: 175px !important;
}
.min_w_250 {
    min-width: 250px !important;
}

.white_box {
    padding: 18px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 7px 12px rgb(0 0 0 / 13%);
    overflow: hidden;
	margin-top: 30px;
}
.table-responsive {
    overflow: auto;
}
.sidenav_user {
    border-bottom: 1px solid #ddd;
    padding: 15px 0 20px;
    text-align: center;
    display: flex;
    flex-flow: column;
    align-items: center;
    margin-bottom: 20px;
}
.sidenav_user label {
    font-size: 20px;
}
.sidenav_user .user_img {
    height: 100px;
    width: 100px;
    border-radius: 100%;
    margin: 0 0 15px;
    background: #ddd;
    box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
    border: 5px solid rgb(255 255 255 / 75%);
}
.sidenav_user .user_img img {
    border-radius: 100%;
    width: 90px;
    height: 90px;
}
#overlay{ 
		  position: fixed;
		  top: 0;
		  z-index: 100;
		  width: 100%;
		  height:100%;
		  display: none;
		  background: rgba(0,0,0,0.6);
		}
		.cv-spinner {
		  height: 100%;
		  display: flex;
		  justify-content: center;
		  align-items: center;  
		}
		.spinner {
			display: block;
			visibility: inherit;
			float: none;
			vertical-align: middle;
			opacity: .7;
			margin: 0 auto;
			margin-top: 120px;
			    width: 40px;
			height: 40px;
			border: 4px #ddd solid;
			border-top: 4px #2e93e6 solid;
			border-radius: 50%;
			animation: sp-anime 0.8s infinite linear;
			
		}
		@keyframes sp-anime {
		  100% { 
			transform: rotate(360deg); 
		  }
		}
		.is-hide{
		  display:none;
		}
		button.btn.btn-primary.btn-xs a {
		color:#fff;
	}
	.pagination>li {
	display: inline;
	padding:0px !important;
	margin:0px !important;
	border:none !important;
	}
	.modal-backdrop {
	  z-index: -1 !important;
	}
	/*
	Fix to show in full screen demo
	*/
	iframe
	{
		height:700px !important;
	}

	.btn {
	display: inline-block;
	padding: 6px 12px !important;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	}

	.btn-primary {
	color: #fff !important;
	background: #428bca !important;
	border-color: #357ebd !important;
	box-shadow:none !important;
	}
	.btn-danger {
	color: #fff !important;
	background: #d9534f !important;
	border-color: #d9534f !important;
	box-shadow:none !important;
	}
	




div#datatables_wrapper select#dt-length-0 {
    max-width: 100px;
}
div#datatables_wrapper input#dt-search-0 {
    max-width: 250px;
}


  /* Non-mobile styles, 750px breakpoint */
  @media only screen and (min-width: 46.875em) {
    .grid-container {
      grid-template-columns: 240px 1fr; 
      grid-template-areas:
        "sidenav header"
        "sidenav main"
        "sidenav footer";
    }

    .sidenav {
      display: flex;
      flex-direction: column;
    }
  }

  /* Medium-sized screen breakpoint (tablet, 1050px) */
  @media only screen and (min-width: 65.625em) {
    .main-cards {
      column-count: 2;
    }
  }
  
@media only screen and (max-width: 1100px) {
.sidenav {
    display: block;
    width: 100%;
    position: relative;
    transform: none !important;
}
main.main {
    min-height: auto;
    width: 100%;
    padding: 10px 0px 0;
}
.main_content {
    display: block;
    background: #edf2f9;
    padding: 15px;
}
.menu-icon {
	display: none;
}

.page-template-application-list  div#datatables_wrapper select#dt-length-0 { margin: 0 auto;}
.page-template-application-list #datatables .action_btn { float: right;}
form#profile-form .row .col.s6 {    width: 100%;}
.page-template-employer_profile-new  .row .col, .page-template-employer_profile  .row .col {padding: 0;}

#myTable td, #myTable th { display: block;}
  
  }

/* Non-mobile styles for side nav responsiveness, 750px breakpoint */
@media only screen and (min-width: 46.875em) {
  .sidenav {
    position: relative; 
    transform: translateX(0);
  }

  .sidenav__close-icon {
    visibility: hidden;
  }
}


	#employee-form input[type=text], #employee-form input[type=password], #employee-form input[type=email] {
	
    border-color: #F5573591 !important;
    border-radius: 4px 4px 4px 4px !important;
    font-size: 16px !important;
    min-height: 46px;
    padding-left: 5px !important;
	font-family: "Avenir Thin", Sans-serif !important;
}
table#myTable tr td {
    font-size: 14px !important;
    font-family: "Avenir Thin", Sans-serif !important;
}
button.btn.btn-primary.submit_btnss {
    padding: 0px 36px !important;
    font-family: "Avenir", Sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    fill: var(--e-global-color-4449ff4);
    background-color: #F55735 !important;
    border-radius: 25px 25px 25px 25px !important;
    border: 0;
}
button.btn.btn-primary.submit_btnss:hover{
	background-color: #2358C4 !important;
}

