/*--4-2-2019--*/
/*--font attach--*/
/*--font-website url="https://fonts.adobe.com/fonts/proxima-nova#packages-section"--*/
@font-face {
  font-family:Proxima-Nova;
  font-style: normal;
  font-weight: 400;
  src:url(../text-font/ProximaNova-Regular.ttf), url(../text-font/ProximaNova-medium.ttf), url(../text-font/Proxima-Nova-Bold.ttf), url(../text-font/Proxima-Nova-Black-Bold.ttf);
}


html,
body
 {
	 box-sizing:content-box;
	 padding:0px;
	 margin:0px;
 }
body
 {
	 font-family:"Proxima-Nova", Sans Serif !important;
	 font-size:16px;
	 color:#212121;
	 background-color:#f1f4f6;

	/*margin: 0;
    font-family: 'Overpass', sans-serif;
    font-size: 0.900rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    text-align: left;
    background: #f1f1f3;*/
 }




header
 {
	 width:100%;
	 padding:5px 0px;
	 margin:0px;
	 background-color:#fff;
	/* box-shadow:0px 1px 2px rgba(0,0,0,0.2);*/
	 z-index:999;
	 position:fixed;
	 top:0px;	
     border-bottom: 1px solid #f1f2f7;
 }
.inner_header
 {
	 width:100%;
	 height:auto;
	 padding:0px;
	 margin:0px;
 }
 
.inner_header:after
 {
	 content:'';
	 clear:both;
	 display:table;
 }
.left_toogle {
    float: left;
    width: 60px;
    height: 35px;
    padding: 10px;
    margin: 0px;
    cursor: pointer;
    background-color: #fff;
}
.toogle_menu_baar
 {
	 position:relative;
	 margin-left:5px;
	 margin-top:8px;
 }
.toogle_menu_baar span
 {
	 display:block;
	 width:25px;
	 height:2px;
	 background-color:#797979;
	 position:absolute;
	 transition:0.3s all;
 }
.tbl-cargo td
{padding-top:0!important;}
.toogle_menu_baar span:nth-child(1) {
    top: 0px;
}
.toogle_menu_baar span:nth-child(2)
  {
	  top:10px;
  }
.toogle_menu_baar span:nth-child(3)
  {
	  top:20px;
  }
.toogle_close span:nth-child(2)
 {
	 display:none;
 }
.toogle_close span:nth-child(1)
 {
	 transform:rotate(45deg);
	 top:10px;
 }
.toogle_close span:nth-child(3)
 {
	 transform:rotate(-45deg);
	 top:10px;
 }

.logo_main
 {
	 float:left;
	 margin-left:15px;
	 margin-top:0px;
 }
.logo_img
 {
	 padding:0px;
	 margin:0px;
	 width:210px;
 }
.logo_img a
 {
	 display:block;
 }
 
.right_side_sec
 {
	 float:right;
	 padding:0px;
	 margin:0px;
	 margin-right:15px;
 }
.right_side_user
 {
	 padding:0px;
	 margin:0px;
	 margin:0px;
	 height:auto;
 }
.right_side_user:after
 {
	 content:'';
	 clear:both;
	 display:table;
 }
.right_side_user ul
 {
	 padding:0px;
	 margin:0px;
	 list-style:none;
 }
.right_side_user ul li
 {
	 float:left;
	 padding:5px 0px;
 }
.right_side_user ul li:first-child
 {
	 margin-left:0px;
 }
.right_side_user ul li:last-child
 {
	 margin-right:0px;
 }
.right_side_user ul li
 {
	 margin:0px 15px;
 }
.user_profile {
    width: auto;
    padding: 5px;
    margin: 0px;
    border-radius:10px;
    height: auto;
    border: 1px solid #f0f0f8 ;
}
.user_in_prof
 {
	 padding:0px;
	 margin:0px;
	 position:relative;
 }
.user_in_prof:after,
.user_in_prof a:after
 {
	 content:'';
	 clear:both;
	 display:table;
 }
.user_in_prof a
 {
	 display:flex;
     align-items:center;
	 padding:0px;
	 margin:0px;
     transition:.3s all;
 }
.user_in_prof a:hover{
    color:#018d36;
    text-decoration:none;
    transition:.3s all;
}
.user_img
 {
	 display:block;
	 width:40px;
	 height:40px;
	 overflow:hidden;
 }
.user_img img
 {
	 width:100%;
	 height:100%;
 }
 
.user_name 
 {
	 display:block;
	 letter-spacing:0px;
	 word-spacing:1px;
	 font-weight:600;
	 margin-left:10px;
	 color:#212121;
	 font-size:16px;
     transition:.3s all;
 }
.user_in_prof a:hover .user_name {
    color:#018d36;
    transition:.3s all;
}
.notif_tabs
 {
	 padding:0px;
	 margin:0px;
	 position:relative;
 }
.notif_tabs label
 {
	 padding:0px 15px;
	 margin:0px;
	 position:relative;
	 line-height:50px;
	 font-size:18px;
 }
.notif_tabs label a
 {
	 text-decoration:none;
	 color:#787878;
 }
.notif_tabs label span
{
	width:20px;
	height:20px;
	border-radius:50%;
	position:absolute;
	display:block;
	padding:0px;
	margin:0px;
	font-size:12px;
	text-align:center;
	line-height:22px;
	background-color:#039eda;
	top:0px;
	right:-0px;
	color:#fff;
}

.left_navigation {
/*	width: 230px;
	background-color: #fff;
	position: fixed;
	top: 0px;
	height: 100%;
	z-index: 99;
	left: -300px;
	transition: 0.3s all;
	background: #016634;*/

	/* background-image: linear-gradient(rgb(209, 30, 43), rgb(78, 10, 15));*/
	/*background-image: linear-gradient(rgb(58 209 30 / 99%), rgb(23 153 33));*/
	/* box-shadow:1px 0px 2px rgba(0,0,0,0.2);*/

	white-space: nowrap;
	display: block;
	width: 223px;
	height: 100vh;
	background-color: #fff;
	position: fixed;
	overflow: hidden;
	transition: .5s all;
	top: 0px;
	height: calc(100% - 10px);
	z-index: 99;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	box-shadow: 1px 0px 2px rgb(51 51 51 / 20%);
	left: -300px;
	transition: 0.3s all;
}
.active_width
 {
	 left:0px;
	 transition:0.3s all;
 }
@media(max-width:991px) {
    .left_navigation {
        left:0;
    }
    .active_width {
        left: -300px;
        transition: 0.3s all;
    }
}
.left_inner_nav {


	overflow-y: auto;
	padding-top: 75px;
	height: 100%;
}
/* width */
    .left_inner_nav::-webkit-scrollbar {
        width: 3px;
    }

/* Track */
	.left_inner_nav::-webkit-scrollbar-track {
		/*background: linear-gradient(rgb(209, 30, 43), rgb(78, 10, 15));*/
		background: #016634;
	}

/* Handle */
	.left_inner_nav::-webkit-scrollbar-thumb {
		/*  background: linear-gradient(rgb(209, 30, 43), rgb(78, 10, 15));*/
		background: #016634;
	}
.left_inner_nav:hover::-webkit-scrollbar-thumb{
    background:#000;
}
.left_inner_nav:hover::-webkit-scrollbar-track{
    background:#fff;
}
    /* Handle on hover */
        .left_inner_nav::-webkit-scrollbar-thumb:hover {
            background: #018d36;
        }
.navigation_menu {
	width: 100%;
	padding: 0px;
	margin: 0px;
	height: auto;
	overflow-y: auto;
	overflow-x: hidden;
}
	.navigation_menu ul {
		padding: 0px;
		margin: 0px;
		list-style: none;
	}

		.navigation_menu ul li {
			padding: 0px;
			margin: 0px;
			list-style: none;
			position: relative;
		}

			.navigation_menu ul li + li {
				margin-top: 5px;
			}

			.navigation_menu ul li a {
				padding: 12px 32px;
				margin: 0px;
				display: block;
				color: gray;
				font-size: 14px;
				transition: 0.3s all;
				letter-spacing: 0px;
				word-spacing: 1px;
				transition: 0.3s all;
				position: relative;
				font-family: overpass,sans-serif;
			}

				.navigation_menu ul li a i {
				}

				.navigation_menu ul li a:after {
					content: '';
					width: calc(100% - 16px);
					height: 100%;
					background: rgba(234, 235, 243, 0.3);
					position: absolute;
					left: 50%;
					transform: translateX(-50%);
					top: 0px;
					transition: 0.3s all;
					border-radius: 3px;
					opacity: 0;
					z-index: -1;
				}

			.navigation_menu ul li.active a:after,
			.navigation_menu ul li:hover a:after {
				opacity: 1;
			}

			.navigation_menu ul li .innr_drp_box a:after {
				content: none;
			}
			/*.navigation_menu ul li a:before {
        content: '';
        width: 3px;
        height: 100%;
        background-color: #016634;
        position: absolute;
        left: 0;
        top: 0px;
        transform: scaleY(0);
    }*/
			.navigation_menu ul li.active a:before {
				transform: scaleY(1) !important;
			}

			.navigation_menu ul li.active .innr_drp_box a:before {
				background: #016634;
			}

			.navigation_menu ul li:hover::before {
				transform: scaleY(1);
				transition: 0.3s all;
			}

			.navigation_menu ul li:hover a:hover,
			.navigation_menu ul li.active a {
				/*color: #016634;*/
			}

.innr_drp_box a:hover {
	color: #016634;
}

.navigation_menu ul li:hover a:before {
	transform: scaleY(1);
	transition: 0.3s all;
}

.navigation_menu ul li a span {
	display: inline-block;
	margin-left: 10px;
}

.navigation_menu ul li a .dropicon::before {
	font-family: 'Font Awesome 5 Free';
	font-size: 12px;
	font-weight: 900;
	position: absolute;
	top: 14px;
	right: 15px;
	content: '\f107';
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.dropdown_iconchange::before {
	transform: rotate(180deg);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.navigation_menu ul li.active .innr_drp_box {
	display: block;
}

.navigation_menu ul li.active a {
	/*color: #016634;*/
}
/*
.navigation_menu ul li:hover a:hover, .navigation_menu ul li.active a {
	color: #016634;
}*/
.innr_drp_box .navigation_menu ul li:after,
.innr_drp_box .navigation_menu ul li:before {
	transform: scaleY(1) !important;
}

.innr_drp_box {
	display: none;
	width: 100%;
	height: auto;
	padding: 0px;
	margin: 0px;
	border-radius: 5px;
	margin: 0px;
	list-style: none;
	background-color: #016634;
	/*padding: 0px;
    margin: 0px;
    list-style: none;
    background-color:#016634;
    border-radius: 5px;
    overflow: hidden;*/
}

.navigation_menu .innr_drp_box a {
	padding: 15px;
	padding-left: 35px;
	margin: 0px;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	transition: 0.5s all;
	position: relative;
}

	.navigation_menu .innr_drp_box a:hover {
		/*color:#016634;
    text-decoration:none;*/
		color: #fff;
		transition: 0.5s all;
		text-decoration: none;
		background: #ffe152;
	}

.navigation_menu ul li a.activedrop {
	/*color: #016634;*/
}

	.navigation_menu ul li a.activedrop:before {
		transform: scaleY(1);
		background: #016634;
	}
/*--bell data--*/
.noytif_drop_dwn {
    display: none;
    width: 300px;
    right: -60px;
    position: absolute;
    background-color: #fff;
    top: 110%;
    box-shadow: 0px 6px 8px rgba(102,102,102,0.3);
    z-index: 999;
}
@media (max-width:450px)
{
.noytif_drop_dwn
 {
	 width:280px;	
	 right:-140px;
 }
}
.noytif_drop_dwn ul
 {
	 padding:0px;	
	 margin:0px;
	 display:block;
	 list-style:none;
	 min-height:150px;
	 max-height:300px;
	 overflow:hidden;
	 overflow-Y:auto;
 }
.noytif_drop_dwn ul::-webkit-scrollbar
 {
	 width:6px;
	
 }
.noytif_drop_dwn ul::-webkit-scrollbar-thumb
 {
	 background-color:#eee;
	 border-radius:15px;
 }
/*.noytif_drop_dwn ul::-webkit-scrollbar-track
 {
	 box-shadow:inset 0px 0px 5px rgba(0,0,0,0.3);
	 border-radius:15px;
 }*/


 
.noytif_drop_dwn ul li
 {
	padding:15px 15px;	
    margin:0px;	 
	float:none;
 }
.noytif_drop_dwn ul li:hover 
 {
	 background-color:#f3f3f3;
 }
.notibox_styl_list
 {
	 width:100%;
	 padding:0px;
 }
.notibox_styl_list:after,
.notibox_styl_list a:after
 {
	 content:'';
	 clear:both;
	 display:table;
 }
.notibox_styl_list a
  {
	  display:block;
	  text-decoration:none !important;
  }

.notibox_styl_list figure
  {
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    font-size: 16px;
    color: #333;
    border: 1px solid #9e9e9e;
    position: relative;
    float: left;
    margin: 0px;
    overflow: hidden;
	float:left;
	line-height:20px;
  }
.notibox_styl_list figure img
 {
	 width:100%;
	 height:100%;
 }
.niti_data_desc
 {
	 padding:0px;
	 margin:0px;
	 margin-left:45px;
	 text-align:left;
	 position:relative;
 }
.messag_data_drp .niti_data_desc
 {
	 margin-left:0px;
 }
.niti_data_desc h5
 {
	 padding:0px;
	 margin:0px;
	 font-size:14px;
	 font-weight:600;
	 color:#039eda;
	 transition:0.3s all;
 }
.noytif_drop_dwn ul li:hover .niti_data_desc h5
 {
	 color:#273779;
	 transition:0.3s all;
 }
.niti_data_desc p {
	max-height: 55px;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	line-height: 18px;
	color: #212121;
	font-size: 15px;
	margin-top: 5px;
}
.date_tym_frm {
	position: absolute;
	top: 0px;
	right: 0px;
	line-height: 20px;
	font-size: 15px;
	color: #212121
}
.view_all_data
 {
	 border-top:1px solid #eee;	
	 text-align:left;
	 line-height:20px;
	 padding:10px 15px;
 }
.view_all_data a
 {
	 font-size:14px;
	 letter-spacing:0.5px;	
	 color:#273779;
	 font-weight:600;
 }
.view_all_data a:hover
 {
	 text-decoration:none;	
 }

.user_pro_list {
    display: none;
    width: 185px;
    padding: 0px 0px;
    right: 0px;
    position: absolute;
    background-color: #fff;
    top: 60px;
    box-shadow: 0px 6px 8px rgba(102,102,102,0.3);
    z-index: 999;
}
.user_pro_list ul
 {
	 padding:10px 0px;
	 margin:0px;
	 list-style:none;
 }
.user_pro_list ul li
 {
	 display:block;
	 padding:0px;
	 margin:0px;
	 float:none;
 }
.user_pro_list ul li a i
  {
	  padding-right:5px;
  }
.user_pro_list ul li a
 {
	 padding:10px 15px;
	 color:#9e9e9e;
	 transition:0.3s all;
 }
.user_pro_list ul li a:hover
 {
	 text-decoration:none;
	 color:#273779;
	 transition:0.3s all;
 }
.searc_box_m
 {
	 width:250px;
	 position:relative;
	 margin-top:5px;
 }
.searc_box_m input
 {
	 width:100%;
	 border:none;
	 background-color:#eee;
	 padding:10px 15px;
	 padding-right:45px;
	 height:40px;
	 border-radius:0.25rem;
 }
.searc_box_m button
 {
	 position:absolute;
	 top:0px;
	 right:10px;
	 height:40px;
	 border:none;
	 cursor:pointer;
	 color:#787878;
	 background-color:transparent;
 }
.searc_box_m button:active,
.searc_box_m button:focus,
.searc_box_m input:focus,
.searc_box_m input:active
 {
	 outline:none;
 }
 
/*--body-sec--*/
.body_sec_dash
 {
	 margin-top:85px;
	 transition:0.3s all;
	 padding-bottom:30px;	
 }
.body_full_width 
 {
	  margin-left:233px;
	  transition:0.5s all;
 }
@media(max-width:991px) {
    .body_full_width {
        margin-left:0;
    }
}

.inner_body_box {	
	width: 100%;
	padding: 0px 15px;
	margin: 0px;
	background-color: #f1f1f3;
}
.inner_body_box .row
 {
	 margin-top:10px;
 }
.inner_body_box .row:first-child
 {
	 margin-top:0px;
 }
.top_heading
 {
	 padding:0px;
	 margin:0px;
	 height:auto;
 }
.top_heading:after
 {
	 content:'';
	 clear:both;
	 display:table;
 }
.left_heading
 {
	 width:auto;
	 float:left;
 }
.left_heading h1
 {
	 padding:0px;
	 margin:0px;
	 height:auto;
	 font-size:2rem;
	 font-weight:900;
	 word-spacing:1px;
	 color:#111c22;
 }
.right_heading
 {
	 float:right;
	 width:auto;
	 padding:0px;
	 margin:0px;
 }
.right_heading a:last-child
 {
	 margin-right:0px;
 }
.right_heading a
 {
	 float:left;
	 margin-right:15px;
 }

.btn_prim_s_blue
 {
	 background-color:rgb(8, 15, 19);
	 color:#fff;
	 box-shadow:0px 3px 10px rgba(0,0,0,0.3);
	 transition:0.3s all;
 }
.btn_prim_s_blue:hover
 {
	 transition:0.3s all;
	 color:#fff;
	 background-color:#0d171d;
	 box-shadow:0px 10px 10px rgba(0,0,0,0.3);
 }

.btn_seco_blue {
	background-color: #018d36;
	color: #fff;
	box-shadow: 0px 3px 10px rgba(0,0,0,0.3);
	transition: 0.3s all;
}

.btn_seco_blue:hover {
	background-color: #016634;
	color: #fff;
	transition: 0.3s all;
	box-shadow: 0px 10px 10px rgba(0,0,0,0.3);
}
 
.btn_cencel_outline
 {
	 background-color:#f4f4f4;
	 color:#212121;
	 box-shadow:0px 3px 10px rgba(0,0,0,0.3);
	 transition:0.3s all;
 }
.btn_cencel_outline:hover
 {
		 background-color:#f4f4f4;
	 color:#212121;
	 box-shadow:0px 10px 10px rgba(0,0,0,0.3);
	 transition:0.3s all;
 }
 
.heading_box
 {
	 width:100%;
	 padding:0px;
	 margin:0px;
	 height:auto;
	 margin-bottom:5px;
 }
.heading_box:after
 {
	 content:'';
	 clear:both;
	 display:table;
 }
 
.heading_box h2
 {
	 padding:0px;
	 margin:0px;
	 height:auto;
	 font-size:1.3rem;
	 font-weight:900;
	 word-spacing:1px;
	 color:#212121;
	 float:left;
	 line-height:40px;
 }
.content_box {
	width: 100%;
	padding: 0px;
	margin: 0px;
	border-top: 2px solid #018d36;
	background-color: #fff;
}
.padd15
 {
	 padding:15px !important;
 }
.innr_cont_wrap
 {
	 width:100%;
	 padding:0px;
	 margin:0px;
	 height:auto;
 }
.table_box
 {
	 width:100%;
	 padding:0px;
	 margin:0px;
 }
.table_box .table
 {
	 margin-bottom:0px;
 }
#fulltable_sort th,
#table_sort {
	vertical-align: middle;
	cursor: pointer;
	/*background-color: #ffe152;*/
	background-color: #016634;
	border-color: #eee;
	/*color: #495057;*/
	color: #fff;
}

#table_sort:after
 {
	content: '\f15d';
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
	color:#9e9e9e;
 }

	#fulltable_sort th:after {
		content: '\f15d';
		font-family: 'Font Awesome 5 Free';
		font-style: normal;
		font-weight: 900;
		color: #bdcbd6f7;
	}
.sort_down:after 
  {
    content: '\f15e' !important;
  }


.table_box .table tr
 {
	 border-bottom:0px solid #f1f4f6;
 }
.table_box .table tr td
 {
	 color:#787878;
 }

.table_box .table tr th,
.table_box .table tr td
 {
	 position:relative;
 }
 
.table_box .table tr td p 
 {
	 margin:0px;
	 padding:0px;
 }
.user_profile_tab
 {
	 display:block;
	 width:auto;
	 padding:0px;
 }
.user_profile_tab:after
 {
	 content:'';
	 clear:both;
	 display:table;
 }
.user_profile_tab .user_img
 {
	 width:40px;
	 height:40px;
 }

.user_profile_tab .user_name
 {
	 line-height:39px;
	 margin-top:0px;
	 color:#039eda;
	 transition:0.3s all;
 }
.user_profile_tab .user_name:hover
 {
	 color:#007fc3;
 }
.pendig_st
 {
	 color:#e25007;
	 font-weight:600;
 }
.canceled_st
 {
	 color:#ad1212;
	 font-weight:600;
 }
.succes_st
 {
	 color:#0bad07;
	 font-weight:600;
 }
.tb_download
 {
	 display:inline-block;
	 padding:8px 10px;
	 border-radius:4px;
	 background-color:rgba(3,158,218,0.2);
	 color:#273779;
	 transition:0.3s all;
 }
.tb_download:hover
{
	box-shadow:0px 3px 8px rgba(0,0,0,0.2);
	transition:0.3s all;
	text-decoration:none;
}

/*--chck_bx_styl design--*/
.chck_bx_styl
 {
	 -webkit-appearance:none;
	 -moz-appearance:none;
	 -o-appearance:none;
	 appearance:none;
	 position:relative;
	 width:15px;
	 height:15px;
 }
 
.radio_bx_styl:active,
.radio_bx_styl:focus,
.chck_bx_styl:focus,
.chck_bx_styl:active
 {
	 outline:none;
 }
.chck_bx_styl:after
 {
	 content:'';
	 width:20px;
	 height:20px;
	 position:absolute;
	 top:0px;
	 background-color:#bec3cb;
	 cursor:pointer;
	 transition:0.3s all;
	 border-radius:3px;	 
 }
.chck_bx_styl:checked:after
  {
	  background-color:#111c22;
	  transition:0.3s all;
  }
.chck_bx_styl:checked:before
  {
	  content:'';
	  width:12px;
	  height:7px;
	  border-width:2px;
	  border-style:solid;
	  position:absolute;
	  border-color:#fff #fff transparent transparent;
	  z-index:999;
	  top:5px;
	  left:4px;
	  transform:rotate(130deg);
	  transition:0.3s all;	  
  }

/*--radio--*/
.radio_bx_styl
 {
	 -webkit-appearance:none;
	 -moz-appearance:none;
	 -o-appearance:none;
	 appearance:none;
	 position:relative;
	 width:15px;
	 height:15px;
 }
.radio_bx_styl:after
 {
	 content:'';
	 width:20px;
	 height:20px;
	 position:absolute;
	 top:0px;
	 background-color:#bec3cb;
	 cursor:pointer;
	 transition:0.3s all;
	 border-radius:3px;
	 border-radius:50%;	 
 }
.radio_bx_styl:checked:after
  {
	  background-color:#111c22;
	  transition:0.3s all;
	  box-shadow:inset 0px 0px 5px rgba(0,0,0,0.5);
  }
.radio_bx_styl:checked:before
  {
	  content:'';
	  width:8px;
	  height:8px;
	  background-color:#fff;
	  border-width:2px;	  
	  z-index:999;
	  top:6px;
	  left:6px;
	  position:absolute;
	  border-radius:50%;	  
	  transition:0.3s all;	  
  }
  
/*--form box-style--*/
.form_box
 {
	 width:100%;
	 padding:0px;
	 margin:0px;
	 height:auto;
 }
.form_box .row
 {
	 margin-top:0px;
 }
.form_box .form-control
 {
	     height: calc(2.5rem + 2px);
 }
.form_box label
 {
	 color:#212121;
 }
 
/*--login page--*/
.login_sec
 {
	 width:100%;
	 height:100vh;
	 padding:0px;
	 margin:0px;
	 background-image:url(../img/back-img.jpg);
	 background-size:cover;
	 background-position:100% 100%;
	 position:relative;
 }
.cont_login
 {
	 width:350px;
	 position:absolute;
	 top:50%;
	 left:50%;
	 transform:translate(-50%,-50%);
 }
.login_wrap
 {
	 background-color:rgba(255,255,255,1);
	 padding:30px;
 }
.login_fm
 {
	 width:100%;
	 padding:0px;
	 margin:0px;
 }
.form_head_login
 {
	 width:100%;
	 margin-bottom:30px;
 }
.Login_logo
 {
	  text-align:center;
	  padding:0px;
	  margin:0px;
 }
 .Login_logo img
  {
	  width: 150px;
  }
.Login_logo h3
 {
	padding: 0px;
    margin: 0px;
    height: auto;
    font-size: 1.2rem;
    font-weight: 900;
    word-spacing: 1px;
    color: #212121;
	margin-top:50px; 
 }
.btn_login_center
 {
	 text-align:center;
	 margin-top:30px;
 }
.btn_login_center button
 {
	 width:100%;
 }
.forge_pas_other
 {
	 text-align:center;
	 margin-top:30px;
 }
.forge_pas_other a
 {
	 color:#039eda;
	 transition:0.3s all;
 }
.forge_pas_other a:hover
 {
	 color:#273779;
	 text-decoration:none;
	 transition:0.3s all;
 }
.table_imgbox {
    height:35px;
    width:100%;
    text-align:center;
}
.table_imgbox img {
    max-height:100%;
    max-width:100%;
}
.tableImg tr th,
.tableImg tr td {
    vertical-align: middle;
    font-size:14px;
}
.tableImg tr th span{
    display: block;
    font-size: 12px;
    font-weight: 500;
}
.tableImg tr th span p{
    margin-bottom:0;
}
.img_td {
    width:85px;
}
.tableImg .table{
    margin-bottom:0;
}
.model_style {
    z-index:99999;
}

.closemodalbtn {
    position: absolute;
    background: #000;
    color: #fff;
    font-size: 32px;
    height: 32px;
    border-radius: 50px;
    width: 32px;
    text-align: center;
    right: 0;
    cursor:pointer;
}
.table_upload .table tbody tr td {
    padding:0 0.75rem;
    vertical-align:middle;
}
    .table_upload .table tbody tr td img {
        width: 40px;
        border: 1px solid;
        height: 40px;
    }
.bluebox {
    background-color: #1f344b;
    display: inline-block;
    font-size: 1em;
    max-width: 100px;
    padding: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: top;
    color: #fff !important;
    text-align: center;
    border-radius: 3px;
}
    .bluebox:hover {
        color: #fff !important;
        text-decoration: none;
    }
.infobox {
    background-color: #03a9f4;
    display: inline-block;
    font-size: 1em;
    max-width: 100px;
    padding: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: top;
    color: #fff !important;
    text-align: center;
    border-radius: 3px;
}

    .infobox:hover {
        color: #fff !important;
        text-decoration: none;
    }

.primarybox {
    background-color: #204d74;
    display: inline-block;
   
    font-size: 1em;
    max-width: 100px;
    padding: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: top;
    color: #fff !important;
    text-align: center;
    border-radius: 3px;
}

    .primarybox:hover {
        color: #fff !important;
        text-decoration: none;
    }

.successbox {
    background-color: #92c755;
    display: inline-block;
    
    font-size: 1em;
    max-width: 100px;
    padding: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: top;
    color: #fff !important;
    text-align: center;
    border-radius: 3px;
}

    .successbox:hover {
        color: #fff !important;
        text-decoration: none;
    }

.dangerbox {
    background-color: #f44336;
    display: inline-block;
   
    font-size: 1em;
    max-width: 100px;
    padding: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: top;
    color: #fff !important;
    text-align: center;
    border-radius: 3px;
}

    .dangerbox:hover {
        color: #fff !important;
        text-decoration: none;
    }
.warningbox {
    background-color: #ffb300;
    display: inline-block;
   
    font-size: 1em;
    max-width: 100px;
    padding: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: top;
    color: #fff !important;
    text-align: center;
    border-radius: 3px;
}

    .warningbox:hover {
        color: #fff !important;
        text-decoration: none;
    }

.input_none {
    display:none;
}
.pag_btn .pagination {
    margin: 0;
    padding: 0;
    margin-top: 10px;
}

    .pag_btn .pagination li {
        margin: 5px;
        background: #1f344b;
        margin-bottom: 0;
        border: 1px solid #1f344b;
    }

        .pag_btn .pagination li a {
            text-decoration: none;
            color: #fff;
            padding: 5px 10px;
            display: inline-block;
        }

        .pag_btn .pagination li.active {
            background: #fff;
            border: 1px solid #1f344b;
        }

            .pag_btn .pagination li.active a {
                color: #1f344b;
            }
.multiselect {
    width: 100%;
    position:relative;
}

.selectBox {
    position: relative;
}

    .selectBox select {
        width: 100%;
        font-weight: bold;
    }

.overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#checkboxes {
    display: none;
    position:absolute;
    z-index:1;
    background:#fff;
    width:100%;
    border: 1px #dadada solid;
}

    #checkboxes label {
        display: block;
        padding:2px 10px;
    }

        #checkboxes label:hover {
            background-color: #1e90ff;
        }
.dashboard_head h3{
    font-weight:600;
}
.dashboard_head p {
    margin-bottom:0;
}
.dash_cols .content_box {
    box-shadow:0 0 20px 0 #ddd;
    border:0;
}
.dash_cols .table_box .table tr th {
    padding:15px 10px;
    border-top:3px solid;
    border-bottom:0;
}
.dash_cols .col-md-4:nth-child(1) .table_box .table tr th {
    border-color: #ffb300;
}
.dash_cols .col-md-4:nth-child(2) .table_box .table tr th {
    border-color: #f44336;
}
.dash_cols .col-md-4:nth-child(3) .table_box .table tr th {
    border-color: #92c755;
}
.dash_cols .col-md-4:nth-child(4) .table_box .table tr th {
    border-color: #03a9f4;
}
.dash_cols .col-md-4:nth-child(5) .table_box .table tr th {
    border-color: #204d74;
}
.dash_cols .col-md-4:nth-child(6) .table_box .table tr th {
    border-color: #1f344b;
}
.dashtab_search {
    position:relative;
}
.dashtab_search .form-control, .dashbig_search .form-control, .form_box .form-control{
    height:40px;
    border-radius:0;
    padding-right:95px;
}
.form_box textarea.form-control, .dashtab_search textarea.form-control{
    height:auto;
}
.dashbig_search .form-control, .form_box .form-control {
    padding-right: 10px;
}
.dashtab_search button{
    position:absolute;
    top:50%;
    transform:translate(0, -50%);
    right:5px;
    background:#018d36;
    color:#fff;
    border:0;
    padding:7px 30px;
    border-radius:100px;
    cursor:pointer;
}
.dashbig_search button, .form_box button{
    border-radius: 0;
}
.dashtab_search .form-control:active, .dashtab_search .form-control:focus,
.dashbig_search .form-control:active, .dashbig_search .form-control:focus,
.form_box .form-control:active, .form_box .form-control:focus {
    box-shadow: none;
    outline: 0;
    border-color: #018d36;
}
.dahtab_actionul{
    padding:0;
    margin:0;
}
.dahtab_actionul li{
    list-style:none;
    display:inline-block;
    margin:7px 1px;
}
.dahtab_actionul li a{
    border:1px solid #000;
    color:#000;
    width:30px;
    text-align:center;
    border-radius:5px;
    padding:4px;
    transition:.3s all;
}
.dahtab_actionul li a:hover{
    text-decoration:none;
    color:#fff !important;
    transition:.3s all;
}
.dahtab_actionul li:nth-child(1) a {
    border-color: #ffb300;
    color:#ffb300;
}
.dahtab_actionul li:nth-child(1) a:hover{
     background: #ffb300;
}

.dahtab_actionul li:nth-child(4) a {
    border-color: #f44336;
     color:#f44336;
}
.dahtab_actionul li:nth-child(4) a:hover{
     background: #f44336;
}
.dahtab_actionul li:nth-child(2) a {
    border-color: #92c755;
     color:#92c755;
}
.dahtab_actionul li:nth-child(2) a:hover{
     background: #92c755;
}
.dahtab_actionul li:nth-child(5) a {
    border-color: #03a9f4;
     color:#03a9f4;
}
.dahtab_actionul li:nth-child(5) a:hover{
     background: #03a9f4;
}
.dahtab_actionul li:nth-child(3) a {
    border-color: #204d74;
     color:#204d74;
}
.dahtab_actionul li:nth-child(3) a:hover{
     background: #204d74;
}
.dahtab_actionul li:nth-child(6) a {
    border-color: #1f344b;
     color:#1f344b;
}
.dahtab_actionul li:nth-child(6) a:hover{
     background: #204d74;
}
	/*.dahtab_actionul li a btn-danger {
		color: #fff;
		background-color: #dc3545;
		border-color: #dc3545;
	}
	.dahtab_actionul li a btn-success {
		color: #fff;
		background-color: #28a745;
		border-color: #28a745;
	}*/
.invoice_show {
    display:block;
    border:1px solid rgba(0,0,0,0.3);
    width:100px;
    height:100px;
}
.invoice_show img{
    max-width:100%;
    max-height:100%;
}
.invoice_view {
    z-index: 99999;
}
.view_btnsmall {
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    background: #018d36;
    display: block;
    border: 1px solid #018d36;
    border-radius: 100px;
    transition: .3s all;
}
.view_btnsmall:hover{
    color:#018d36;
    background:#fff;
    transition:.3s all;
}
.dis_field {
    height:40px;
    border:1px solid rgba(0,0,0,0.3);
    padding:10px;
}
.form_box .nav-tabs .nav-link {
    color:#018d36;
    border:none;
}
.form_box .nav-tabs .nav-link.active {
    color:#204d74;
}
.not_allowed{
    cursor:not-allowed;
}
.small_font {
	font-size: 90%;
	font-weight: 400;
}


.labelkk::after{
	top:0!important;
}
.labelkk::before {
	top: 0!important;
}


.clkdisable{
	cursor:not-allowed;
}

.innr_drp_box i {
	font-size: 10px;
	margin-right: 6px;
	color: #fff !important;
	opacity: 0.4;
}
.card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	box-shadow: -8px 12px 18px 0 rgb(25 42 70 / 13%);
	border-radius: 3px;
	border: 1px solid transparent;
	margin-bottom: 1.5rem;
	width: 100%;
}
.card-header:first-child {
	border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.card-header {
	background: none;
	padding: 0.5rem 1.5rem;
	display: -ms-flexbox;
	display: flex;
	min-height: 3.5rem;
	-ms-flex-align: center;
	align-items: center;
	border-top-left-radius: 3px !important;
	border-top-right-radius: 3px !important;
	border-bottom: 1px dotted #e8ebf1;
}
bg-primary-transparent {
	background-color: rgba(89, 100, 255, 0.2);
}
.avatar {
	width: 2rem !important;
	height: 2rem !important;
	line-height: 1.3rem !important;
	display: inline-block;
	position: relative;
	text-align: center;
	color: #fff;
	font-weight: 600;
	vertical-align: bottom;
	font-size: .875rem;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.card-title {
	text-transform: uppercase;
	font-size: .915rem;
	font-weight: 600;
	font-family: 'Overpass', sans-serif, bold;
}
.avatar i {
	font-size: 95%;
	vertical-align: sub;
}
.card-body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	margin: 0;
	padding: 1rem 1.5rem;
	position: relative;
}
h2.number-font {
	color: #000000;
	font-size: 23px;
	font-family: overpass, sans-serif;
	font-weight: 600;
}

.number-font {
	font-weight: 700 !important;
}
.progress {
	display: -ms-flexbox;
	display: flex;
	height: 1rem;
	overflow: hidden;
	font-size: 0.703125rem;
	background-color: #dce0e8;
	border-radius: 3px;
}

.progress {
	position: relative;
}
.progress-bar {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background-color: #016634;
	transition: width 0.6s ease;
}

.progress-bar-striped {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-size: 1rem 1rem;
}

.progress-bar-animated {
	-webkit-animation: progress-bar-stripes 1s linear infinite;
	animation: progress-bar-stripes 1s linear infinite;
}

.bg-primary {
	background-color: #016634 !important;
	color: #fff !important;
}
.bg-secondary {
	background-color: #ff5964 !important;
	color: #fff !important;
}
.w-60 {
	width: 60% !important;
}
.w-25 {
	width: 25% !important;
}
.w-20 {
	width: 20% !important;
}
.mb-1, .my-1 {
	margin-bottom: 0.25rem !important;
}

.h-1 {
	height: 0.50rem !important;
}
.bg-success {
	background-color: #17d092 !important;
	color: #fff !important;
}
.bg-warning {
	background-color: #fda008 !important;
	color: #fff !important;
}
.card-options {
	margin-left: auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-order: 100;
	order: 100;
	margin-right: -.5rem;
	color: #686868;
	-ms-flex-item-align: center;
	align-self: center;
}
.nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.tabs-menu ul li .active {
	background: #016634;
	color: #fff;
}

.tabs-menu ul li a {
	padding: 10px 12px;
	margin: 3px 0px 3px 14px;
	display: block;
	border: 1px solid #e8ebf1;
	border-radius: 3px;
	color: #000;
	line-height: 1;
}

.text-muted {
	color: #9e9e9e !important;
}
.mb-5, .my-5 {
	margin-bottom: 1.5rem !important;
}
.mb-2, .my-2 {
	margin-bottom: 0.5rem !important;
}
.mr-4, .mx-4 {
	margin-right: 1rem !important;
}

.w-5 {
	width: 1.5rem !important;
}
.h-5 {
	height: 1.5rem !important;
}

.w-5 {
	width: 1.5rem !important;
}
.w-90 {
	width: 90% !important;
}
.mb-0, .my-0 {
	margin-bottom: 0 !important;
}
h5, .h5 {
	font-size: 1rem;
}
.fs-12 {
	font-size: 12px !important;
}
.number-font i {
	font-size: 18px;
}
.ml-auto, .mx-auto {
	margin-left: auto !important;
}
.br-3 {
	border-radius: 3px;
}
.bg-primary-transparent {
	background-color: rgba(89, 100, 255, 0.2);
}
.bg-secondary-transparent {
	background-color: rgba(255, 89, 100, 0.2);
}
.bg-success-transparent {
	background-color: rgba(23, 208, 146, 0.2);
}
.bg-warning-transparent {
	background-color: rgba(253, 160, 8, 0.2);
}

.project-countdown {
	z-index: 1;
	background: url(/Content/img/bg.jpg);
	background-size: cover;
	border-radius: 3px;
	overflow: hidden;
	position: relative;
	
}
	.project-countdown:before {
		content: '';
		display: block;
		position: absolute;
		background: rgba(255, 152, 0, 1);
		width: 100%;
		height: 100%;
		right: 0;
		top: 0;
		left: 0;
		bottom: 0;
	}
.fs-20 {
	font-size: 20px;
}

/*
.projects-list {
	z-index: 1;
	background: url(/Content/img/bg.jpg);
	background-size: cover;
	border-radius: 3px;
	overflow: hidden;
	position: relative;
	border: none;
}

.projects-list:before {
	content: '';
	display: block;
	position: absolute;
	background: rgba(255, 152, 0, 1);
	width: 100%;
	height: 100%;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
}*/
/*.list-group-item {
	content: '';
	display: block;

	background: rgba(255, 152, 0, 1);
	width: 100%;
	height: 100%;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
}*/

.overflow-auto {
	overflow: auto !important;
}

.overflow-hidden {
	overflow: hidden !important;
}
/*.breadcrumb-arrow {
	height: 36px;
	padding: 0;
	line-height: 36px;
	list-style: none;
	background-color: #eef1f7;
	font-size: 14px !important;
}

.breadcrumb {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0;
	list-style: none;
	border-radius: 3px;
	background: none;
}
.breadcrumb-arrow li {
	display: inline-block;
	vertical-align: top;
}
	.breadcrumb-arrow li:first-child a {
		border-radius: 4px 0 0 4px;
		-webkit-border-radius: 4px 0 0 4px;
		-moz-border-radius: 4px 0 0 4px;
		padding: 0 10px;
		padding-left: 10px;
	}

	.breadcrumb-arrow li a {
		position: relative;
		color: #fff;
		text-decoration: none;
		background-color: #016634;
		border: 1px solid #016634;
	}

	.breadcrumb-arrow li a, .breadcrumb-arrow li:not(:first-child) span {
		height: 36px;
		padding: 0 10px 0 20px;
		line-height: 36px;
	}

	.breadcrumb-arrow li a {
		display: inline-block;
		vertical-align: top;
	}
		.breadcrumb-arrow li a:before {
			position: absolute;
			top: -1px;
			width: 0;
			height: 0;
			content: '';
			border-top: 18px solid transparent;
			border-bottom: 18px solid transparent;
			right: -10px;
			z-index: 3;
			border-left-color: #016634;
			border-left-style: solid;
			border-left-width: 11px;
		}
		.breadcrumb-arrow li a:after {
			right: -11px;
			z-index: 2;
			border-left: 11px solid #e5e9f2;
		}

		.breadcrumb-arrow li a:after {
			position: absolute;
			top: -1px;
			width: 0;
			height: 0;
			content: '';
			border-top: 18px solid transparent;
			border-bottom: 18px solid transparent;
		}*/

.breadcrumb-1 ol, .breadcrumb-2 ol, .breadcrumb-6 ol {
	position: relative;
	display: block;
	width: 100%;
	text-align: right;
}
.breadcrumb-1 li, .breadcrumb-2 li, .breadcrumb-6 li {
	text-align: right;
	display: contents;
}
.breadcrumb-item1 a {
	color: #5964ff;
}
.breadcrumb-item1.active {
	color: #6b6f80;
}


.boxstyle {
	border-radius: 5px;
	width: 100%;
	box-shadow: 0px 2px 4px rgb(31 30 47 / 3%);
	background-color: #fff;
	border: 1px solid #eceff5;
}

h_filter {
	display: flex;
	align-items: center;
}

.headbox {
	width: 100%;
	padding: 15px;
	border-bottom: 1px solid #eee;
}

.leave_resquest_stss h1 {
	float: left;
}

.headbox h1 {
	font-size: 16px;
	font-weight: 600;
	margin: 0px;
	padding: 0px;
}

.leave_resquest_stss:after {
	content: '';
	clear: both;
	display: table;
}

.settingconfig {
	display: block;
	padding: 12px 10px;
	border: none;
	font-size: 16px;
	cursor: pointer;
	color: #000;
	background-color: #f5f5f5;
	margin-top: 10px;
}

	.settingconfig a {
		color: #000;
		text-decoration: none;
	}

	.settingconfig:hover {
		color: #fff;
		background-color: #ffe152;
		text-decoration: none;
	}

