/*
	Minimaxing 3.0 by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/*********************************************************************************/
/* Global                                                                        */
/*********************************************************************************/

/* Basic */

	*,*:before,*:after{-moz-box-sizing:content-box;-webkit-box-sizing:content-box;-o-box-sizing:content-box;-ms-box-sizing:content-box;box-sizing:content-box}
body {
    background: none repeat scroll 0 0 #fff;
    color: #2A2A2A;
    font: 13px "Helvetica Neue",Helvetica,Arial,sans-serif;
}
a {
    color: #6a6c6d;
    text-decoration: none;
	outline:none;
}
a:hover {
  text-decoration: none;
}
p{
	line-height:24px;
	margin-bottom:10px;
}
ul, ol, form {
    margin: 0;
    padding: 0;
}
ol,li
{
	list-style:none;
}

ul, li{
	list-style:none;
	line-height:20px;
}
ol li{
    list-style:decimal;
	margin-left:15px;
}
hr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #fff;
}
h1, h2, h3, h4, h5, h6 {
    color: #181818;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
	letter-spacing:0.5px;
	margin-bottom:8px;
}
fieldset{
	border:1px solid #ccc;
}
fieldset legend{
	padding:5px;
}
h2, h4, h3{
	text-transform:uppercase;
}
.static-content h2{
	text-transform:capitalize;
}
	p, address {
		line-height: 24px;
		margin-bottom: 1.25em;
	
    font-size: 1em;
    margin: 0 0 5px;
}

	strong {
		color: #474e43;
	}

	img.left {
		float: left;
		margin: 2px 1.25em 0 0;
	}

	img.top {
		margin: 4px 0 2.25em 0;
	}

	img {
		max-width: 100%;
	}
	ul {
		padding: 0;
		margin: 0;
	}

	a {
		color: #999;
		text-decoration: none;
	}

	a:hover {
		text-decoration: none;
	}
	h1 {
	width:100%;
	font-size:24px;
}
	h3 {
	font-size:14px;
	margin-top:30px;
	border-bottom:1px dotted #A7A7A7;
	display:inline-block;
	padding-bottom:5px;
}
pre {
	font-size:14px;
    line-height: 21px;
    white-space: pre-wrap;
    word-wrap: break-word;
	text-align:justify;
}
.required {
    color: #FF0000;
    font-weight: bold;
}
.bgcontent{
  padding:8px;
}
#main{
	margin-left: 240px;
	padding:70px 10px 10px;
	*display:inline-block;
}
.maincontent{
}
.page-header {
    border-bottom: 1px solid #EEEEEE;
    margin: 20px 0 30px;
    padding-bottom: 9px;
	display:none;
}
.table th a{
    background: url("../img/icons.png") no-repeat scroll right -79px transparent;
	padding-right:14px;
	color: #1C638D;
    font-weight: bold;
}
.table th a.asc{
    background: url("../img/icons.png") no-repeat scroll right -95px transparent;
}
.table th a.desc{
    background: url("../img/icons.png") no-repeat scroll right -110px transparent;
}
.table td a.ticons, .table td span.ticons{
	display: inline-block;
    margin-right: 8px;
	width:17px;
	height:17px;
	cursor:pointer;
}
.newactions{
}
.adropdown-menu {
    -moz-border-radius: 3px;
    -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.05);
    border-color: #CCCCCC;
    display: none;
    margin-top: 13px;
    position: absolute;
    top: 10px;
	left:auto;
}
.adropdown-menu:after {
    border-bottom: 6px solid #ccc;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
    right: 10px;
    top: -6px;
}
.adropdown-menu li {
    position: relative;
	border-top:1px solid #E5E5E5;
}
.adropdown-menu li a {
    color: #555555;
    font-size: 12px;
    padding: 8px 15px;
}
.adropdown-menu li a:hover {
    background-color: #E4E7EA;
    color: #333333;
}
.adropdown-menu li .fa {
    margin-right: 10px;
}
.adropdown-menu .divider {
    margin: 5px 0;
}
.adropdown-menu li .glyphicon, .headerwrapper .adropdown-menu li .fa {
    margin-right: 10px;
}
.adropdown-menu {
    margin-top: 13px;
    max-width: 75px;
	padding:0;
	z-index:1001;
}
.table td a.actions {
    background: url("../img/icons.png") no-repeat scroll -160px -33px transparent;
}
.table td a.info {
    background: url("../img/icons.png") no-repeat scroll -9px -33px transparent;
}
.table td a.edit {
    background: url("../img/icons.png") no-repeat scroll -37px -33px transparent;
}
.table td a.delete {
    background: url("../img/icons.png") no-repeat scroll -64px -33px transparent;
	display:none;
}
.table td a.favorite {
    background: url("../img/icons.png") no-repeat scroll -90px -7px transparent;
}
.table td a.nfavorite {
    background: url("../img/icons.png") no-repeat scroll -64px -9px transparent;
}
.table td a.print {
    background: url("../img/icons.png") no-repeat scroll -116px -9px transparent;
}
.table td a.clone {
    background: url("../img/icons.png") no-repeat scroll -143px -9px transparent;
}
.table td a.pdf {
    background: url("../img/icons.png") no-repeat scroll -164px -9px transparent;
}
.table td a.add,.table td span.add {
    background: url("../img/icons.png") no-repeat scroll -179px -33px transparent;
}
.notfoundser, .notfoundpro{
	width:100%;text-align:center;padding:8px 0;
}
.well {
  min-height: 20px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom:1px solid #D6D4D6;
}
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }
.well input {
	margin-bottom:0;
  width:150px;
}
.nav {
    list-style: none outside none;
    margin-left: 0;
}
.nav-tabs,
.nav-pills {
  *zoom: 1; }
  .nav-tabs:before, .nav-tabs:after,
  .nav-pills:before,
  .nav-pills:after {
    display: table;
    content: "";
    line-height: 0; }
  .nav-tabs:after,
  .nav-pills:after {
    clear: both; }

.nav-tabs > li,
.nav-pills > li {
  float: left; }

.nav-tabs > li > a,
.nav-pills > li > a {
  padding: 6px 9px;
  margin-right: 2px;
  line-height: 14px; }

.nav-tabs {
  height:26px;
}

.nav-tabs > li {
  margin-bottom: -1px; }

.nav-tabs > li > a {
	position:relative;
	font-size:14px;
  line-height: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0; }
  .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    border-color: #eeeeee #eeeeee #dddddd; }
.nav-tabs > li > a span.icons{
	top:7px;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #555555;
  background-color: white;
  border: 1px solid #D6D4D6;
  border-bottom-color: transparent;
  cursor: default; 
  background:#fff;
  z-index:1;
  }

.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: white;
  background-color: #0088cc; }
.nav-tabs > li > ul{
	display:none;
	z-index:1;
	background:#fff;
	position:absolute;
	top:26px;
	padding:0;
	min-width:120px;
	left:-3px;
	border: 2px solid #D6D4D6;
	border-top:none;
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;/*0.1 actually means 10 %*/
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;	
    -moz-border-radius:0 5px 5px 5px;
    border-radius: 0 5px 5px 5px;
    -webkit-border-radius: 0 5px 5px 5px;
}
.nav-tabs li:hover > ul{
	display:block;
}
.nav-tabs > li > ul > li {
    border-bottom: 1px solid #999999;
    padding: 5px 5px;
	position:relative;
}
.nav-tabs > li > ul > li > ul{
	display:none;
	position:absolute;
	left:120px;
	top:0;
	min-width:120px;
	background:#f6f6f6;
    border: 1px solid #999999;
}
.nav-tabs > li > ul > li > ul > li {
    border-bottom: 1px solid #999999;
    padding: 5px 5px;
	position:relative;
}
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  font-weight:normal;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: whitesmoke;
  background-image: -moz-linear-gradient(top, white, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, white, #e6e6e6);
  background-image: -o-linear-gradient(top, white, #e6e6e6);
  background-image: linear-gradient(to bottom, white, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFE6E6E6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border: 1px solid #cccccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }
  .btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
    color: #333333;
    background-color: #e6e6e6;
    *background-color: #d9d9d9; }
  .btn:active, .btn.active {
    background-color: #cccccc \9; }
  .btn:first-child {
    *margin-left: 0; }
  .btn:hover, .btn:focus {
    color: #333333;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear; }
  .btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn.active, .btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }
  .btn.disabled, .btn[disabled] {
    cursor: default;
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }

.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px; }

.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0; }

.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px; }

.btn-mini {
  padding: 0px 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75); }

.btn-primary {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  
  background: #299a0b; /* Old browsers */
background: -moz-linear-gradient(top, #299a0b 0%, #299a0b 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#299a0b), color-stop(100%,#299a0b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #299a0b 0%,#299a0b 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #299a0b 0%,#299a0b 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #299a0b 0%,#299a0b 100%); /* IE10+ */
background: linear-gradient(to bottom, #299a0b 0%,#299a0b 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#299a0b', endColorstr='#299a0b',GradientType=0 ); /* IE6-9 */
  
  
/*  background-color: #006ccc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0088CC', endColorstr='#FF0044CC', GradientType=0);*/
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    color: white;
    background-color: #299a0b;
    *background-color: #299a0b; }
  .btn-primary:active, .btn-primary.active {
    background-color: #003399 \9; }

.btn-warning {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #f9a732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFBB450', endColorstr='#FFF89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f89406;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
    color: white;
    background-color: #f89406;
    *background-color: #df8505; }
  .btn-warning:active, .btn-warning.active {
    background-color: #c67605 \9; }

.btn-danger {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4e49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEE5F5B', endColorstr='#FFBD362F', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
  .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
    color: white;
    background-color: #bd362f;
    *background-color: #a9302a; }
  .btn-danger:active, .btn-danger.active {
    background-color: #942a25 \9; }

.btn-success {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb65b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF62C462', endColorstr='#FF51A351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
  .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    color: white;
    background-color: #51a351;
    *background-color: #499249; }
  .btn-success:active, .btn-success.active {
    background-color: #408140 \9; }

.btn-info {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5BC0DE', endColorstr='#FF2F96B4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
  .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    color: white;
    background-color: #2f96b4;
    *background-color: #2a85a0; }
  .btn-info:active, .btn-info.active {
    background-color: #24748c \9; }

.btn-inverse {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF444444', endColorstr='#FF222222', GradientType=0);
  border-color: #222222 #222222 black;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
  .btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
    color: white;
    background-color: #222222;
    *background-color: #151515; }
  .btn-inverse:active, .btn-inverse.active {
    background-color: #090909 \9; }

button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px; }
  button.btn::-moz-focus-inner,
  input[type="submit"].btn::-moz-focus-inner {
    padding: 0;
    border: 0; }
  button.btn.btn-large,
  input[type="submit"].btn.btn-large {
    *padding-top: 7px;
    *padding-bottom: 7px; }
  button.btn.btn-small,
  input[type="submit"].btn.btn-small {
    *padding-top: 3px;
    *padding-bottom: 3px; }
  button.btn.btn-mini,
  input[type="submit"].btn.btn-mini {
    *padding-top: 1px;
    *padding-bottom: 1px; }

.dash_tabs{
	width:48.5%;
	display:inline-block;
	*float:left;
	margin:0 8px 0 0;
}
div.tabhead {
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
    /*background: none repeat scroll 0 0 #817E7C;*/
	background: #EFEFEF;
    border: 1px solid #D9D9D9;
	border-bottom:none;
    color: #000;
    float: left;
    margin: 8px 0 0;
    padding: 10px 1%;
    width: 98%;
}
.tabs{
	background: #fff;
    -moz-border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
    border: 1px solid #D9D9D9;
	border-top:none;
    float: left;
    padding: 1%;
    width: 98%;
	min-height: 355px;
}
.twotab{
	vertical-align:top;
	width:100%;
	display:inline-block;
}
.chartview{
	display:none;
}
.dashchart{
	width:100%;
	height:400px;
}
.table-responsive {
    margin: 7px 0 10px;
    width: 100%;
	overflow-x: auto;
    overflow-y: auto;
}
.table {
    width: 99.9%;
	min-width:1000px;
    border: 1px solid #DDDDDD;
}
.table thead {
}
.table > thead > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tfoot > tr > td {
    border-top: 1px solid #DDDDDD;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
	text-align:left;
	color: #1C638D;
    font-weight: bold;
	background-color:#f1f1f1;
	background-image:-ms-linear-gradient(top, #f9f9f9, #ececec);
	background-image:-moz-linear-gradient(top, #f9f9f9, #ececec);
	background-image:-o-linear-gradient(top, #f9f9f9, #ececec);
	background-image:-webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#ececec));
	background-image:-webkit-linear-gradient(top, #f9f9f9, #ececec);
	background-image:linear-gradient(top, #f9f9f9, #ececec)
}
.table > tbody > tr > th, .table > tbody > tr > td {
    border-top: 1px solid #DDDDDD;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
	text-align:left;
}
.table > tbody > tr > td a.exlink{
	color:#0000A6;
	text-decoration:underline;
}
.table thead tr th:hover {
    background-color: #F5F5F5;
}
.searchform{
	display:inline-block;
	padding-right:10px;
}
.divbtn{
	padding:3px 10px;
}
.hidesearch{
	margin-bottom:10px;
	display:none;
  border: 2px solid #D6D4D6;
  padding:15px;	
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#filter div.selector, #filter div.selector span, #filter select {
    margin-bottom: 0;
    width: 160px;
	margin-right:10px;
}
#filter input[type=text]{
	width:150px;
}
#showcolumns div.selector, #showcolumns div.selector span, #showcolumns select {
    margin-bottom: 0;
    width: 80px;
	margin-right:10px;
}
#showcolumns input[type=text]{
	width:30px;
}
.rooms tr td{
	padding:5px;
}
.rooms tr td span{
	color:#f00;
	cursor:pointer;
}
.showcolopt{
	display:inline-block;
	width:330px;
	margin-bottom:20px;
}
.showcolopt label{
	display:inline-block;
	width:130px;
	margin:0 20px 0 0;
}
.hidesearch dl.inline{	
    border: none;
	padding:0;
	width:45%;
	display:inline-block;
	vertical-align:top;
}
.hidesearch dl.inline dd{	
	width:72%;
}
.filterlist p span {
    color: #FF0000;
    cursor: pointer;
	display:inline-block;
	padding:0 10px;
}
#showcolumns{    
	background: none repeat scroll 0 0 #FFFFFF;
    position: absolute;
    right: 0;
    top: 5px;
    width: 200px;
	padding:5px;
	z-index:1;
}
#sortable li{
	cursor: move;
    margin-bottom: 5px;
    padding: 5px 5px 0;
}
.table > thead > tr > th.shocoluns{
	text-align:right;
	padding:5px;
}
.checkbox a{
	color: #1C638D;
    left: 300px;
    position: absolute;
}
.propoul, .propoul ul{
	margin-left:20px;
	padding-left:20px;
}
.propoul ul ul, ul.proithed{
	padding:0;
	margin:0;
	border:1px solid #ccc;
	padding:5px;
}
.propoul ul ul.itemhead, ul.itemhead.proithed{
	margin-top:10px;
	border-top:1px solid #ccc;
}
.propoul li{
	list-style:disc;
}
.propoul li ul li{
	list-style:decimal;
	margin-bottom:20px;
}
.propoul li ul li ul li{
	list-style:none;
	margin-bottom:0px;
	font-weight:normal;
}
#footer{
	 background:linear-gradient(154deg, #17B2D1 0px, #008fe2 100%) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border-top: 2px solid #13AFCF;
    color: #fff;
	position:fixed;
	left:0;
	bottom:0;
    padding: 10px 0;
    text-align: center;
    width: 100%;
    z-index: 1000;
}

@media screen and (max-width: 850px) {
	.navbar-user > li {
		margin-right: 5px;
		padding: 10px 4px;
	}
	.navbar-user > li > a {
		padding-left: 25px;
	}
	
	ul.inline li {
		display: inline-block;
		margin-bottom: 6px;
		min-height: 18px;
		position: relative;
		vertical-align: top;
		width: 100%;
	}
	ul.inline li label {
		display: block;
		margin-top: 5px;
		text-align: left;
		width: 96%;
	}
}
@media screen and (max-width: 480px) {
	.ui-accordion .ui-accordion-content, dl.inline, div.inline {
		padding:2%;
	}
	.container{
		padding:0 5px;
	}
	#titleBar{
		display:none;
	}
	/* Reusable */
	.navbar-user{
		display:none;
		left: 0;
		position: absolute;
		top: 48px;
		z-index:2;
	}
	.navbar-user > li {
		background: none repeat scroll 0 0 #1C638D;
		float: left;
		position:static;
		padding: 10px 2% 10px 5%;
		width: 92%;
		z-index: 100;
		border-bottom:1px solid #00416B;
		margin-left:0;
		-moz-border-radius:0;
		border-radius: 0;
		-webkit-border-radius: 0;
	}
	.navbar-user > li:hover, .navbar-user > li.active {
		border:0px solid;
	}
	.loginBox{
		width:100%;
	}
	.loginBox dl{
		padding:3%;
		width:94%;
	}
	.navbar-user > li > ul{
		display:none;
		position:relative;
		top:10px;
		padding:0 10px;
		min-width:120px;
		left:-1px;
		border: 0px solid #dedede;
		z-index:101;
		box-shadow: rgba(0,0,0, 0) 0px 0px 0px;/*0.1 actually means 10 %*/
		-moz-box-shadow: rgba(0,0,0, 0) 0px 0px 0px;
		-webkit-box-shadow: rgba(0,0,0, 0) 0px 0px 0px;	
		-moz-border-radius:0;
		border-radius: 0;
		-webkit-border-radius: 0;
	}
	.mainmenu{
		display:block;
		position:absolute;
		top:15px;
		right:40px;
	}
	.dash_tabs{
		width:99%;
		margin-right:0;
	}
	.dashchart{
		width:98%;
	}
	dl.inline{
	}
	dl.double{
		width:95%;
		display:inline-block;
	}
	dl.double dt{
		margin-bottom:2px;
	}
	dl.double dd {
		margin-bottom:5px;
	}
	dl.inline dt, dl.double dt, dl.double dd {
		width:95%;
		min-height:10px;
		text-align:left;
	}
	dl.inline dt.ferror, dl.double dt.ferror {
		margin: 0;
		min-height: 1px;
	}
	.well input{
		width:150px;
	}
	.table-responsive {
		overflow-x: scroll;
		overflow-y: hidden;
	}
	.tablefooter .pagination, .tablefooter .actions {
		padding: 1%;
	}
	.tabbot {
		width: 98%;
	}
	ul.inline li {
		display: inline-block;
		margin-bottom: 6px;
		min-height: 18px;
		position: relative;
		vertical-align: top;
		width: 100%;
	}
	ul.inline li label {
		display: block;
		margin-top: 5px;
		text-align: left;
		width: 96%;
	}
	.twotab {
		width:100%;
	}
}

/*NewsLetter*/
	.selicon {
    background: url("../img/nicons.png") no-repeat scroll 5px -285px rgba(0, 0, 0, 0);
    cursor: pointer;
    display: block;
    height: 24px;
    position: absolute;
    right: -7px;
    top: -13px;
    width: 33px;
}

.tem-bl {
    display: inline-block;
    margin: 25px 25px 0;
    width: 207px;
}

*, *:before, *:after {
    -moz-box-sizing: content-box;
}
*, *:before, *:after {
    -moz-box-sizing: content-box;
}
.tem_1 {
    background: none repeat scroll 0 0 rgb(251, 254, 255);
	border: 1px solid rgb(226, 232, 234);
    cursor: pointer;
    padding: 10px;
    text-align: center;
    width: 185px;
}
.tem-bl h5 {
    margin: 5px 0 0 10px;
    text-align: left;
}
ul.tem_1details {
    border: 1px solid rgb(226, 232, 234);
    overflow: hidden;
    padding: 5px 10px;
    width: 185px;
}
ul.tem_1details li {
    color: rgb(108, 111, 112);
    float: left;
    font-size: 12px;
    width: 50%;
}
ul.tem_1details li span, ul.tem_1details li a {
    color: rgb(86, 90, 92);
    cursor: pointer;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    padding: 2px 14px;
    text-decoration: none;
    width: 50%;
}
.landingsavebg {
    background: none repeat scroll 0 0 rgb(231, 243, 247);
    border: medium none rgb(206, 231, 239);
    border-radius: 4px;
    margin-top: 30px;
    padding: 10px;
    text-align: center;
}
.lanname {
    padding-left: 30px;
    text-align: left !important;
}
.sellanding {
    border: 1px solid rgb(87, 191, 0);
    position: relative;
}
.checkbox{
	position:relative;
}
.msghid{
	display:none;
}

/***********************************************
		PAGE LOADER
************************************************/
.helpfade {
    background: none repeat scroll 0 0 #222222;
    height: 1500px;
    left: 0;
    opacity: 0.5;
	filter:alpha(opacity=50);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1101;
	display:none;
}
.helptips {
    background: none;
    left: 45%;
    position: fixed;
    top: 35%;
    width: 500px;
    z-index: 1101;
	display:none;
}
.loader_block {
    background: url("../img/loader_bg.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 87px;
    width: 130px;
}
.loader_block .loader_block_inner {
    background: url("../img/loading-32-onwhite.gif") no-repeat scroll 0 0 transparent;
    height: 32px;
    margin: 10px auto;
    width: 32px;
}
.loader_block .loader_text {
    color: #000000;
    font-size: 11px;
    line-height: 16px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
/***********************************************
		END PAGE LOADER
************************************************/
.adscommon {
    border-top: 1px solid #E3E3E3;
	background:#1C638D;
    color: #fff;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
    line-height: 16px;
    padding: 5px 10px;
    text-decoration: none;
}
#addEmp{
	display:none;
}
input[type="text"].itemsvalue, select.itemsvalue{
	width:186px;
}
/*Dashboard header section*/
.tabs { min-height: 100% !important;}
.totchart {
	float:left;
	width:98%;
	
}
.box h1
{
	color: #FFFFFF;
    font-size: 35px;
    font-weight: normal;
    margin: 0;
}
.box h4
{
	color: #FFFFFF;
    font-size: 17px;
    font-weight: normal;
    margin: 0;

}

.green
{
	color:#096;
}   
.red
{
	color:#F00;
}
.box-one-left {
	background: url(../img/col-bg-1.png) no-repeat -173px 0 #4E3BDC;
	/*float: left;*/
	padding: 8px 18px;
	text-align: center;
	transition-duration: 0.45s;
	transition-property: background-position;
	transition-timing-function: ease-out;
	-moz-transition-duration: 0.45s;
	-moz-transition-property: background-position;
	-moz-transition-timing-function: ease-out;
	-webkit-transition-duration: 0.45s;
	-webkit-transition-property: background-position;
	-webkit-transition-timing-function: ease-out;
}

.box-icon-1
 {
	background: url("../img/icons1.png") no-repeat scroll -154px -101px rgba(0, 0, 0, 0);
	display: inline-block;
	height: 45px;
	width: 60px;
}
.box-icon-2 {
	background: url("../img/icons1.png") no-repeat scroll -96px -101px transparent;
	display: inline-block;
	height: 45px;
	width: 60px;
}

.box-icon-3 {
	background: url("../img/icons1.png") no-repeat scroll -213px -100px transparent;
	display: inline-block;
	height: 45px;
	width: 60px;
}
.box-icon-4 {
	background: url("../img/icons1.png") no-repeat scroll -213px -100px transparent;
	display: inline-block;
	height: 45px;
	width: 60px;
}
.box-icon-5 {
	background: url("../img/icons1.png") no-repeat scroll -275px -98px transparent;
	display: inline-block;
	height: 45px;
	width: 60px;
}
.box-icon-6 {
	background: url("../img/icons1.png") no-repeat scroll 14px -103px transparent;
	display: inline-block;
	height: 45px;
	width: 60px;
}
.box-one-right {
	float:left;
	width:100%;
	margin-top:10px;
	text-align:center;
	padding-bottom: 10px;
	height: 50px;
}
.box-one {
	background:#5d4cdd;
	margin: 0 1.1% 15px 1.1%;
    width: 31%;
	float:left; 
	
}

.color-1 {
	background: #5D4CDD;
}
.color-left-1 {
	background: url(../img/col-bg-2.png) no-repeat -173px 0 #4E3BDC;
}
.color-2 {
	background:#0BBA6A !important;
}
.color-left-2 {
	background: url(../img/col-bg-3.png) no-repeat -173px 0 #00a65a;
}
.color-3 {
	background:#19b4fc;
}
.color-left-3 {
	background: url(../img/col-bg-4.png) no-repeat -179px 0 #17a4e6;
}
.color-4 {
	background:#F5AD3B !important;
}
.color-left-4 {
	background:url(../img/col-bg-5.png) no-repeat -179px 0 #f39c12;
}
.color-5 {
	background:#4DC7F7;
}
.color-left-5 {
	background:url(../img/col-bg-6.png) no-repeat -173px 0 #32B8ED;
}
.badge
{
	background-color: #999999;
    border-radius: 10px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    min-width: 10px;
    padding: 3px 7px;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}
.leftpanel .nav > li.readonly > a,
.leftpanel .nav > li.readonly > a i
{
	color:#B7C0C4;
}
