@import 'theme.css';
body
{
	background-color: #f0f0f0;
}
.header
{
	position: relative;
	background-color: var(--theme-color-gray);
	height: 56px;
}
.logo_place
{
	position: absolute;
	width: 260px;
	background-color: #f0f0f0;
	height: 100%;
}
.logo_place img
{
	height: 100%;
}
.otherPartHeader
{
	margin-left: 260px;
}
.nolistinline
{
	padding-left: 0;
	margin-bottom: 0;
}
.nolistinline li
{
	list-style-type: none;
	display: inline-block;
	position: relative;
	padding: 16px 10px;
	font-size: 14px;
}
.nolistinline li span
{
	color: #fff;
	cursor: pointer;
}
.nolistinline li a
{
	color: #fff;
}
.SideNavMenu ul li
{
	transition: 0.3s;
}
.SideNavMenu ul li:hover
{
	background-color: var(--theme-color-red);
}
.activeSideMenu
{
	background-color: var(--theme-color-red);
}
.activeSubChildMenu
{
	background-color: var(--theme-color-red);
}
.submenu
{
    padding-left: 0;
    margin-bottom: 0;
    text-align: left;
    position: absolute;
    top: 56px;
    width: 154px;
    background-color: #fff;
    box-shadow: 1px 1px 4px #c8c8c8;
    display: none;
    z-index: 100;
}
.submenu li
{
    display: block;
    padding: 5px 8px;
    border-bottom: 1px solid #c8c8c8;
}
.submenu li a
{
	text-decoration: none;
	color: #4a4a4a;
}
.menuToggle
{
	cursor: pointer;
}
.menuToggle i
{
	font-size: 20px;
	color: #fff;
}
.search_block
{
	position: relative;
}
.search_block input
{
	width: 120px;
	height: 26px;
	border:1px solid #c8c8c8;
	font-size: 12px;
	padding-left: 7px;
	transition: 0.3s;
}
.search_block input:focus
{
	width: 170px;
}
.search_block i
{
    position: absolute;
    right: 4px;
    font-size: 13px;
    top: 6px;
    cursor: pointer;
}
.sideMenu
{
	width: 260px;
	position: absolute;
	left: 0;
	background-color: var(--theme-color-gray);
}
.sideMenu ul
{
	padding-left: 0;
	margin-bottom: 0;
}
.sideMenu ul li
{
	list-style-type: none;
	position: relative;
	border-bottom: 1px solid #283038;
}
.sideMenu ul li a
{
	text-decoration: none;
	color: #fff;
	display: block;
	font-size: 14px;
	padding: 10px 15px;
}
.sideMenu ul li a .right_drop
{
    position: absolute;
    right: 17px;
    top: 14px;
    transition: 0.3s;
}
.nav_sideMenu
{
	padding-left: 30px !important;
	background-color: #1b2229;
	display: none;
}
.openedDrop
{
	transform: rotate(90deg);
}
.userDisplayCard
{
	color: #fff;
	text-align: center;
	background-color: #1b2229;
}
.userDisplayCard h3
{
    font-size: 20px;
    padding-top: 22px;
    margin-bottom: 6px;
}
.userDisplayCard p
{
	font-size: 15px;
	padding-bottom: 22px;
	margin-top: 12px;
	margin-bottom: 0;
}
.contentCenterBody
{
	margin-left: 275px;
	margin-right: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: #fff;
}
.headingTitle
{
	font-size: 20px;
}
.badge_pop
{
	position: fixed;
	z-index: 99;
	left: 275px;
	right: 15px;
	top: -136px;
	padding-right: 100px;
	padding-left:  15px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
	opacity: 0;
	transition: 0.5s;
}
.warning_Badge
{
	background-color: orange;
	color: #fff;
}
.success_Badge
{
	background-color: green;
	color: #fff;	
}
.dange_badge
{
	background-color: red;
	color: #fff;
}
.buttonYesNo
{
	position: absolute;
	right: 0px;
	top: 0;
	height: 100%;
	background-color: #00000026;
}
.buttonYesNo button
{
	background-color: transparent;
    border: 0;
    color: #fff;
    margin-top: 30px;
    padding: 0 17px;
    outline: none;
}
.activeBadge
{
	top: 60px;
	opacity: 1;
}
.grid_widgets
{
	margin-left: 270px;
	margin-right: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.overlay
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.75);
	z-index: 98;
	display: none;
}
.grid_widgets
{

}
.grid_widgets .col-md-3
{
	padding-left: 5px;
	padding-right: 5px;
}
.widgetBox
{
	text-align: center;
	color: #fff;
	padding: 10px 0;
}
.widgetBox i
{
	font-size: 38px;
}
.widgetBox h5
{
	
}
.widgetBox p
{
	margin-bottom: 0px;
}
.Wid1{background-color: #00caad;}
.Wid2{background-color: #288ae1;}
.Wid3{background-color: #e05471;}
.Wid4{background-color: #fdbb1f;}

.tableUi 
{
	width: 100% !important;
}
.tableUi th
{
	font-size: 14px;
	white-space: nowrap;
}
.tableUi td
{
	font-size: 14px;
}
.panel_body
{
	padding: 15px;
}
.headingTitle
{
	font-size: 18px;
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #c8c8c8;
}
.stickyHead
{
	position: fixed;
    top: 0;
}
.treeViews
{
	padding-left: 0;
	margin-bottom: 0;
}
.treeViews li
{
	position: relative;
    display: inline-block;
    list-style-type: none;
    border: 1px solid var(--theme-color-red);
    width: 150px;
    margin-bottom: 3px;
}
.blockconn
{
	padding: 5px;
	background-color: var(--theme-color-red);
	cursor: pointer;
}
/*889332*/
.blockconn h3
{
	font-size: 14px;
	margin: 0;
	color: #fff;
}
.blockconn p
{
	font-size: 13px;
	font-weight: 600;
	margin: 0;
	color: #fff;
}
.childavai
{
	position: absolute;
	right: 4px;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
}
.Nochildavai
{
	display: none;
}
.treeViews li ul
{
	position: absolute;
	left: 100%;
	padding-left: 5px;
	top: 0;
}
.childTree
{
	display: none;
}
.mt10
{
	margin-top: 10px;
}
.kycinput input
{
	padding: 3px;
    margin-bottom: 15px;
}
.TableUI
{
	width: 100%;
	border:1px solid #c8c8c8;
	border-collapse: collapse;
}
.TableUI tr th,tr td
{
	border:1px solid #c8c8c8;
	font-size: 14px;
	padding: 6px;
}
.msg_cnter
{
	padding-top: 30px;
	padding-bottom: 20px;
	font-size: 18px;
	color: green;
	font-weight: 600;
}


.login_body
{
	background-image: url(https://www2.itallcounts.org/wp-content/uploads/2017/03/for-corporate-background-2.jpg);
	height: 100vh;
}
.loginFieldBlock
{
	position: absolute;
	top: 0;
	right: 0;
	width: 450px;
	background-color: #fff;
	padding: 60px;
	padding-top: 100px;
	height: 100vh;
}
.loginFieldBlock label
{
	font-size: 12px;
	margin-bottom: 0;
}
.loginFieldBlock input[type='text'], .loginFieldBlock input[type='password']
{
    width: 100%;
    border: 0;
    border-bottom: 1px solid #c8c8c8;
    font-size: 14px;
    margin-bottom: 10px;
    outline: none;
    padding-left: 7px;
}
.loginFieldBlock input[type='checkbox']
{
	vertical-align: -2px;
}
.loginFieldBlock input[type='submit']
{
	background-color: var(--theme-color-red);
	width: 100%;
	height: 38px;
	border:0;
	color: #fff;
	border-radius: 7px;
	margin: 20px 0;
}
.fpaswdText
{
	font-size: 12px;
}
.signUpBtn button
{
	background-color: var(--theme-color-gray);
	width: 100%;
	height: 38px;
	border:0;
	color: #fff;
	border-radius: 7px;
	margin: 20px 0;
}
.SignUpDiv
{
	padding-top: 60px;
}
.SignUpDiv .signUpBtn button
{
	margin-top: 15px;
}
.resetPwdBlock
{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 450px;
	transform: translate(-50%,-50%);
	background-color: #fff;
	padding: 60px;
	box-shadow: 2px 2px 2px #4e4e4e;
}
.resetPwdBlock input[type='password']
{
    width: 100%;
    border: 0;
    border-bottom: 1px solid #c8c8c8;
    font-size: 14px;
    margin-bottom: 10px;
    outline: none;
    padding-left: 7px;
}
.resetPwdBlock input[type='submit']
{
	background-color: var(--theme-color-red);
	width: 100%;
	height: 38px;
	border:0;
	color: #fff;
	border-radius: 7px;
	margin: 20px 0;
}



/*tree css*/
	.tree ul {
	padding-top: 20px; position: relative;
	
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.tree li {
	float: left; text-align: center;
	list-style-type: none;
	position: relative;
	padding: 20px 5px 0 5px;
	
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

/*We will use ::before and ::after to draw the connectors*/

.tree li::before, .tree li::after{
	content: '';
	position: absolute; top: 0; right: 50%;
	border-top: 1px solid #ccc;
	width: 50%; height: 20px;
}
.tree li::after{
	right: auto; left: 50%;
	border-left: 1px solid #ccc;
}

/*We need to remove left-right connectors from elements without 
any siblings*/
.tree li:only-child::after, .tree li:only-child::before {
	display: none;
}

/*Remove space from the top of single children*/
.tree li:only-child{ padding-top: 0;}

/*Remove left connector from first child and 
right connector from last child*/
.tree li:first-child::before, .tree li:last-child::after{
	border: 0 none;
}
/*Adding back the vertical connector to the last nodes*/
.tree li:last-child::before{
	border-right: 1px solid #ccc;
	border-radius: 0 5px 0 0;
	-webkit-border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
}
.tree li:first-child::after{
	border-radius: 5px 0 0 0;
	-webkit-border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;
}

/*Time to add downward connectors from parents*/
.tree ul ul::before{
	content: '';
	position: absolute; top: 0; left: 50%;
	border-left: 1px solid #ccc;
	width: 0; height: 20px;
}

.tree li a{
	border: 1px solid #ccc;
	padding: 5px 10px;
	text-decoration: none;
	color: #666;
	font-family: arial, verdana, tahoma;
	font-size: 11px;
	display: inline-block;
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

/*Time for some hover effects*/
/*We will apply the hover effect the the lineage of the element also*/
.tree li a:hover, .tree li a:hover+ul li a {
	background: #c8e4f8; color: #000; border: 1px solid #94a0b4;
}
/*Connector styles on hover*/
.tree li a:hover+ul li::after, 
.tree li a:hover+ul li::before, 
.tree li a:hover+ul::before, 
.tree li a:hover+ul ul::before{
	border-color:  #94a0b4;
}
/*tree css*/
.mainHead h3
{
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 3px;
}
.mainHead p
{
	margin-bottom: 0;
}
.mainHead
{
	overflow-x: scroll;
	padding-bottom: 100px;
}

.p0
{
	padding: 0;
}
.dark-light
{
	display: none !important;
}