/*regular*/
@font-face {
	font-family: 'gobCL';
	src: url('../fonts/gobCL.eot?#iefix') format('embedded-opentype'), url('../fonts/gobCL.otf') format('opentype'), url('../fonts/gobCL.woff') format('woff'), url('../fonts/gobCL.ttf') format('truetype'), url('../fonts/gobCL.svg#gobCL') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*bold*/
@font-face {
	font-family: 'gobCL';
	src: url('../fonts/gobCL-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/gobCL-Bold.otf') format('opentype'), url('../fonts/gobCL-Bold.woff') format('woff'), url('../fonts/gobCL-Bold.ttf') format('truetype'), url('../fonts/gobCL-Bold.svg#gobCL-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}
html, body {
	width: 100%;
	height: 100%;
}
body {
	font-family: 'gobCL';
	font-size: 14px;
	color: #333333;
	background-color: #eaeef3;
	-webkit-font-smoothing: antialiased;
	line-height: 1.5;
	letter-spacing: 0;
	overflow-x: hidden;
}
*:focus {
	outline: 0 !important;
}
.btn:focus, .btn:active {
	-webkit-box-shadow: none;
	box-shadow: none;
}

/*--------------------------------------------
date table
----------------------------------------------*/
table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
    box-shadow:none;
	border: none;
}

table.dataTable.fixedHeader-floating, table.dataTable.fixedHeader-locked {
    margin-top: 50px !important;
}


/*--------------------------------------------
menu vertical
----------------------------------------------*/

.ui {
	position: relative;
	width: 100%;
	min-width: 320px;
	height: auto;
	min-height: 100%;
	padding-top: 100px;
	overflow: hidden;
}
.ui-header {
	position: fixed;
	top: 0;
	width: 100%;
	height: 50px;
	z-index: 30;
	background-color: #ffffff;
}
.ui-header .navbar-brand {
	padding: 10px 15px;
	line-height: 30px;
	color: #333;
}
 .ui-header.text-white .search-content .form-control:-ms-input-placeholder {
 color: rgba(255, 255, 255, 0.5);
}
 .ui-header.text-white .search-content .form-control::-webkit-input-placeholder {
 color: rgba(255, 255, 255, 0.5);
}
.ui-header .search-content {
	float: left;
	margin-top: 8px;
	position: relative;
	width: 230px;
}
.ui-header .search-content .form-control {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	float: left;
	width: auto;
	padding-left: 0;
	font-size: 12px;
	background-color: transparent;
	color: inherit;
}
 .ui-header .search-content .form-control::-moz-placeholder {
 color: rgba(0, 0, 0, 0.5);
 opacity: 1;
}
 .ui-header .search-content .form-control:-ms-input-placeholder {
 color: rgba(0, 0, 0, 0.5);
}
 .ui-header .search-content .form-control::-webkit-input-placeholder {
 color: rgba(0, 0, 0, 0.5);
}
.ui-header .search-content .srch-btn {
	float: left;
	background: none;
}
.ui-header .search-content .srch-btn:hover, .ui-header .search-content .srch-btn:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.ui-aside {
	float: left;
	width: 240px;
	margin-left: -240px;
	color: rgba(255,255,255, 0.7);
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-transition: all .299s;
	transition: all .299s;
}
.ui-aside::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: inherit;
	background-color: inherit;
	border: inherit;
	z-index: -1;
}
.ui-aside .nav > li > a {
	padding: 12px 15px;
	color: rgba(255,255,255,0.7);
}
.ui-aside .nav > li > a > span {
	display: block;
	padding-left: 25px;
	width: 170px;
	opacity: 1;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
}
.ui-aside .nav > li > .nav-sub .nav-sub {
	padding-left: 15px;
}
.ui-aside .nav > li.active > a {
	color: #ffffff;
}
.ui-content {
	width: 100%;
	height: 100%;
	margin-left: 0;
	-webkit-transition: margin-left .3s;
	transition: margin-left .3s;
}
.ui-content::before, .ui-content::after {
	display: table;
	content: " ";
}
.ui-content::after {
	clear: both;
}
.ui-content-body {
	float: left;
	width: 100%;
	margin-bottom: 40px;
	padding: 10px;
}
.ui-aside-right {
	position: fixed;
	top: 100px;
	right: 0;
	bottom: 0px;
	overflow: hidden;
	overflow-y: auto;
	z-index: 20;
	width: 240px;
	height: 100%;
	margin-right: -240px;
	background-color: #ffffff;
	border-left: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-transition: width .3s, margin-right .3s;
	transition: width .3s, margin-right .3s;
	padding-bottom: 100px;
}
.ui-footer {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	margin-left: 0px;
	padding-left: 10px;
	background-color: #ffffff;
	height: 50px;
	line-height: 50px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-transition: all .3s;
	transition: all .3s;
	font-size: 12px;
}
.bar-gob {
	position: absolute;
	right: 10px;
	bottom: 0;
	background: #eb3c46;
	width: 150px;
	height: 10px;
}
.bar-gob .blue {
	background: #0f69b4;
	width: 60px;
	height: 10px;
}
.ui-aside-compact .ui-aside {
	margin-left: 0;
	-webkit-transition: all .301s;
	transition: all .301s;
}
.ui-aside-compact .ui-content {
	margin-left: 240px;
}
.ui-aside-compact .ui-footer {
	margin-left: 240px;
}
.ui-content-compact .ui-aside-right {
	margin-right: 0;
}
.ui-content-compact .ui-container {
	margin-right: 0;
}
.nav li a {
	overflow: hidden;
}
.nav li a:focus {
	color: inherit;
	background-color: inherit;
}
.nav li a:hover {
	color: #ffffff;
	background-color: #003D72;
}
.nav li a i {
	float: left;
	width: 20px;
	margin-top: 3px;
}
.nav .active {
	background-color: #003D72;
}
.nav-sub {
	display: none;
	background-color: inherit;
}
.nav-sub--open {
	display: block;
}
.nav-sub .active a {
	background-color: inherit;
}
.nav-sub-header {
	display: none !important;
}
.ui-fullWhith {
	width: 100%;
	max-width: 100%;
	height: 100%;
	min-height: auto;
}
.ui-fullWhith.ui-aside-compact .ui-aside {
	overflow: visible;
}
.ui-fullWhith .ui-aside {
	height: 100%;
	overflow-y: auto;
}
.ui-fullWhith .ui-content-body, .ui-fullWhith .ui-container {
	height: 100%;
}
.ui-fullWhith .ui-container {
	position: relative;
}
.form-control {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.form-control:focus {
	border-color: #4aa9e9;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.search-dropdown {
	position: absolute;
	top: 0;
	right: 0;
}
.search-dropdown .btn {
	height: 50px;
	line-height: 20px;
	padding: 15px;
	background: #fff;
}
.search-dropdown .dropdown-menu {
	position: fixed;
	top: 50px;
	left: 0;
	height: 50px;
	margin-top: 1px;
	-webkit-border-radius: 0;
	border-radius: 0;
	padding: 0;
	padding: 5px;
	border: 0;
}
.search-dropdown .form-control {
	height: 40px;
	font-size: 16px;
	border: 0;
}
/*--------------------------------------------
Nav
----------------------------------------------*/
.navbar-header {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.navbar-header--default {
	color: #ffffff;
	background-color: #3a466c;
}
.navbar-header--default + .search-dropdown .btn {
	color: #ffffff;
}
.navbar-header--dark {
	color: #ffffff;
	background-color: #2d3756;
}
.navbar-brand .logo > i {
	margin-right: 5px;
}
.navbar-brand .logo-compact {
	display: none;
}
.navbar-collapse {
	padding-right: 0;
	padding-left: 0;
	background-color: #fff;
	height: 51px;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}
.navbar-collapse .toggle-btn {
	float: left;
	padding: 14px 15px;
}
.navbar-collapse .navbar-nav {
	float: left;
	margin: 0;
}
.navbar-collapse .navbar-nav > li {
	float: left;
}
.navbar-collapse .navbar-nav .badge {
	display: inline-block;
	width: auto;
	background-color: #ff6c60;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-size: 10px;
	font-weight: normal;
	line-height: 13px;
	padding: 2px 5px;
	position: absolute;
	right: 4px;
	top: 10px;
}
.navbar-collapse .navbar-nav li a {
	padding-top: 15px;
	padding-bottom: 15px;
	height: 50px;
	text-align: center;
	color: #333333;
}
.navbar-collapse .navbar-nav li a:hover,
.navbar-collapse .navbar-nav li a:focus,
.navbar-collapse .navbar-nav li a:active{
	color: inherit;
	background-color: rgba(0,0,0,0.1) !important;
}
.navbar-collapse .navbar-nav .open > a {
	background-color: rgba(44, 44, 44, 0.1);
}
.navbar-collapse .navbar-nav .dropdown-menu {
	right: 0;
	left: auto;
}
.navbar-collapse .navbar-nav .dropdown-menu a {
	text-align: left;
	height: auto;
}
.navbar-collapse .navbar-right {
	float: right !important;
	margin: 0;
	height: 50px;
}
.navbar-collapse .open > .dropdown-menu {
	display: block;
}
.navbar-collapse .navbar-nav .open .dropdown-menu {
	position: absolute;
	min-width: 260px;
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
	z-index: 1000;
}
.ui-aside li > a > .pull-right {
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -7px;
	opacity: 1;
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
}
.ui-aside li > a .label {
	margin-left: 5px;
}
.ui-aside li.active > a > .fa-angle-right {
	-webkit-transform: rotate(-270deg);
	-ms-transform: rotate(-270deg);
	transform: rotate(-270deg);
}
.ui-aside li.active > a > .pull-right {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: 0px;
}
/* dropdowns */
.dropdown-menu {
	padding: 0;
	border: none;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important;
}
.dropdown-header {
	padding: 10px 15px;
	font-weight: 600;
	font-size: 13px;
	background-color: rgba(0, 0, 0, 0.03);
}
.dropdown-footer > a {
	text-align: center !important;
	text-decoration: none;
	display: block;
	padding: 10px 15px !important;
	border-top: 1px solid #eaeef3;
	font-size: 13px;
}
.dropdown-footer > a:focus, .dropdown-footer > a:hover {
	background-color: rgba(0, 0, 0, 0.03) !important;
}
.dropdown-menu-usermenu {
	min-width: 200px !important;
}
.dropdown-menu-usermenu > li > a {
	padding: 10px 15px !important;
}
.dropdown-menu-usermenu > li > a:focus, .dropdown-menu-usermenu > li > a:focus, .dropdown-menu-usermenu > li > a:hover {
	color: #2c2c2c !important;
	background-color: rgba(0, 0, 0, 0.02) !important;
}
/*--------------------------------------------
Right side Widget
----------------------------------------------*/
.aside-widget {
	padding: 12px;
}
.aside-widget h5 {
	font-weight: bold;
	border-bottom: 1px solid #dae0e6;
	padding-bottom: 22px;
}
.aside-widget .table > tbody > tr > td {
	border-bottom: 1px solid #ddd;
	border-top: none;
}
.aside-widget .progress, .progress {
	height: 8px;
}
.aside-widget .task-info {
	margin-bottom: 10px;
}
.aside-widget a:hover {
	text-decoration: none;
}
/*--------------------------------------------
Notifications
----------------------------------------------*/
.topmenu-list {
	position: relative;
	padding: 10px 24px 10px 15px;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	border-left: 0;
	border-right: 0;
	border-color: #eaeef3;
}
.topmenu-list-content {
	margin-bottom: 0;
}
.topmenu-list-content-small {
	width: 320px;
	min-height: 325px;
	max-height: 325px;
	overflow-y: scroll;
}
.topmenu-list a:focus, .topmenu-list a:hover {
	text-decoration: none;
}
.topmenu-list:hover {
	background-color: rgba(0, 0, 0, 0.02);
}
.topmenu-list-status {
	position: absolute;
	width: 8px;
	height: 8px;
	border: none;
	-webkit-border-radius: 500px;
	border-radius: 500px;
	overflow: hidden;
	right: 0;
	top: 0;
	margin-top: 18px;
	margin-right: 16px;
	padding: 0;
}
.topmenu-list-status:hover {
	background-color: rgba(0, 0, 0, 0.2);
}
.topmenu-list-status-read {
	background-color: rgba(0, 0, 0, 0.12);
}
.topmenu-list-status-unread {
	background-color: #4AA9E9;
}
.topmenu-list-avatar {
	position: relative;
	text-align: center;
	width: 38px;
	height: 38px;
	margin-right: 10px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	overflow: hidden;
}
.topmenu-list-avatar-icon {
	margin: 0 !important;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 14px;
	color:#fff;
}


.topmenu-list-highlight {
	display: block;
	overflow: hidden;
	color: #626262;
}
.topmenu-list-highlight-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 13px;
	font-weight: bold;
}
.topmenu-list-highlight-excerpt {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 13px;
}
.topmenu-list-highlight-time {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 12px;
	color: #aaaaa9;
}
/*--------------------------------------------
Tree
----------------------------------------------*/

.tree {
	padding-left: 14px;
	overflow: auto;
	position: relative;
}
.tree-solid-line {
	padding-left: 12px;
}
.tree.tree-no-line {
	padding-left: 0;
}
.tree:before {
	width: 1px;
	z-index: 1;
	display: block;
	content: "";
	position: absolute;
	top: -21px;
	bottom: 16px;
	left: 0;
	border-left: 1px dotted #666;
}
.tree.tree-solid-line:before {
	border-left: 1px solid #999;
}
.tree.tree-no-line:before {
	display: none;
}
.tree .tree-folder {
	width: auto;
	min-height: 20px;
	cursor: pointer;
}
.tree .tree-folder .tree-folder-header {
	position: relative;
	min-height: 20px;
	line-height: 20px;
	min-width: 100px;
}
.tree .tree-folder .tree-folder-header:hover {
	background-color: #f3f3f3;
	border-radius: 0px;
}
.tree .tree-folder .tree-folder-header .tree-folder-name, .tree .tree-item .tree-item-name {
	display: inline;
	z-index: 2;
}
.tree .tree-folder img {
	margin-left: 4px;
}
.tree .tree-folder .tree-folder-header .tree-folder-name {
	margin-left: 2px;
}
.tree .tree-folder .tree-folder-content {
	margin-left: 23px;
	position: relative
}
.tree .tree-folder .tree-folder-content:before {
	display: inline-block;
	content: "";
	position: absolute;
	width: 1px;
	z-index: 1;
	top: -9px;
	bottom: 16px;
	left: -12px;
	border-left: 1px dotted #666;
}
.tree.tree-solid-line .tree-folder .tree-folder-content:before {
	border-left: 1px solid #999;
}
.tree.tree-no-line .tree-folder .tree-folder-content:before {
	display: none;
}
.tree .tree-item {
	position: relative;
	min-height: 20px;
	line-height: 20px;
	min-width: 100px;
	cursor: pointer
}
.tree .tree-item:hover {
	background-color: #f3f3f3;
	border-radius: 0px;
}
.tree .tree-item .tree-item-name {
	margin-left: 2px;
}
.tree .tree-folder, .tree .tree-item {
	position: relative;
}
.tree .tree-folder:before, .tree .tree-item:before {
	display: inline-block;
	content: "";
	position: absolute;
	top: 14px;
	left: -13px;
	width: 18px;
	height: 0;
	border-top: 1px dotted #666;
	z-index: 1;
}
.tree.tree-solid-line .tree-folder:before, .tree.tree-solid-line .tree-item:before {
	border-top: 1px solid #999;
}
.tree.tree-no-line .tree-folder:before, .tree.tree-no-line .tree-item:before {
	display: none;
}
.tree .tree-selected {
	background-color: #F1F2F7;
	color: #6398b0;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.tree .tree-selected:hover {
	background-color: #f3f3f3;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.tree .tree-item, .tree .tree-folder {
	border: 1px solid #FFF
}
.tree .tree-item, .tree .tree-folder .tree-folder-header {
	margin: 0;
	padding: 4px 5px 6px 5px;
	color: #333;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.tree .tree-item .tree-item-name > i, .tree .tree-folder .tree-folder-header > i {
	color: #a6a6a6;
}
.tree .tree-item.tree-selected > i, .tree .tree-item .tree-item-name > i {
	margin-left: -2px;
	width: 14px;
	display: inline-block;
	text-align: center;
	margin-right: 1px;
	color: #a6a6a6;
}
.tree.tree-plus-minus .tree-folder-header .fa-folder-open:before {
	height: 16px;
	width: 16px;
	line-height: 16px;
	vertical-align: middle;
	display: inline-block;
	background: url("../img/tree-icons.png") no-repeat;
	background-position: 0 -23px;
	content: "";
}
.tree.tree-plus-minus .tree-folder-header .fa-folder:before {
	height: 16px;
	width: 16px;
	line-height: 16px;
	vertical-align: middle;
	display: inline-block;
	background: url("../img/tree-icons.png") no-repeat;
	background-position: 0 0px;
	content: "";
}
.ie .tree.tree-plus-minus .tree-folder-header .fa-folder:before, .ie .tree.tree-plus-minus .tree-folder-header .fa-folder-open:before {
	margin-top: -5px;
}
.tree.tree-plus-minus .tree-folder-name {
	margin-left: 0px !important;
}
.tree .tree-actions {
	display: none;
	position: absolute;
	margin-top: 1px;
	right: 4px;
}
.tree .tree-item:hover .tree-actions, .tree .tree-folder-header:hover .tree-actions {
	display: inline-block;
}
.tree .tree-actions > i {
	font-weight: 300;
	padding: 1px 3px;
	text-align: center;
	font-size: 14px;
	color: #999;
	margin-right: 6px;
	margin-top: 0px;
	display: inline-block;
}
.tree .tree-actions > i:hover {
	color: #666;
}
/*--------------------------------------------
tab
----------------------------------------------*/

.nav-tabs .active {
	background-color: transparent;
}
.nav-tabs > li > a {
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.nav-tabs > li > a:hover {
	color: inherit;
	background-color: rgba(0, 0, 0, 0.03);
	border-color: rgba(0, 0, 0, 0.03);
}
.nav-tabs.tabs-left {
	float: left;
	width: 200px;
	border-right: none;
	padding-top: 0;
	position: relative;
	z-index: 10;
}

@media (max-width: 640px) {
.nav-tabs.tabs-left {
	width: 100%;
}
}
.nav-tabs.tabs-right {
	float: right;
	width: 200px;
	border-left: none;
	padding-top: 0;
	position: relative;
	z-index: 10;
}

@media (max-width: 640px) {
.nav-tabs.tabs-right {
	width: 100%;
}
}
.tab-content {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	-webkit-border-radius: 0;
	border-radius: 0;
	padding: 15px;
}
.tab-content.tab-content-left {
	display: block;
	overflow: hidden;
	border: 1px solid #ddd;
}
.tab-content.tab-content-right {
	display: block;
	overflow: hidden;
	border: 1px solid #ddd;
}
/*--------------------------------------------
Accordion
----------------------------------------------*/
.panel-accordion .panel-default {
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.panel-accordion .panel-default .panel-heading {
	background-color: transparent;
	padding: 0;
}
.panel-accordion .panel-default .panel-heading .panel-title {
	position: relative;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.8;
}
.panel-accordion .panel-default .panel-heading .panel-title a {
	padding: 10px 15px;
	display: block;
	background-color: transparent;
	/*border: 1px solid #ddd;*/
	text-decoration: none;
}
.panel-accordion .panel-default .panel-heading .panel-title a::after {
	content: "+";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	position: absolute;
	height: 20px;
	width: 20px;
	right: 12px;
	top: 50%;
	margin-top: -10px;
	line-height: 1.1;
	font-size: 18px;
	color: inherit;
	text-align: center;
}
.panel-accordion .panel-default .panel-heading .panel-title a:focus {
	color: inherit;
}
.panel-accordion .panel-default .panel-heading .panel-title a[aria-expanded="true"] {
	color: #ffffff;
	background-color: #0F69B4;
	border-radius: 3px 3px 0 0;
}
.panel-accordion .panel-default .panel-heading .panel-title a[aria-expanded="true"]::after {
	content: "-";
}
.panel-accordion .panel-default .panel-heading .panel-title a:hover, .panel-accordion .panel-default .panel-heading .panel-title a:active {
	color: #ffffff;
	background-color: #0F69B4;
	border-radius: 3px;
}
.panel-accordion .panel-default .panel-body {
	border-top: none !important;
}
/*--------------------------------------------
select 2
----------------------------------------------*/
.select2-container--default .select2-selection--single {
	border: 1px solid #ccc;
	display: block;
	width: 100% !important;
	min-height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border-radius: 4px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.select2-container--default .select2-selection--multiple {
	border: 1px solid #ccc;
	display: block;
	width: 100% !important;
	min-height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border-radius: 4px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: 1px solid #4aa9e9;
	outline: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
	margin-top: 5px !IMPORTANT;
}
.select2-container .select2-search--inline .select2-search__field {
	margin-top: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #555;
	line-height: 1.42857143;
	padding-left: 0;
	padding-right: 0;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
	padding-left: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 5px;
}
/*--------------------------------------------
Bootstrap TimePicker
----------------------------------------------*/
.bootstrap-timepicker-widget table td input {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #ccc;
	width: 40px;
	height: 36px;
}
.bootstrap-timepicker-widget table td a {
	color: #888;
}
/*--------------------------------------------
icheck
----------------------------------------------*/
.i-checks {
	padding-left: 14px;
	cursor: pointer;
}
.i-checks input {
	opacity: 0;
	position: absolute;
	margin-left: -12px;
}
.i-checks input:checked + i {
	border-color: #0F69B4;
}
.i-checks input:checked + i:before {
	left: 2px;
	top: 2px;
	width: 8px;
	height: 8px;
	background-color: #0F69B4;
}
.i-checks input:checked + span .active {
	display: inherit;
}
.i-checks input[type="radio"] + i, .i-checks input[type="radio"] + i:before {
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.i-checks input[disabled] + i, fieldset[disabled] .i-checks input + i {
	border-color: rgba(13, 13, 13, 0.07);
}
.i-checks input[disabled] + i:before, fieldset[disabled] .i-checks input + i:before {
	background-color: rgba(13, 13, 13, 0.07);
}
.i-checks > i {
	width: 14px;
	height: 14px;
	line-height: 1;
	border: 1px solid #ccc;
	background-color: #fff;
	margin-left: -14px;
	margin-top: -2px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 4px;
	position: relative;
}
.i-checks > i:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 0px;
	height: 0px;
	background-color: transparent;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.i-checks > span {
	margin-left: -12px;
}
.i-checks > span .active {
	display: none;
}
/*--------------------------------------------
Login
----------------------------------------------*/
.login-wrapper {
	padding-top: 10%;
}
.login-wrapper .login-container {
	max-width: 350px;
	background: #ffffff;
	padding: 20px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 0px auto;
	position: relative;
}
.login-wrapper .login-container .copyright-txt {
	position: absolute;
	bottom: -25px;
	left: 0;
	right: 0;
}
.login-wrapper .logo {
	text-align: center;
	font-weight: bold;
}
.login-wrapper h2, .login-wrapper h3 {
	margin: 0 0 15px 0;
}
.login-wrapper .login-form {
	margin-top: 30px;
}
.login-wrapper .user-lock-thumb img {
	width: 80px;
	height: 80px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.login-wrapper .lock-bg {
	background: transparent;
}
.login-logo {
	background: red;
	width: 150px;
	margin: 0 auto;
	margin-top: 50px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.error-txt {
	font-size: 140px;
}
/*--------------------------------------------
panel home
----------------------------------------------*/
.panel-icon-content {
	position: relative;
	text-align: center;
	width: 60px;
	height: 60px;
	margin-right: 10px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	overflow: hidden;
	color: #ffffff;
}
.panel-icon {
	margin: 0 !important;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 34px;
}
.panel-txt {
	display: block;
	overflow: hidden;
	color: #626262;
}

