
/*Standard Elements*/
body {
  background: #eee;
  background-image: url(http://subtlepatterns.com/patterns/furley_bg.png);
  background-position: initial initial;
  background-repeat: initial initial;
  background-position: initial initial;
  background-repeat: initial initial;
  margin: 0px;
  padding: 0px;
}
a:hover {
  text-decoration: none;
}
h1 {
  margin-top: 0px;
  color: #eee;
}
h2 {
  font-size: 1.75em;
}
h3 {
  font-size: 1.25em;
}
hr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #fff;
}
/*Navbar*/
.navbar {
  position: relative;
  z-index: 20;
  margin: 0px;
  padding: 0px;
  -webkit-box-shadow: 0px 0px 3px #cccccc;
  -moz-box-shadow: 0px 0px 3px #cccccc;
  box-shadow: 0px 0px 3px #cccccc;
  position: fixed;
  border-bottom:1px solid #fafafa;
width: 100%;
}
.navbar .brand {
  text-shadow: none;
}
.navbar .navbar-inner {
background: rgb(250,250,250); /* Old browsers */
background: -moz-linear-gradient(top, rgb(250,250,250) 0%, rgb(222,222,222) 100%, rgb(125,185,232) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(250,250,250)), color-stop(100%,rgb(222,222,222)), color-stop(100%,rgb(125,185,232))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgb(250,250,250) 0%,rgb(222,222,222) 100%,rgb(125,185,232) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgb(250,250,250) 0%,rgb(222,222,222) 100%,rgb(125,185,232) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgb(250,250,250) 0%,rgb(222,222,222) 100%,rgb(125,185,232) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgb(250,250,250) 0%,rgb(222,222,222) 100%,rgb(125,185,232) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
  padding: 0em 1em;
  margin: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 0px;
  border-bottom: none;
}
.navbar .nav {
  margin: 0em;
  margin-right: -1em;
}
.navbar .nav > li > a {
  color: #333;
  text-shadow: none;
}
.navbar .nav > li:hover {
  background-color: #444;
}
.navbar .nav > li > a:hover {
  color: #fff;
}
.navbar .dropdown-menu a:hover {
  background: none;
  color: #000;
}
.navbar .nav li.dropdown.open > .dropdown-toggle {
  background-color: #444;
  color: #fff;
}
.content {
  position: relative;
  min-height: 800px;
  background: #fff;
  margin-left: 240px;
  border-left: 1px solid #cccccc;
  border-left: 3px solid #999999;
}
.header {
  background: #ffffff;
  background: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e6e6e6), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #e6e6e6, #ffffff);
  background: -moz-linear-gradient(center bottom, #e6e6e6 0%, #ffffff 100%);
  background: -o-linear-gradient(bottom, #e6e6e6, #ffffff);
  filter: progid:dximagetransform.microsoft.gradient(startColorStr='#4d5b76', EndColorStr='#6c7a95');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',EndColorStr='#e6e6e6')";
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  padding: 0em 1.25em;

width: 100%;
position: fixed;
margin-top: 32px;
}
.header h1 {
  margin: 1em 0em;
  padding: 0em;
  line-height: 1em;
  font-size: 1.1em;
  color: #eee;
  color: #333;
}
.selected_user_path{
	background:#4d5b76;
	color:#fff;
}
.breadcrumb {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #eee;
  border-bottom: 1px solid #aaa;
  border-top: 1px solid #fafafa;
  border-left: 1px solid #fff;
  margin-bottom: .5em;
  margin-top: 97px;
width: 100%;
position: fixed;
}
.page-content {
  padding: 1em;
}
footer {
 /*padding: 1em;
   margin-top: 4em; */
    
  color: #666;
  font-size: .85em;
  line-height: 1.3em;
}
footer hr {
  margin: 0em -0em;
}
footer p{
	margin:5px 0px;
}
.ui-datepicker {
	font-size:12px !important;
}
/*Quick Toolbar*/
.btn-toolbar.quick-toolbar {
  float: right;
}
.btn-toolbar.quick-toolbar .btn {
  width: 60px;
  height: 60px;
  display: inline-block;
}
.stats p.stat {
  margin: 1em 0em 0em 1em;
}
.stats .stat {
  margin-left: 1em;
  line-height: 2.5em;
  float: right;
}
.stats .stat .number {
  font-weight: bold;
  margin-right: .5em;
  padding: .5em;
  border: 1px solid #ccc;
  background: #eeeeee;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e3e3e3), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #e3e3e3, #ffffff);
  background: -moz-linear-gradient(center bottom, #e3e3e3 0%, #ffffff 100%);
  background: -o-linear-gradient(bottom, #e3e3e3, #ffffff);
  filter: progid:dximagetransform.microsoft.gradient(startColorStr='#4d5b76', EndColorStr='#6c7a95');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',EndColorStr='#e3e3e3')";
  -webkit-box-shadow: 1px 1px 0px #ffffff;
  -moz-box-shadow: 1px 1px 0px #ffffff;
  box-shadow: 1px 1px 0px #ffffff;
  text-shadow: 1px 1px 1px #fff;
}
/*Blocks*/
.block {
  border: 1px solid #ccc;
  background: white;
  margin: 1em 0em;
}
.dialog .block {
  -webkit-box-shadow: 1px 1px 0px #ffffff;
  -moz-box-shadow: 1px 1px 0px #ffffff;
  box-shadow: 1px 1px 0px #ffffff;
}
.block-heading {
  border-bottom: 1px solid #a6a6a6;
  border-left: none;
  color: #505050;
  display: block;
  margin-bottom: 0px;
  text-shadow: none;
  text-transform: none;
  font-weight: bold;
  font-size: .85em;
  line-height: 3em;
}
.block-heading .block-icon {
  border-right: 1px solid #AAA;
  border-left: none;
}
.block-heading .block-icon a {
  padding: 0em;
}
.block-heading .block-icon [class*="icon-"] {
  padding: 0em 1em;
  line-height: 1em;
}
.block-heading .block-icon.pull-right {
  border-left: 1px solid #AAA;
  border-right: none;
}
.block-heading .label {
  float: right;
  margin-top: .5em;
  margin-right: .75em;
  line-height: 1.5em;
  -webkit-box-shadow: 1px 1px 0px #ffffff;
  -moz-box-shadow: 1px 1px 0px #ffffff;
  box-shadow: 1px 1px 0px #ffffff;
}
p.block-heading,
a.block-heading,
.block-heading a {
  color: #505050;
  background: #dddddd;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dddddd), color-stop(1, #fafafa));
  background: -ms-linear-gradient(bottom, #dddddd, #fafafa);
  background: -moz-linear-gradient(center bottom, #dddddd 0%, #fafafa 100%);
  background: -o-linear-gradient(bottom, #dddddd, #fafafa);
  filter: progid:dximagetransform.microsoft.gradient(startColorStr='#4d5b76', EndColorStr='#6c7a95');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fafafa',EndColorStr='#dddddd')";
  display: block;
  padding-left: 1em;
  border-top: 1px solid #fff;
  outline: none;
}
a.block-heading:hover,
.block-heading a:hover {
  background: #dddddd;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dddddd), color-stop(1, #fdfdfd));
  background: -ms-linear-gradient(bottom, #dddddd, #fdfdfd);
  background: -moz-linear-gradient(center bottom, #dddddd 0%, #fdfdfd 100%);
  background: -o-linear-gradient(bottom, #dddddd, #fdfdfd);
  filter: progid:dximagetransform.microsoft.gradient(startColorStr='#4d5b76', EndColorStr='#6c7a95');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fdfdfd',EndColorStr='#dddddd')";
  color: #505050;
}
.block-body {
  margin: 1em;
  min-height: .25em;
}
.block-body h1,
.block-body h2,
.block-body h3,
.block-body h4,
.block-body h5,
.block-body h6,
.block-body table {
  margin-top: 12px;
}
.block-body.collapse {
  margin-top: 0em;
  margin-bottom: 0em;
}
/*Navigation*/
.sidebar-nav {
  width: 240px;
  position: absolute;
  float: left;
  border-top: none;
  border-left: none;
  margin: 0em;
  position: fixed;
margin-top: 42px;
}
.sidebar-nav .nav-header {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #c8c8cb;
  border-left: none;
  color: #333;
  display: block;
  background: #efeff0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #efeff0), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #efeff0, #ffffff);
  background: -moz-linear-gradient(center bottom, #efeff0 0%, #ffffff 100%);
  background: -o-linear-gradient(bottom, #efeff0, #ffffff);
  filter: progid:dximagetransform.microsoft.gradient(startColorStr='#4d5b76', EndColorStr='#6c7a95');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',EndColorStr='#efeff0')";
  font-weight: normal;
  font-size: 1em;
  line-height: 2.5em;
  padding: 0em .25em;
  margin-bottom: 0px;
  text-shadow: none;
  text-transform: none;
  /*Change the arrow direction if the item is collapsed*/

}
.sidebar-nav .nav-header .label {
  float: right;
  margin-top: .5em;
  margin-right: .25em;
  line-height: 1.5em;
}
.sidebar-nav .nav-header:hover {
  background: #efeff0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #efeff0), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #efeff0, #ffffff);
  background: -moz-linear-gradient(center bottom, #efeff0 0%, #ffffff 100%);
  background: -o-linear-gradient(bottom, #efeff0, #ffffff);
  filter: progid:dximagetransform.microsoft.gradient(startColorStr='#4d5b76', EndColorStr='#6c7a95');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',EndColorStr='#efeff0')";
}
.sidebar-nav .nav-header.collapsed .icon-chevron-up::before {
  content: "\f078";
}
.sidebar-nav .nav-header .icon-chevron-up {
  float: right;
}
.sidebar-nav .nav-header .label {
  float: right;
  margin-top: .7em;
  line-height: 1.5em;
}
.sidebar-nav .nav-header i[class^="icon-"] {
  margin-right: .75em;
}
.sidebar-nav .nav-list {
  margin: 0px;
  border: 0px;
  width:100%;
  background: #f6f6f6;
}
.sidebar-nav .nav-list  > li > a:hover , ul#error-menu li.selected{
  background: #e0e0e8 !important;
}

.sidebar-nav .nav-list  > .active > a,
.sidebar-nav .nav-list  > .active > a:hover {
  background: #d2d2dd;
  color: #555;
  text-shadow: none;
}
.sidebar-nav .nav-list  > .active > a:hover {
  background: rgb(243,243,248); background: -moz-linear-gradient(top, rgb(243,243,248) 0%, rgb(215,215,228) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(243,243,248)), color-stop(100%,rgb(215,215,228)));
background: -webkit-linear-gradient(top, rgb(243,243,248) 0%,rgb(215,215,228) 100%); 
background: -o-linear-gradient(top, rgb(243,243,248) 0%,rgb(215,215,228) 100%); 
background: -ms-linear-gradient(top, rgb(243,243,248) 0%,rgb(215,215,228) 100%); 
background: linear-gradient(to bottom, rgb(243,243,248) 0%,rgb(215,215,228) 100%) ;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f8', endColorstr='#d7d7e4',GradientType=0 );
}
.sidebar-nav .nav-list  > li > a {
  color: #444;
  padding: .5em 1em;
}
.sidebar-nav .nav-list.collapse.in {
  border-bottom: 1px solid #ccc;
}
.selected {
	background: rgb(243,243,248) !important; background: -moz-linear-gradient(top, rgb(243,243,248) 0%, rgb(215,215,228) 100%) !important;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(243,243,248)), color-stop(100%,rgb(215,215,228))) !important; /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgb(243,243,248) 0%,rgb(215,215,228) 100%) !important; 
background: -o-linear-gradient(top, rgb(243,243,248) 0%,rgb(215,215,228) 100%) !important; 
background: -ms-linear-gradient(top, rgb(243,243,248) 0%,rgb(215,215,228) 100%)!important; 
background: linear-gradient(to bottom, rgb(243,243,248) 0%,rgb(215,215,228) 100%) !important;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f8', endColorstr='#d7d7e4',GradientType=0 ) !important;
}
.ckeckbox_boxes_difine_width{
	float:left;
	width:250px;
	line-height:24px;
	font-size:12px;
	font-weight:normal;
}
.select_circle_text{
	background:url(../images/select_by_color.png) left no-repeat;
	padding-left:20px;
	font-size:14px; 
	line-height:24px;
	font-weight:bold;
}
/*Buttons*/
.btn {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.btn-primary {
  background-color: #414959;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6c7994), to(#414959));
  background-image: -webkit-linear-gradient(top, #6c7994, #414959);
  background-image: -o-linear-gradient(top, #6c7994, #414959);
  background-image: linear-gradient(to bottom, #6c7994, #414959);
  background-image: -moz-linear-gradient(top, #6c7994, #414959);
  filter: progid:dximagetransform.microsoft.gradient(startColorStr='#6c7994', EndColorStr='#414959');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#6c7994',EndColorStr='#414959')";
  border: 1px solid #363d4a;
}
.btn-primary:hover {
  background-color: #414959;
  *background-color: #414959;
}
.btn-danger {
  background-color: #553333;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#955959), to(#553333));
  background-image: -webkit-linear-gradient(top, #955959, #553333);
  background-image: -o-linear-gradient(top, #955959, #553333);
  background-image: linear-gradient(to bottom, #955959, #553333);
  background-image: -moz-linear-gradient(top, #955959, #553333);
  filter: progid:dximagetransform.microsoft.gradient(startColorStr='#6c7994', EndColorStr='#414959');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#955959',EndColorStr='#553333')";
  border: 1px solid #452929;
}
.btn-danger:hover {
  background-color: #553333;
  *background-color: #553333;
}
.btn-success {
  background-color: #556665;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#869b99), to(#556665));
  background-image: -webkit-linear-gradient(top, #869b99, #556665);
  background-image: -o-linear-gradient(top, #869b99, #556665);
  background-image: linear-gradient(to bottom, #869b99, #556665);
  background-image: -moz-linear-gradient(top, #869b99, #556665);
  filter: progid:dximagetransform.microsoft.gradient(startColorStr='#6c7994', EndColorStr='#414959');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#869b99',EndColorStr='#556665')";
  border: 1px solid #495857;
}
.btn-success:hover {
  background-color: #556665;
  *background-color: #556665;
}
.btn-warning {
  background-color: #aaaa55;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cccc99), to(#aaaa55));
  background-image: -webkit-linear-gradient(top, #cccc99, #aaaa55);
  background-image: -o-linear-gradient(top, #cccc99, #aaaa55);
  background-image: linear-gradient(to bottom, #cccc99, #aaaa55);
  background-image: -moz-linear-gradient(top, #cccc99, #aaaa55);
  filter: progid:dximagetransform.microsoft.gradient(startColorStr='#6c7994', EndColorStr='#414959');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#cccc99',EndColorStr='#aaaa55')";
  border: 1px solid #99994d;
}
.btn-warning:hover {
  background-color: #aaaa55;
  *background-color: #aaaa55;
}
.well {
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: 1px 1px 0px #ffffff;
  -moz-box-shadow: 1px 1px 0px #ffffff;
  box-shadow: 1px 1px 0px #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
/*Faq*/
.faq-content ul,
.faq-content ol {
  padding-left: 1em;
}
.faq-content ul .top,
.faq-content ol .top {
  float: right;
  line-height: 1.25em;
  padding: .75em 0em;
}
/*Gallery*/
.gallery {
  text-align: center;
}
.gallery  > img {
  margin: .5em .5em .5em .5em;
}
.img-polaroid {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ddd;
}
.dialog,
.row .dialog,
.row-fluid .dialog,
.row-fluid [class*="span"].dialog:first-child {
  margin: 0px auto;
  margin-top: 5em;
  float: none;
  width: 400px;
}
.dialog input[type="checkbox"],
.row .dialog input[type="checkbox"],
.row-fluid .dialog input[type="checkbox"],
.row-fluid [class*="span"].dialog:first-child input[type="checkbox"] {
  margin: 0px;
}
.dialog .alert,
.row .dialog .alert,
.row-fluid .dialog .alert,
.row-fluid [class*="span"].dialog:first-child .alert {
  margin-bottom: 1em;
}
.dialog form,
.row .dialog form,
.row-fluid .dialog form,
.row-fluid [class*="span"].dialog:first-child form {
  margin-bottom: 0px;
}
.dialog .remember-me,
.row .dialog .remember-me,
.row-fluid .dialog .remember-me,
.row-fluid [class*="span"].dialog:first-child .remember-me {
  padding: .5em 0em 0em 0em;
}
input[type="text"],
input[type="password"] {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
/*Alerts*/
.alert {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: .5em 1em;
  margin-top: 1em;
  border: 1px solid #f2e187;
  background: #f7ecb5;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f7ecb5), color-stop(1, #fcf8e3));
  background: -ms-linear-gradient(bottom, #f7ecb5, #fcf8e3);
  background: -moz-linear-gradient(center bottom, #f7ecb5 0%, #fcf8e3 100%);
  background: -o-linear-gradient(bottom, #f7ecb5, #fcf8e3);
  filter: progid:dximagetransform.microsoft.gradient(startColorStr='#4d5b76', EndColorStr='#6c7a95');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fcf8e3',EndColorStr='#f7ecb5')";
}
.alert .close {
  right: -0.25em;
}
.alert.alert-error {
  border: 1px solid #712d2d;
  background: #963b3b;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #963b3b), color-stop(1, #b84c4c));
  background: -ms-linear-gradient(bottom, #963b3b, #b84c4c);
  background: -moz-linear-gradient(center bottom, #963b3b 0%, #b84c4c 100%);
  background: -o-linear-gradient(bottom, #963b3b, #b84c4c);
  filter: progid:dximagetransform.microsoft.gradient(startColorStr='#4d5b76', EndColorStr='#6c7a95');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#b84c4c',EndColorStr='#963b3b')";
  color: white;
  text-shadow: none;
}
.alert.alert-info {
  border: 1px solid #85c5e5;
  background: #afd9ee;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #afd9ee), color-stop(1, #d9edf7));
  background: -ms-linear-gradient(bottom, #afd9ee, #d9edf7);
  background: -moz-linear-gradient(center bottom, #afd9ee 0%, #d9edf7 100%);
  background: -o-linear-gradient(bottom, #afd9ee, #d9edf7);
  filter: progid:dximagetransform.microsoft.gradient(startColorStr='#4d5b76', EndColorStr='#6c7a95');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#d9edf7',EndColorStr='#afd9ee')";
}
.alert.alert-success {
  border: 1px solid #a3d48e;
  background: #c1e2b3;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #c1e2b3), color-stop(1, #dff0d8));
  background: -ms-linear-gradient(bottom, #c1e2b3, #dff0d8);
  background: -moz-linear-gradient(center bottom, #c1e2b3 0%, #dff0d8 100%);
  background: -o-linear-gradient(bottom, #c1e2b3, #dff0d8);
  filter: progid:dximagetransform.microsoft.gradient(startColorStr='#4d5b76', EndColorStr='#6c7a95');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#dff0d8',EndColorStr='#c1e2b3')";
}
/*Error Pages*/
.http-error {
  margin-top: 5em;
  text-align: center;
  color: #444;
}
.http-error h1 {
  font-size: 5em;
  line-height: 1em;
  text-shadow: 1px 1px 0px #fff;
  color: #444;
}
.http-error p {
  margin: 0px;
}
.http-error .info {
  font-size: 2em;
  line-height: 1.5em;
  margin-bottom: 1em;
}
.http-error i {
  font-size: 3em;
  line-height: .75em;
  text-shadow: 1px 1px 0px #fff;
}
/*Tabs*/
.nav-tabs  > li {
  margin-left: 0;
}
.nav-tabs  > li  > a {
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #555555;
}
/*Model*/
.modal {
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.modal.small {
  width: 400px;
  margin: -170px 0 0 -200px;
}
.modal .modal-icon {
  vertical-align: middle;
  font-size: 4em;
  float: left;
  margin-right: .25em;
}
.modal:focus {
  outline: none;
}
.modal .modal-header h3 {
  font-size: .95em;
}
.modal .modal-footer {
  padding: .5em;
}
.modal .modal-body {
  padding: 2em;
}
.modal p {
  margin: 0em;
  line-height: 1.5em;
}
.view_fsr_main {
	float:left;
	width:48%;
	padding-left:1%;
	padding-right:1%;
	margin-bottom:10px;
}
.view_fsr_main td {
	line-height:20px;
	font-size:13px;
	color:#333;
	padding:5px;
	border-top:1px solid #cccccc;
	border-collapse:collapse;
}
/*Search*/
.search-well div {
  margin: 1em 0em 1.5em 0em;
}
.search-well label {
  margin-bottom: 0px;
  vertical-align: middle;
}
/*Table of Contents*/
.toc {
  margin-bottom: 2em;
}
.toc h3 {
  font-size: 1em;
  margin-top: 0em;
  padding-top: 0em;
  line-height: 1.4em;
}
.toc h4 {
  color: #555;
  font-size: 1em;
  margin-top: 0em;
  padding-top: 0em;
  line-height: 1.4em;
  margin-bottom: 0em;
  padding-bottom: 0em;
}

/*Dashboard Stats*/
.stat-widget-container {
  text-align: center;
}
.stat-widget-container .stat-widget {
  width: 33%;
  float: left;
}
.stat-widget-container .stat-widget .stat-button {
 /*  margin-top: 1em;
  margin: 2em 1em; */
  position: relative;
}
.stat-widget-container .stat-widget .stat-button .title {
  font-size: 2em;
  font-weight: bold;
  color: #999;
}
.stat-widget-container .stat-widget .stat-button .detail {
  font-size: 1.5em;
  color: #555;
}
table.table.list tr:first-child td {
  border-top: 0px;
}
.tab_remote_wipe {
	width:300px;
	float:left;
}
.btn span.search{
	position:absolute;
	left:10px;
	width:10px;
	top:10px;
	height:10px;
	background:url(../images/search_btn.png) no-repeat;
	display:block;
}

/*dashboad_table_section*/
.dashboad_table_section {
	padding:20px 0px;
	position:relative;
	width:100%;
	overflow:hidden;
	height:auto;
}
.dashboad_table_section .divide_sec{
	float:left;
	width:33%;	
}
.dashboad_table_section .divide_sec .mar_width{
	margin:5px;
	border:1px solid #c2c2c2;
	height:110px;
}
.dashboad_table_section .divide_sec .bold{
	font-size:12px;
	font-weight:bold;
	line-height:16px;
	color:#333333;
	padding:5px;
	background:#eeeeee;
}
.dashboad_table_section .divide_sec .mar_width_txt{
	margin:8px;
}
.dashboad_table_section .divide_sec .txt{
	font-size:12px;
	line-height:24px;
	float:left;
	width:50%;
	color:#333333;
}

.dashboad_table_section .divide_sec .txt.right{
	text-align:right;
	font-weight:bold;
}
/* Tweaks for mobile */
@media (max-width: 641px) {
  .content {
    margin: 0em;
  }
  .sidebar-nav {
    float: none;
    width: auto;
    position: relative;
  }
  h1 {
    text-align: center;
  }
  .stats {
    text-align: center;
    margin-top: 1em;
  }
  .stats .stat {
    float: none;
    display: inline;
  }
  .stat-widget-container .stat-widget {
    font-size: .5em;
  }
  .ckeckbox_boxes_difine_width{
	float:left;
	width:150px;
	line-height:24px;
	font-size:12px;
	font-weight:normal;
}
.view_fsr_main{
	float:none;
	width:100%;
}
}

@media (max-width: 900px) {
  body.http-error {
    font-size: .75em;
  }
  body.http-error .error-message {
    padding: 0em 1em;
  }
}
@media (max-width: 851px) {
  .stat-widget-container .stat-widget {
    font-size: .75em;
  }
}
@media (max-width: 767px) {
  footer hr {
    margin-left: 0em;
    margin-right: 0em;
  }
}
@media (max-width: 604px) {
  body.http-error {
    font-size: .5em;
  }
}

.addleftcss{
border-left: 1px solid rgb(194, 194, 194) !important;
padding-left: 18px !important;
}


/*New CSS created on 25-09-13*/
html{
	overflow:hidden;
	overflow-y:scroll;
	}
body{
	overflow:hidden;
	}
.clear{
	clear:both;
	}
#header{
	top:0px;
	left:0px;
	z-index:999;
	}
.sidebar-nav{
	padding:52px 0;
	margin-top:0px;
	z-index:99;
	}
.content{
	padding-top:140px;
	padding-bottom:62px;
	min-width:auto;
	}
.content .header{
	margin-top:0px;
	top:48px;
	z-index:99;
	height:39px;
	}
.content .breadcrumb{
	margin-top:0px;
	top:89px;
	z-index:99;
	}
.content .container-fluid{}
footer{
	position:fixed;
	left:0px;
	bottom:0px;
	z-index:9999;
	width:100%;
	text-align:center;
	background:#fff;
	border-top:1px solid #ccc;
	box-shadow:0 0px 2px 0 #ccc;
	}
footer div.navbar{
	padding:10px;
	text-align:center;
	position:relative;
	}
footer .navbar p{
	margin:0px;
	}
	
.acme_leftP{
	position:relative;
	margin-right:300px;
	}
.acme_rightP{
	float:right;
	width:280px;
	}
#acme_ls{
	width:100%;
	margin:0 0 20px 0;
	}
#acme_status{
	width:100%;
	margin:0 0 20px 0;
	}
#acme_aan{
	width:100%;
	margin:0 0 20px 0;
	min-height:785px;
	}
.container-fluid{
	padding-top:0px!important;
	}
.acme_dtdp{
	position:relative;
	}
.acme_dtdp label{
	float:left;
	margin-right:20px;
	}
.acme_dtdp label .ui-datepicker-trigger{ margin:-10px 0 0 5px;}
.flwfx{
	float:left;
	margin-right:30px;
	word-break:break-all;
	word-wrap:break-word;
	}
.flwfx input[type='checkbox']{ margin-top:-2px;}
.acme_aups{
	float:left;
	width:20%;
	}
.acme_aupsGraph{
	float:left;
	width:80%;
	}
.acme_aups .acmeaup_Box{
	margin-right:10px;
	position:relative;
	border:1px solid #ccc;
	}
.acme_aupsGraph .acmeaup_Box{
	padding-left:10px;
	}
	
@media (max-width: 640px) {
  #header,footer,.content .header,.content .breadcrumb{
	  position:relative;
	  top:auto;
	  left:auto;
	  bottom:auto;
	  }
  .sidebar-nav{
	  padding:0px;
	 }
  .content{
	  padding-top:0px;
	  border-left:0px;
	  }
  .content .header{
	  padding:0px;
	  }
   .acme_leftP{
	position:relative;
	margin-right:0px;
	}
	.acme_rightP{
	position:relative;
	width:100%;
	float:none;
	}
	.tab-width .left_part{
	width:100%;
	float:none;	
		}
	.tab-width .right_part{
	width:100%;
	float:none;
	}
	.well {
	max-width:100%;
	float:none;
	}
	
	#acme_aan{
	width:100%;
	min-height:inherit;
	}

	.content .stat-widget-container .stat-widget{
		float:none;
		width:100%;
	}
	.acme_aups{
		float:none;
		width:100%;
		}
	.acme_aupsGraph{
		float:none;
		width:100%;
		}
	.acme_aups .acmeaup_Box{
		margin-right:0;
		position:relative;
		border:1px solid #ccc;
		}
	.acme_aupsGraph .acmeaup_Box{
		padding-left:0;
		}
	
	.tab_remote_wipe {
	width:auto;
	float:none;
}

.dialog{
  float: none !important;
  width:96% !important;
  padding:2% !important;
}
footer {
    background: none repeat scroll 0 0 #FFFFFF;
    border-top: 1px solid #CCCCCC;
    bottom: 0;
    box-shadow: 0 0 2px 0 #CCCCCC;
    left: 0;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 9999;
}
.well {
	float:none;
	width:98%;
}
.btn-primary.mar{
margin-top:10px;
} 
.acme_aupsGraph .acmeaup_Box{
	padding-top:10px;
	}
.pagination{
	float:none;
	width:auto;
}
.pagination ul > li a {
  float: left;
  padding: 0 9px !important;
}
}
@media (max-width: 930px) {
	.dashboad_table_section .divide_sec{
	float:none !important;
	width:100% !important;	
}
}

@media (max-width: 1180px) {
	.dashboad_table_section .divide_sec{
	float:left;
	width:50%;	
}
}

.card-box{
    /*background-clip: padding-box;
    border-top: 1px solid rgb(244, 248, 251);
    border-radius: 5px;
    box-shadow: 0 1px 1px rgb(224, 222, 220);*/
    margin-bottom: 20px;
    padding: 20px;
    border: 1px solid rgb(231, 231, 239);
 
}

.widget-panel {
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 30px 20px 30px 30px;
    position: relative;
}
.bg-white {
    background-color: #ffffff !important;
}
.bar-widget .iconbox {
    background-clip: padding-box;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    height: 50px;
    margin-right: 20px;
    text-align: center;
    width: 50px;
}
.table-box .table-detail {
    display: table-cell;
    vertical-align: middle;
}

.icon-user-sign-left {
    background: rgba(0, 0, 0, 0) url("../images/user.png") no-repeat scroll left center / 60px 60px;
    color: blue;
    font-size: 25px;
    height: 60px;
    width: 60px;
}

.icon-farmer-sign-left {
    background: rgba(0, 0, 0, 0) url("../images/farmer.png") no-repeat scroll left center / 60px 60px;
    color: blue;
    font-size: 25px;
    height: 60px;
    width: 60px;
}

.icon-seed-sign-left {
    background: rgba(0, 0, 0, 0) url("../images/seed.png") no-repeat scroll left center / 60px 60px;
    color: blue;
    font-size: 25px;
    height: 60px;
    width: 60px;
}

.icon-chemical-sign-left {
    background: rgba(0, 0, 0, 0) url("../images/chemical.png") no-repeat scroll left center / 60px 60px;
    color: blue;
    font-size: 25px;
    height: 60px;
    width: 60px;
}
.count{
  font-size: 20px; font-weight: initial; color: rgb(93, 156, 236);
}
.countContent{
  font-weight: unset; font-size: 19px;color:#000;
}

#skills span {
    top: -23px;
    left: 2%;
    position: relative;
    color: #fff;
}

progress {
    background-color: #f3f3f3;
    border: 0;
    height: 1.5em;
    width: 100%;
}

progress::-webkit-progress-bar {
    background-color: #e0eaf0;
}

progress::-webkit-progress-value {
    background-color: #329ad1;
}

progress::-moz-progress-bar {
    background-color: #329ad1;
}



@mixin ellipsis(){
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    width: 100%;
}

@mixin icon-styles(){
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@mixin transform($transform){
  -webkit-transform: $transform;
  -moz-transform: $transform;
  -ms-transform: $transform;
  -o-transform: $transform;
  transform: $transform;
}

@media screen and (max-width: 479px) {
  .nav-tabs-responsive {
    > li {
      display: none;
      width: 23%;
      > a {
        @include ellipsis();
        width: 100%;
        text-align: center;
        vertical-align: top;
      }
      &.active {
        width: 54%;
        &:first-child {
          margin-left: 23%;
        }
      }
      &.active,
      &.prev,
      &.next {
        display: block;
      }
      &.prev,
      &.next {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
      }
      &.next > a,
      &.prev > a {
        -webkit-transition: none;
        transition: none;
        .text {
          display: none;
        }
        &:after,
        &:after {
          @include icon-styles();
        }
      }
      &.prev > a:after {
        content: "\e079";
      }
      &.next > a:after {
        content: "\e080";
      }
      &.dropdown {
        > a > .caret {
          display: none;
        }
        > a:after {
          content: "\e114";
        }
        &.active > a {
          &:after {
            display: none;
          }
          > .caret {
            display: inline-block;
          }
        }

        .dropdown-menu {
          &.pull-xs-left {
            left: 0;
            right: auto;
          }
          &.pull-xs-center {
            right: auto;
            left: 50%;
            @include transform(translateX(-50%));
          }
          &.pull-xs-right {
            left: auto;
            right: 0;
          }
        }
      }
    }
  }
}





.bs-example-tabs .nav-tabs {
  margin-bottom: 15px;
}

@media (max-width: 479px) {
  #narrow-browser-alert {
    display: none;
  }
}