﻿@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/*==================================
Commen CSS
================================= */
html {-webkit-text-size-adjust: none; min-height: 100%; height: 100%;}
body{ overflow-x: hidden; background: #fafafa; font-family: 'Roboto';  /*height: 100%;*/ font-size: 14px; }
h1, h2, h3, h4, h5, h6, ul, ol, li, form, input, textarea, select {margin: 0; padding: 0;}
img {border: 0;}
a {text-decoration: none; outline: none !important; outline-color: transparent !important;}
a:link, a:hover {text-decoration: none;  -moz-transition: all 1s ease-in; -webkit-transition: all 1s ease-in; -o-transition: all 1s ease-in; transition: all 1s ease-in;}
.roundbtn {
	display: inline-block;
	background: #2f2f2f;
	color: #fff;
	width: 35px;
	height: 35px;
	padding-top: 8px;
	text-align: center;
	border-radius: 50%;
	line-height: 16px;
	line-height: 22px;
}

	.roundbtn:hover, .roundbtn.active {
		background: #FFB703 !important;
		color: #fff !important;
	}
.error {
	color:red !important;
}

.mtp0 {
	margin-top: 0px;
}
.mtp5 {margin-top:5px;}
.mtp10 {margin-top:10px;}
.mtp15 {margin-top:15px;}
.mtp20 {margin-top:20px;}
.mtp25 {margin-top:25px;}
.mtp30 {margin-top:30px;}
.mtp35 {margin-top:35px;}
.mtp40 {margin-top:40px;}
.mtp45 {margin-top:45px;}

.mbp0 {margin-bottom:0px;}
.mbp5 {margin-bottom:5px;}
.mbp10 {margin-bottom:10px;}
.mbp15 {margin-bottom:15px;}
.mbp20 {margin-bottom:20px;}
.mbp25 {margin-bottom:25px;}
.mbp30 {margin-bottom:30px;}
.mbp35 {margin-bottom:35px;}
.mbp40 {margin-bottom:40px;}
.mbp45 {margin-bottom:45px;}
.right0{ right: 50px; }

.ptp0 {padding-top:0px;}
.ptp3 {padding-top:3px;}
.ptp5 {padding-top:5px;}
.ptp10 {padding-top:10px;}
.ptp15 {padding-top:15px;}
.ptp20 {padding-top:20px;}
.ptp25 {padding-top:25px;}
.ptp30 {padding-top:30px;}
.ptp35 {padding-top:35px;}
.ptp40 {padding-top:40px;}
.ptp45 {padding-top:45px;}

.pbp0 {padding-bottom:0px;}
.pbp3 {padding-bottom:3px;}
.pbp5 {padding-bottom:5px;}
.pbp10 {padding-bottom:10px;}
.pbp15 {padding-bottom:15px;}
.pbp20 {padding-bottom:20px;}
.pbp25 {padding-bottom:25px;}
.pbp30 {padding-bottom:30px;}
.pbp35 {padding-bottom:35px;}
.pbp40 {padding-bottom:40px;}
.pbp45 {padding-bottom:45px;}

.font-size8 { font-size: 8px; }
.font-size10 { font-size: 10px; }
.font-size12 { font-size: 12px; }
.font-size14 { font-size: 14px; }
.font-size16 { font-size: 16px; }
.font-size18 { font-size: 18px; }
.font-size20 { font-size: 20px; }
.font-size22 { font-size: 21px; }
.font-size24 { font-size: 22px; }
.font-size26 { font-size: 23px; }
.font-size28 { font-size: 24px; }
.font-size30 { font-size: 25px; }
.font-size32 { font-size: 26px; }
.font-size34 { font-size: 27px; }
.font-size36 { font-size: 28px; }
.font-size38 { font-size: 29px; }
.font-size40 { font-size: 30px; }

.font-w300 { font-weight: 300; }
.font-w400 {  font-weight: 400; }
.font-w500 {  font-weight: 500; }
.font-w600 {  font-weight: 600; }
.font-w700 {  font-weight: 700; }
.font-w900 {  font-weight: 900; }


/*===== Gutter Size ======*/
/* 20px gutter*/
.gutter-20.row {
	margin-right: -10px;
	margin-left: -10px;
}
.gutter-20 > [class^="col-"], .gutter-20 > [class^=" col-"] { padding-right:10px; padding-left:10px;}
/* 10px gutter */
.gutter-5.row { margin-right:-4px; margin-left:-4px;}
.gutter-5 > [class^="col-"], .gutter-5 > [class^=" col-"] { padding-right:4px; padding-left:4px;}
/* 10px gutter */
.gutter-10.row { margin-right:-5px; margin-left:-5px;}
.gutter-10 > [class^="col-"], .gutter-10 > [class^=" col-"] { padding-right:5px; padding-left:5px;}
/* 0px gutter */
.gutter-0.row { margin-right:0; margin-left:0;}
.gutter-0 > [class^="col-"], .gutter-0 > [class^=" col-"] { padding-right:0; padding-left:0;}

/*==================================
Commen CSS
================================= */
.div-hide, .add-new{ display:none; }
.mandatory{ color: #ff0000; }
.vh-main{ display: table; text-align: center; vertical-align: middle; width: 100%; height: 100vh;}
.vh-in{ display: table-cell; vertical-align: middle;}
.text-darkgray{ color: #787878; }
.roundbtn{ display: inline-block; background: #2f2f2f; color: #fff; width:35px; height:35px; padding-top: 8px; text-align: center; border-radius: 50%; line-height: 16px; line-height: 22px; }
.roundbtn:hover, .roundbtn.active{ background: #dc3545; color: #fff!important; }
.darkgraybg{ background: #e2e6ea; }
.badge{ min-width: 60px; }
/*==================================
Login CSS
================================= */
.login-bg {
	background: #000;
}

.loginbox {
	background-color: #880d0d;
	margin: 15px auto;
	border-radius: 10px;
	overflow: hidden;
}

.login-logo {
	margin-bottom: 30px;
}

.blue-title {
	text-align: left;
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 19px;
	color: #0035b5;
	line-height: 21px;
}

.loginbox label {
	font-size: 14px;
	font-weight: 400;
	color: #585858;
	margin-bottom: 0px;
	line-height: 25px;
}

.loginbox input {
	margin-bottom: 17px;
	box-shadow: none;
	font-size: 16px;
	font-weight: 400;
}

	.loginbox input[type="email"], .loginbox input[type="password"], .loginbox input[type="text"] {
		min-height: 40px;
		border-radius: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
		font-weight: 500;
		padding-right: 0px;
	}

.loginbox .form-check label {
	font-size: 14px;
	color: #3f3e3e;
}

.loginbox input:focus {
	box-shadow: none;
	color: #000;
}

.blue-link {
	color: #0035b5 !important;
	font-size: 13px;
	font-weight: 600;
}

.loginbtn {
	padding: 10px 15px;
	font-weight: 500;
	text-align: center;
	display: block;
	text-align: center;
	background: #FFB703;
	color: #fff !important;
	font-size: 16px;
	border-radius: 6px;
}

	.loginbtn:hover {
		background: #023047;
	}

.spaceall {
	padding: 25px 15px;
}

.welcometext {
	color: #757575;
	font-size: 17px;
}

	.welcometext span {
		display: block;
		color: #880d0d;
	}

.light-red {
	color: #e0a7a7;
	font-size: 15px;
	font-weight: 400;
	line-height: 25px;
	padding-top: 50px;
}

.lrboxspace {
	margin-left: 10px;
	margin-right: 10px;
}

/*==================================
Menu Styles 
================================= */
#sidebar { width: 250px; position: fixed; top: 0; left: -255px; height: 100vh; z-index: 99999; background: #000; color: #fff;
transition: all 0.3s;  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2); }
#main-nav{overflow-y: auto!important;height: 100vh; }
#sidebar.active { left: 0; }
#sidebar.active #dismiss{ display: inline-block;}
#sidebar #dismiss{ display: none;}
#dismiss {
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	position: absolute;
	top: 0;
	background-color: #000;
	right: -60px;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	color: #d4d4d4;
	font-size: 25px;
}
.menuoverlay { display: none; position: fixed; width: 100vw; height: 100vh; background: rgba(0, 0, 0, 0.3); z-index: 9999; opacity: 0;
transition: all 0.5s ease-in-out; left: 0; right: 0; top: 0; bottom: 0; }
.menuoverlay.active { display: block; opacity: 1; }

/*==================================
Header CSS
================================= */
header{ background: #ffffff; box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1); }
.logobg{ padding: 5px 15px; display: inline-block; margin-left: -15px;}
.hd-icon {
	position: relative;
	display: inline-block;
	color: #FFB703 !important;
	font-size: 20px;
	padding: 15px 12px;
}
	.hd-icon:hover {
		color: #ffb703 !important;
	}
header .text-danger {
	color: #fff !important;
}
	header .text-danger:hover {
		color: #ffb703 !important;
	}
.usericon {
	width: 45px;
	height: 45px;
	box-sizing: border-box;
	border-radius: 50%;
	display: inline-block;
	margin-right: 10px;
	border: solid 1px #c0c1cb;
	overflow: hidden;
	margin-bottom: -9px;
	top: 8px;
	position: relative;
}
.count{ position: absolute; background: #e5403a; padding: 1px 2px; color: #fff; font-size: 11px; top: 7px; right: 0px; border-radius: 10px; line-height: 15px; }
.borderright {
	border-right: solid 4px #FFB703;
	background: #FFB703;
}
.hddropdown .dropdown-item{ padding: 4px 15px; font-size: 14px; }
.profilebox { background-size: 100%; padding-bottom: 15px; }
.profilephoto { border-radius: 50%; width: 75px; height: 75px; overflow: hidden; margin: 0 auto; position: relative; }
.pro-edit { border: solid 1px #000000; position: absolute; background: #fff; border-radius: 50%; width: 25px; height: 25px; text-align: center; right: 80px; z-index: 9; padding-top: 3px; color: #e5403a!important; font-size: 12px; }
/*==================================
Content CSS
================================= */
.content-topspace{ margin-top:80px; padding-bottom: 50px; }
.boxshadow{-webkit-box-shadow: 1px 2px 5px 0px rgba(211, 211, 211, 1); -moz-box-shadow:    1px 2px 5px 0px rgba(211, 211, 211, 1);
box-shadow:1px 2px 5px 0px rgba(211, 211, 211, 1); }

.boxshadow-xs{-webkit-box-shadow: 0px 2px 3px 0px rgba(211, 211, 211, 1); -moz-box-shadow:   0px 2px 3px 0px rgba(211, 211, 211, 1);
box-shadow:0px 2px 3px 0px rgba(211, 211, 211, 1); }

.groupbtn .btn{ background: #f9f9f9; border: solid 1px #dedede; border-radius: 20px; padding-left: 12px; padding-right: 12px; line-height: 1.4; font-size: 13px; }
.groupbtn .btn.active{ background: #313131; color: #fff; }

.table-style{ font-size:13px; color: #676767; font-weight: 400;  }
.table-style th, .table-style td{ padding: 8px 8px; position: relative;}
.table-style .icon-link{ color: #880d0d; padding: 2px 5px; }
.table-style th{ background: #fff; color: #000;   font-size: 13px; font-weight: 600; }
.table-style a{ color: #2a99e7; }
.table-style thead th{border-bottom-color: #000; border-width: 1px;}
a.grid-icon {
	display: inline-block;
	padding: 1px 6px;
	line-height: 15px;
	color: #023047;
	text-decoration: none;
}
span.grid-icon{ display: inline-block; padding: 1px 6px; line-height: 15px;}
button.grid-icon{ display: inline-block; padding: 1px 6px; line-height: 15px;}
.required { font-size: 11px; position: absolute; left: 0; }

.list01{ list-style: none; margin: 0px; padding: 0px;}
.list01 li{ display: block; border-bottom: solid 1px #dedede; padding: 6px 0; position: relative}
.grid-input{ width:50%!important; min-width: 150px!important; }
.grid-input-min-w{ min-width: 150px!important; font-size: 13px; }
.grid-input-max-w-sm{ max-width: 120px!important; margin-top: 1px; margin-bottom: 1px; font-size: 13px; }
/*footer{ background: #f2f2f2; padding: 8px 0px; border-top: solid 1px #dfdfdf; margin-top: 25px;position: absolute; bottom: 0; left: 0; right: 0; }*/

.img-box{ position: relative; border: solid 1px #c1c1c1; width: 135px; display: inline-block; float: left; border-radius: 6px; margin-bottom: 12px; margin-right:16px; }
.img-box .file-img{ background: #fbecec; display: block; min-height: 120px; }
.img-box .file-img i{ color: #e09494; font-size: 60px; }
.img-box .img-name{ font-size:12px; font-weight: 500;  display: block; clear: both; overflow: hidden; padding:6px 10px; color: #000; white-space: nowrap; text-overflow: ellipsis; border-top: solid 1px #c1c1c1; }
.closeimg{ position: absolute; right: -10px; top: -10px; background: #fff; padding: 5px 7px; border: solid 1px #c1c1c1; border-radius: 50%; line-height: 10px; color: #e09494; }

.browsebtn{ background: #f4f4f4!important; border: solid 1px #c1c1c1; min-height:152px; width: 135px; font-size:35px; color: #d6d6d6!important; }
.browsebtn > div{ height:133px; }

.acstyle.collapsed .fa-chevron-up{ display: none;}
.acstyle .fa-chevron-up{ display: inline-block;}

.acstyle.collapsed .fa-chevron-down{ display: inline-block;}
.acstyle .fa-chevron-down{ display: none;}

.linklist a {
	display: block;
	clear: both;
	color: #023047;
	padding: 4px 0px 4px 1rem !important;
	text-transform: capitalize;
}
.linklist li{ display: block; clear: both; }
.linklist a {
	display: block;
	clear: both;
	color: #023047;
	padding: 4px 0px 4px 1rem !important;
	text-transform: capitalize;
}
	.linklist a:hover {
		color: #000;
		background: #f6f6f6;
	}

.borderbox {
	display: block;
	border: solid 1px #023047;
	padding: 4px 9px;
	border-radius: 4px;
	background: #fff;
	color: #023047;
	width: 134px;
	float: left;
	margin-right: 15px;
	height: 100%;
}
.borderbox i{ float: left; margin-right: 4px; font-size: 20px; }
.borderbox i.rt{ -ms-transform: rotate(-108deg); /* IE 9 */  transform: rotate(-108deg); margin-top: 3px; }
.borderbox span{ margin-left: 30px; display: block; line-height: 16px; }

	.borderbox:hover {
		background: #023047;
		color: #fff;
	}
.address span{ padding-top: 1px; padding-bottom: 1px; display: inline-block; margin-right:15px; }
.address span i{ width: 12px; margin-right: 8px; text-align:left; }
.box-right{ border-left: solid 1px #dedede; }

.k-state-selected {
	color:black;
}

@media (min-width: 381px) {
}

@media (min-width: 576px) { 
	.loginbox{ max-width:80%; }
	.lrboxspace{ margin-left:30px; margin-right: 30px; }
	.img-box{ width: 145px; margin-right: 20px; }
}

@media (min-width: 768px) { 
    /*== Header right Profile part ==*/
	.loginbox {  max-width:400px; }
	.list01 li .info{ position: absolute; right: -15px; top: -8px; }
}

@media (min-width: 992px) {
    .numbernav a span.number-txt{ font-size: 15px;}
}

@media (min-width: 1200px) {
  .lrboxspace{ margin-left: 50px; margin-right: 50px; }
	.lr-space{ padding-left: 25px; padding-right: 25px; }
	
	.table-style{ font-size:14px; }
.table-style th{ font-size: 14px; }
}

/*== This Class used for show hand in clickable Option ==*/
.cursor-pointer{
	cursor:pointer;
}
.select2.select2-container {
	width: 100% !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: 3px !important;
	position: absolute;
	top: 50%;
	width: 0;
}

.select2-container--default .select2-selection--single {
	background-color: #fff !important;
	border: 1px solid #aaa !important;
	border-radius: 4px !important;
	display: block !important;
	width: 100% !important;
	height: calc(1.5em + .75rem + 2px) !important;
	padding: .375rem .75rem !important;
	font-size: 1rem !important;
	font-weight: 400 !important;
	line-height: 1.5 !important;
	color: #495057 !important;
	background-color: #fff !important;
	background-clip: padding-box !important;
	border: 1px solid #ced4da !important;
	border-radius: .25rem !important;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out !important;
}
.table-responsive#desktopemptbldiv {
	overflow-x: auto;
}

@media (max-width: 768px) {
	.table-responsive.d-none ~ .col-auto.d-md-none {
		display: block !important;
	}
}

@media (max-width: 767px) {
	.borderbox {
		margin-right: 8px;
	}
	.borderbox:last-child {
		margin-right: 0px;
	}
	.borderbox span {
		margin-left: 25px;
	}
	.headNavigation .font-size20 {
		font-size: 18px;
	}
}

@media (max-width: 575px) {
	.header_row .logobg .logo-image {
		max-width: 176px;
		max-height: 42px;
	}
	.header_row .logobg {
		padding-right: 8px;
	}
	.header_row .hd-icon {
		padding: 8px 10px;
		font-size: 17px;
	}
	.header_row .form-control {
		font-size: 13px;
		padding: 3px 10px;
		height: 30px;
	}
	.content-topspace {
		margin-top: 105px;
	}
	.header_row > .col-12 {
		padding-top: 5px !important;
	}
	#parentHorizontalTab .resp-tab-content.hor_1 .btn {
		font-size: 13px;
	}
	#parentHorizontalTab .ml-1.roundbtn {
		margin-left: 2px !important;
	}
}

