/* Add here all your CSS customizations */
/* Add here all your CSS customizations */

html.dark body {
    color: #B3B8C6;
}

html.dark .nav-active{
	background-color: #21262d !important;
}
html.dark .nav-active a i{
	color: #0088CC;
}

html.dark .header.header-nav-menu.header-nav-stripe .header-nav-main nav > ul > li > a i{
	font-size: 20px;
	display: block;
	text-align: center;
}
.header.header-nav-menu.header-nav-stripe nav > ul > li > a, .header.header-nav-menu.header-nav-stripe nav > ul > li:hover > a {
    padding: 9px 13px 9px;
    margin: 0;
	text-decoration: none;
}
.header.header-nav-menu .header-nav-main nav > ul > li {
    width: 100px;
}
.header.header-nav-menu .header-nav-main nav > ul > li a{
	width: 100px;
}
.header.header-nav-menu .header-nav-main nav > ul > li a span{
	width: 100%;
	text-align: center;
	display: inline-block;
}
@media screen and (max-width: 990px){
	.header.header-nav-menu .header-nav-main nav > ul > li {
		width: auto;
		padding-top: 20px;
	}
	html.dark .header.header-nav-menu.header-nav-stripe .header-nav-main nav > ul > li > a i{
		display: inline-block;
	}
	.header.header-nav-menu .header-nav-main nav > ul > li a span{
		width: 83%;
	}
}
.tr_parent {
    font-style: italic;
    font-size: 10px;
    margin-left: 10px;
    display: block;
}


.back_arrow{
	position: fixed;
	left: 0;
	top: 114px;
	height: 30px;
	width: 60px;
	border-radius: 0px 0px 10px 0px;
	background: #282d36; 
	opacity: 0.75;
	text-align: center;
	padding-top: 5px;
	z-index: 100;
	color: white;
	font-weight: bold;
}
.back_arrow:hover {
    opacity: 1;
}
.back_arrow a{
	color: white;
}
.back_arrow a:hover{
    color: #d53600;
    text-decoration: none;
}
.hoverbutton{
	position: fixed;
	right: 0px;
	bottom: 0px;
	height: 30px;
	width: 100px;
	background: #282d36;
	opacity: 0.75;
	text-align: center;
	padding-top: 5px;
	z-index: 9000;
	color: white;
	transition: all 0.5s ease 0s;
	border-radius: 10px 0px 0px 0px;
}
.hoverbutton:hover {
    opacity: 1;
}
.hoverbutton .save_link{
	color: white;
	font-weight: bold;
}
.hoverbutton .save_link:hover{
    color: #d53600;
    text-decoration: none;
}

.hoverbutton.topside{
    top: 114px;
    bottom: auto;
    width: 160px;
    border-radius: 0px 0px 0px 10px;
}
.scroll-to-top {
    bottom: 30px !important;
    right: 0px !important;
}



.for_cke{
	padding: 0px 15px !important;
}
.cke_chrome{
	box-shadow: none !important;
	border: 0px !important;
}
.cke_top {
    #background: #2E353E !important;
    background: #E8E9F5 !important;
}

.cke_wysiwyg_frame, .cke_wysiwyg_div {
    background-color: #2E353E !important;
}
.cke_button_disabled .cke_button_icon {
    opacity: 1 !important;
}

td a{
	color: #B3B8C6;
}
td a i:hover{
	color: #0099e6;
}
.dd-handle {
    height: auto;
}
.dd-item{
	line-height: 15px;
}
.dd-item a{
	float: right;
	position: relative;
	top: -30px;
	right: -20px;
}

.talentPanel{
	min-height: 650px;
}

@media screen and (max-width: 990px){
	.talentPanel{
		min-height: auto;
		margin-bottom: 5px;
	}
	.talentPanel .panel-actions {
		right: 15px;
		position: absolute;
		top: 15px;
	}
}
.nav-tabs.nav-justified li .nav-link, .nav-tabs.nav-justified li.active .nav-link, .nav-tabs.nav-justified li.active .nav-link:hover, .nav-tabs.nav-justified li.active .nav-link:focus {
    background: #282d36;
	border-top-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
}
.nav-tabs.nav-justified li .nav-link{
	background-color: #2e353e;
	#border-top: transparent;
}
.nav-tabs.nav-justified li .nav-link:hover, .nav-tabs.nav-justified li .nav-link:focus {
    border-bottom: 1px solid transparent;
}
.nav-tabs.nav-justified li a {
	height: 60px;
}
.nav-tabs.nav-justified li.active a {
	height: 63px;
}
.nav-tabs.nav-justified li a span {
    vertical-align: middle;
    
}
.nav-link {
    padding: 5px 10px;
}
.tab-content {
	background-color: #282d36;
	border: 1px solid transparent;
}
.tab-content .card-body:hover {
    background-color: #2f3139;
	cursor: pointer;
}
.dataTables_wrapper .dataTables_filter label {
    width: 100%;
}
.m_t_improvements {
    color: orange;
}
.widget-summary .summary-icon {
    font-size: 3rem;
    width: 50px;
    height: 50px;
    line-height: 49px;
}
.widget-summary a{
	color: white;
}
.danger_it{
	color: red !important;
}
.danger_it.active:hover, .danger_it.active{
	border-top-color: red !important;
}