/**
 * Theme Name: AdminBlue
 * Theme URI: https://www.witypro.com
 * Description: wityPro
 * Author: Creatiwity
 * Author URI: https://creatiwity.net
 * Version: 1.3.5
 */

html {
	height: 100%;
}

body {
	height: 100%;
	background: #f5f5f5;
	color: #5f6b7b;
	font-family: 'Lato', sans-serif;
}

a, a:focus {
	color: #047de7;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #00699c;
	text-decoration: none;
}

.required {
	color: #f64129;
}

label {
	cursor: pointer;
}

.btn-group {
	white-space: nowrap;
}

.btn-group > a:first-child {
	margin-right: -4px;
}

.btn-group > a.btn, .btn-group button.btn {
	float: none;
}

/**
 * Menu column
 */

.col-menu {
	width: 300px;
	min-height: 100%;
	background: #2a303c;
	color: #f2f6fa;
	position: fixed;
	z-index: 1000;
	overflow: auto;
	top: 0;
	left: 0;
	bottom: 0;
    -webkit-transition: left 0.3s ease-in-out;
       -moz-transition: left 0.3s ease-in-out;
        -ms-transition: left 0.3s ease-in-out;
         -o-transition: left 0.3s ease-in-out;
            transition: left 0.3s ease-in-out;
}

.col-menu .col-menu-inner {
	min-height: 100%;
	position: relative;
}

.col-menu .top-logo {
	padding: 15px;
	font-weight: bold;
	font-size: 1.3em;
}

@media (max-width: 992px) {
	.col-menu {
		left: -300px;
	}

	.menu-opened .col-menu {
		left: 0;
	}
}

.col-menu a, .col-menu:focus {
	color: inherit;
}

.col-menu .apps-menu {
	list-style: none;
	margin: 0;
	padding: 0 0 50px 0;
}

.col-menu .apps-menu li a.app-link {
	display: block;
	padding: 10px 20px;
}

.col-menu .apps-menu li a.app-link .icon {
	background-repeat: no-repeat;
	background-position: left top;
	display: inline-block;
	width: 30px;
	height: 30px;
	vertical-align: middle;
	margin-right: 10px;
}

.col-menu .apps-menu li.active a.app-link .icon,
.col-menu .apps-menu li a.app-link:hover .icon {
	background-position: left bottom;
}

.col-menu .apps-menu li a.app-link:hover {
	background: #212734;
}

.col-menu .apps-menu li.active a.app-link {
	background: #39455f;
	border-left: 5px solid #047de7;
	padding-left: 15px;
}

.col-menu .apps-menu li .app-actions li {
	margin: 0;
}

.col-menu .apps-menu li .app-actions li a {
	background: #28b5f6;
	border-radius: 0;
	padding: 10px 20px;
}

.col-menu .apps-menu li .app-actions li a:hover,
.col-menu .apps-menu li .app-actions li.active a {
	background: #047de7;
}

.col-menu .logo-witypro {
	position: absolute;
	width: 300px;
	left: 0;
	right: 0;
	bottom: 5px;
	text-align: center;
}

.col-menu .logo-witypro img {
	max-width: 140px;
	margin: auto;
}

/**
 * Content column
 */

.col-content {
	margin-left: 300px;
	-webkit-transition: margin-left 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
       -moz-transition: margin-left 0.3s ease-in-out, -moz-transform    0.3s ease-in-out;
        -ms-transition: margin-left 0.3s ease-in-out, -ms-transform     0.3s ease-in-out;
         -o-transition: margin-left 0.3s ease-in-out, -o-transform      0.3s ease-in-out;
            transition: margin-left 0.3s ease-in-out, transform         0.3s ease-in-out;
}

@media (max-width: 992px) {
	.col-content {
		margin-left: 0;
	}

	.menu-opened .col-content {
		-webkit-transform: translate3d(300px, 0, 0);
	       -moz-transform: translate3d(300px, 0, 0);
	        -ms-transform: translate3d(300px, 0, 0);
	         -o-transform: translate3d(300px, 0, 0);
	            transform: translate3d(300px, 0, 0);
	}
}

/* Header */
.col-content .page-head {
	width: 100%;
	height: 50px;
	color: white;
	background: #28b5f6;
	position: fixed;
	top: 0;
	left: 0;
	padding-left: 300px;
	z-index: 900;
	-webkit-transition: padding-left 0.3s ease-in-out;
       -moz-transition: padding-left 0.3s ease-in-out;
        -ms-transition: padding-left 0.3s ease-in-out;
         -o-transition: padding-left 0.3s ease-in-out;
            transition: padding-left 0.3s ease-in-out;
}

@media (max-width: 992px) {
	.col-content .page-head {
		padding-left: 0;
	}
}

.col-content .page-head .toolbar-box {
	padding: 6px 0 0 10px;
	float: left;
}

.col-content .page-head .toolbar-box .btn {
	background: #047de7;
	border: none;
	border-radius: 0;
	color: white;
	border: 1px solid transparent;
}

.col-content .page-head .toolbar-box .btn:hover,
.col-content .page-head .toolbar-box .btn:focus {
	border-color: white;
}

/* Userbox */
.col-content .page-head .userbox button {
	line-height: 30px;
	background: #047de7;
	border: none;
	padding: 10px 20px;
}

.col-content .content {
	padding: 50px 15px 15px 15px;
}

/* Breadcrumb */

.col-content .content .app-breadcrumb {
	font-size: 1.2em;
	color: #047de7;
	margin-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}

.col-content .content .app-head h1.app-title {
	font-size: 2em;
	color: #047de7;
	margin: 0 10px 20px 0;
	float: left;
}

.col-content .content .app-head .kpi-box {
	padding-top: 5px;
}

/* Tables */

.table {
	background: white;
	border-radius: 5px;
}

.table thead tr th,
.table thead tr td,
.table tbody tr td {
	vertical-align: middle;
}

.table tr td.text-ellipsis {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

/* Bootstrap */
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
	background-color: #047de7;
	border-color: #047de7;
}

.label-info {
	background-color: #047de7;
}

.alert-info {
	color: #39455f;
}

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