/*
Created by: @themepixels
URL: http://themepixels.com/
*/

@import url('bootstrap.min.css');
@import url('bootstrap-override.css');
@import url('jquery-ui-1.10.3.css');
@import url('font-awesome.min.css');
@import url('animate.min.css');
@import url('animate.delay.css');
@import url('toggles.css');
@import url('chosen.css');
@import url('lato.css');
@import url('select2.css');
@import url('select2-bootstrap.css');

body {
   background: #1d2939;
   font-family: URWGeometric, Helvetica, sans-serif !important;
   line-height: 21px;
   color: #000;
   overflow: hidden;
}

body.notfound,
body.signin {
   background: #fff;
}

input,select,textarea {
   font-family: 'LatoRegular', 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, sans-serif !important;
	color: #636e7b;
}

a:focus, a:active { outline: none; }

h1,h2,h3,h4,h5 {
   font-family: 'LatoRegular', 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, sans-serif;
}

strong {
	font-family: 'LatoBold';
	font-weight: normal;
}

/* preloader */
#preloader {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: #e4e7ea; 
   z-index: 10000; 
}

#status {
   width: 30px;
   height: 30px;
   position: absolute;
   left: 50%; 
   top: 50%;
   margin: -15px 0 0 -15px;
   font-size: 32px;
}

/* signin */




/***** HEADER PANEL *****/
/************************/

.headerbar {
   border-left: 1px solid #eee;
   background: #fff;
}

.headerbar::after {
   clear: both;
   display: block;
   content: '';
}

.menutoggle {
    float: left;
    width: 50px;
    height: 50px;
    font-size: 22px;
    cursor: pointer;
    float: left;
    color:#da1c1e;
    border-right: 1px solid #eee;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.menutoggle:hover {
    color: #da1c1e;
    background-color: #f7f7f7;
}

.menutoggle .fa,
.menutoggle .glyphicon {
    margin: 14px 0 0 15px;
}


.searchform input {
   width: 250px;
   background: #fff url(../images/icon-search.png) no-repeat 95% center;
   float: left;
   padding: 18px 20px;
   border: 0;
   border-right: 1px solid #eee;
   -moz-border-radius: 0;
   -webkit-border-radius: 0;
   border-radius: 0;
   height: 50px;
   font-size: 14px;
}

.searchform input:focus {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #ddd;
}

.header-right {
   float: right;
}

.headermenu {
   list-style: none;   
}

.headermenu > li {
   display: inline-block;
   float: left;
	border-left: 1px solid #eee;
	position: relative;
}

.headermenu .dropdown-toggle {
   padding: 12px 10px;
   border-color: #fff;
	background: #fff;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	border: 0;
}

.headermenu .dropdown-toggle:hover,
.headermenu .dropdown-toggle:focus,
.headermenu .dropdown-toggle:active,
.headermenu .dropdown-toggle.active,
.headermenu .open .dropdown-toggle.dropdown-toggle {
   background: #f9f9f9;
   color: #333;
   -moz-box-shadow: none;
   -webkit-box-shadow: none;
   box-shadow: none;
}

.headermenu .dropdown-toggle img {
   vertical-align: middle;
   margin-right: 5px;
   width: 26px;
   -moz-border-radius: 50px;
   -webkit-border-radius: 50px;
   border-radius: 50px;
}

.headermenu .dropdown-toggle .caret {
   margin-left: 5px;
}

.headermenu .dropdown-menu {
   border: 0;
   margin-top: 0px;
	margin-right: -1px;
   -moz-border-radius: 2px 0 2px 2px;
   -webkit-border-radius: 2px 0 2px 2px;
   border-radius: 2px 0 2px 2px;
   -moz-box-shadow: 3px 3px 0 rgba(12,12,12,0.05);
   -webkit-box-shadow: 3px 3px 0 rgba(12,12,12,0.05);
   box-shadow: 3px 3px 0 rgba(12,12,12,0.05);
   padding: 5px;
}

.headermenu .dropdown-menu:after {
    border-bottom: 6px solid #1d2939;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    display: inline-block;
    right: 95px;
    position: absolute;
    top: -6px;
}

.headermenu .dropdown-menu li {
   display: block;
   margin: 0;
   float: none;
	background: none;
	padding: 15px 5px;
}

.headermenu .dropdown-menu-usermenu li {
	padding: 0;
}

.headermenu .dropdown-menu li a {
   color: #94989d;
   font-size: 13px;
   padding: 7px 10px;
   -moz-border-radius: 2px;
   -webkit-border-radius: 2px;
   border-radius: 2px;
   -moz-transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
}

.headermenu .dropdown-menu li a:hover {
   background: #da1c1e;
   color: #fff;
}

.headermenu .dropdown-menu li i {
   font-size: 11px;
   margin-right: 5px;
}

.headermenu .dropdown-menu-head {
   padding: 0;
   min-width: 300px;
}

.headermenu .tp-icon {
   padding: 12px 15px;
	height: 50px;
   font-size: 16px;
	background: #fff;
	color: #333;
	border-color: #fff;
	-moz-transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
}

.headermenu .tp-icon + .dropdown-menu:after {
	right: 17px;
}

.headermenu .chat-icon {
   border-right: 0;
}

.headermenu .dropdown-menu-usermenu {
   background: #1d2939;
	min-width: 200px;
}

.headermenu .dropdown-menu-head ul {
   border: 1px solid #ddd;
   border-top: 0;
	padding: 0 10px;
}

.headermenu .dropdown-menu-head li a {
   color: #333;
   padding: 0;
   opacity: 1;
}

.headermenu .dropdown-menu-head li a:hover {
   background: none;
   color: #428BCA;
	text-decoration: none;
}

.headermenu .btn-group {
	margin-bottom: 0;
}

.dropdown-list li {
   padding: 15px;
   overflow: hidden;
   border-bottom: 1px solid #eee;
}

.dropdown-list li:last-child {
   border-bottom: 0;
}

.dropdown-list .thumb {
   width: 36px;
   float: left;
}

.dropdown-list .thumb img {
   width: 100%;
   display: block;
   vertical-align: middle;
}

.dropdown-list .desc {
   margin-left: 45px;
   display: block;
}

.dropdown-list .desc h5 {
   font-size: 13px;
   margin-top: 7px;
}

.dropdown-list li:last-child {
	padding: 7px 5px;
}

.dropdown-list li .badge {
   float: right;
}

.user-list {
   width: 300px;
}

.gen-list li a {
   display: block;
}

.gen-list li a:hover {
   color: #333 !important;
   text-decoration: none;
}

.gen-list li .name {
	font-size: 13px;
   font-family: 'LatoBold','Lucida Grande', 'Lucida Sans Unicode', Helvetica, sans-serif;
   line-height: 21px;
   display: block;
}

.gen-list li .msg {
   font-size: 11px;
   line-height: normal;
   color: #999;
   display: block;
}


.items-save-btn {
    margin:5px 0px 5px 55px;
}

.items-save-btn-new {
    margin:5px 0px 5px 300px;
}
/***** LEFT PANEL *****/
/**********************/

.leftpanel {
   width: 255px;
   position: absolute;
   top: 0;
   left: 0;
   z-index: 9;
}

.sticky-leftpanel {
   position: fixed;
   height: 100%;
   overflow-y: auto;
}

.logopanel {
   padding:10px;
   background:#da1c1e;
}

.logopanel h1 {
    color: #fff;
    font-family: "LatoBold","Lucida Grande","Lucida Sans Unicode",Helvetica,sans-serif;
    font-size: 27px;
    font-weight: normal;
    line-height: 30px;
    margin: 25px auto;
}

.logopanel h1 span {
   color: #2b2a29;
    padding-left: 30px;
}

.leftpanelinner {
   padding:0px 0px;
}

.leftpanel .logopanel {
     background: #fff none repeat scroll 0 0;
    line-height:60px;
    min-height: 120px;
    padding: 0;
    text-align: center;
}

.leftpanel .logopanel h1 {
    color: #000;
    display: inline-block;
    font-family: "LatoBold","Lucida Grande","Lucida Sans Unicode",Helvetica,sans-serif;
    font-size: 19px;
    font-weight: normal;
    line-height:40px;
    margin: 0 auto;
    vertical-align: middle;
}

.leftpanel .searchform {
   display: none;
}

.leftpanel .searchform::after {
   content: '';
   display: block;
   clear: both;
}

.leftpanel .searchform input {
   padding: 10px;
   height: auto;
   width: 100%;
   margin: 5px 0 20px 0;
   -moz-border-radius: 2px;
   -webkit-border-radius: 2px;
   border-radius: 2px;
}

.leftpanel .userlogged {
   margin: 0;
   padding: 0;
   padding-bottom: 15px;
   margin-bottom: 15px;
   border-bottom: 1px solid rgba(255,255,255,0.1);
   display: none;
}

.leftpanel .userlogged .media-object {
   width: 40px;
   -moz-border-radius: 100px;
   -webkit-border-radius: 100px;
   border-radius: 100px;
   float: left;
   border: 2px solid #da1c1e;
   padding: 2px;
   margin-left: 2px;
}

.leftpanel .userlogged .media-body {
   margin-left: 50px;
   color: #ccc;
}

.leftpanel .userlogged .media-body h4 {
   font-size: 15px;
   margin: 0;
}

.leftpanel .userlogged .media-body span {
   font-style: italic;
   font-size: 11px;
   opacity: 0.5;
}

.sidebartitle {
   font-size: 11px;
   text-transform: uppercase;
   color: #999;
   margin-bottom: 10px;
}

.nav-bracket > li > a {
   color: #fff;
   padding: 7px 10px;
}

.nav-bracket > li > a
{
border-radius:0px;	
}

.nav-bracket > li > a:hover,
.nav-bracket > li > a:active {
   background-color:#da1c1e;
	color:#fff;
	-moz-box-shadow: 0 3px 0 rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 0 rgba(0,0,0,0.2);
	box-shadow: 0 3px 0 rgba(0,0,0,0.2);
}

.nav-bracket > li.nav-parent > a {
   background: transparent url(../images/minus.png) no-repeat 96% center; 
}

.nav-bracket > li.nav-parent > a:hover {
   background-color: #da1c1e;
	background-image: url(../images/plus-white.png);
}


.nav-bracket > li.nav-active > a {
   background-color: #1d2939;
	color: #fff;
	-moz-box-shadow: 0 3px 0 rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 0 rgba(0,0,0,0.2);
	box-shadow: 0 3px 0 rgba(0,0,0,0.2);
}

.nav-bracket > li.nav-active > a:hover {
	background-image: url(../images/minus.png);
}


.nav-bracket > li.active > a,
.nav-bracket > li.active > a > i,
.nav-bracket > li.active > a:hover,
.nav-bracket > li.active > a:focus {
   background-color: #da1c1e;
   color: #fff;
}

.nav-bracket > li.active > a {
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

.nav-bracket > li.nav-parent.active > a {
   background-image: url(../images/plus.png); 
}

.nav-bracket > li.nav-active.active > a {
   background-image: url(../images/minus.png); 
}

.nav-bracket > li.nav-active.active > a:hover {
   background-image: url(../images/minus.png); 
}

.nav-bracket li .fa,
.nav-bracket li .glyphicon {
   font-size: 16px;
   vertical-align: middle;
   margin-right: 10px;
   width: 16px;
   text-align: center;
   color:#8f939e;
}

.nav-bracket > li > a:hover i,
.nav-bracket > li > a:active i{
	color:#fff;	
}

.nav-bracket .children {
    background: #525e6e none repeat scroll 0 0;
    display: none;
    list-style: outside none none;
    margin: 1px 0;
    padding: 0;
}

.nav-bracket .children > li > a {
    border-bottom: 1px dashed #333;
    color: #fff;
    display: block;
    font-size: 13px;
    padding: 8px 20px 8px 27px;
   -moz-transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
}

.nav-bracket .children li:last-child a {
	 border-bottom:none;
	
}

.nav-bracket .children > li > a:hover,
.nav-bracket .children > li > a:active,
.nav-bracket .children > li > a:focus {
   text-decoration: none;
    background: #7f8b9b none repeat scroll 0 0;
    color: #fff;
}

.nav-bracket .children > li a:hover .fa{
	color:#fff;
}

.nav-bracket .children > li .fa {
   font-size: 12px;
   opacity: 0.5;
   margin-right: 5px;
   text-align: left;
   width: auto;
   vertical-align: baseline;
}

.nav-bracket .children > li.active > a {
    background: #7f8b9b none repeat scroll 0 0;
    color: #fff;
}



.nav-bracket .children > li.active .fa{
	color:#fff;
}

.nav-bracket .children ul {
   margin-left: 12px;
   border: 0;
}

.infosummary {
   margin-top: 30px;
}

.infosummary ul {
   padding: 0;
   margin: 20px 0 0;
   list-style: none;
   border-top: 1px solid rgba(255,255,255,0.05);
}

.infosummary li {
   padding: 10px 0;
   border-bottom: 1px solid rgba(255,255,255,0.05);
}

.infosummary li:after {
   clear: both;
   display: block;
   content: '';
}

.infosummary .datainfo {
   float: left;
   line-height: normal;
}

.infosummary .datainfo h4 {
   margin: 0;
   font-size: 16px;
   color: #fff;
   opacity: 0.7;
}

.infosummary span {
   font-size: 11px;
   line-height: normal;
   text-transform: uppercase;
   font-size: 10px;
   opacity: 0.4;
}

.infosummary .chart {
   float: right;
   margin-top: 5px;
   opacity: 0.6;
}



/***** MAIN PANEL *****/
/**********************/

.mainpanel {
   margin-left: 255px;
   background: #e4e7ea;
   min-height: 1000px;
}

.pageheader {
   padding: 15px;
   border-bottom: 1px solid #d3d7db;
   border-top: 1px solid #eee;
   background: #f7f7f7;
   position: relative;
}

.pageheader h2 {
   font-size: 24px;
   color: #1D2939;
   letter-spacing: -0.5px;
	margin: 0;
}

.pageheader .glyphicon,
.pageheader .fa {
    border: 2px solid #1d2939;
    border-radius: 50px;
    color: #da1c1e;
    font-size: 20px;
    margin-right: 8px;
    padding: 10px 12px;
}

.pageheader .fa.fa-pencil {
	padding: 6px 9px;
}

.pageheader .fa.fa-hand-o-up {
	padding: 6px 9px 6px 7px;
}

.pageheader .fa-file-o {
	padding: 6px 10px;
}

.pageheader .fa-user {
	padding: 6px 10px;
}

.pageheader .fa-file-text {
	padding: 6px 10px;
}

.pageheader .fa-map-marker {
   padding: 6px 12px;
}

.pageheader .fa-dollar {
   padding: 6px 12px;
}

.pageheader .fa-clock-o {
   padding: 6px 8px;
}

.pageheader h2 span {
   font-size: 13px;
   text-transform: none;
   color: #999;
   font-style: italic;
   vertical-align: middle;
   letter-spacing: 0;
}

.pageheader h2 span::before {
   content: '/';
   margin: 0 10px 0 5px;
   color: #ccc;
}

.pageheader .breadcrumb-wrapper {
	position: absolute;
	top: 14px;
	right: 25px;
}

.pageheader .breadcrumb-wrapper .label {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	display: inline-block;
	font-size:12px;
	padding:4px 0px 4px 8px;
}

.pageheader .breadcrumb {
	background: none;
	display: inline-block;
	padding: 0;
}

.pageheader .breadcrumb li.active {
	color: #333;
	font-size:12px;
	text-transform:uppercase;
}

.contentpanel {
   padding: 20px;
   position: relative;
}

.contentpanel::after {
	clear: both;
	display: block;
	content: '';
}

form .form-group:last-child {
   margin-bottom: 0;
}

.print_button_container .form-group{
	    margin-bottom: 15px !important;
		text-align:left;
}
.row-pad-5 {
	margin-left: -5px;
	margin-right: -5px;
}

.row-pad-5 [class*="col-lg"],
.row-pad-5 [class*="col-md"],
.row-pad-5 [class*="col-sm"] {
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
}

.subtitle {
	font-size: 13px;
	text-transform: uppercase;
	color: #333;
	font-family: 'LatoBold';
	margin-bottom: 15px;
	margin-top: 0;
}

p {
	margin-bottom: 10px;
}


/***** DASHBOARD *****/
/*********************/

.panel-stat {
	background: none;
}

.panel-stat .panel-heading {
	padding: 15px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.panel-stat .stat {
	color: #fff;
	max-width: 250px;
}

.panel-stat .stat img {
	text-align: center;
}

.panel-stat i {
	font-size: 30px;
	border: 1px solid #fff;
	padding: 15px;
	border-radius: 50px;
	opacity: 0.5;
}

.panel-stat .stat-label {
	text-transform: uppercase;
	font-size: 11px;
	opacity: 0.75;
	display: block;
	line-height: normal;
	margin-bottom: 2px;
}

.panel-stat h1 {
	margin: 0;
	line-height: 36px;
	font-family: 'Helvetica Neue', sans-serif;
	font-size: 38px;
}

.panel-stat h4 {
	margin: 0;
	font-family: 'Helvetica Neue', sans-serif;
}

.sublabel {
	display: block;
	font-size: 12px;
	margin-bottom: 2px;
}

.dashboard-datatable .dataTables_filter {
	float: left;
}


/***** FORM STYLES *****/
/***********************/


.ckbox,
.rdio {
	position: relative;
}

.ckbox input[type="checkbox"],
.rdio input[type="radio"] {
	opacity: 0;
}

.ckbox label,
.rdio label {
	padding-left: 10px;
	cursor: pointer;
	margin-bottom: 7px !important;
}

.ckbox label:before {
	width: 18px;
	height: 18px;
	position: absolute;
	top: 1px;
	left: 0;
	content: '';
	display: inline-block;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #bbb;
	background: #fff;
}

.ckbox input[type="checkbox"]:disabled + label  {
	color: #999;
}

.ckbox input[type="checkbox"]:disabled + label:before  {
	background-color: #eee;
}

.ckbox input[type="checkbox"]:checked + label::after  {
	font-family: 'FontAwesome';
	content: "\F00C";
	position: absolute;
	top: 0;
	left: 3.5px;
	display: inline-block;
	font-size: 11px;
	width: 16px;
	height: 16px;
	color: #fff;
}

.ckbox-default input[type="checkbox"]:checked + label:before {
	border-color: #999;
}

.ckbox-default input[type="checkbox"]:checked + label::after {
	color: #333;
}

.ckbox-primary input[type="checkbox"]:checked + label:before {
	border-color: #357EBD;
	background-color: #428BCA;
}

.ckbox-warning input[type="checkbox"]:checked + label:before {
	border-color: #EEA236;
	background-color: #F0AD4E;
}

.ckbox-success input[type="checkbox"]:checked + label:before {
	border-color: #da1c1e;
	background-color: #da1c1e;
}

.ckbox-danger input[type="checkbox"]:checked + label:before {
	border-color: #D43F3A;
	background-color: #D9534F;
}

.rdio label:before {
	width: 18px;
	height: 18px;
	position: absolute;
	top: 1px;
	left: 0;
	content: '';
	display: inline-block;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	border: 1px solid #bbb;
	background: #fff;
}

.rdio input[type="radio"]:disabled + label  {
	color: #999;
}

.rdio input[type="radio"]:disabled + label:before  {
	background-color: #eee;
}

.rdio input[type="radio"]:checked + label::after  {
	content: '';
	position: absolute;
	top: 5px;
	left: 4px;
	display: inline-block;
	font-size: 11px;
	width: 10px;
	height: 10px;
	background-color: #444;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}

.rdio-default input[type="radio"]:checked + label:before {
	border-color: #999;
}

.rdio-primary input[type="radio"]:checked + label:before {
	border-color: #428BCA;
}

.rdio-primary input[type="radio"]:checked + label::after {
	background-color: #428BCA;
}

.rdio-warning input[type="radio"]:checked + label:before {
	border-color: #F0AD4E;
}

.rdio-warning input[type="radio"]:checked + label::after {
	background-color: #F0AD4E;
}

.rdio-success input[type="radio"]:checked + label:before {
	border-color: #da1c1e;
}

.rdio-success input[type="radio"]:checked + label::after {
	background-color: #da1c1e;
}

.rdio-danger input[type="radio"]:checked + label:before {
	border-color: #D9534F;
}

.rdio-danger input[type="radio"]:checked + label::after {
	background-color: #D9534F;
}


pre {
	font-size: 12px;
	color: #C7254E;
	border: 1px solid #ddd;
	padding: 8px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: #fff;
}

label.error {
	color: #B94A48;
	margin-top: 2px;
}

.asterisk {
	color: #D9534F;
}

div.error {
	margin-bottom: 20px;
	display: none;
	position: relative;
}

div.error label.error {
	display: block;
	padding-left: 25px;
	position: relative;
}

div.error label.error:before {
	font-family: 'Glyphicons Halflings';
	content: '\e101';
	position: absolute;
	top: -2px;
	left: 0;
	font-size: 16px;
	color: #D9534F;
	display: inline-block;
}


/***** FORM WIZARD STYLES *****/
/**************************/


.basic-wizard .nav li a {
	background: #e4e7ea;
	border-bottom: 1px solid #ccc;
	color: #4A535E;
	border-right: 1px solid #ccc;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	opacity: 0.75;
}

.basic-wizard .nav li:last-child a {
	border-right: 0;
}

.basic-wizard .nav li a:hover {
	background-color: #f7f7f7;
	opacity: 1;
}

.basic-wizard .nav li.active a,
.basic-wizard .nav li.active a:focus,
.basic-wizard .nav li.active a:active {
	background: #fcfcfc;
	border-bottom-color: #fcfcfc;
	color: #333;
	opacity: 1;
}

.basic-wizard ul li a span {
	font-family: 'LatoBold', sans-serif;
}

.basic-wizard .pager {
	margin: 0;
	border-top: 1px solid #ddd;
	background: #f7f7f7;
	padding: 10px;
}

.basic-wizard .pager li a {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border-color: #357EBD;
	background-color: #428BCA;
	color: #fff;
}

.basic-wizard .pager li a:hover {
	background-color: #3276B1;
	border-color: #285E8E;
}

.basic-wizard .pager li.disabled a {
	background: #eee;
	color: #999;
	border-color: #ccc;
}

.basic-wizard .progress {
	height: 12px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.basic-wizard .nav-disabled-click li a:hover,
.basic-wizard .nav-disabled-click li a:active,
.basic-wizard .nav-disabled-click li a:focus {
	background-color: #E4E7EA;
	opacity: 0.75;
	color: #4A535E;
	cursor: default;
}

.basic-wizard .nav-disabled-click li.active a:hover,
.basic-wizard .nav-disabled-click li.active a:active,
.basic-wizard .nav-disabled-click li.active a:focus {
	background: #fcfcfc;
	color: #333;
	opacity: 1;
}

.basic-wizard .tab-content {
	-moz-box-shadow: none;
   -webkit-box-shadow: none;
   box-shadow: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}


.tab-pane::after {
	clear: both;
	display: block;
	content: '';
}


/***** UI ELEMENTS *****/
/***********************/

.btn-demo::after {
   clear: both;
   display: block;
   content: '';
}

.btn-demo .btn {
	float: left;
	margin: 0 10px 10px 0;
}

.fonticon-list {
	list-style: none;
	margin: 20px 0;
	padding: 0;
}

.fontawesome-list {
	list-style: none;
	padding: 0;
}

.fonticon-list li,
.fontawesome-list li {
	display: block;
	margin-bottom: 5px;
}

.fonticon-list li span,
.fontawesome-list li span {
	color: #333;
	vertical-align: middle;
	margin-right: 8px;
	min-width: 20px;
}

.tooltip-example .btn,
.popover-example .btn {
	margin: 0 5px 5px 0;
}

.tooltipflot {
	background-color: rgba(0,0,0,0.75);
	font-size: 11px;
	color: #fff;
	padding: 3px 10px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.jqstooltip{ 
   min-height: 25px;
	border: 0;
	min-width: 30px;
	height: auto !important;
	width: auto !important;
}

.tinystat {
	display: inline-block;
}

.tinystat .chart,
.tinystat .datainfo {
	display: inline-block;
	vertical-align: middle;
}

.tinystat .chart {
	margin-right: 5px;
}

.tinystat .text-muted {
	text-transform: uppercase;
	font-size: 10px;
}

.tinystat h4 {
	margin: 0;
	color: #333;
	font-family: 'LatoBold';
	line-height: normal;
	font-size: 16px;
}

.widget-quick-status-post .nav-tabs > li > a {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.widget-quick-status-post .panel-body {
	padding: 0;
}

.widget-messaging .panel-btns .panel-edit {
	padding: 15px 17px;
	opacity: 0.5;
	font-size: 24px;
	margin-top: -18px;
	margin-right: -20px;
	position: relative;
}

.widget-messaging .panel-btns .panel-edit:hover {
	opacity: 1;
}

.widget-messaging .panel-body {
	padding: 0;
}

.widget-messaging ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.widget-messaging ul li {
	padding: 15px;
	border-top: 1px solid #eee;
	background-color: #fff;
}

.widget-messaging ul li:hover {
	background-color: #fcfcfc;
}

.widget-messaging ul li:first-child {
	border-top: 0;
}

.widget-messaging .sender {
	font-size: 13px;
	color: #333;
	margin: 0;
	font-family: 'LatoBold';
	line-height: normal;
}

.widget-messaging ul li small {
	line-height: normal;
}

.widget-today .panel-heading,
.widget-time .panel-heading {
	height: 115px;
}

.widget-today .glyphicon,
.widget-today .fa {
	font-size: 72px;
	color: #fff;
	opacity: 1;
}

.widget-time .glyphicon,
.widget-time .fa {
	font-size: 60px;
	color: #fff;
	opacity: 1;
}
.widget-today .today,
.widget-time .today {
	line-height: normal;
	margin: 0;
	color: #333;
	font-family: 'LatoBold';
	font-size: 20px;
}

.widget-photoday .panel-body {
	padding: 0;
}

.widget-photoday .photoday img {
	width: 100%;
	display: block;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}

.widget-photoday .photo-details {
	padding: 15px;
}

.widget-photoday .photo-title {
	color: #333;
	font-size: 16px;
	margin: 0;
	font-family: 'LatoBold';
	line-height: normal;
}

.widget-photoday .photo-details small {
	display: block;
}

.widget-photoday .photo-meta {
	list-style: none;
	padding: 0;
	margin: 0;
	border-top: 1px solid #e3e3e3;
	background-color: #f7f7f7;
}

.widget-photoday .photo-meta li {
	display: table-cell;
	width: 1%;
	text-align: center;
	border-left: 1px solid #e3e3e3;
}

.widget-photoday .photo-meta li:first-child {
	border-left: 0;
}

.widget-photoday .photo-meta li a,
.widget-photoday .photo-meta li span {
	padding: 15px 10px;
	display: block;
	color: #999;
	font-size: 12px;
}

.widget-photoday .photo-meta li a:hover {
	color: #666;
	text-decoration: none;
}

.widget-bloglist .media {
	border-bottom: 1px solid #eee;
}

.widget-weather {
	overflow: hidden;
}

.widget-weather .panel-body {
	padding: 0;
	background-color: #1D2939;
}

.widget-weather .row {
	margin: 0;
}

.widget-weather .temp,
.widget-weather .weather {
	padding: 0;
}

.widget-weather .temp {
	background-color: #da1c1e;
	color: #fff;
	padding: 10px 0;
}

.widget-weather .temp h1 {
	font-size: 60px;
	font-family: 'LatoLight';
}

.widget-weather .temp h1 span {
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-left: -10px;
}

.widget-weather .temp h5 {
	text-transform: uppercase;
}

.widget-weather .weather-icon {
	color: #666;
	font-size: 60px;
	background-color: #fff;
	display: block;
	padding: 20px 0;
}

.widget-weather .weather > div {
	width: 50%;
	text-align: center;
	color: #fff;
	font-size: 14px;
	padding-top: 10px;
}

.widget-profile .panel-heading {
	position: relative;
}

.widget-profile .cover {
	position: absolute;
	top: 0;
	left: 0;
	height: 105px;
	overflow: hidden;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}

.widget-profile .cover img {
	width: 100%;
	display: block;
}

.widget-profile .panel-body {
	position: relative;
	padding: 0;
}

.widget-profile-img {
	position: relative;
	margin-top: 30px;
	margin-left: 15px;
}

.widget-profile-title {
	background: #428BCA;
	margin-top: -55px;
	padding: 15px 0 15px 120px;
	color: #fff;
}

.widget-profile-title h4 {
	font-size: 18px;
	margin: 0;
	line-height: normal;
}

.widget-profile-title small {
	line-height: normal;
}

.widget-profile blockquote {
	font-size: 18px;
	border-left: 0;
	margin: 0;
	color: #555;
	padding: 15px;
}

.widget-profile-title .fa {
	margin-right: 7px;
}

.widget-profile .row {
	margin: 0;
}

.widget-profile .row > div {
	padding: 0;
}

.widget-profile .row > div > span {
	display: block;
	border-right: 1px solid rgba(255,255,255,0.15);
	font-size: 14px;
	padding: 15px 10px;
	text-transform: uppercase;
	background: #1D2939;
	color: #fff;
}

.widget-profile .row > div:first-child span {
	-moz-border-radius: 0 0 0 3px;
	-webkit-border-radius: 0 0 0 3px;
	border-radius: 0 0 0 3px;
}

.widget-profile .row > div:last-child span {
	border-right: 0;
	-moz-border-radius: 0 0 3px 0;
	-webkit-border-radius: 0 0 3px 0;
	border-radius: 0 0 3px 0;
}

/***** EMAIL *****/
/*****************/

.btn-compose-email {
   padding: 10px 0;
   margin-bottom: 20px;
}

.nav-email > li > a > .badge {
   margin-top: 2px;
}

.nav-email > li > a {
   color: #444;   
}

.nav-email > li > a > i {
   width: 16px;
   text-align: center;
   margin-right: 10px;
}

.nav-email > li > a:hover {
   background-color: #d8dcdf;
}

.table-email {
   -moz-box-shadow: none;
   -webkit-box-shadow: none;
   box-shadow: none;
   border-bottom: 1px solid #eee;
   margin: 0;
   background-color: #f7f7f7;
}

.table-email tr.unread td {
   background-color: #fff;
}

.table-email tbody > tr > td {
   vertical-align: middle;
}

.table-email tr:hover {
  background-color: #eee;
  cursor: pointer;
}

.table-email tr.selected td {
   background-color: #eee;
}

.table-email .ckbox {
   width: 18px;
   height: 19px;
}

.table-email .ckbox input[type="checkbox"]:checked + label:after {
   top: 2px;
}

.table-email .star {
   color: #ccc;
}

.table-email .star-checked {
   color: #F0AD4E;
}

.table-email td:first-child {
   width: 30px;
}

.table-email td:nth-child(2) {
   width: 30px;
}

.table-email .media {
   margin: 0;
   padding: 0;
}

.table-email .media-object {
   width: 35px;
}

.table-email .media h4 {
   margin: 0;
   font-size: 14px;
   line-height: normal;
   font-family: 'LatoBold', sans-serif;
}

.table-email .media-meta {
   font-size: 11px;
   color: #999;
}

.table-email .email-summary {
   margin: 2px 0 0 0;
}

.table-email .email-summary strong {
   color: #333;
}

.read-panel {
   margin-top: 10px;
   border-top: 1px solid #eee;
   padding-top: 20px;
}

.read-panel .media-object {
   width: 35px;
}

.read-panel .media h4 {
   margin: 2px 0 0 0;
   font-size: 14px;
   line-height: normal;
}

.read-panel .media-meta {
   font-size: 12px;
}

.email-subject {
   color: #333;
}


/***** TABLES *****/
/******************/

.dataTables_length .chosen-container {
	min-width: 75px;
}

.dataTables_length .chosen-container-single .chosen-single {
	padding-right: 0;
}

.table-action {
	text-align: center;
}

.table-action-hide a {
	opacity: 0;
}

.table-action a,
.table-action-hide a {
	display: inline-block;
	margin-right: 5px;
	color: #666;
}

.table-action a:hover,
.table-action-hide a:hover {
	color: #333;
}

.table-action a:last-child,
.table-action-hide a:last-child {
	margin-right: 0;
}

/***** PAGES *****/
/*****************/

.external-event {
	background: #428BCA;
	margin-bottom: 5px;
	padding: 6px 10px;
	color: #fff;
	font-size: 13px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}


/* mediamanager */
.filemanager-options {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	background: #fcfcfc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 3px 0 rgba(12,12,12,0.03);
   -webkit-box-shadow: 0 3px 0 rgba(12,12,12,0.03);
   box-shadow: 0 3px 0 rgba(12,12,12,0.03);
}

.filemanager-options li {
	display: inline-block;
	padding: 12px 15px;
	border-right: 1px solid #eee;
	font-size: 12px;
	color: #666;
}

.filemanager-options li a {
	color: #666;
}

.filemanager-options li a.disabled {
	opacity: 0.5;
	cursor: default;
}

.filemanager-options li a.disabled:hover {
	text-decoration: none;
}

.filemanager-options li i {
	font-size: 14px;
	margin-right: 5px;
	color: #444;
}

.filemanager-options .ckbox label {
	margin: 0 !important;
}

.filemanager-options .filter-type {
	float: right;
	border-right: 0;
	border-left: 1px solid #eee;
}

.filemanager-options .filter-type a {
	display: inline-block;
	margin-right: 10px;
}

.filemanager-options .filter-type a:last-child {
	margin-right: 0;
}

.filemanager-options .filter-type a:first-child {
	margin-left: 10px;
}

.filemanager-options .filter-type a.active {
	text-decoration: underline;
	color: #2A6496;
}

.filemanager .thmb {
	border: 1px solid #fcfcfc;
	background: #fcfcfc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 10px;
	margin-bottom: 20px;
	position: relative;
	-moz-box-shadow: 0 3px 0 rgba(12,12,12,0.03);
   -webkit-box-shadow: 0 3px 0 rgba(12,12,12,0.03);
   box-shadow: 0 3px 0 rgba(12,12,12,0.03);
}

.filemanager .thmb.checked {
	border-color: #ccc;
}

.filemanager .thmb::after {
	clear: both;
	display: block;
	content: '';
}

.filemanager .ckbox {
	position: absolute;
	top: 15px;
	left: 15px;
	display: none;
}

.filemanager .fm-group {
	position: absolute;
	top: 15px;
	right: 15px;
	display: none;
}

.filemanager .fm-toggle {
	padding: 1px 4px;
	line-height: normal;
	background: #fff;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.filemanager .fm-menu {
	min-width: 120px;
}

.filemanager .fm-menu a {
	font-size: 12px;
	color: #333;
}

.filemanager .fm-menu i {
	margin-right: 7px;
	color: #999;
	width: 16px;
	font-size: 13px;
}

.filemanager .thmb-prev {
	background: #eee;
	overflow: hidden;
}

.filemanager .thmb-prev a {
	display: block;
}

.filemanager .fm-title {
	margin-bottom: 0;
	font-size: 13px;
}

.fm-sidebar {
	padding-left: 10px;
}

.fm-sidebar .subtitle a {
	color: #999;
	font-size: 11px;
}

.fm-sidebar .subtitle a:hover {
	text-decoration: none;
	color: #333;
}

.folder-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.folder-list li {
	display: block;
	border-bottom: 1px solid #ddd;
}

.folder-list li a {
	display: block;
	padding: 5px 0;
	color: #666;
}

.folder-list li a:hover {
	color: #333;
	text-decoration: none;
}

.folder-list li i {
	margin-right: 10px;
	width: 16px;
}

.fm-sidebar .tag-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.fm-sidebar .tag-list li {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.fm-sidebar .tag-list li a {
	display: block;
	padding: 2px 7px;
	font-size: 11px;
	background: #fcfcfc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #666;
}

.fm-sidebar .tag-list li a:hover {
	color: #fff;
	text-decoration: none;
	background: #428BCA;
}

/* profile */
.profile-name {
	margin: 0;
	margin-bottom: 10px;
	color: #333;
}

.profile-location,
.profile-position {
	font-size: 13px;
	margin-bottom: 3px;
}

.profile-location .fa,
.profile-position .fa {
	width: 16px;
	margin-right: 8px;
	text-align: center;
}

.profile-header {
	margin-bottom: 30px;
}

.profile-header .btn .fa {
	margin-right: 7px;
}

.profile-social-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.profile-social-list li {
	border-bottom: 1px solid #ddd;
	padding: 5px 0;
}

.profile-social-list li:first-child {
	padding-top: 0;
}

.profile-social-list li .fa {
	margin-right: 10px;
	width: 16px;
}

.activity-list {
	padding: 20px 10px;
}

.activity-list .act-media {
	border-bottom: 1px solid #eee;
}

.activity-list .act-thumb {
	width: 28px;
	vertical-align: middle;
}

.activity-list .act-media-body {
	line-height: 16px;
}

.activity-list .media-body p {
	line-height: 21px;
	font-size: 13px;
}

.activity-list .media-title {
	font-family: 'LatoBold';
	font-size: 15px;
	margin-bottom: 0;
}

.activity-list .blog-media {
	padding-bottom: 0;
}

.activity-list .blog-media .media-object {
	width: 120px;
	margin-right: 10px;
	margin-top: 5px;
}

.activity-list .blog-media .media-title {
	margin: 0;
}

.activity-list .img-single img {
	width: 50%;
}

.uploadphoto-list {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 20px;
}

.uploadphoto-list li {
	width: 20%;
	float: left;
}

.uploadphoto-list li a {
	display: block;
	margin-right: 5px;
}

.follower-list {
	padding: 10px;
}

.follower-list .media {
	border-bottom: 1px solid #eee;
}

.follower-list .btn .fa {
	margin-right: 5px;
}

.follower-list .media-object {
	margin-right: 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.follower-name {
	color: #333;
	margin: 0;
	font-size: 18px;
	margin-bottom: 5px;
}

.events {
	padding: 10px;
}

.events .subtitle {
	margin-bottom: 20px;
}

.events .media-object {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.events-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.events-list .event-body {
	font-size: 13px;
}

.event-body small {
	display: block;
}

.event-body small .fa {
	margin-right: 5px;
	width: 14px;
	text-align: center;
}

.event-body p {
	margin-top: 10px;
}

.event-title {
	margin: 0;
	margin-bottom: 5px;
	font-size: 16px;
	font-family: 'LatoBold';
	line-height: normal;
}

/* bloglist */
.blog-item {
	background: #fcfcfc;
	margin-bottom: 20px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 3px 0 rgba(12,12,12,0.03);
   -webkit-box-shadow: 0 3px 0 rgba(12,12,12,0.03);
   box-shadow: 0 3px 0 rgba(12,12,12,0.03);
	position: relative;
}

.blog-img img {
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}

.blog-details {
	padding: 15px;
}

.blog-title {
	font-family: 'LatoBold';
	margin: 0;
	font-weight: normal;
}

.blog-title a {
	color: #333;
}

.blog-meta {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 10px;
}

.blog-meta::after {
	clear: both;
	display: block;
	content: '';
}

.blog-meta li {
	float: left;
	padding: 0 5px;
	border-right: 1px solid #ddd;
	line-height: normal;
	font-size: 11px;
	margin-bottom: 5px;
}

.blog-meta li:first-child {
	padding-left: 0;
}

.blog-meta li:last-child {
	padding-right: 0;
	border-right: 0;
}

.blog-summary {
	font-size: 13px;
}

.blog-summary p {
	margin: 10px 0;
}

.blog-summary .btn {
	margin-top: 10px;
}

.blog-quote .quote {
	margin: 0;
	font-size: 18px;
	line-height: 24px;
}

.blog-quote .quote a {
	padding: 15px;
	background: #1d2939;
	color: #dadfe6;
	display: block;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	text-align: center;
}

.blog-quote .quote a:hover {
	text-decoration: none;
	background: #2c394c;
}

.blog-quote .quote-author {
	display: block;
	font-family: 'LatoRegular';
	opacity: 0.5;
}

.blog-quote .blog-meta {
	margin-top: 3px;
}

.blog-video {
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	overflow: hidden;
	height: 0;
	padding-top: 30px;
	padding-bottom: 56.25%;
	position: relative;
}

.blog-video iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	border: 0;
	top: 0;
	left: 0;
}

.blog-quote .quote-primary a {
	background-color: #428BCA;
}

.blog-quote .quote-primary a:hover {
	background-color: #357EBD;
}

.blog-quote .quote-success a {
	background-color: #da1c1e;
	color: #fff;
}

.blog-quote .quote-success a:hover {
	background-color: #da1c1e;
}

.blog-quote .quote-danger a {
	background-color: #D9534F;
	color: #fff;
}

.blog-quote .quote-danger a:hover {
	background-color: #D43F3A;
}

/* blog single */
.panel-blog .blog-img img {
	width: 100%;	
}

.blogsingle-title {
	font-family: 'LatoRegular';
	color: #333;
	margin: 0;
}

.blog-content {
	max-width: 975px;
}

.authorpanel {
	margin: 20px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 20px 0;
}

.authorpanel::after {
	clear: both;
	display: block;
	content: '';
}

.authorpanel .media {
	padding: 0;
}

.authorpanel .media-object {
	margin-right: 15px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.authorpanel p {
	margin-bottom: 0;
	font-size: 13px;
}

.blog-sidebar {
	font-size: 13px;
	padding-left: 5px;
	margin-top: 5px;
}

.sidebar-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.sidebar-list li {
	display: block;
	border-bottom: 1px solid #ddd;
}

.sidebar-list li a {
	padding: 7px 0;
	display: block;
}

.sidebar-list li i {
	display: inline-block;
	margin-right: 5px;
}

/* comment list */
.comment-list .media {
	border-bottom: 1px solid #ddd;
}

.comment-list .media-object {
	width: 60px;
	margin-right: 10px;
}

.comment-list h4 {
	margin: 0;
	color: #333;
	font-size: 16px;
}

.comment-list .media-body {
	font-size: 13px;
	position: relative;
}

.comment-list .reply {
	padding: 3px 8px;
	line-height: normal;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.comment-list .media-body p:last-child {
	margin-bottom: 0;
}

.comment-list .media-body .media:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

/* people directory */
.letter-list {
	list-style: none;
	padding: 0;
	margin: 0;
	-moz-box-shadow: 0 3px 0 rgba(12,12,12,0.03);
   -webkit-box-shadow: 0 3px 0 rgba(12,12,12,0.03);
   box-shadow: 0 3px 0 rgba(12,12,12,0.03);
}

.letter-list li {
	border-left: 1px solid #eee;
	display: table-cell;
	width: 1%;
}

.letter-list li:first-child {
	border-left: 0;
}

.letter-list li a {
	display: block;
	padding: 8px 0;
	text-align: center;
	text-transform: uppercase;
	background: #f7f7f7;
	-moz-transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
}

.letter-list li:first-child a {
	-moz-border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}

.letter-list li:last-child a {
	-moz-border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}

.letter-list li a:hover {
	color: #fff;
	background: #428BCA;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.people-item {
	background: #fcfcfc;
	padding: 20px;
	font-size: 13px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 3px 0 rgba(12,12,12,0.03);
   -webkit-box-shadow: 0 3px 0 rgba(12,12,12,0.03);
   box-shadow: 0 3px 0 rgba(12,12,12,0.03);
	margin-bottom: 20px;
}

.people-item .media {
	padding: 0;
}

.people-item .media-object {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-right: 10px;
	width: 110px;
	height: 110px;
}

.people-item .fa {
	margin-right: 5px;
}

.person-name {
	margin: 0 0 5px 0;
	color: #428BCA;
}

.people-item .social-list {
	margin-top: 10px;
	margin-bottom: 0;
	list-style: none;
	padding: 0;
}

.people-item .social-list::after {
	clear: both;
	display: block;
	content: '';
}

.people-item .social-list li {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.people-item .social-list li a {
	font-size: 16px;
	border: 1px solid #ddd;
	padding: 3px 5px;
	width: 30px;
	display: block;
	text-align: center;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color: #666;
}

.people-item .social-list li a:hover {
	background-color: #eee;
	color: #333;
}

.people-item .social-list li a .fa {
	margin-right: 0;
}

.notfoundpanel {
   text-align: center;
   margin-top: 10%;
   width: 600px;
   margin: 10% auto 0 auto;
}

.notfoundpanel h1 {
   font-size: 130px;
   font-family: 'LatoBold', sans-serif;
   color: #333;
   margin: 0;
   line-height: 130px;
}

.notfoundpanel h3 {
   color: #333;
   margin: 0;
}

.notfound h4 {
   font-size: 14px;
}

.notfoundpanel form {
   width: 350px;
   margin: 20px auto 0 auto;
}

.notfoundpanel .form-control {
   width: 250px;
   float: left;
}

/* search results */
.nav-sr li {
   border-bottom: 1px solid #ddd;  
}

.nav-sr li a {
   padding: 5px 0;
   color: #555;
}

.nav-sr li a:hover {
   background: none;
   color: #333;
}

.nav-sr li a i {
   margin-right: 5px;
}

.results-list .media {
   border-bottom: 1px solid #eee;
}

.results-list .media-object {
   width: 125px;
   margin-right: 10px;
}

.results-list .filename {
   margin: 0;
   font-size: 16px;
}

.results-list .media-body {
   line-height: 18px;
}


/* invoice */
.table-invoice {
   -moz-box-shadow: none;
   -webkit-box-shadow: none;
   box-shadow: none;
   border-bottom: 1px solid #eee;
   margin-top: 20px;
}

.table-invoice thead > tr > th {
   background: none;
}

.table-invoice thead > tr > th:last-child,
.table-invoice thead > tr > th:nth-child(3),
.table-invoice thead > tr > th:nth-child(2) {
   text-align: right;
}

.table-invoice tbody > tr > td:last-child,
.table-invoice tbody > tr > td:nth-child(3),
.table-invoice tbody > tr > td:nth-child(2) {
   width: 15%;
   text-align: right;
}

.table-total {
   -moz-box-shadow: none;
   -webkit-box-shadow: none;
   box-shadow: none;
   float: right;
}

.table-total > tbody > tr > td {
   border: 0;
}

.table-total > tbody > tr > td:last-child {
   border-bottom: 1px solid #ddd;
   width: 15%;
   text-align: right;
}

.table-total > tbody > tr > td:first-child {
   text-align: right;
   color: #333;
}

/* timeline */

.timeline-post .panel-body {
   padding: 0;
}

.timeline-post .form-control {
   border: 0;
   -moz-border-radius: 3px 3px 0 0;
   -webkit-border-radius: 3px 3px 0 0;
   border-radius: 3px 3px 0 0;
   resize: vertical;
}

.timeline-post .form-control:focus {
   -moz-box-shdow: none;
   -webkit-box-shadow: none;
   box-shadow: none;
}

.timeline-post .panel-footer {
   padding: 10px;
   background: #f7f7f7;
}

.timeline-btns {
   padding: 5px;
}

.timeline-btns a {
   display: inline-block;
   font-size: 14px;
   width: 20px;
   height: 20px;
   color: #ccc;
   text-align: center;
   margin-right: 5px;
}

.timeline-btns a:hover {
   color: #666;
}

.panel-timeline .panel-heading {
   padding: 10px 10px 6px 10px;
   border-bottom: 0;
}

.panel-timeline .panel-body {
   padding: 0 10px;   
}

.panel-timeline .panel-heading .media {
   margin: 0;
   padding: 0;
}

.panel-timeline .panel-heading .media-object,
.panel-timeline .panel-footer .media-object {
   width: 32px;
   border-radius: 1px;
}

.panel-timeline .panel-body .media {
   margin-top: 10px;
   padding-bottom: 10px;
}

.panel-timeline .panel-body .media-object {
   width: 150px;
}

.panel-timeline .panel-body h4 {
   font-size: 16px;
   margin-bottom: 5px;
   font-family: 'LatoBold', sans-serif;
}

.panel-timeline h4 {
   margin: 0;
   font-size: 13px;
   line-height: normal;
}

.panel-timeline .panel-footer {
   padding: 10px;
}

.panel-timeline .panel-footer .form-control {
   padding: 8px 10px;
   border-radius: 0;
}

.timeline-btns {
   padding: 10px;
}

.timeline-btns:after {
   clear: both;
   display: block;
   content: '';
}

.timeline-video {
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	overflow: hidden;
	height: 0;
	padding-top: 30px;
	padding-bottom: 56.25%;
	position: relative;
}

.timeline-video iframe {
   position: absolute;
   width: 100%;
   height: 100%;
   border: 0;
   top: 0;
   left: 0;
}

/* locked screen */

.lockedpanel {
   width: 250px;
   margin: 10% auto 0 auto;
   text-align: center;
}

.lockedpanel .loginuser {
   text-align: center;
}

.lockedpanel .loginuser img {
   -moz-border-radius: 100px;
   -webkit-border-radius: 100px;
   border-radius: 100px;
   background: rgba(255,255,255,0.4);
   padding: 5px;
}

.lockedpanel .locked {
   font-size: 42px;
   margin-bottom: 20px;
}

.lockedpanel .logged {
   margin-top: 20px;
}

.lockedpanel .logged h4 {
   margin: 0;
   font-size: 21px;
   color: #333;
}

.lockedpanel form {
   margin-top: 20px;
}

.lockedpanel form .btn {
   display: block;
   margin-top: 10px;
}

/* sign in */

.signinpanel {
   width: 780px;
   margin: 10% auto 0 auto;
}

.signinpanel .logopanel {
   float: none;
   width: auto;
   padding: 0;
   background: none;
}

.signinpanel .signin-info ul {
   list-style: none;
   padding: 0;
   margin: 20px 0;
}

.signinpanel .signin-info a {
   color: #333;
}

.signinpanel .form-control {
   display: block;
   margin-top: 15px;
}

.signinpanel .uname {
   background: #fff url(../images/user.png) no-repeat 95% center; 
}

.signinpanel .pword {
   background: #fff url(../images/locked.png) no-repeat 95% center; 
}

.signinpanel .btn {
   margin-top: 15px;
}

.signinpanel form {
   background: rgba(255,255,255,0.2);
   border: 1px solid #ccc;
   -moz-box-shadow: 0 3px 0 rgba(12,12,12,0.03);
   -webkit-box-shadow: 0 3px 0 rgba(12,12,12,0.03);
   box-shadow: 0 3px 0 rgba(12,12,12,0.03);
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
   padding: 30px;
}

.signinpanel form a {
   color: #666;
}

/* sign up */

.signuppanel {
   margin: 5% auto 0 auto;
   width: 780px;
}

.signuppanel .row {
   margin-left: -5px;
   margin-right: -5px;
}

.signuppanel .logopanel {
   float: none;
   width: auto;
   padding: 0;
   background: none;
}

.signuppanel .col-sm-6,
.signuppanel .col-sm-5,
.signuppanel .col-sm-3,
.signuppanel .col-sm-4 {
   padding-left: 5px;
   padding-right: 5px;
}

.signuppanel .signup-info {
   padding-right: 20px;
}

.signuppanel form {
   background: rgba(255,255,255,0.2);
   border: 1px solid #ccc;
   -moz-box-shadow: 0 3px 0 rgba(12,12,12,0.03);
   -webkit-box-shadow: 0 3px 0 rgba(12,12,12,0.03);
   box-shadow: 0 3px 0 rgba(12,12,12,0.03);
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
   padding: 30px;
}

.feat-list {
   margin-top: 20px;
}

.feat-list .fa {
   font-size: 20px;
   border: 2px solid #636e7b;
   padding: 4px 5px;
   -moz-border-radius: 100px;
   -webkit-border-radius: 100px;
   border-radius: 100px;
   float: left;
}

.feat-list h4 {
   margin-left: 45px;
   padding-top: 3px;
}

.feat-list p {
   margin-left: 45px;
}

.signup-footer {
   margin-top: 30px;
   padding-top: 10px;
   font-size: 12px;
}


/***** LEFT PANEL COLLAPSE *****/
/*******************************/


.leftpanel-collapsed .logopanel {
   display: none;
}

.leftpanel-collapsed .headerbar {
   margin-left: -50px;
}

.leftpanel-collapsed .leftpanel {
   width: 51px;
   top: 51px;
}

.leftpanel-collapsed .leftpanelinner {
   padding: 0;
   margin-top: 52px !important;
}

.leftpanel-collapsed .leftpanelinner .sidebartitle {
   display: none;
}

.leftpanel-collapsed .nav-bracket {
   margin: 5px;   
}

.leftpanel-collapsed .nav-bracket li a {
   text-align: center;
   -moz-border-radius: 2px;
   -webkit-border-radius: 2px;
   border-radius: 2px;
   padding: 10px;
   position: relative;
}

.leftpanel-collapsed .nav-bracket > li.nav-parent > a {
   background-image: none;
}

.leftpanel-collapsed .nav-bracket li a span {
   position: absolute;
   background: #fff;
   padding: 10px 10px 10px 5px;
   left: 40px;
   top: 0;
   min-width: 179px;
   text-align: left;
   z-index: 100;
   display: none;
   -moz-box-shadow: 0 3px 0 rgba(12,12,12,0.03);
   -webkit-box-shadow: 0 3px 0 rgba(12,12,12,0.03);
   box-shadow: 0 3px 0 rgba(12,12,12,0.03);
   -moz-border-radius: 0 2px 2px 0;
   -webkit-border-radius: 0 2px 2px 0;
   border-radius: 0 2px 2px 0;
}

.leftpanel-collapsed .nav-bracket .children li a span {
   position: static;
   background: #000;
   padding: 10px 10px 10px 5px;
   left: 0px;
   top: 0;
   min-width: 179px;
   text-align: left;
   z-index: 100;
   display: none;
   -moz-box-shadow: 0 3px 0 rgba(12,12,12,0.03);
   -webkit-box-shadow: 0 3px 0 rgba(12,12,12,0.03);
   box-shadow: 0 3px 0 rgba(12,12,12,0.03);
   -moz-border-radius: 0 2px 2px 0;
   -webkit-border-radius: 0 2px 2px 0;
   border-radius: 0 2px 2px 0;
}

.leftpanel-collapsed .nav-bracket .children li a span:hover {
	background: #da1c1e;
}

.leftpanel-collapsed .nav-bracket .children li a i{
	display:none;
	
}

.leftpanel-collapsed .nav-bracket  ul.children a{
	padding:0;
	font-size: 12px;	
}

.leftpanel-collapsed .nav-bracket  ul.children a:hover{
	padding:0;
	font-size: 12px;	
}

.leftpanel-collapsed .nav-bracket li.active a span {
   -moz-border-radius: 0 2px 0 0;
   -webkit-border-radius: 0 2px 0 0;
   border-radius: 0 2px 0 0;
}

.leftpanel-collapsed .nav-bracket ul {
   display: none;
}

.leftpanel-collapsed .nav-bracket > li.nav-hover > a {
   background: #fff;
   color: #1d2939;
}


.leftpanel-collapsed .nav-bracket > li.nav-hover.active > a {
   background: #da1c1e;
   color: #fff;
}

.leftpanel-collapsed .nav-bracket > li.nav-hover > a i{
   color: #da1c1e;
}

.leftpanel-collapsed .nav-bracket > li.nav-hover.active > a i{
   background: #da1c1e;
   color: #fff;
}

.leftpanel-collapsed .nav-bracket li.nav-hover a span {
   display: block;
}

.leftpanel-collapsed .nav-bracket li.nav-hover.active a span {
   background: #da1c1e;
   color: #fff;
}

.leftpanel-collapsed .nav-bracket li.nav-hover ul {
   display: block;
   position: absolute;
   top: 41px;
   left: 47px;
   margin: 0;
   min-width: 172px;
   background: #1d2939;
   z-index: 100;
   -moz-border-radius: 0 0 2px 0;
   -webkit-border-radius: 0 0 2px 0;
   border-radius: 0 0 2px 0;
   
}

.leftpanel-collapsed .nav-bracket ul a {
   text-align: left;
   padding: 6px 10px;
   padding-left: 0;
}

.leftpanel-collapsed .nav-bracket ul a:hover {
   background: none;
}

.leftpanel-collapsed .nav-bracket li a i {
   margin-right: 0;
}

.leftpanel-collapsed .mainpanel {
   margin-left: 52px;
}

.leftpanel-collapsed .infosummary {
   display: none;
}

.leftpanel-collapsed .sticky-leftpanel {
   overflow-y: visible;
}


/***** RIGHT PANEL STYLES *****/
/**************************/

.chat-view {
   margin-right: 240px;
}

.rightpanel {
   width: 240px;
   height: 100%;
   position: fixed;
   overflow-y: auto;
   overflow-x: hidden;
   top: 0;
   right: -240px;
   display: none;
}

.chat-view .rightpanel {
   display: block;
   right: 0;
}

.chat-relative-view {
   right: 240px;
}

.chat-relative-view .rightpanel {
   display: block;
   right: 0;
}

.rightpanel,
.rightpanel label {
   color: #999;
}

.rightpanel .nav-tabs {
   -moz-border-radius: 0;
   -webkit-border-radius: 0;
   border-radius: 0;
   background: #131d29;
   position: fixed;
   width: 240px;
}

.rightpanel .nav-tabs > li {
   display: table-cell;
   width: 1%;
}

.rightpanel .nav-tabs > li > a {
   padding: 15px 20px 16px 20px;
   -moz-border-radius: 0;
   -webkit-border-radius: 0;
   border-radius: 0;
   color: rgba(255,255,255,0.5);
}

.rightpanel .nav-tabs > .active > a,
.rightpanel .nav-tabs > .active > a:hover,
.rightpanel .nav-tabs > .active > a:focus {
   background: #1D2939;
   color: #fff;
}

.rightpanel .tab-content {
   background: none;
   -moz-box-shadow: none;
   -webkit-box-shadow: none;
   box-shadow: none;
   margin-top: 45px;
}

.chatuserlist {
   list-style: none;
   padding: 0;
   border-bottom: 1px dotted rgba(255,255,255,0.05);
}

.chatuserlist li {
   border-top: 1px dotted rgba(255,255,255,0.05);
}

.chatuserlist .media-thumb {
   -moz-border-radius: 50px;
   -webkit-border-radius: 50px;
   border-radius: 50px;
   border: 2px solid #999;
   padding: 3px;
   display: block;
}

.chatuserlist .media {
   margin: 10px 0;
   padding: 0;
}

.chatuserlist .online .media-thumb {
   border-color: #da1c1e;
}

.chatuserlist .media-object {
   width: 30px;
   -moz-border-radius: 50px;
   -webkit-border-radius: 50px;
   border-radius: 50px;
}

.chatuserlist .media-body {
   line-height: normal;
   padding-top: 7px;
}

.chatuserlist .media-body small {
   color: #666;
   display: block;
}

.chatuserlist .media-body strong {
   color: #bbb;
   font-size: 13px;
   margin-bottom: 4px;
   display: block;
}

.chatuserlist .badge {
   margin-top: 5px;
}

.rightpanel .pane-settings {
   font-size: 13px;
}


/***** ADDITIONAL STYLES *****/
/*****************************/


/* DROPDOWN */

.dropdown-menu-head {
   background: #fff
}

.dropdown-menu-head .title {
   background: #1d2939;
   color: #94989d;
   padding: 15px;
	text-transform: uppercase;
	font-size: 11px;
	margin: 0;
}


/* ICON */

.tp-icon {
   padding: 10px 20px;
   line-height: 20px;
   border-color: #ddd;
   position: relative;
}

.tp-icon .badge {
   position: absolute;
   font-size: 10px;
   font-weight: normal;
   right: 4px;
   top: 10px;
   line-height: 13px;
   background-color: #D9534F;
   -moz-border-radius: 2px;
   -webkit-border-radius: 2px;
   border-radius: 2px;
   padding: 2px 5px;
}

/* CHOSEN OVERRIDE */

.chosen-container-single .chosen-single div {
	width: 30px;
	border-left: 1px solid #ccc;
	background: #e4e7ea;
}

.chosen-container-single .chosen-single div b {
	background: url(../images/dropdown-arrow.png) no-repeat 8px 15px;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
	width: 30px;
	border-left: 0;
	background: #fff;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
	background-position: 8px -33px;
}

/* TIME PICKER */

.bootstrap-timepicker-widget.dropdown-menu {
	width: 230px;
}

/* COLOR PICKER */

.colorpicker-input {
	width: 200px;
	float: left;
}

.colorselector {
	margin-top: 4px;
}

/* STICKY HEADER */
.stickyheader .logopanel {
    position: fixed;
    top: 0;
    left: 0;
    width: 255px;
    z-index: 100;
}

.stickyheader .leftpanel {
    top:120px;
}

.stickyheader .sticky-leftpanel {
    top: 0;
}

.stickyheader .sticky-leftpanel .leftpanelinner {
    margin-top: 122px;
}

.stickyheader .headerbar {
    position: fixed;
    top: 0;
    left: 255px;
    width: 100%;
    z-index: 100;
    box-shadow: 0 1px rgba(0,0,0,0.05);
}

.stickyheader .mainpanel {
    padding-top: 50px;
}

.stickyheader .header-right {
    margin-right: 240px;
}

.stickyheader.leftpanel-collapsed .headerbar {
    left: 50px;   
}

.stickyheader.leftpanel-collapsed .header-right {
    margin-right: 0;
}

.stickyheader.chat-view .headerbar {
    right: 240px;
    width: auto;
}


/* CUSTOM STYLES */

.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
   margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb40 {
   margin-bottom: 40px;
}

.mr5 {
	margin-right: 5px;
}

.mr10 {
	margin-right: 10px;
}

.mr20 {
	margin-right: 20px;
}

.mr30 {
	margin-right: 30px;
}

.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.nomargin {
	margin: 0;
}

.border-right-0 {
   border-right: 0;
}

.border-left-0 {
   border-left: 0;
}

.nopadding {
	padding: 0;
}

.padding-top-0 {
	padding-top: 0;
}

.padding5 {
	padding: 5px;
}

.padding10 {
	padding: 10px;
}

.serif {
	font-family: 'Georgia, serif';
}

.italic {
	font-style: italic;
}

.dark {
	color: #333;
}

.width100p {
	width: 100%;
}

.width20 {
	width: 20px;
}

.width30 {
	width: 30px;
}







/* 19/03/16 Css Start Here */



.header_label_section
{
   float: left;
   padding:0px;
   border: 0;
   -moz-border-radius: 0;
   -webkit-border-radius: 0;
   border-radius: 0;
   height: 50px;
   font-size: 15px;	
   color:#333;
   margin-bottom:0px;
}

.header_label_section h1
{
font-size:15px;
margin-top:0px;
margin-bottom:0px;
line-height:50px;
border-right:solid #eee 1px;
text-align:center;
}

.header_sublabel_section
{
color:#da1c1e;	
}



.notification_bell_icon
{
text-align:center;	
}


.notification_bell_icon .tp-icon
{
background-color:transparent;
border-color:transparent;	
padding:0px;
}


.notification_bell_icon .tp-icon i
{
font-size:20px;	
line-height:50px;
}


.notification_bell_icon .tp-icon .badge {
   position: absolute;
   font-size: 10px;
   font-weight: normal;
   right:-10px;
   top: 10px;
   line-height: 13px;
   background-color: #D9534F;
   -moz-border-radius:5px;
   -webkit-border-radius:5px;
   border-radius:5px;
   padding:0px 5px;
}

.notification_bell_icon .tp-icon .badge-ph {
   position: absolute;
   font-size: 10px;
   font-weight: normal;
   right:25px;
   top: 10px;
   line-height: 13px;
   background-color: #D9534F;
   -moz-border-radius:5px;
   -webkit-border-radius:5px;
   border-radius:5px;
   padding:0px 5px;
   color:#ffffff;
}


.update_btn_section
{
background-color:#da1c1e;	
color:#fff;
border-color:#da1c1e;
margin-top:15px;
}


.update_btn_section:hover
{
background-color:#da1c1e;	
color:#fff;
border-color:#da1c1e;
}


.enter_new_password label
{
line-height:32px;
font-size:15px;
font-weight:bold;	
}


.no_padding_leftright
{
padding-left:0px !important;	
padding-right:0px !important;	
}


.no_padding_left
{
padding-left:0px !important;	
}

.no_padding_right
{
padding-right:0px !important;	
}


.dashboard_tab_section .active a
{
background-color:#da1c1e !important;	
color:#fff !important;
}


.dashboard_searchbtn_section
{
background-color:#da1c1e;
color:#fff;	
border-color:#da1c1e;
padding:8px 16px 9px 16px;
}


.dashboard_searchbtn_section:hover
{
background-color:#da1c1e;
color:#fff;	
border-color:#da1c1e;
}


.change_password_section .new_password_text
{
background:#fff url("../images/locked.png") no-repeat scroll 95% center	
}

.change_password_section p
{
margin-bottom:15px;	
font-weight:bold;
font-size:14px;
}

.update_btn_section
{
background-color:#da1c1e;	
color:#fff;
border-color:#da1c1e;
margin-top:15px;
}


.update_btn_section:hover
{
background-color:#da1c1e;	
color:#fff;
border-color:#da1c1e;
}


.change_password_section
{
   background: rgba(255,255,255,0.2);
   border: 1px solid #ccc;
   -moz-box-shadow: 0 3px 0 rgba(12,12,12,0.03);
   -webkit-box-shadow: 0 3px 0 rgba(12,12,12,0.03);
   box-shadow: 0 3px 0 rgba(12,12,12,0.03);
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
   padding: 30px;
}


.items_manager_section h1
{
font-size:18px;
color:#111;
}


.items_manager_content
{
  
   border: 1px solid #ccc;
   -moz-box-shadow: 0 3px 0 rgba(12,12,12,0.03);
   -webkit-box-shadow: 0 3px 0 rgba(12,12,12,0.03);
   box-shadow: 0 3px 0 rgba(12,12,12,0.03);
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
   margin-bottom:15px;
}


.items_manager_content a
{
    color: #000;
    line-height: 28px;
    font-size: 18px;
	display: block;
	padding:0px;	
    height:115px;
	background:#fff;
	text-decoration:none;
}

.leftpanel-collapsed .items_manager_content a{
	min-height:133px;
}


.items_manager_content span {
    float: left;
    line-height: 20px;
    padding: 35px 10px;
    width: 50%;
	font-size:15px;
}

.items_manager_content img {
    float:left;
    width:50%;
	height:100%;
}

.items_manager_content a:hover{
    color: #000;
	background:#fff;
}

.blue-bg a{
    background: #428bca;
    color: #fff;
}

.blue-bg a:hover{
    background: #1d2939;
    color: #fff;
}


.items_request_searchbox
{
margin-bottom:15px;	
}


.itemsrequest_searchbtn_section
{
background-color:#da1c1e;
color:#fff;	
border-color:#da1c1e;
padding:9px 16px 9px 16px;
}


.itemsrequest_searchbtn_section:hover
{
background-color:#da1c1e;
color:#fff;	
border-color:#da1c1e;
}


.request_itembtn_section
{
background-color:#5cb85c;
color:#fff;	
border-color:#5cb85c;
padding:8px 16px 9px 16px;
}


.request_itembtn_section:hover
{
background-color:#5cb85c;
color:#fff;	
border-color:#5cb85c;
}


.article_name_label
{
line-height:40px;
margin-bottom:0px;	
}


.items_request_tablehead th
{
background-color:#da1c1e !important;
color:#fff !important;	
}


.myorders_search_section
{
margin-bottom:15px;	
}


.myorders_table_container tr th
{
background-color:#da1c1e !important;
color:#fff !important;	
font-size:14px;
}


.payment_history_table tr th
{
background-color:#da1c1e !important;
color:#fff !important;
}


.myorders_acceptbtn_section
{
background-color:#5cb85c;
color:#fff;	
border-color:#5cb85c;	
}



.myorders_acceptbtn_section:hover
{
background-color:#5cb85c;
color:#fff;	
border-color:#5cb85c;	
}


.myorders_table_container tr td
{
    line-height: 27px !important;
    font-size: small;
}


.addoffer_btn_section
{
background-color:#5cb85c;
color:#fff;	
border-color:#5cb85c;
padding:8px 16px 9px 16px;
}


.addoffer_btn_section:hover
{
background-color:#5cb85c;
color:#fff;	
border-color:#5cb85c;
}


.back_btn_section
{
background-color:#5cb85c;
color:#fff;	
border-color:#5cb85c;
padding:8px 16px 9px 16px;
}


.back_btn_section:hover
{
background-color:#5cb85c;
color:#fff;	
border-color:#5cb85c;
}


.paymenthistory_heading_section h1
{
font-size:18px;
color:#111;
}


.profile_setting_container
{
background-color:#fcfcfc;	
}


.profile_setting_container
{
padding:15px 5px;	
}


.profile_setting_redtext
{
color:#da1c1e;	
}


.profile_setting_details h1
{
line-height:30px;
margin-top:0px;
margin-bottom:0px;
font-size:14px;	
}


.tablehead_tr th
{
background-color:#da1c1e !important;
color:#fff !important;	
}


.itemdetails_table_container .itemdetails_checkbox_section
{
line-height:21px !important;	
}


.my_orders_details h1
{
line-height:25px;
font-size:12px;
border-right:solid #eee 1px;	
}


.myorders_details_textright
{
float:right;
margin-right:20px;	
}


.my_orders_details hr
{
margin-top:0px;	
margin-bottom:0px;	
margin-right:20px;
}


.myorders_details_printbtn
{
background-color:#5cb85c;
color:#fff;	
border-color:#5cb85c;	
float:right;
margin-bottom:0px;
}


.myorders_details_acceptbtn
{
background-color:#5cb85c;
color:#fff;	
border-color:#5cb85c;	
float:right;
margin-bottom:15px;
}


.myorders_details_rejectbtn
{
background-color:#da1c1e;
color:#fff;	
border-color:#da1c1e;	
float:right;
margin-bottom:15px;
}



.myorders_details_printbtn:hover
{
background-color:#333;
color:#fff;	
border-color:#333;	
}


.myorders_details_acceptbtn:hover
{
background-color:#5cb85c;
color:#fff;	
border-color:#5cb85c;	
}


.myorders_details_rejectbtn:hover
{
background-color:#da1c1e;
color:#fff;	
border-color:#da1c1e;	
}


.offermanager_deletebtn_section
{
background-color:#da1c1e;
color:#fff;	
border-color:#da1c1e;	
}



.offermanager_deletebtn_section:hover
{
background-color:#da1c1e;
color:#fff;	
border-color:#da1c1e;	
}


.dashboard__table_head th
{
background-color:#da1c1e !important;
color:#fff !important;	
}


.addoffer_bagd_section
{
background-color:#fcfcfc;
padding-top:15px;
padding-bottom:15px;
}


.addoffer_submit_button
{
background-color:#da1c1e;
color:#fff;	
border-color:#da1c1e;		
margin-top:15px;
}

.addoffer_submit_button:hover
{
background-color:#da1c1e;
color:#fff;	
border-color:#da1c1e;		
}



/* New Css Start Here 29/03/16 */

.dashboard_tab_section li a
{
font-weight:bold;	
}


.usersdetails_table_container h1
{
font-size:14px;
margin-top:0px;
margin-bottom:0px;	
line-height:25px;	
}


.storesdetails_table_container h1
{
font-size:14px;
margin-top:0px;
margin-bottom:0px;	
line-height:25px;	
}


.storesdetails_table_container .storesdetails_checkbox_section
{
line-height:21px !important;	
}


.thankyou_page_section
{
background-color:#ffffff;	
padding-top:15px;
padding-bottom:15px;
}


.thankyou_page_section i
{
color:#da1c1e;
font-size:50px;	
text-align:center;
}


.thankyou_page_section h1
{
margin-top:0px;
margin-bottom:0px;
color:#000;
text-align:center;	
}



.thankyou_page_section p
{
margin-top:0px;
margin-bottom:0px;
color:#333;
text-align:center;	
line-height:25px;
}

.padding0{
padding:0px;
}

.input-group .form-control{
height: 40px;
}

.input-group-btn .btn {
    line-height: 20px;
}

.plus-minus-wrapper {
    display: inline-flex;
}

.btnPlus {
    border-radius: 0px;
    padding: 12px;
    line-height: 14px;
}

.btnMinus{
    border-radius: 0px;
    padding: 12px;
    line-height: 14px;
}

.plus-minus-wrapper .txtArticleQuantity {
    border-radius: 0px;
    height: 40px;
	text-align: center;
	width: 25%;
}


#searchtoggl:hover {
	text-decoration:none;
	cursor:pointer;
	

}

#searchtoggl:focus {
	text-decoration:none;

}

#searchtoggl i{
	border: 2px solid #a7a7a7;
    color: #a7a7a7;
    font-size: 20px;
    line-height: 18px;
    padding: 10px;
}


/** hidden search field **/
#searchbar {
  display: none;
  float: left;
  width: 100%;
  height: 62px;
  border-top: 1px solid #d8d8d8;
  padding-left: 25px;
  padding-right: 10px;
  z-index: 9999;
  background: #fff;
  -webkit-box-shadow: -1px 2px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: -1px 2px 2px rgba(0,0,0,0.2);
  box-shadow: -1px 2px 2px rgba(0,0,0,0.2);
  margin-bottom: 30px;
  position: relative;
}

.s {
    border: 0 none;
    color: #333;
    display: block;
    font-size: 16px;
    font-weight: normal;
    height: 60px;
    line-height: 60px;
    outline: medium none;
    padding: 0;
    width: 88%;
}

#searchsubmit {
  display: block;
  float: right;
  margin-top: 8px;
  background: #da1c1e;
  color: #fff;
  border: 0;
  outline: none;
  cursor: pointer;
  padding: 8px 16px 9px;
}



/* itemdetails_image_section Css Start Here 22/06/16 */

.itemdetails_table_container tr td.itemdetails_image_section
{
padding:0px;
}

.itemdetails_image_section ul
{
margin-bottom:0px;
}


.itemdetails_image_section ul li
{
vertical-align:top;
padding:0px;
}

.itemdetails_image_section ul li img
{
width:50px;
height:50px;
}


.itemdetails_image_section h1
{
font-size:14px;
margin-top:0px;
margin-bottom:0px;	
line-height:25px;
}


.itemdetails_table_container tr th
{
font-size:14px;
padding-top: 5px !important;
padding-bottom: 5px !important;
}


/* itemdetails_image_section Css End Here 22/06/16 */


/* New Css Start Here 22/06/16 */

.print_button_container i
{
padding-right:5px;
}

/* New Css End Here 22/06/16 */


/* New Css Start Here 23/06/16 */

.dashboard__table_head tr th
{
font-size:14px;
}

.dashboard__table_head tr td
{
font-size:14px;
}

.items_request_table tr th
{
font-size:14px;
}

.items_request_table tr td
{
font-size:14px;
}

.payment_history_table tr th
{
font-size:14px;
} 

.payment_history_table tr td
{
font-size:14px;
} 

.gift_section_container i
{
color:#5cb85c;
font-size:20px;
padding-right:5px;
}

.gift_section_container h1
{
margin-top:0px;
margin-bottom:0px;
font-size:18px;
line-height:50px;
color:#da1c1e;
}



/* New Css End Here 23/06/16 */













/***** MEDIA QUERIES *****/
/*************************/


@media screen and (max-width: 1024px) {
   
   body {
      position: relative;
   }
   
   .leftpanel {
      display: none;
   }
   
   .mainpanel {
      margin-left: 0;
      width:100%;
   }

   .leftpanel-collapsed .leftpanel {
      display: none;
   }
   
   .leftpanel-collapsed .mainpanel {
      margin-left: 0;
   }
   
   .leftpanel-collapsed .headerbar {
      margin-left: 0;
   }
   
   .leftpanel-show section {
      overflow-x: hidden;
   }
   
   .leftpanel-show .leftpanel {
     display: block;
   }
   
   .leftpanel-show .mainpanel {
      margin-left: 240px;
   }
   
   .stickyheader .headerbar {
      left: 0;
   }
   
   .stickyheader.leftpanel-show .headerbar {
      left: 240px;
   }
   
   .stickyheader.chat-relative-view .headerbar {
      right: 240px;
      left: auto;
   }
   
   .stickyheader .header-right {
      margin-right: 0;
   }
   
   .btn-demo {
      margin-bottom: 20px;
   }
   
   .leftpanelinner {
      padding: 5px 10px;
   }
   
   .leftpanelinner .searchform input {
      background: #131b26;
      border: 0;
   }

}

@media screen and (max-width: 767px) {
   
   .searchform {
      position: relative;
   }
   
   .headermenu li:nth-child(4) {
      display: none;
   }
   
   .leftpanel .searchform,
   .leftpanel .userlogged {
      display: block;
   }
   
   .breadcrumb-wrapper .label {
      display: none !important;
   }
   
   .breadcrumb-wrapper .breadcrumb {
      display: none;
   }
   
   .headermenu .dropdown-menu:after {
      display: none;
   }
   
   .rightpanel .nav-tabs.nav-justified > li > a,
   .rightpanel .nav-justified > li > a {
      margin-bottom: 0;
   }
   
   .panel-email .col-sm-3 {
      display: none;
   }
   

   
}

@media screen and (max-width: 640px) {

   .notfoundpanel {
      width: auto;
      padding: 0 20px;
   }
   
   .notfoundpanel h1 {
      font-size: 72px;
      line-height: 72px;
   }
   
   .notfoundpanel h3 {
      font-size: 14px;
      line-height: normal;
   }
   
   .notfound h4 {
      font-size: 12px;
      line-height: 18px;
   }
   
   .notfoundpanel form {
      width: auto;
   }
   
   .notfoundpanel .form-control {
      float: none;
      width: 100%;
   }
   
   .notfoundpanel .btn {
      margin-top: 10px;
      width: 100%;
   }
   
   .signinpanel,
   .signuppanel {
      margin: 0 auto;
      width: 480px;
      padding: 20px;
   }
   
   .signinpanel form {
      margin-top: 20px;
   }
   
   .signup-footer {
      margin-bottom: 10px;
   }
   
   .signuppanel .form-control {
      margin-bottom: 10px;
   }
   
   .signup-footer .pull-left,
   .signup-footer .pull-right {
      float: none !important;
      text-align: center;
   }
   
   .widget-quick-status-post .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%;
      margin-bottom: -5px;
   }
   
   .widget-quick-status-post .nav-tabs.nav-justified > li a {
      margin: 0;
   }
   
   .nav-tabs.nav-justified.nav-profile > li {
      float: none;
      margin-bottom: 0;
      display: table-cell;
      width: 1%;
   }
   
   .nav-tabs.nav-justified.nav-profile > li a {
      margin: 0;
      -moz-border-radius: 3px 3px 0 0;
      -webkit-border-radius: 3px 3px 0 0;
      border-radius: 3px 3px 0 0;
      
   }
   
   .dataTables_info {
      float: none !important;
      text-align: center;
      margin-bottom: 10px;
   }
   
   .dataTables_paginate {
      margin-bottom: 10px;
      text-align: center !important;
      float: none !important;
   }
   
   .paginate_disabled_previous,
   .paginate_enabled_previous,
   .paginate_disabled_next,
   .paginate_enabled_next {
      float: none !important;
   }
   
   .dataTables_filter,
   .dataTables_length {
      float: none !important;
      padding: 10px 0 0 10px;
      margin: auto !important;
      display: inline-block;
   }
   
   .table.dataTable th,
   .table.dataTable td {
      font-size: 13px;
      min-width: 150px;
   }
   
   .paging_full_numbers {
      min-width: 500px;
      margin: 0 0 10px 10px;
   }
   
   .paging_full_numbers:after {
      clear: both;
      display: block;
      content: '';
   }

}

@media screen and (max-width: 480px) {
   
   .signinpanel,
   .signuppanel {
      width: 360px;
   }
   
   .panel-email .pull-right {
      float: none !important;
   }
   
   .pageheader h2 {
      font-size: 18px;
   }
   
   .pageheader .glyphicon,
   .pageheader .fa {
      font-size: 18px;
   }
   
   .pageheader h2 span {
      font-size: 11px;
   }
   
   .fc-header td {
      display: block !important;
      text-align: center;
      width: 100%;
      border: 1px solid #eee;
      padding: 10px !important;
      margin-top: -1px;
   }
   
   .fc-button {
      padding: 2px 5px !important;
      margin: 0 !important;
   }
   
   .fc-header-title h2 {
      margin: 0 !important;
   }
   
   .filemanager-options li {
      padding: 5px 7px;
   }
   
   .filemanager-options .filter-type {
      display: block;
      float: none;
      border-top: 1px solid #eee;
   }
   
   .comment-list .media-object {
      width: 30px;
      padding: 2px;
   }
   
   .comment-list .media > .pull-left {
      margin: 0;
   }
   
   .comment-list h4 {
      font-size: 13px;
   }
   
   .comment-list .reply {
      font-size: 10px;
      padding: 2px 5px;
   }
   
   .comment-list .media-body {
      font-size: 12px;
      line-height: 18px;
   }
   
   .blog-content form {
      margin-bottom: 20px;
   }
   
   .letter-list {
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
   }
   
   .letter-list::after {
      clear: both;
      display: block;
      content: '';
   }
   
   .letter-list li {
      float: left;
      width: auto;
      display: inline-block;
   }
   
   .letter-list li a {
      display: block;
      padding: 2px 5px;
   }
   
   .btn-invoice:before {
      display: block;
      content: '';
      clear: both;
   }
   
   .btn-invoice .btn {
      display: block;
      width: 100%;
      margin-top: 10px;
   }
   
   .nav-tabs.nav-justified.nav-profile > li a {
      font-size: 13px;
      padding: 14px 10px;
   }
   
   #bloglist > div {
      padding: 0;
      margin: 0;
      float: none;
      width: auto;
   }
   
}

@media screen and (max-width: 360px) {
   
   .blog-title {
      font-size: 14px;
      line-height: 18px;
   }
   
   .blog-summary {
      font-size: 12px;
      line-height: 18px;
   }
   
   .blog-summary .btn {
      padding: 2px 5px;
      display: block;
      width: 100%;
   }
   
   .headermenu li:first-child .dropdown-menu {
      margin-right: -130px;
   }
   
   .headermenu li:nth-child(2) .dropdown-menu {
      margin-right: -85px;
   }
   
   .headermenu li:nth-child(3) .dropdown-menu {
      margin-right: -37px;
   }
   
   .nav-tabs.nav-justified.nav-profile > li {
      float: none;
      display: block;
      width: auto;
   }
   
   .blog-media .media-body {
      overflow: visible;
   }
   
   .follower-list .btn {
      display: block;
      margin: 0 0 5px 0;
      width: 100%;
   }
   
   .filemanager-options li {
      display: block;
      border-top: 1px solid #eee;
   }
   
   .filemanager-options li:first-child {
      border-top: 0;
   }
   
   .authorpanel .media-object {
      width: 80px;
      margin-right: 10px;
   }
   
   .people-item .media-object {
      width: 80px !important;
      height: 80px !important;
   }
   
   .pagination {
      margin-bottom: 20px;
   }
   
}

@media screen and (max-width: 320px) {
   
   .signinpanel,
   .signuppanel {
      width: 310px;
   }
   
}




@media only screen and (min-width:1px) and (max-width:767px)
{
.header_label_section
{
padding-left:0px;
}
	
.header_label_section h1
{
font-size:12px;
margin-top:0px;
margin-bottom:0px;
line-height:50px;
border-right:solid #eee 1px;
text-align:left;
}	

.header_label_container
{
padding-left:0px;	
}

	
}




@media only screen and (min-width:1px) and (max-width:767px)
{


.dashboard_searchbox_textbox
{
padding-left:0px;
padding-top:15px;
padding-bottom:15px;	
}


.dashboard_tab_section li
{
display:table-cell;	
}


.dashboard_tab_section li a
{
margin-bottom:0px !important;
font-weight:normal;
}


.dashboard_searchbtn_section
{
background-color:#da1c1e;
color:#fff;	
border-color:#da1c1e;
padding:7px 16px 9px 16px;
}

}







@media only screen and (min-width:1px) and (max-width:650px)
{
	
.header_label_section h1 {
    font-size: 13px;
    margin-top: 4px;
    margin-bottom: 0px;
    line-height: 19px;
    border-right: solid transparent 0px;
    text-align: center;
    padding: 5px;
}

.header_label_section .header_right_menu
{
padding-left:7px;
padding-right:0px;	
}



	
}



@media only screen and (min-width:359px) and (max-width:460px)
{
	
.dashboard_tab_section li a
{
margin-bottom:0px !important;
padding:6px 6px;
font-weight:normal;
}	

.header_label_section h1 {
        font-size: 15px;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 19px;
    border-right: solid transparent 0px;
    text-align: center;
    padding: 8px;
}

.req-article{
   margin-bottom:5px;
}

.my_orders_details h1{
border-right:none;
}

.myorders_details_rejectbtn{
    margin-bottom: 20px;
}

.plus-minus-wrapper .txtArticleQuantity {
    border-radius: 0px;
    height: 40px;
    text-align: center;
    width: 45px;
}
	
}



@media only screen and (min-width:1px) and (max-width:358px)
{
	
.dashboard_tab_section li a
{
margin-bottom:0px !important;
padding:12px 6px;
font-weight:normal;
font-size:12px;
}	

.header_label_section h1 {
    font-size: 13px;
    margin-top: 4px;
    margin-bottom: 0px;
    line-height: 19px;
    border-right: solid transparent 0px;
    text-align: center;
    padding: 5px;
}

.req-article{
   margin-bottom: 15px;
}

.my_orders_details h1{
border-right:none;
}

.myorders_details_rejectbtn{
    margin-bottom: 20px;
}

.plus-minus-wrapper .txtArticleQuantity {
    border-radius: 0px;
    height: 40px;
    text-align: center;
    width: 60px;
}
	
}


@media (max-width:1024px) {
.article_name_label {
    line-height: 20px;
    margin-bottom: 0px;
}

.nav-tabs.nav-justified > li {
    display: inline-block;
    margin: 20px 6px;
    width: 18.6%;
}

.nav-tabs.nav-justified > li:first-child{
	margin-left:0px;
}

.nav-tabs.nav-justified > li:last-child{
	margin-right:0px;
}

.nav-tabs > li > a {
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    color: #666;
    min-height: 120px;
    padding: 15px;
}

.nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0;
}

.nav-tabs {
    background:none; 
}

.items_manager_content a {
    display: block;
    font-size: 18px;
    line-height: 28px;
    min-height: 103px;
    padding: 0;
    text-decoration: none;
}

.items_manager_content span {
    float: left;
    line-height: 20px;
    padding: 25px 10px;
    width: 50%;
}

}


@media (max-width:768px) {
.article_name_label {
    line-height: 20px;
    margin-bottom: 0px;
}

.nav-tabs.nav-justified > li {
    display: inline-block;
    margin: 20px 7px;
    width: 18%;
}

.nav-tabs.nav-justified > li:first-child{
	margin-left:0px;
}

.nav-tabs.nav-justified > li:last-child{
	margin-right:0px;
}

.nav-tabs > li > a {
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    color: #666;
    min-height: 120px;
    padding: 15px;
}

.nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0;
}

.nav-tabs {
    background:none; 
}

.items_manager_content a
{
    line-height: 28px;
    font-size: 18px;
	display: block;
	padding:0px;	
    min-height:116px;
	text-decoration:none;
}

.signinpanel {
    margin: 10% auto 0;
    width: 400px;
}

.logopanel img {
    width: 50%;
}

.signinpanel .logopanel{
  text-align: center;
}

.logopanel h1{
  font-size: 20px;
}

.logopanel h1 span {
    color: #2b2a29;
    padding-left:0px;
}

}

@media screen and (max-width: 640px) {

 
.bottom-left-heading{
	display:none;	
}
.order-counter {
    font-size: 22px;
    line-height: 50px;
    min-height: 50px;
    text-align: center;
}

.nav-tabs > li > a {
    min-height: 100px;
    padding: 15px;
}

.s {
    width: 75%;
}

.items_manager_content a {
    display: block;
    font-size: 30px;
    line-height: 28px;
    height: 158px;
    padding: 0;
    text-decoration: none;
}


.items_manager_content img {
    float: right;
    width:50%;
	height:100%;
}

.signinpanel {
    margin: 10% auto 0;
    width: auto;
}

.logopanel img {
    width: 50%;
}

.signinpanel .logopanel{
  text-align: center;
}

.logopanel h1{
  font-size: 20px;
}

.logopanel h1 span {
    color: #2b2a29;
    padding-left:0px;
}


}



@media screen and (max-width: 480px) {
	
 .nav-tabs.nav-justified > li {
    display: inline-block;
    margin: 20px 3px;
    width: 18%;
 }
 
.bottom-left-heading{
	display:none;	
}
.order-counter {
    font-size: 22px;
    line-height: 50px;
    min-height: 50px;
    text-align: center;
}

.nav-tabs > li > a {
    min-height: 100px;
    padding: 15px;
}

.s {
    width: 75%;
}

.items_manager_content a {
    display: block;
    font-size: 20px;
    line-height: 28px;
    min-height: 116px;
    padding: 0;
    text-decoration: none;
}

.items_manager_content span {
    float: left;
    line-height: 25px;
    padding: 30px 25px;
    width: 50%;
}

.signinpanel {
    margin:0 auto 0;
    width: auto;
}

.logopanel img {
    width: 30%;
}

.signinpanel .logopanel{
  text-align: center;
}

.logopanel h1{
  font-size: 20px;
}

.signin-info .logopanel h1{
  font-size: 20px;
  margin:0;
}

.logopanel h1 span {
    color: #2b2a29;
    padding-left:0px;
}


}


@media screen and (max-width: 360px) {
  .s {
    border: 0 none;
    color: #333;
    display: block;
    font-size: 16px;
    font-weight: normal;
    height: 60px;
    line-height: 60px;
    outline: medium none;
    padding: 0;
    width: 78%;
}

.bottom-left-heading{
	display:none;	
}

.nav-tabs > li > a{
	min-height: 90px;
    padding: 10px;
}

.nav-tabs.nav-justified > li {
    display: inline-block;
    margin: 20px 1px;
    width: 18%;
}

.top-left-heading {
    min-height: 40px;
    text-align: center;
}

.order-counter {
    font-size: 14px;
    font-weight: 600;
    line-height: 35px;
    min-height: 35px;
    text-align: center;
}

.items_manager_content a {
    display: block;
    font-size: 14px;
    line-height: 28px;
    min-height: 105px;
    padding: 0;
    text-decoration: none;
}

.items_manager_content img {
    float: right;
    width: 50%;
}

.items_manager_content span {
    float: left;
    line-height: 18px;
    padding: 30px 25px;
    width: 50%;
}

.signinpanel {
    margin:0 auto 0;
    width: auto;
}

.logopanel img {
    width: 30%;
}

.signinpanel .logopanel{
  text-align: center;
}

.logopanel h1{
  font-size: 20px;
}

.signin-info .logopanel h1{
  font-size: 20px;
  margin:0;
}

.logopanel h1 span {
    color: #2b2a29;
    padding-left:0px;
}


}


@media screen and (max-width: 320px) {
  .s {
    border: 0 none;
    color: #333;
    display: block;
    font-size: 16px;
    font-weight: normal;
    height: 60px;
    line-height: 60px;
    outline: medium none;
    padding: 0;
    width: 78%;
}

.bottom-left-heading{
	display:none;	
}

.nav-tabs > li > a{
	min-height: 90px;
    padding: 10px;
}

.nav-tabs.nav-justified > li {
    display: inline-block;
    margin: 20px 1px;
    width: 18%;
}

.top-left-heading {
    min-height: 35px;
    text-align: center;
}

.order-counter {
    font-size: 14px;
    font-weight: 600;
    line-height: 35px;
    min-height: 35px;
    text-align: center;
}

.items_manager_content span {
    float: left;
    font-size: 16px;
    line-height: 20px;
    padding: 15px 10px;
    width: 50%;
}

.items_manager_content a {
    display: block;
    font-size: 18px;
    line-height: 28px;
    min-height: 92px;
    padding: 0;
    text-decoration: none;
}

.signinpanel {
    margin:0 auto 0;
    width: auto;
}

.logopanel img {
    width: 30%;
}

.signinpanel .logopanel{
  text-align: center;
}

.logopanel h1{
  font-size: 20px;
}

.signin-info .logopanel h1{
  font-size: 20px;
  margin:0;
}

.logopanel h1 span {
    color: #2b2a29;
    padding-left:0px;
}

}



/* Open 27-05-2016  By Sachin */

.span_loader {
    z-index: 999999999;
	background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
	position: absolute; width: 100%; height: 100%; top: 0; left: 0;
}

.span_loader img ::backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
}
.span_loader img {
    bottom: 0;
    margin: 0 auto;
    position: fixed;
    right: 50%;
    text-align: center;
    top: 50%;
    width: 50px;
    z-index: 999;
	opacity:0.8;
}


/* Close 27-05-2016  By Sachin */






/* New Css Start Here 17/06/16 */


.logo_address_section h1
{
color:#000;
display:inline-block;
font-family:"LatoBold","Lucida Grande","Lucida Sans Unicode",Helvetica,sans-serif;
font-size:19px;
font-weight:normal;
margin:0px auto;
vertical-align:middle;	
}


.logo_address_section h2
{
color:#333;
font-size:14px;
font-weight: normal;
margin: 0 auto;
line-height:25px;
}


.invoice_table_section
{
padding:25px 0px 5px 0px;	
}


.invoice_table_section h1
{
font-size:18px;
line-height:25px;	
color:#da1c1e;
font-weight:bold;
}


.invoice_table_section hr
{
border-color:#333;
margin-top:0px;
margin-bottom:0px;
}


.footer_container_section h1
{
margin-top:0px;
margin-bottom:0px;
color:#da1c1e;
font-size:25px;
text-align:center;
font-weight:bold;
}


.footer_container_section hr
{
margin-top:0px;	
}


.invoice_table_section table
{
background-color:transparent;
box-shadow:none;
}


.invoice_table_section .table tr th
{
color:#da1c1e;	
}


.invoice_table_section .table tr i
{
font-weight:normal;
padding-right:5px;	
}


.invoice_table_section .table thead tr th
{
background-color:#333;
color:#fff;
}


.invoice_table_section .table .border_bottom_section td
{
border-color:transparent;	
}


.invoice_table_section .table .background_box_section
{
border:solid #ccc 1px !important;		
color:#da1c1e;
font-weight:bold;
background-color:#f5f5f5;
}


.header_divider_line hr
{
margin-bottom:0px;	
}


.logo_address_section span
{
color:#da1c1e;	
}


.invoice_table_section .table .table_divider_row
{
height:25px;	
}


.invoice_table_section .table .total_amout_section
{
font-size:20px;	
}


.print_button_container
{
float:right;
text-align:right;	
}


.print_button_section
{
background-color:#da1c1e;
color:#fff;
}



/* New Css Start Here 18/06/16 */


.logo_address_section .table-responsive table tr td
{
border:transparent;	
}


.logo_address_section .table-responsive table tr th
{
border:transparent;	
}


.logo_address_section .table-responsive table
{
box-shadow:none;	
}




/*new dashboard design css by sopan*/

.top-left-heading{
	text-align:left;
	
}

.order-counter{
	font-size: 22px;
    line-height: 62px;
    min-height: 62px;
    text-align: center;
	
}

.bottom-left-heading{
	font-size: 11px;
    font-weight: normal;
    text-align: left;
	
}


.nav-tabs.nav-justified > li {
    display: inline-block;
    margin: 20px 7px;
    width: 18.6%;
}

.nav-tabs.nav-justified > li:first-child{
	margin-left:0px;
}

.nav-tabs.nav-justified > li:last-child{
	margin-right:0px;
}

.nav-tabs > li > a {
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    color: #666;
    min-height: 120px;
    padding: 15px;
}

.nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0;
}

.nav-tabs {
    background:none; 
}

.dashboard_tab_section a:hover {
    background-color: #da1c1e !important;
    color: #fff !important;
}


.itemdetails_table_container input {
    width:100%;
}

.itemdetails_table_container select {
    width:auto;
}


/************Checkbox*****************/

::-moz-selection {
 background: white;
}

::selection { background: white; }
 @-webkit-keyframes 
icon-beat {  0% {
 -webkit-transform: scale(2);
 -ms-transform: scale(2);
 transform: scale(2);
}
 100% {
 -webkit-transform: scale(1);
 -ms-transform: scale(1);
 transform: scale(1);
}
}
 @keyframes 
icon-beat {  0% {
 -webkit-transform: scale(2);
 -ms-transform: scale(2);
 transform: scale(2);
}
 100% {
 -webkit-transform: scale(1);
 -ms-transform: scale(1);
 transform: scale(1);
}
}



.custom-check-n-radio label {
 cursor: pointer;
    display: block;
    font-weight: normal;
    line-height: 0;
    padding: 8px 0 0;
    position: relative;
  -webkit-tap-highlight-color: transparent;
}

.custom-check-n-radio label:last-of-type {
    margin-right: -1rem;
}

.custom-check-n-radio label i {
  display: inline-block;
  height: 25px;
  position: relative;
  top: 6px;
  font-style: normal;
  color: #ccc;
}

.custom-check-n-radio label span {
  display: inline-block;
  margin-left: 5px;
  line-height: 25px;
  color: gray;
}

.custom-check-n-radio input[type="radio"],
.custom-check-n-radio input[type="checkbox"] { display: none; }

.custom-check-n-radio input[type="radio"] + i:before,
.custom-check-n-radio input[type="checkbox"] + i:before {
  font-family: 'FontAwesome';
  font-size: 28px;
  height: 25px;
  width: 25px;
  display: inline-block;
}

.custom-check-n-radio input[type="radio"]:checked + i,
.custom-check-n-radio input[type="checkbox"]:checked + i {
  position: relative;
  -webkit-animation: icon-beat 0.1s ease;
  animation: icon-beat 0.1s ease;
}

.custom-check-n-radio input[type="radio"]:checked + i + span,
.custom-check-n-radio input[type="checkbox"]:checked + i + span {
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.custom-check-n-radio input[type="radio"] + i:before { content: "\f10c"; }

.custom-check-n-radio input[type="radio"]:checked + i:before { content: "\f111"; }

.custom-check-n-radio input[type="radio"]:checked + i + span,
.custom-check-n-radio input[type="radio"]:checked + i:before { color: rgba(0, 128, 128, 0.5); }

.custom-check-n-radio input[type="checkbox"] + i:before { content: "\f096"; }

.custom-check-n-radio input[type="checkbox"]:checked + i:before { content: "\f046"; }

.custom-check-n-radio input[type="checkbox"]:checked + i + span,
.custom-check-n-radio input[type="checkbox"]:checked + i:before { color: rgba(0, 128, 0, 0.5); }

/***** MEDIA QUERIES *****/
/*************************/


@media screen and (max-width: 1024px) {
   
   body {
      position: relative;
   }
   
   .leftpanel {
      display: none;
   }
   
   .mainpanel {
      margin-left: 0;
      width:100%;
   }

   .leftpanel-collapsed .leftpanel {
      display: none;
   }
   
   .leftpanel-collapsed .mainpanel {
      margin-left: 0;
   }
   
   .leftpanel-collapsed .headerbar {
      margin-left: 0;
   }
   
   .leftpanel-show section {
      overflow-x: hidden;
   }
   
   .leftpanel-show .leftpanel {
     display: block;
   }
   
   .leftpanel-show .mainpanel {
      margin-left: 255px;
   }
   
   .stickyheader .headerbar {
      left: 0;
   }
   
   .stickyheader.leftpanel-show .headerbar {
      left: 255px;
   }
   
   .stickyheader.chat-relative-view .headerbar {
      right: 240px;
      left: auto;
   }
   
   .stickyheader .header-right {
      margin-right: 0;
   }
   
   .btn-demo {
      margin-bottom: 20px;
   }
   
   .leftpanelinner {
      padding: 5px 10px;
   }
   
   .leftpanelinner .searchform input {
      background: #131b26;
      border: 0;
   }

}

@media screen and (max-width: 767px) {


/* New Css Start Here 21/06/16 */

.signinpanel h1
{
display:none;
}

.signinpanel h4
{
display:none;
}

.signinpanel .logopanel
{
position:absolute;
right:40px;
top:20px;
text-align:right;
}

   
.signinpanel,
.signuppanel {
      margin: 0 auto;
      width: 480px;
      padding:10px 10px 0px 10px;
}
   
.logopanel img   
{
width:32%;
}
   
.signinpanel form 
{
   background: rgba(255,255,255,0.2);
   border: 1px solid #ccc;
   -moz-box-shadow: 0 3px 0 rgba(12,12,12,0.03);
   -webkit-box-shadow: 0 3px 0 rgba(12,12,12,0.03);
   box-shadow: 0 3px 0 rgba(12,12,12,0.03);
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
   padding:30px 30px 15px 30px;
}

.pageheader {
   padding:5px 10px;
   border-bottom: 1px solid #d3d7db;
   border-top: 1px solid #eee;
   background: #f7f7f7;
   position: relative;
}


.pageheader .breadcrumb-wrapper {
	position: absolute;
	top:4px;
	right: 25px;
}


.contentpanel {
   padding:5px 10px;
   position: relative;
}
	
 .nav-tabs.nav-justified > li {
    display: inline-block;
    margin:10px 5px;
    width: 18%;
 }
 
.dashboard__table_head tr th
{
font-size:12px;
} 

 
.dashboard__table_head tr td
{
font-size:12px;
} 


.items_manager_content span {
    float: left;
    line-height: 30px;
    padding: 30px 25px;
    width: 50%;
	font-size:16px;
	font-weight:bold;
}

.items_request_tablehead th
{
font-size:12px;
}

.payment_history_table tr th
{
font-size:12px;
}

.payment_history_table tr td
{
font-size:12px;
}

.offer_manager_container .form-group
{
margin-bottom:5px;
}

.addoffer_btn_section
{
float:right;
}

.back_btn_section
{
float:right;
}

.leftpanel .logopanel {
     background: #fff none repeat scroll 0 0;
    line-height:50px;
    min-height:50px;
    padding: 0;
    text-align: center;
}

.leftpanel .logopanel h1 {
    color: #000;
    display: inline-block;
    font-family: "LatoBold","Lucida Grande","Lucida Sans Unicode",Helvetica,sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height:50px;
    margin: 0 auto;
    vertical-align: middle;
}

.stickyheader .sticky-leftpanel .leftpanelinner {
    margin-top:50px;
}

.myorders_table_container tr th
{
font-size:12px;
}

.req-article{
   margin-bottom:5px;
}

.itemdetails_table_container tr th
{
font-size:12px;
}

.itemdetails_image_section h1
{
font-size:12px;
}


.items_request_table tr th
{
font-size:12px;
}

.items_request_table tr td
{
font-size:12px;
}



/* New Css End Here 21/06/16 */

   
   .searchform {
      position: relative;
   }
   
   .headermenu li:nth-child(4) {
      display: none;
   }
   
   .leftpanel .searchform,
   .leftpanel .userlogged {
      display: block;
   }
   
   .breadcrumb-wrapper .label {
      display: none !important;
   }
   
   .breadcrumb-wrapper .breadcrumb {
      display: none;
   }
   
   .headermenu .dropdown-menu:after {
      display: none;
   }
   
   .rightpanel .nav-tabs.nav-justified > li > a,
   .rightpanel .nav-justified > li > a {
      margin-bottom: 0;
   }
   
   .panel-email .col-sm-3 {
      display: none;
   }
   
   .signinpanel form {
      margin-top:0px;
   }
 
   
}

@media screen and (max-width: 640px) {

   .notfoundpanel {
      width: auto;
      padding: 0 20px;
   }
   
   .notfoundpanel h1 {
      font-size: 72px;
      line-height: 72px;
   }
   
   .notfoundpanel h3 {
      font-size: 14px;
      line-height: normal;
   }
   
   .notfound h4 {
      font-size: 12px;
      line-height: 18px;
   }
   
   .notfoundpanel form {
      width: auto;
   }
   
   .notfoundpanel .form-control {
      float: none;
      width: 100%;
   }
   
   .notfoundpanel .btn {
      margin-top: 10px;
      width: 100%;
   }

   

   
   .signup-footer {
      margin-bottom: 10px;
   }
   
   .signuppanel .form-control {
      margin-bottom: 10px;
   }
   
   .signup-footer .pull-left,
   .signup-footer .pull-right {
      float: none !important;
      text-align: center;
   }
   
   .widget-quick-status-post .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%;
      margin-bottom: -5px;
   }
   
   .widget-quick-status-post .nav-tabs.nav-justified > li a {
      margin: 0;
   }
   
   .nav-tabs.nav-justified.nav-profile > li {
      float: none;
      margin-bottom: 0;
      display: table-cell;
      width: 1%;
   }
   
   .nav-tabs.nav-justified.nav-profile > li a {
      margin: 0;
      -moz-border-radius: 3px 3px 0 0;
      -webkit-border-radius: 3px 3px 0 0;
      border-radius: 3px 3px 0 0;
      
   }
   
   .dataTables_info {
      float: none !important;
      text-align: center;
      margin-bottom: 10px;
   }
   
   .dataTables_paginate {
      margin-bottom: 10px;
      text-align: center !important;
      float: none !important;
   }
   
   .paginate_disabled_previous,
   .paginate_enabled_previous,
   .paginate_disabled_next,
   .paginate_enabled_next {
      float: none !important;
   }
   
   .dataTables_filter,
   .dataTables_length {
      float: none !important;
      padding: 10px 0 0 10px;
      margin: auto !important;
      display: inline-block;
   }
   
   .table.dataTable th,
   .table.dataTable td {
      font-size: 13px;
      min-width: 150px;
   }
   
   .paging_full_numbers {
      min-width: 500px;
      margin: 0 0 10px 10px;
   }
   
   .paging_full_numbers:after {
      clear: both;
      display: block;
      content: '';
   }

}

@media screen and (max-width: 480px) {
   
   .signinpanel,
   .signuppanel {
      width: 360px;
   }
   
   .panel-email .pull-right {
      float: none !important;
   }
   
   .pageheader h2 {
      font-size: 18px;
   }
   
   .pageheader .glyphicon,
   .pageheader .fa {
      font-size: 18px;
   }
   
   .pageheader h2 span {
      font-size: 11px;
   }
   
   .fc-header td {
      display: block !important;
      text-align: center;
      width: 100%;
      border: 1px solid #eee;
      padding: 10px !important;
      margin-top: -1px;
   }
   
   .fc-button {
      padding: 2px 5px !important;
      margin: 0 !important;
   }
   
   .fc-header-title h2 {
      margin: 0 !important;
   }
   
   .filemanager-options li {
      padding: 5px 7px;
   }
   
   .filemanager-options .filter-type {
      display: block;
      float: none;
      border-top: 1px solid #eee;
   }
   
   .comment-list .media-object {
      width: 30px;
      padding: 2px;
   }
   
   .comment-list .media > .pull-left {
      margin: 0;
   }
   
   .comment-list h4 {
      font-size: 13px;
   }
   
   .comment-list .reply {
      font-size: 10px;
      padding: 2px 5px;
   }
   
   .comment-list .media-body {
      font-size: 12px;
      line-height: 18px;
   }
   
   .blog-content form {
      margin-bottom: 20px;
   }
   
   .letter-list {
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
   }
   
   .letter-list::after {
      clear: both;
      display: block;
      content: '';
   }
   
   .letter-list li {
      float: left;
      width: auto;
      display: inline-block;
   }
   
   .letter-list li a {
      display: block;
      padding: 2px 5px;
   }
   
   .btn-invoice:before {
      display: block;
      content: '';
      clear: both;
   }
   
   .btn-invoice .btn {
      display: block;
      width: 100%;
      margin-top: 10px;
   }
   
   .nav-tabs.nav-justified.nav-profile > li a {
      font-size: 13px;
      padding: 14px 10px;
   }
   
   #bloglist > div {
      padding: 0;
      margin: 0;
      float: none;
      width: auto;
   }
   
}

@media screen and (max-width: 360px) {
   
   .blog-title {
      font-size: 14px;
      line-height: 18px;
   }
   
   .blog-summary {
      font-size: 12px;
      line-height: 18px;
   }
   
   .blog-summary .btn {
      padding: 2px 5px;
      display: block;
      width: 100%;
   }
   
   .headermenu li:first-child .dropdown-menu {
      margin-right: -130px;
   }
   
   .headermenu li:nth-child(2) .dropdown-menu {
      margin-right: -85px;
   }
   
   .headermenu li:nth-child(3) .dropdown-menu {
      margin-right: -37px;
   }
   
   .nav-tabs.nav-justified.nav-profile > li {
      float: none;
      display: block;
      width: auto;
   }
   
   .blog-media .media-body {
      overflow: visible;
   }
   
   .follower-list .btn {
      display: block;
      margin: 0 0 5px 0;
      width: 100%;
   }
   
   .filemanager-options li {
      display: block;
      border-top: 1px solid #eee;
   }
   
   .filemanager-options li:first-child {
      border-top: 0;
   }
   
   .authorpanel .media-object {
      width: 80px;
      margin-right: 10px;
   }
   
   .people-item .media-object {
      width: 80px !important;
      height: 80px !important;
   }
   
   .pagination {
      margin-bottom: 20px;
   }
   
}

@media screen and (max-width: 320px) {
   
   .signinpanel,
   .signuppanel {
      width: 310px;
   }
   
}





/* Print Css Start Here 12/07/16 */

.print_header_container
{
border-bottom:solid #eee 1px;
margin-bottom:15px;
}


.print_header_container .header_logo_section img
{
text-align:left;
}


.print_header_container .header_logo_section h1
{
font-size:16px;
font-weight:bold;
margin:0px;
line-height:30px;
color:#333;
}


.print_header_container .header_invoice_text h2
{
line-height:70px;
margin:0px;
font-size:20px;
color:#333;
text-align:center;
}


.print_header_container .header_date_text h2
{
line-height:70px;
margin:0px;
font-size:14px;
color:#333;
text-align:right;
}


.logo_address_section .table .background_box_section
{
border:solid #ccc 1px !important;		
color:#da1c1e;
font-weight:bold;
background-color:#f5f5f5;
}


.logo_address_section .table td .price_specification_left
{
text-align:left;
font-weight:bold;
line-height:25px;
}


.logo_address_section .table td .price_specification_right
{
margin-left:30px;
font-weight:bold;
text-align:right;
float:right;
line-height:25px;
}


.logo_address_section .table td i
{
margin-right:5px;
}

.invoice_table_section .table tr th
{
font-family:arial,helvetica,sans-serif;
font-weight:normal !important;
}







/* New Css Start Here 16/08/16 */


.breadcrumb .active
{
color:#da1c1e;
}


.breadcrumb .active a
{
color:#da1c1e;
}


.breadcrumb li a
{
color:#636e7b;
}


.req-article
{
margin-bottom:15px;	
}





/* New Css Start Here 19/08/16 */


.print_size_section
{
text-align:left;		
margin-bottom:15px;
}

.print_size_section label
{
margin-top:0px;
margin-bottom:0px !important;
}





/* New Css Start Here 22/08/16 */


.update_profile_arrow
{
font-size: 24px;
margin-right: 5px;
padding: 6px 7px;
border: 2px solid #1D2939;
-moz-border-radius: 50px;
-webkit-border-radius: 50px;
border-radius: 50px;
color:#da1c1e;
}


/******Sopan 21/9/2016***********/

/*.submit_items_details_btn{
	top: 65%;
    position: fixed;
    right: 20px;
    z-index: 2147483647;
}*/

.submit_items_details_btn{
	top: 65%;
    position: fixed;
    left: 45%;
    z-index: 2147483647;
}

.sticky_header_arrow{
    left: 95%;
    position: fixed;
    top: 7.5%;
    z-index: 2147483647;
}

.sticky_header_save{
    left: 96.2%;
    position: fixed;
    top: 3%;
    z-index: 2147483647;
    color:#da1c1e;
    cursor: pointer;
}

.items_details_submitbtn
{
    background-color: #da1c1e !important;
    border: medium none;
    border-radius: 50px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
    color: #fff !important;
    font-weight: bold;
    line-height: 15px;
/*    width: 90px;
    height: 90px;*/
    width: 60px;
    height: 60px;
}


.items_details_submitbtn:hover{
	background-color:#c6080a !important;
}

.items_details_submitbtn i{
	font-size:20px;
}

/**New Filter CSS 24/06/2017 **/

.new-filter-box-wrapper {
    background: #fff none repeat scroll 0 0;
    margin: 2px 10px;
    padding: 9px 0;
    z-index: 9;
}

.itemdetails_table_container td .form-group {
    margin-bottom: 0px;
    margin-left: 15px;
}

.itemdetails_table_container td .form-control {
    border-radius: 0px;
    padding: 5px;
}

.itemdetails_table_container td {
    margin-bottom: 0px;
    padding:1px !important;
    vertical-align: middle !important;
}

.serach-toggle-wrapper {
    margin: 16px 10px;
    position: relative;
    width: 100%;
}

.search-toggle {
    margin-bottom: 10px;
    position: fixed;
    text-align: center;
    top: 51px;
    z-index: 9;
}

.itemdetails_table_container td label{
	 margin-bottom: 0;
}

.filter-wrapper-box{
	position:relative;
}

.margin-bt8{
	margin-bottom:8px;
}

.table-responsive.item-de-list {
    position: relative;
}

#hdtable1{
    top: 0 !important;
    width: 100% !important;
    z-index: 999 !important;
}

#hdtable1 .table{
 width: 98.3% !important;
}

/*.font-family: URWGeometric,Helvetica,sans-serif;*/

#hdScrolltable1{
  overflow-x: hidden !important;
}

#ui-id-1, #ui-id-2, #ui-id-3, #ui-id-4{
    z-index: 9999 !important;
}

/*#c3Search{
    z-index: 9999 !important;
}*/

.filter-new-box .form-control {
    height: 35px;
}

.more-box-filter .form-control {
    height: 35px;
}

.more-box-filter {
    display: inline-block;
    margin-bottom: 3px;
    width: 100%;
}

.internal-page-breadcrumb .breadcrumb{
     background-color: #f5f5f5;
    border-radius: 4px;
    list-style: outside none none;
    margin-bottom: 5px;
    padding: 5px 15px;
}

.internal-page-breadcrumb .breadcrumb > li {
    display: inline-block;
    font-size: 13px;
}

.internal-page-breadcrumb {
    margin-top: 5px;
}

.menutoggle{
    position: relative;
   
}

/*.menutoggle:before {
position: absolute;
font-family: 'FontAwesome';
top: 30px;
left: -23px;
content: " close menu";
font-size: 13px;
width: 100px;

}*/

.leftpanel-collapsed .menutoggle:before {
 display: none;
}

.filter-new-box {
    margin-bottom: 5px;
}


@media screen and (max-width: 1024px) {
	
  .nav-tabs.nav-justified > li{
	margin: 10px 6px;
	
  }
	
    #hdtable1 .table{
     width: 100% !important;
    }	
    
    .sticky_header_arrow{
        left: 93%;
        position: fixed;
        top: 5%;
        z-index: 2147483647;
    }
    
    .sticky_header_save{
        left: 90%;
        position: fixed;
        top: 1%;
        z-index: 2147483647;
        cursor: pointer;
    }
    
    .sticky_header_arrow .fa-toggle-down{
        left: 95%;
        position: fixed;
        top: 1%;
        z-index: 2147483647;
    }
}


@media screen and (max-width: 768px) {
   .itemdetails_image_section ul li {
    float: left;
    padding: 0;
    vertical-align: top;
    width: 100%;
}

.itemdetails_image_section h1 {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 0;
    margin-top: 0;
}

/*   .submit_items_details_btn{
	top: 45%;
}*/

.submit_items_details_btn{
    top: 45%;
    left:30%;
}

.nav-tabs.nav-justified > li{
	margin: 10px 4px;
	
}

.menutoggle:before {
 display: none;
}

.reset-btn{
    padding: 6px;
}
	
}


@media screen and (max-width: 736px) {
	.submit_items_details_btn{
	top: 75%;
}

.items_manager_content a{
	height: 150px;
}

.items_manager_content span{
	font-size: 20px;
}

.itemdetails_image_section h1 {
    width: 260px;
}

.nav-tabs.nav-justified > li{
	margin: 10px 2px;
	width: 19%;
}


}

@media screen and (max-width: 667px) {
.itemdetails_image_section h1 {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 0;
    margin-top: 0;
    white-space: pre-line;
    width: 150px;
}
.itemdetails_table_container input {
    width: 60px;
}

.submit_items_details_btn{
	top: 75%;
}

.items_manager_content a{
	height: 140px;
}

.items_manager_content span{
	font-size: 20px;
}

.nav-tabs.nav-justified > li {
    margin: 10px 2px;
}

}

@media screen and (max-width: 640px) {
.itemdetails_image_section h1 {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 0;
    margin-top: 0;
    white-space: pre-line;
    width: 150px;
}
.itemdetails_table_container input {
    width: 60px;
}

.submit_items_details_btn{
	top: 70%;
}


}


@media screen and (max-width: 568px) {
	.submit_items_details_btn{
	top: 70%;
}

   .items_manager_content span{
	 font-size: 20px;
}

.itemdetails_image_section h1 {
    width: 90px;
}

.nav-tabs.nav-justified > li {
    margin: 10px 4px;
}
	
}


@media screen and (max-width: 480px) {
.itemdetails_image_section h1 {
     font-size: 12px;
    line-height: 16px;
    margin-bottom: 0;
    margin-top: 0;
    white-space: pre-line;
    width: 70px;
}
.itemdetails_table_container input {
    width: 50px;
}


.custom-check-n-radio label {
    cursor: pointer;
    display: block;
    font-weight: normal;
    line-height: 28px;
    padding: 0.5rem 0rem;
    position: relative;
}

.itemdetails_table_container tr td.itemdetails_image_section {
    padding: 8px 0;
}

.submit_items_details_btn{
	top: 60%;
}

}

@media screen and (max-width: 414px) {
	
.pageheader .glyphicon, .pageheader .fa {
    font-size: 13px;
}

.pageheader .glyphicon, .pageheader .fa {
    border: 1px solid #1d2939;
    border-radius: 50px;
    color: #da1c1e;
    font-size: 16px;
    margin-right: 8px;
    padding: 9px 10px;
}

#searchtoggl i {
    border: 2px solid #a7a7a7;
    color: #a7a7a7;
    font-size: 16px;
    line-height: 18px;
    padding: 6px 8px;
}

.pageheader .breadcrumb-wrapper {
    position: absolute;
    right: 8px;
    top: 4px;
}

.pageheader h2 {
    font-size: 16px;
}

.breadcrumb > li {
    display: inline-block;
    font-size: 11px;
}



    .item-de-list table {
      border: 0;
    }

    .item-de-list table thead {
      display: none;
    }

    .item-de-list table tr {
      margin-bottom: 10px;
      display: block;
      border-bottom: 2px solid #ddd;
    }

    .item-de-list table td {
      display: block;
      text-align: right;
      font-size: 13px;
      border-bottom: 1px dotted #ccc;
    }

    .item-de-list table td:last-child {
      border-bottom: 0;
    }

    .item-de-list table td:before {
      content: attr(data-label);
      float: left;
      text-transform: uppercase;
      font-weight: bold;
    }
	
	.item-de-list td {
    border-left: 1px solid;
    border-right: 1px solid;
    border-top: medium none !important;
}
	
	.itemdetails_image_section ul li {
    display: block;
    float: none;
    padding: 0;
    vertical-align: top;
    width: 100%;
}
	
	.itemdetails_image_section h1 {
    display: block;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0 10px 0 85px;
    white-space: pre-line;
    width: 100%;
}

.itemdetails_table_container input {
    float: right;
    height: 28px;
    padding: 0 10px;
    width: 70px;
}

.itemdetails_table_container select {
    float: right;
    height: 28px;
    padding: 0 10px;
    width: 70px;
}

.item-de-list td:first-child{
	background:#da1c1e;
	color:#fff;
}

.item-de-list{
	border:none;
}

.itemdetails_table_container tr td.itemdetails_image_section {
    padding: 8px 5px;
}

.item-de-list .form-group{
	margin-bottom:0;
}

.custom-check-n-radio label {
    cursor: pointer;
    display: block;
    font-weight: normal;
    line-height: 20px;
    padding: 0rem;
    position: relative;
}
.sr {
    background: #fff none repeat scroll 0 0;
    border-radius: 6px;
    color: #000;
    font-size: 14px;
    padding: 6px 20px;
}
	
   .submit_items_details_btn{
	top: 45%;
}

.items_manager_content a{
	height: 120px;
}

.items_manager_content span{
	font-size: 18px;
}

.nav-tabs > li > a {
    padding: 7px;
}

.nav-tabs.nav-justified > li{
	    width: 19%;
		 margin: 10px 0px;
}

	
}


@media screen and (max-width: 375px) {

.items_manager_content a{
	height: 120px;
}

.items_manager_content span{
    line-height: 20px;
	font-size: 18px;
}

.nav-tabs > li > a {
    padding: 9px;
}

.nav-tabs.nav-justified > li{
	    width: 19%;
		 margin: 10px 0px;
}



}


@media screen and (max-width: 360px) {
	
.pageheader .glyphicon, .pageheader .fa {
    font-size: 13px;
}

.pageheader .glyphicon, .pageheader .fa {
    border: 1px solid #1d2939;
    border-radius: 50px;
    color: #da1c1e;
    font-size: 16px;
    margin-right: 8px;
    padding: 9px 10px;
}

#searchtoggl i {
    border: 2px solid #a7a7a7;
    color: #a7a7a7;
    font-size: 16px;
    line-height: 18px;
    padding: 6px 8px;
}

.pageheader .breadcrumb-wrapper {
    position: absolute;
    right: 8px;
    top: 4px;
}

.pageheader h2 {
    font-size: 16px;
}

.breadcrumb > li {
    display: inline-block;
    font-size: 11px;
}



    .item-de-list table {
      border: 0;
    }

    .item-de-list table thead {
      display: none;
    }

    .item-de-list table tr {
      margin-bottom: 10px;
      display: block;
      border-bottom: 2px solid #ddd;
    }

    .item-de-list table td {
      display: block;
      text-align: right;
      font-size: 13px;
      border-bottom: 1px dotted #ccc;
    }

    .item-de-list table td:last-child {
      border-bottom: 0;
    }

    .item-de-list table td:before {
      content: attr(data-label);
      float: left;
      text-transform: uppercase;
      font-weight: bold;
    }
	
	.item-de-list td {
    border-left: 1px solid;
    border-right: 1px solid;
    border-top: medium none !important;
}
	
	.itemdetails_image_section ul li {
    display: block;
    float: none;
    padding: 0;
    vertical-align: top;
    width: 100%;
}
	
	.itemdetails_image_section h1 {
    display: block;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0 10px 0 85px;
    white-space: pre-line;
    width: 100%;
}

.itemdetails_table_container input {
    float: right;
    height: 28px;
    padding: 0 10px;
    width: 70px;
}

.itemdetails_table_container select {
    float: right;
    height: 28px;
    padding: 0 10px;
    width: 70px;
}

.item-de-list td:first-child{
	background:#da1c1e;
	color:#fff;
}

.item-de-list{
	border:none;
}

.itemdetails_table_container tr td.itemdetails_image_section {
    padding: 8px 5px;
}

.item-de-list .form-group{
	margin-bottom:0;
}

.custom-check-n-radio label {
    cursor: pointer;
    display: block;
    font-weight: normal;
    line-height: 20px;
    padding: 0rem;
    position: relative;
}
.sr {
    background: #fff none repeat scroll 0 0;
    border-radius: 6px;
    color: #000;
    font-size: 14px;
    padding: 6px 20px;
}

.submit_items_details_btn{
	top: 70%;
}

.items_manager_content a{
	height: 120px;
}

.items_manager_content span{
    line-height: 20px;
	font-size: 18px;
}

.items-save-btn {
    margin: 0;
    position: absolute;
    right: 110px;
    top: 50px;
}

.sticky_header_arrow {
    left: 85%;
    position: fixed;
    top: 8%;
    z-index: 2147483647;
}

.internal-page-breadcrumb {
    padding-top: 40px;
}

.sticky_header_save {
    cursor: pointer;
    left: 80%;
    position: fixed;
    top: 1%;
    z-index: 2147483647;
}

.sticky_header_arrow .fa-toggle-down {
    left: 90%;
    position: fixed;
    top: 1%;
    z-index: 2147483647;
}

}

@media screen and (max-width: 320px) {
	
.pageheader .glyphicon, .pageheader .fa {
    font-size: 13px;
}

.pageheader .glyphicon, .pageheader .fa {
    border: 1px solid #1d2939;
    border-radius: 50px;
    color: #da1c1e;
    font-size: 16px;
    margin-right: 8px;
    padding: 9px 10px;
}

#searchtoggl i {
    border: 2px solid #a7a7a7;
    color: #a7a7a7;
    font-size: 16px;
    line-height: 18px;
    padding: 6px 8px;
}

.pageheader .breadcrumb-wrapper {
    position: absolute;
    right: 8px;
    top: 4px;
}

.pageheader h2 {
    font-size: 16px;
}

.breadcrumb > li {
    display: inline-block;
    font-size: 11px;
}



    .item-de-list table {
      border: 0;
    }

    .item-de-list table thead {
      display: none;
    }

    .item-de-list table tr {
      margin-bottom: 10px;
      display: block;
      border-bottom: 2px solid #ddd;
    }

    .item-de-list table td {
      display: block;
      text-align: right;
      font-size: 13px;
      border-bottom: 1px dotted #ccc;
    }

    .item-de-list table td:last-child {
      border-bottom: 0;
    }

    .item-de-list table td:before {
      content: attr(data-label);
      float: left;
      text-transform: uppercase;
      font-weight: bold;
    }
	
	.item-de-list td {
    border-left: 1px solid;
    border-right: 1px solid;
    border-top: medium none !important;
}
	
	.itemdetails_image_section ul li {
    display: block;
    float: none;
    padding: 0;
    vertical-align: top;
    width: 100%;
}
	
	.itemdetails_image_section h1 {
    display: block;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0 10px 0 85px;
    white-space: pre-line;
    width: 100%;
}

.itemdetails_table_container input {
    float: right;
    height: 28px;
    padding: 0 10px;
    width: 70px;
}

.itemdetails_table_container select {
    float: right;
    height: 28px;
    padding: 0 10px;
    width: 70px;
}

.item-de-list td:first-child{
	background:#da1c1e;
	color:#fff;
}

.item-de-list{
	border:none;
}

.itemdetails_table_container tr td.itemdetails_image_section {
    padding: 8px 5px;
}

.item-de-list .form-group{
	margin-bottom:0;
}

.custom-check-n-radio label {
    cursor: pointer;
    display: block;
    font-weight: normal;
    line-height: 20px;
    padding: 0rem;
    position: relative;
}
.sr {
    background: #fff none repeat scroll 0 0;
    border-radius: 6px;
    color: #000;
    font-size: 14px;
    padding: 6px 20px;
}

.submit_items_details_btn{
	top: 75%;
}

.items_manager_content a{
	height: 120px;
}

.items_manager_content span{
    line-height: 20px;
	font-size: 16px;
}

.nav-tabs.nav-justified > li {
    display: inline-block;
    margin: 10px 1px;
    width: 18%;
}

}
