@charset "utf-8";
/* CSS Document */
html, body {
	height: 100%;
	margin: 0px;
}
body {
	/* margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;*/
  /*color: #77787b;*/
  color: #000;/*background-color: #eaebed;
  background:url(../img/page_bg.png) fixed repeat-x left top;*/
	/*radial-gradient(black 15%, transparent 16%) 0 0,
	radial-gradient(black 15%, transparent 16%) 8px 8px,
	radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 0 1px,
	radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 8px 9px;*/
	/*background-color:#111119;
	background-size:16px 16px;*/
}
a {
	color: #006699;
}
p {
/*font-size: 16px;*/
}
h1, h2, h3, h4, h5, h6 {
/*color: #007440;*/
}
/*.page-header {
  border-bottom: 1pxpx solid #eeeeee;
}

hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #ffffff;
}*/

/*select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  padding: 4px 4px 4px 4px;
  font-size: 13px;
  color: #555555;
  border: 1px solid #ccc;
}*/

/*.navbar-brand{
	background:url(../img/logo.png) no-repeat 10px center;
	width: 150px;
}*/

.well {
	background-color: #f5f5f5;
}
/*.breadcrumb {
    background-color: #E9F3F9;
}*/
.card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #ffffffe6;
	background-clip: border-box;
	border: 1px solid #000;
	border-radius: 0;
	-webkit-box-shadow: 3px 1px 33px -22px rgba(0, 0, 0, 0.44);
	-moz-box-shadow: 3px 1px 33px -22px rgba(0, 0, 0, 0.44);
	box-shadow: 3px 1px 33px -22px rgba(0, 0, 0, 0.44);
}
.breadcrumb {
	background-color: #e9ecef3d;
}
.card-header {
	background-color: #fff;
	border-bottom: none;
}
.card-footer {
	background-color: #fff;
	border-top: none;
}
.breadcrumb > .active {
	color: #000;
}
.btn-default {
	background: #369;
	background-image: -moz-linear-gradient(top, #3d94ca, #3369af);
	background-image: -ms-linear-gradient(top, #3d94ca, #3369af);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3d94ca), to(#3369af));
	background-image: -webkit-linear-gradient(top, #3d94ca, #3369af);
	background-image: -o-linear-gradient(top, #3d94ca, #3369af);
	background-image: linear-gradient(top, #3d94ca, #3369af);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#'3d94ca, endColorstr='#'3369af, GradientType=0);
	color: #FFF;
	font-weight:700;
	text-shadow:none;
	border-color:#666;/*background-image:none;*/
}
.btn-default:hover, .btn-default:focus {
	background-color: #fff!important;
	color:#000!important;
	border-color:#666;
	outline: none;
}
.btn-primary {
	min-height: 0!important;
	display: inline-block;
	text-decoration: none;
	background-color: #E8E8E8!important;
	background-image: 
        /* gloss gradient */
        -webkit-gradient( linear, left bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.3)), color-stop(100%, rgba(255, 255, 255, 0.2))),         /* dark outside gradient */ -webkit-gradient( linear, left top, right top, color-stop(0%, rgba(210, 210, 210, 0.3)), color-stop(20%, rgba(210, 210, 210, 0)), color-stop(80%, rgba(210, 210, 210, 0)), color-stop(100%, rgba(210, 210, 210, 0.3))),         /* light inner gradient */ -webkit-gradient( linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(20%, rgba(255, 255, 255, 0.5)), color-stop(80%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0))),         /* diagonal line pattern */ -webkit-gradient( linear, 0% 100%, 100% 0%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(40%, rgba(255, 255, 255, 0)), color-stop(40%, #D2D2D1), color-stop(60%, #D2D2D1), color-stop(60%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)))!important;
	-webkit-box-shadow:
 0px -1px #fff, /* top highlight */ 0px 3px 3px #0000007a !important; /* bottom edge */
	-webkit-background-size: 100%, 100%, 100%, 4px 4px!important;
 -webkit-transition: -webkit-transform .1s ease-in-out!important;
	color: #000;
	border-bottom: solid 3px #b7b7b7;
	border-top: none;
	border-right:  none;
	border-left:  none;
	-webkit-border-radius: 5px !important;
	-moz-border-radius:5px !important;
	border-radius:5px !important;
	transition: none;
	font-weight:bold;
}
.btn-primary:hover, .btn-primary:focus {
	min-height: 0!important;
	-ms-transform: translateY(4px);
	-webkit-transform: translateY(4px);
	transform: translateY(4px);/*Move down*/
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*Reduce Shadow*/
	border-bottom: solid 1px #b7b7b7;
	border-top: none;
	border-right:  none;
	border-left:  none;
	background-color: #E8E8E8!important;
	background-image: 
        /* gloss gradient */
        -webkit-gradient( linear, left bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.3)), color-stop(100%, rgba(255, 255, 255, 0.2))),         /* dark outside gradient */ -webkit-gradient( linear, left top, right top, color-stop(0%, rgba(210, 210, 210, 0.3)), color-stop(20%, rgba(210, 210, 210, 0)), color-stop(80%, rgba(210, 210, 210, 0)), color-stop(100%, rgba(210, 210, 210, 0.3))),         /* light inner gradient */ -webkit-gradient( linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(20%, rgba(255, 255, 255, 0.5)), color-stop(80%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0))),         /* diagonal line pattern */ -webkit-gradient( linear, 0% 100%, 100% 0%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(40%, rgba(255, 255, 255, 0)), color-stop(40%, #D2D2D1), color-stop(60%, #D2D2D1), color-stop(60%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)))!important;
	-webkit-box-shadow:
 0px -1px #fff, /* top highlight */ 0px 1px 1px #FFFFFF!important; /* bottom edge */
	-webkit-background-size: 100%, 100%, 100%, 4px 4px!important;
	-webkit-border-radius: 10px;
 -webkit-transition: -webkit-transform .1s ease-in-out!important;
	color: #000!important;
	margin-bottom:2px;
}
.btn-secondary {
	min-height: 0!important;
	display: inline-block;
	text-decoration: none;
	background-color: #b0c3f9!important;
	background-image: /* gloss gradient */ -webkit-gradient( linear, left bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.3)), color-stop(100%, rgba(255, 255, 255, 0.2))),         /* dark outside gradient */ -webkit-gradient( linear, left top, right top, color-stop(0%, rgba(210, 210, 210, 0.3)), color-stop(20%, rgba(210, 210, 210, 0)), color-stop(80%, rgba(210, 210, 210, 0)), color-stop(100%, rgba(210, 210, 210, 0.3))),         /* light inner gradient */ -webkit-gradient( linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(20%, rgba(255, 255, 255, 0.5)), color-stop(80%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0))),         /* diagonal line pattern */ -webkit-gradient( linear, 0% 100%, 100% 0%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(40%, rgba(255, 255, 255, 0)), color-stop(40%, #D2D2D1), color-stop(60%, #D2D2D1), color-stop(60%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)))!important;
	-webkit-box-shadow: 0px -1px #fff, /* top highlight */ 0px 3px 3px #0000007a !important; /* bottom edge */
	-webkit-background-size: 100%, 100%, 100%, 4px 4px!important;
	-webkit-transition: -webkit-transform .1s ease-in-out!important;
	color: #000;
	border-bottom: solid 3px #b7b7b7;
	border-top: none;
	border-right:  none;
	border-left:  none;
	-webkit-border-radius: 5px !important;
	-moz-border-radius:5px !important;
	border-radius:5px !important;
	transition: none;
	font-weight:bold;
}
.btn-secondary:hover, .btn-secondary:focus {
	min-height: 0!important;
	-ms-transform: translateY(4px);
	-webkit-transform: translateY(4px);
	transform: translateY(4px);/*Move down*/
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*Reduce Shadow*/
	border-bottom: solid 1px #b7b7b7;
	border-top: none;
	border-right:  none;
	border-left:  none;
	background-color: #b0c3f9!important;
	background-image: /* gloss gradient */-webkit-gradient( linear, left bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.3)), color-stop(100%, rgba(255, 255, 255, 0.2))),         /* dark outside gradient */ -webkit-gradient( linear, left top, right top, color-stop(0%, rgba(210, 210, 210, 0.3)), color-stop(20%, rgba(210, 210, 210, 0)), color-stop(80%, rgba(210, 210, 210, 0)), color-stop(100%, rgba(210, 210, 210, 0.3))),         /* light inner gradient */ -webkit-gradient( linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(20%, rgba(255, 255, 255, 0.5)), color-stop(80%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0))),         /* diagonal line pattern */ -webkit-gradient( linear, 0% 100%, 100% 0%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(40%, rgba(255, 255, 255, 0)), color-stop(40%, #D2D2D1), color-stop(60%, #D2D2D1), color-stop(60%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)))!important;
	-webkit-box-shadow: 0px -1px #fff, /* top highlight */ 0px 1px 1px #FFFFFF!important; /* bottom edge */
	-webkit-background-size: 100%, 100%, 100%, 4px 4px!important;
	-webkit-border-radius: 10px;
	-webkit-transition: -webkit-transform .1s ease-in-out!important;
	color: #000!important;
	margin-bottom:2px;
}
.btn-warning {
	min-height: 0!important;
	display: inline-block;
	text-decoration: none;
	background-color: #ffe0b2!important;
	background-image: 
        /* gloss gradient */
        -webkit-gradient( linear, left bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.3)), color-stop(100%, rgba(255, 255, 255, 0.2))),         /* dark outside gradient */ -webkit-gradient( linear, left top, right top, color-stop(0%, rgba(210, 210, 210, 0.3)), color-stop(20%, rgba(210, 210, 210, 0)), color-stop(80%, rgba(210, 210, 210, 0)), color-stop(100%, rgba(210, 210, 210, 0.3))),         /* light inner gradient */ -webkit-gradient( linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(20%, rgba(255, 255, 255, 0.5)), color-stop(80%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0))),         /* diagonal line pattern */ -webkit-gradient( linear, 0% 100%, 100% 0%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(40%, rgba(255, 255, 255, 0)), color-stop(40%, #D2D2D1), color-stop(60%, #D2D2D1), color-stop(60%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)))!important;
	-webkit-box-shadow:
 0px -1px #fff, /* top highlight */ 0px 3px 3px #0000007a !important; /* bottom edge */
	-webkit-background-size: 100%, 100%, 100%, 4px 4px!important;
 -webkit-transition: -webkit-transform .1s ease-in-out!important;
	color: #000;
	border-bottom: solid 3px #b7b7b7;
	border-top: none;
	border-right:  none;
	border-left:  none;
	-webkit-border-radius: 5px !important;
	-moz-border-radius:5px !important;
	border-radius:5px !important;
	transition: none;
	font-weight:bold;
}
.btn-warning:hover, .btn-warning:focus {
	min-height: 0!important;
	-ms-transform: translateY(4px);
	-webkit-transform: translateY(4px);
	transform: translateY(4px);/*Move down*/
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*Reduce Shadow*/
	border-bottom: solid 1px #b7b7b7;
	border-top: none;
	border-right:  none;
	border-left:  none;
	background-color: #ffe0b2!important;
	background-image: 
        /* gloss gradient */
        -webkit-gradient( linear, left bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.3)), color-stop(100%, rgba(255, 255, 255, 0.2))),         /* dark outside gradient */ -webkit-gradient( linear, left top, right top, color-stop(0%, rgba(210, 210, 210, 0.3)), color-stop(20%, rgba(210, 210, 210, 0)), color-stop(80%, rgba(210, 210, 210, 0)), color-stop(100%, rgba(210, 210, 210, 0.3))),         /* light inner gradient */ -webkit-gradient( linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(20%, rgba(255, 255, 255, 0.5)), color-stop(80%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0))),         /* diagonal line pattern */ -webkit-gradient( linear, 0% 100%, 100% 0%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(40%, rgba(255, 255, 255, 0)), color-stop(40%, #D2D2D1), color-stop(60%, #D2D2D1), color-stop(60%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)))!important;
	-webkit-box-shadow:
 0px -1px #fff, /* top highlight */ 0px 1px 1px #FFFFFF!important; /* bottom edge */
	-webkit-background-size: 100%, 100%, 100%, 4px 4px!important;
	-webkit-border-radius: 10px;
 -webkit-transition: -webkit-transform .1s ease-in-out!important;
	color: #000!important;
	margin-bottom:2px;
}
.btn-danger {
	min-height: 0!important;
	display: inline-block;
	text-decoration: none;
	background-color: #ffcdd2!important;
	background-image: 
        /* gloss gradient */
        -webkit-gradient( linear, left bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.3)), color-stop(100%, rgba(255, 255, 255, 0.2))),         /* dark outside gradient */ -webkit-gradient( linear, left top, right top, color-stop(0%, rgba(210, 210, 210, 0.3)), color-stop(20%, rgba(210, 210, 210, 0)), color-stop(80%, rgba(210, 210, 210, 0)), color-stop(100%, rgba(210, 210, 210, 0.3))),         /* light inner gradient */ -webkit-gradient( linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(20%, rgba(255, 255, 255, 0.5)), color-stop(80%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0))),         /* diagonal line pattern */ -webkit-gradient( linear, 0% 100%, 100% 0%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(40%, rgba(255, 255, 255, 0)), color-stop(40%, #D2D2D1), color-stop(60%, #D2D2D1), color-stop(60%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)))!important;
	-webkit-box-shadow:
 0px -1px #fff, /* top highlight */ 0px 3px 3px #0000007a !important; /* bottom edge */
	-webkit-background-size: 100%, 100%, 100%, 4px 4px!important;
 -webkit-transition: -webkit-transform .1s ease-in-out!important;
	color: #000;
	border-bottom: solid 3px #b7b7b7;
	border-top: none;
	border-right:  none;
	border-left:  none;
	-webkit-border-radius: 5px !important;
	-moz-border-radius:5px !important;
	border-radius:5px !important;
	transition: none;
	font-weight:bold;
}
.btn-danger:hover, .btn-danger:focus {
	min-height: 0!important;
	-ms-transform: translateY(4px);
	-webkit-transform: translateY(4px);
	transform: translateY(4px);/*Move down*/
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*Reduce Shadow*/
	border-bottom: solid 1px #b7b7b7;
	border-top: none;
	border-right:  none;
	border-left:  none;
	background-color: #ffcdd2!important;
	background-image: 
        /* gloss gradient */
        -webkit-gradient( linear, left bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.3)), color-stop(100%, rgba(255, 255, 255, 0.2))),         /* dark outside gradient */ -webkit-gradient( linear, left top, right top, color-stop(0%, rgba(210, 210, 210, 0.3)), color-stop(20%, rgba(210, 210, 210, 0)), color-stop(80%, rgba(210, 210, 210, 0)), color-stop(100%, rgba(210, 210, 210, 0.3))),         /* light inner gradient */ -webkit-gradient( linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(20%, rgba(255, 255, 255, 0.5)), color-stop(80%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0))),         /* diagonal line pattern */ -webkit-gradient( linear, 0% 100%, 100% 0%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(40%, rgba(255, 255, 255, 0)), color-stop(40%, #D2D2D1), color-stop(60%, #D2D2D1), color-stop(60%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)))!important;
	-webkit-box-shadow:
 0px -1px #fff, /* top highlight */ 0px 1px 1px #FFFFFF!important; /* bottom edge */
	-webkit-background-size: 100%, 100%, 100%, 4px 4px!important;
	-webkit-border-radius: 10px;
 -webkit-transition: -webkit-transform .1s ease-in-out!important;
	color: #000!important;
	margin-bottom:2px;
}
.btn-success {
	min-height: 0!important;
	display: inline-block;
	text-decoration: none;
	background-color: #c8e6c9!important;
	background-image: 
        /* gloss gradient */
        -webkit-gradient( linear, left bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.3)), color-stop(100%, rgba(255, 255, 255, 0.2))),         /* dark outside gradient */ -webkit-gradient( linear, left top, right top, color-stop(0%, rgba(210, 210, 210, 0.3)), color-stop(20%, rgba(210, 210, 210, 0)), color-stop(80%, rgba(210, 210, 210, 0)), color-stop(100%, rgba(210, 210, 210, 0.3))),         /* light inner gradient */ -webkit-gradient( linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(20%, rgba(255, 255, 255, 0.5)), color-stop(80%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0))),         /* diagonal line pattern */ -webkit-gradient( linear, 0% 100%, 100% 0%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(40%, rgba(255, 255, 255, 0)), color-stop(40%, #D2D2D1), color-stop(60%, #D2D2D1), color-stop(60%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)))!important;
	-webkit-box-shadow:
 0px -1px #fff, /* top highlight */ 0px 3px 3px #0000007a !important; /* bottom edge */
	-webkit-background-size: 100%, 100%, 100%, 4px 4px!important;
 -webkit-transition: -webkit-transform .1s ease-in-out!important;
	color: #000;
	border-bottom: solid 3px #b7b7b7;
	border-top: none;
	border-right:  none;
	border-left:  none;
	-webkit-border-radius: 5px !important;
	-moz-border-radius:5px !important;
	border-radius:5px !important;
	transition: none;
	font-weight:bold;
}
.btn-success:hover, .btn-success:focus {
	min-height: 0!important;
	-ms-transform: translateY(4px);
	-webkit-transform: translateY(4px);
	transform: translateY(4px);/*Move down*/
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*Reduce Shadow*/
	border-bottom: solid 1px #b7b7b7;
	border-top: none;
	border-right:  none;
	border-left:  none;
	background-color: #c8e6c9!important;
	background-image: 
        /* gloss gradient */
        -webkit-gradient( linear, left bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.3)), color-stop(100%, rgba(255, 255, 255, 0.2))),         /* dark outside gradient */ -webkit-gradient( linear, left top, right top, color-stop(0%, rgba(210, 210, 210, 0.3)), color-stop(20%, rgba(210, 210, 210, 0)), color-stop(80%, rgba(210, 210, 210, 0)), color-stop(100%, rgba(210, 210, 210, 0.3))),         /* light inner gradient */ -webkit-gradient( linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(20%, rgba(255, 255, 255, 0.5)), color-stop(80%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0))),         /* diagonal line pattern */ -webkit-gradient( linear, 0% 100%, 100% 0%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(40%, rgba(255, 255, 255, 0)), color-stop(40%, #D2D2D1), color-stop(60%, #D2D2D1), color-stop(60%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)))!important;
	-webkit-box-shadow:
 0px -1px #fff, /* top highlight */ 0px 1px 1px #FFFFFF!important; /* bottom edge */
	-webkit-background-size: 100%, 100%, 100%, 4px 4px!important;
	-webkit-border-radius: 10px;
 -webkit-transition: -webkit-transform .1s ease-in-out!important;
	color: #000!important;
	margin-bottom:2px;
}
/* Boxes for the buttons */

.btn-box {
	padding: 25px 0;
	width: 130px;
	height: 130px;
}
.alert {
	margin-bottom: 8px;
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
}
.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
}
.alert-success, .alert-success .alert-heading {
	color: #468847;
}
.alert-danger, .alert-error {
	background-color: #f2dede;
	border-color: #eed3d7;
}
.alert-danger, .alert-error, .alert-danger .alert-heading, .alert-error .alert-heading {
	color: #b94a48;
}
.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
}
.alert-info, .alert-info .alert-heading {
	color: #3a87ad;
}
.navbar {
/*background: #edf5fc;
  background-image: -moz-linear-gradient(top, #4477AA, #336699);
  background-image: -ms-linear-gradient(top, #4477AA, #336699);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4477AA), to(#336699));
  background-image: -webkit-linear-gradient(top, #4477AA, #336699);
  background-image: -o-linear-gradient(top, #4477AA, #336699);
  background-image: linear-gradient(top, #4477AA, #336699);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#'4477AA, endColorstr='#'336699, GradientType=0);*/
}
.navbar-brand {
	background:url(../img/logo.png) no-repeat center center;
	width:170px;
	/*padding: auto 14px;
  font-size: 14px;
  color: #000 !important;
  font-weight:700;*/
  height:60px;
}
.navbar .divider-vertical {
	height: 50px;
	background-color: #ffffff;
	border-right: 1px solid #ffffff;
}
.navbar .nav > li > a {
	/*padding: 16px 14px 10px;*/
  font-size: 14px;
	color: #ffffff;
}
.navbar-nav li {
	margin: 0px;
}
.navbar-nav li:hover {
	background-color:#fff;
}
.navbar-nav li li {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.navbar-nav li li a:hover {
	background: #CCC;
}
.navbar-right li {
	background: none;
}
.nav.navbar-nav.navbar-right li a {
	color:#000;
}
.navbar-fixed-top {
	/*border-width: 3px 0px 0px 0px;
	border-color:#9C3;*/
	border:0px;
}
.navbar .nav > li > a {
	color:#FFF;
}
.navbar .nav > li > a:hover {
	color:#000;
}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
	color: #468657;
}
.panel-heading h4 a i {
	color: #000;
	font-size: 1.33333em;
}
.panel-heading h4 a {
	margin-left:10px;
}
.panel-heading h4 {
	color: #000;
	font-weight:bold;
}
/* Listing searchbox height */
.input-group-addon {
	padding: 4px 12px;
}

/*.btn-default:hover
{
	background-color:#999;
	border-color: #666;
	
}*/
/*.btn-primary:hover
{
	 border-color: #44862d;
}*/

@media (max-width: 1024px) {
 .navbar-default .navbar-nav .open .dropdown-menu > li > a {
 padding: 19px 6px;
}
  /*.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }*/
  .navbar-default .navbar-nav.navbar-right > li > a {
 color:#000;
 font-size:11px;
 margin-right:-6px;
}
 .navbar-default .navbar-nav.navbar-right > li > a > i {
 display:none;
}
 .navbar-nav.navbar-right:last-child {
 margin-right: -5px;
}
}
.userico {
	width: 82px;
	margin: 12px 20px;
	float: left;
}
.userinfo {
	width: 300px;
	float: left;
	margin: -96px 0px -8px 60px;
}
.dash_brd {
	padding-right: 10px;
}
.navbar-nav.navbar-right:last-child {
	margin-right:15px;
}
.form-control {
	color:#000;
}
.help-block {
	color: #000;
}
.allFunc {
	background-color:#933;
	color:#FFF !important;
	border-radius:20px;
}
.allFunc:hover {
	color:#000 !important;
}
#pagin .form-control {
	padding: 6px 2px !important;
}
.qtip-bootstrap {
	font-size: 13px !important;
}
.h3_custom {
	font-size: 1.15rem;
}
.psmall {
	font-size:10pt;
}
.btn-dark-custom {
	color: #fff;
	background-color: #000;
	transition: none;
}
.btn-dark-custom:focus, .btn-dark-custom:hover {
	color: #fff;
	background: linear-gradient(to bottom, rgba(76, 76, 76, 1) 0%, rgba(89, 89, 89, 1) 5%, rgba(102, 102, 102, 1) 11%, rgba(71, 71, 71, 1) 20%, rgba(44, 44, 44, 1) 32%, rgba(0, 0, 0, 1) 49%, rgba(17, 17, 17, 1) 73%, rgba(28, 28, 28, 1) 84%, rgba(43, 43, 43, 1) 98%, rgba(19, 19, 19, 1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0 );
	transition: none;
}
@media screen and (max-width: 640px) {
.text-mobile-align {
text-align:left!important;
}
}
.page-link {
	color: #000;
}
.input-group-text {
	background-color: #b0c3f9!important;
	background-image: 
        /* gloss gradient */
        -webkit-gradient( linear, left bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.3)), color-stop(100%, rgba(255, 255, 255, 0.2))),         /* dark outside gradient */ -webkit-gradient( linear, left top, right top, color-stop(0%, rgba(210, 210, 210, 0.3)), color-stop(20%, rgba(210, 210, 210, 0)), color-stop(80%, rgba(210, 210, 210, 0)), color-stop(100%, rgba(210, 210, 210, 0.3))),         /* light inner gradient */ -webkit-gradient( linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(20%, rgba(255, 255, 255, 0.5)), color-stop(80%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0))),         /* diagonal line pattern */ -webkit-gradient( linear, 0% 100%, 100% 0%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(40%, rgba(255, 255, 255, 0)), color-stop(40%, #D2D2D1), color-stop(60%, #D2D2D1), color-stop(60%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)))!important;
	-webkit-box-shadow:
 0px -1px #fff, /* top highlight */ 0px 3px 3px #0000007a !important; /* bottom edge */
	-webkit-background-size: 100%, 100%, 100%, 4px 4px!important;
 -webkit-transition: -webkit-transform .1s ease-in-out!important;
	color: #000;
	border-bottom: solid 3px #b7b7b7;
	border-top: none;
	border-right:  none;
	border-left:  none;
	-webkit-border-radius: 5px !important;
	-moz-border-radius:5px !important;
	border-radius:5px !important;
}
.text-danger {
	color: #b72231 !important;
}
