/*
 *
 * Copyright (c) 2017, 4ng and/or its affiliates. All rights reserved.
 * 4NG PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
 *
 */

/*AIT theme for SMARTset*/
/*This style sheet is the last in the sequence to be applied and will override any styles previously described*/
/*in the core of SMARTset.*/

header {
	background: #6B6DAD;
	border-left: 1px dashed #fff;
}

header ul li.active a, header ul li a:hover {
	color: #6B6DAD;
}

a {
	color: #3A7CB2;
}

.links a {
	color: #53AEFD;
}

button:hover {
}

button:active {
}

.k-button:hover {
	background-color: #4797D8;
}

.km-switch-handle, .km-switch-background {
}

.k-state-selected {
}

.k-tooltip {
	background: #53AEFD !important;
	border-color: #53AEFD !important;
}
.k-tooltip .k-callout-n {
	border-bottom-color: #53AEFD;
}
.k-tooltip .k-callout-e {
	border-left-color: #53AEFD;
}
.k-tooltip .k-callout-s {
	border-top-color: #53AEFD;
}
.k-tooltip .k-callout-w {
	border-right-color: #53AEFD;
}

#widget-dialog .grid figcaption a {
}

.topbar .topbar-search i {
}

.topbar .topbar-search .btn-default:hover {
}

#plannerWrapper #top-pane .layoutMenu {
}

#plannerWrapper #top-pane .k-button {
}

#top-pane .button {
}

.note:hover:before {
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
	background-color: #53AEFD;
}

.profile {
	background-color: #6B6DAD;
	box-shadow: none;
	border-bottom: 1px dashed #fff;
}

.minified .profile a i {
	color: #fff;
}

aside {
	background-color: #6B6DAD;
}

aside nav ul ul {
	background: #474872;
}

aside nav ul li a {
	color: #fff;
}

aside #menu-btn {
	background-color: #53AEFD;
	border-color: #326C99;
}

.btn-primary {
	background-color: #53AEFD;
	border-color: #3A7CB2;
}

.btn-primary:hover {
	background-color: #4797D8;
	border-color: #3A7CB2;
}

.login-locales {
	background-color: rgba(83,174,253,0.3);
}

.login-wrap {
	background: #065CAF url("../imgs/login-bg2.png") no-repeat;
	background-size: cover;
	background-position: center;
}

.login-wrap input[type=submit] {
	background-color: rgba(83,174,253,0.8);
	border-color: 1px solid #3A7CB2;
}

.login-wrap input[type=submit]:hover {
	background-color: rgba(67,142,204,0.8);
	color: #fff;
}

.login-wrap #logo {
	background-color: rgba(255,255,255,0.95);
	border: 1px solid #E1E1E1;
}

.login-wrap #login-form-wrap {
	top: 16%;
}

.login-wrap .login-banner {
	background-color: rgba(83,174,253,0.8);
}

