/*****************************************
BODY STYLES
*****************************************/
* {
	margin: 0;
}
body {
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	line-height: 20px;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -0px;
}
.push {
	height: 0px;
	clear: both;
}
.site-wrapper {
	padding-left: 250px;
	padding-top: 94px;
	transition: all 0.4s ease 0s;
}
.page-content-wrapper {
	width: 100%;
}
.inset {
	padding: 20px;
}
/*****************************************
TYPOGRAPHY STYLES
*****************************************/
h1, h2, h3, h4, h5, h6 {
	font-family: 'Lato', sans-serif;
	margin-top: 0;
	font-weight: 400;
	margin-bottom: 10px;
	text-transform: capitalize;
}
h1 {
	font-size: 24px;
	font-weight: 400;
	float: left;
}
h2 {
	font-size: 20px;
	margin-bottom: 20px;
	float: left;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
/*****************************************
BUTTON STYLES
*****************************************/
a.btn-default, button.btn-default {
	border:none;
	font-size: 14px;
}
a.btn-default:hover, button.btn-default:hover {
	background: #6ccac9;
	color:#fff;
	-webkit-transition: background .1s ease-in;
	-moz-transition: background .1s ease-in;
	-o-transition: background .1s ease-in;
	transition: background .1s ease-in;	
}
a.btn-default i.fa, button.btn-default i.fa, a.btn-default span.glyphicon, button.btn-default span.glyphicon {
	line-height: 20px;
	font-size:14px;
}
a.btn-red, button.btn-red {
	border:none;
}
a.btn-red:hover, button.btn-red:hover {
	background: #e05949;
	color:#fff;
	-webkit-transition: background .1s ease-in;
	-moz-transition: background .1s ease-in;
	-o-transition: background .1s ease-in;
	transition: background .1s ease-in;	
}
/*****************************************
LINKS AND HIGHLIGHT STYLES
*****************************************/
a:link, a:active, a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	-webkit-transition: color .1s ease-in;
	-moz-transition: color .1s ease-in;
	-o-transition: color .1s ease-in;
	transition: color .1s ease-in;
}
/*****************************************
LOGIN PAGE STYLES
*****************************************/
body#login {
	background: #2a3542;
}
body#login .header, body#login .sidebar-wrapper {
	display: none;
	visibility: hidden;
}
body#login .site-wrapper {
	padding-left: 0;
}
p.login {
	text-align: center!important;
	font-size: 44px;
}
.login-form {
	padding: 40px;
	font-family: 'Lato', sans-serif;
	border-radius: 10px;
	margin-top: 30px;
}
.login-form button {
	font-weight: bold;
	padding:10px 20px;
	width: 100%;
	border-radius: 10px;
	background: #be1e2d!important;
}
.login-form button:hover {
	background: #5baaa9!important;
}
.login-form input {
	border-radius: 10px;
	border-left: 0;
}
a.login-logo {
	display: block;
	position: absolute;
	right: 50%;
	margin-right: -75px;
}
a.login-logo img {
	width: 150px;
	height: 100%;
}
p.footer-copyright {
	text-align:center;
	color:#000;
	padding: 20px;
}
p.footer-copyright a {
	color: #000;
}
/*****************************************
HEADER STYLES
*****************************************/
.header {
	width: 100%;
	height: 84px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
}
a.brand-logo {
	display: block;
	float: left;
	margin-left: 20px;
	margin-top: 8px;
}
a.brand-logo img {
	height: 100%;
	width: 136px;
}
p.companyname {
	font-size:22px;
	height: 84px;
	float: left;
	margin-bottom: 0;
	padding-top: 31px;
	padding-left: 20px;
	font-weight: 300;
}
a.view-website, a.website-settings {
	padding: 10px;
}
a.website-settings {
	background: #2a3542!important;
}
a.website-settings:hover {
	background: #be1e2d!important;
}
a.view-website {
	background: #be1e2d!important;
}
a.view-website:hover {
	background: #2a3542!important;
}
ul.sub-menu {
	list-style: none;
}
/*****************************************
NAVIGATION STYLES
*****************************************/
a.mobile-menu {
	position: absolute;
	top: 0px;
	right: 0px;
	line-height: 70px;
	height: 84px;
	width: 77px;
	border-radius: 0;
	border: none;
	font-size: 30px;
}
a.mobile-menu i.fa {
	font-size: 30px;
}
a.mobile-menu:hover {
	-webkit-transition: background .1s ease-in;
	-moz-transition: background .1s ease-in;
	-o-transition: background .1s ease-in;
	transition: background .1s ease-in;	
}
.sidebar-wrapper {
	margin-left: -250px;
	left: 250px;
	width: 250px;
	position: fixed;
	height: 100%;
	overflow-y: auto;
	z-index: 10;
	display: block;
	transition: all 0.4s ease 0s;
	top: 84px;
}
ul.cms-nav {
	float: left;
	width: 250px;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
}
ul.cms-nav li {
	float: left;
	border-bottom: solid 1px #252f3b;
	position: relative;
}
ul.cms-nav li a {
	width: 250px;
	display: block;
	position: relative;
	padding: 8px 13px 8px 50px;
}
ul.cms-nav li a:hover {
	-webkit-transition: background .1s ease-in;
	-moz-transition: background .1s ease-in;
	-o-transition: background .1s ease-in;
	transition: background .1s ease-in;
}
ul.cms-nav li a i.nav-icon {
	width: 16px;
	height: 16px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -9px;
	left: 20px;
	font-size: 16px;
}
ul.cms-nav-tier2 {
	width: 250px;
	float: left;
	-webkit-box-shadow: inset 0 0 10px rgba(0,0,0,.25);
	-moz-box-shadow: inset 0 0 10px rgba(0,0,0,.25);
	box-shadow: inset 0 0 10px rgba(0,0,0,.25);	
}
ul.cms-nav-tier2 li {
	float: left;
}
ul.cms-nav-tier2 li a {
	width: 250px;
	display: block;
	padding-left: 60px;
	background: url(../images/arrow-right.png) no-repeat 25px 19px;
	transition: all 0.4s ease 0s;
}
span.dibber {
	position: absolute;
	right: 20px;
	top: 18px;
	width: 9px;
	height: 9px;
	display: block;
	background: url(../images/nav-dibbers.png) no-repeat left -9px;
	z-index: 10;
}
ul.cms-nav li a:hover span.dibber {
	background-position: left bottom;
}
ul.cms-nav li a.collapsed span.dibber {
	background-position: left top;
}
ul.cms-nav li a.collapsed:hover span.dibber {
	background-position: left -18px
}
/*****************************************
DASHBOARD STYLES
*****************************************/
.page-intro {
	margin-bottom: 20px;
}
.panel-widget, .panel-widget .panel-heading {
	border:none;
}
.widget {
	padding: 10px 20px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-clip: padding-box;
	margin-bottom: 30px;
}
.panel-widget i.fa {
	font-size: 45px;
	float: left;
	margin-right: 20px;
}
.panel-widget p {
	line-height: 45px;
	margin-bottom: 0;
	font-size: 35px;
	font-weight: 700;
}
.box, .box-alternate {
	padding: 20px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-clip: padding-box;	
	margin-bottom: 30px;
}
.box-alternate {
	margin-bottom: 0;
}
.box-heading {
	margin-bottom: 20px;
}
ul.quick-links {
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.quick-links li {
	float: left;
	width: 100%;
	border-top:1px solid #f1f1f1;
}
ul.quick-links li:first-child {
	border-top:0;
}
ul.quick-links li a {
	display: block;
	padding:10px 0;
	color:#333;
}
ul.quick-links li a:hover {
	color: #be1e2d;
}
ul.quick-links li a i {
	margin-right: 10px;
}
/*****************************************
SEARCH STYLES
*****************************************/
a.search-toggle {
	position: absolute;
	top: 0px;
	line-height: 78px;
	height: 84px;
	width: 77px;
	border-radius: 0;
	border: none;
	transition: all 0.4s ease 0s;
}
a.search-toggle i.fa {
	font-size: 25px;
}
.search-row {
	display: none;
	opacity: 0;
}
.search-row.active {
	display: block;
	opacity: 1;
}
.search-group {
	position: relative;
}
button.search-btn {
	position: absolute;
	top: 25px;
	right: 0;
	height: 34px;
}
#Search.SearchOpen {
	transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-webkit-transition: opacity 0.2s ease-in-out;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
	filter: alpha(opacity=1);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;	
	z-index: 99999;
}
#Search {
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -99999;
	background: url(../images/search-bg.png) repeat left top;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
body.SearchOpen {
	overflow: hidden;
}
a.search-close {
	background: #be1e2d;
	position: absolute;
	top: 20px;
	right: 20px;
	padding:5px 10px;
	border-radius: 4px;
}
.SearchForm {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -42px;
	height: 84px;
	padding: 20px;
}
.SearchForm .form-group {
	position: relative;
	margin: 0;
}
.SearchForm label {
	font-size: 20px;
	margin-bottom: 10px;
}
.SearchForm input {
	border-radius: 0;
	height: 54px;
	font-size: 16px;
	padding-right: 60px;
}
.SearchForm button {
	position: absolute;
	bottom: 0px;
	right: 0px;
	border-radius: 0;
	height: 54px;
	width: 54px;
}
.SearchForm button i.fa {
	font-size: 16px;
}
/*****************************************
DATA TABLE STYLES
*****************************************/
.table {
	margin-top: 20px;
}
.dataTables_filter input, .dataTables_length select {
	display: inline;
	width: auto;
}
.dataTables_length {
	float: right;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
	vertical-align: middle;
}
a.paginate_active {
	margin: 0 5px;
	padding: 5px 10px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-clip: padding-box;
	cursor: pointer;	
}
.dataTables_info {
	float: left;
	margin-top: 10px;
}
.dataTables_paginate {
	float: right;
}
.paginate_button:hover {
	-webkit-transition: background .1s ease-in;
	-moz-transition: background .1s ease-in;
	-o-transition: background .1s ease-in;
	transition: background .1s ease-in;	
}
.paginate_button {
	margin: 0 5px;
	padding: 5px 10px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-clip: padding-box;
	cursor: pointer;	
}
.first.paginate_button {
	display: none;
}
a.paginate_button_disabled {
	opacity: .2;
}
a.paginate_button_disabled:hover {
	cursor: default;
}
.table-responsive {
	border:none;
}
.table a.btn-default, .table button.btn-default {
	font-size: 12px;
}
/*****************************************
PAGE MANAGEMENT STYLES
*****************************************/
.new-tabs {
	border:none;
}
.new-tabs>li.active>a, .new-tabs>li.active>a:hover, .new-tabs>li.active>a:focus {
	border:none;
}
.new-tabs>li>a {
	font-size: 16px;
	font-weight: 400;
	color:#2a3542;
	background: #dedede;
}
.new-tabs>li.active>a {
	font-weight: 700;
}
.new-tabs>li {
	margin-bottom: 0px;
}
textarea {
	resize:none;
}
form.page-form button {
	font-weight: 700;
	font-size: 15px;
	width: 100%;
	padding:15px;
}
.form-horizontal .control-label {
	text-transform: capitalize;
}
.page-form .form-group {
	border-top:1px solid #e1e1e1;
	margin-bottom: 0;
	padding: 15px 0;
}
.page-form .form-group:first-child {
	border-top: 0;
	padding-top: 0;
}
.page-form .form-group:nth-child(even) {
	background-color: #fafafa;
}
.badge-red {
	background: #be1e2d;
	margin-top: 10px;
}
button.btn-form {
	margin-top: 20px;
	background: #2a3542!important;
}
button.btn-form:hover {
	background: #be1e2d!important;
}
a.add-content,button.add-content {
	padding: 10px;
	float: right;
	margin-bottom: 20px;
}
.form-row {
	margin-bottom: 10px;
}
.bfh-selectbox-toggle {
	background: #be1e2d;
}
/*****************************************
INPUT TAGS STYLES
*****************************************/
div.tagsinput {
	border: 1px solid #CCC;
	background: #FFF;
	padding: 5px;
	overflow-y: auto;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-clip: padding-box;
	height: 44px!important;
}
div.tagsinput span.tag {
	border: 1px solid #269abc;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	display: block;
	float: left;
	padding: 5px;
	text-decoration: none;
	background: #39b3d7;
	color: #fff;
	margin-right: 5px;
	margin-bottom: 0px;
	font-family: helvetica;
	font-size: 13px;
}
div.tagsinput span.tag a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	font-size: 11px;
}
div.tagsinput input {
	width: 80px;
	margin: 0px;
	font-family: helvetica;
	font-size: 13px;
	border: 1px solid transparent;
	padding: 5px;
	background: transparent;
	color: #000;
	outline: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
}
div.tagsinput div {
	display: block;
	float: left;
}
.tags_clear {
	clear: both;
	width: 100%;
	height: 0px;
}
.not_valid {
	background: #FBD8DB !important;
	color: #90111A !important;
}
/*****************************************
GALLERY STYLES
*****************************************/
.view {
   width: 100%;
   height: 100%;
   margin: 0px;
   float: left;
   border: 10px solid #fff;
   overflow: hidden;
   position: relative;
   text-align: center;
   -webkit-box-shadow: 1px 1px 2px #e6e6e6;
   -moz-box-shadow: 1px 1px 2px #e6e6e6;
   box-shadow: 1px 1px 2px #e6e6e6;
   cursor: default;
}
.view .mask,.view .content {
   width: 100%;
   height: 100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 17px;
   margin: 20px 0 0 0;
}
.view p {
   font-size: 12px;
   position: relative;
   color: #fff;
   text-align: center;
}
.view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #2a3542;
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
}
.view a.info:hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
   background: #5baaa9;
}
.view-first img {
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view-first .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   padding: 20px;
   background-color: rgba(190,30,45, 0.7);
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.view-first h2 {
   -webkit-transform: translateY(-100px);
   -moz-transform: translateY(-100px);
   -o-transform: translateY(-100px);
   -ms-transform: translateY(-100px);
   transform: translateY(-100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-first p {
   -webkit-transform: translateY(100px);
   -moz-transform: translateY(100px);
   -o-transform: translateY(100px);
   -ms-transform: translateY(100px);
   transform: translateY(100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view-first:hover img {
   -webkit-transform: scale(1.1,1.1);
   -moz-transform: scale(1.1,1.1);
   -o-transform: scale(1.1,1.1);
   -ms-transform: scale(1.1,1.1);
   transform: scale(1.1,1.1);
}
.view-first a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-first:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
}
.view-first:hover p {
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
}
.view-first:hover a.info {
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}
.hover-btn-group {
	bottom: 20px;
	position: absolute;
	left: 50%;
	margin-left: -63px;
}
.modal-header .close {
	width: auto;
	margin-top: -10px;
}
/*****************************************
DATE PICKER STYLES
*****************************************/
.date-pickers {
	margin-top: 10px;
}
.new-datepicker {
	border: none;
}
.bfh-datepicker .input-group-addon {
	border: none;
}
.bfh-datepicker-toggle {
}
.calendar {
	margin-top: 0;
}
/*****************************************
MODAL STYLES
*****************************************/
.modal-confirmation {
	margin: 140px auto!important;
}
.modal-confirmation .modal-content {
}
.modal-confirmation .modal-header {
	padding: 15px 10px 10px 10px;
}
.modal-confirmation .modal-header h4 {
	margin-bottom: 5px;
}
.modal-confirmation .modal-body {
	text-align: center;
}
.modal-confirmation .modal-footer {
	margin-top: 0;
}
/*****************************************
BREADCRUM STYLES
*****************************************/
.breadcrumb {
	background-color: #fff;
}
.breadcrumb>li {
	text-transform: capitalize;
}
.breadcrumb a {
	color:#333!important;
}
.breadcrumb a:hover {
	color: #be1e2d!important;
}
/*****************************************
FOOTER STYLES
*****************************************/
p.copyright {
	position: absolute;
	margin-bottom: 0;
	bottom: 110px;
	width: 250px;
	text-align: center;
	font-size: 11px;
	z-index: -1;
	line-height: 18px;
}
/*****************************************
MISC STYLES
*****************************************/
.col-100 {
	width: 100%;
	float: left;
}
.img-center {
	display: block;
	margin: auto;
}
.img-responsive {
	width: 100%;
}
.clear {
	clear: both;
}
.float-L {
	float: left;
}
.float-R {
	float: right;
}
hr.custom-hr {
	float: left;
	width: 100px;
	margin-top: 0;
	clear: both;
}
/*****************************************
RESET STYLES
*****************************************/
ul, ol {
	padding: 0;
	margin: 0;
}
.bullets ul, .bullets ol {
	padding: 0;
	margin: 0 0 10px 25px;
}
.bullets ul li, .bullets ol li {
	list-style: circle;
	list-style-type: circle;
}
/*****************************************
MEDIA QUERIES
*****************************************/
/* @2X IMAGES */
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (max--moz-device-pixel-ratio: 2) {
	ul.cms-nav-tier2 li a {
		background: url(../images/arrow-right@2x.png) no-repeat 65px 19px;
		background-size: 6px 8px;
	}
	ul.cms-nav-tier2 li a:hover {
		background: #181f27 url(../images/arrow-right@2x.png) no-repeat 65px 19px;
		background-size: 9px 8px;
	}
	span.dibber {
		background: url(../images/nav-dibbers@2x.png) no-repeat left -9px;
		background-size: 9px 36px;
	}
}
/*****************************************
AFFECTS ALL COL-XS COLUMNS
*****************************************/
@media(max-width:767px) {
	.site-wrapper {
		padding-left: 0px;
		transition: all 0.4s ease 0s;
	}
	.sidebar-wrapper {
		transition: all 0.4s ease 0s;
		left: 0px;
		margin-left: -250px;
	}
	.sidebar-wrapper.active {
		transition: all 0.4s ease 0s;
		left: 250px;
	}
	p.copyright {
		width: 100%;
		text-align: center;
	}
	#datatable2_length {
		display: none;
	}	
	a.mobile-menu {
		display: block;
		transition: all 0.4s ease 0s;
	}
	select {
		-webkit-appearance: none;
	}	
	a.search-toggle {
		right: 78px;
		transition: all 0.4s ease 0s;
	}
	ul.sub-menu {
		float: left;
		margin-bottom: 20px;
		transition: all 0.4s ease 0s;
	}	
	ul.sub-menu li {
		float: left;
		margin-right: 5px;
		transition: all 0.4s ease 0s;
	}
	.new-tabs>li {
		width: 100%;
		transition: all 0.4s ease 0s;
	}
	a.login-logo {
		top: -100px;
	}
	.SearchForm {
		margin-left: 0px;
		width: 100%;
		left: 0;
	}						
}
/*****************************************
AFFECTS ALL COL-SM COLUMNS
*****************************************/
@media(min-width:768px) {
	.site-wrapper {
		padding-left: 0px;
		transition: all 0.4s ease 0s;
	}
	.sidebar-wrapper {
		transition: all 0.4s ease 0s;
		left: 0px;
		margin-left: -250px;
	}
	.sidebar-wrapper.active {
		transition: all 0.4s ease 0s;
		left: 250px;
	}
	#datatable2_length {
		display: block;
	}
	a.search-toggle {
		right: 78px;
		transition: all 0.4s ease 0s;
	}
	a.mobile-menu {
		display: block;
		transition: all 0.4s ease 0s;
	}
	select {
		-webkit-appearance: normal;
	}
	ul.sub-menu {
		float: left;
		margin-bottom: 20px;
		transition: all 0.4s ease 0s;
	}	
	ul.sub-menu li {
		float: left;
		margin-right: 5px;
		transition: all 0.4s ease 0s;
	}
	.new-tabs>li {
		width: auto;
		transition: all 0.4s ease 0s;
	}
	a.login-logo {
		top: -70px;
	}	
	.SearchForm {
		margin-left: -325px;
		width: 650px;
	}											
}
/*****************************************
AFFECTS ALL COL-MD COLUMNS
*****************************************/
@media(min-width:992px) {
	.site-wrapper {
		padding-left: 0px;
		transition: all 0.4s ease 0s;
	}
	.sidebar-wrapper {
		transition: all 0.4s ease 0s;
		left: 0px;
		margin-left: -250px;
	}
	.sidebar-wrapper.active {
		transition: all 0.4s ease 0s;
		left: 250px;
	}
	#datatable2_length {
		display: block;
	}
	a.search-toggle {
		right: 78px;
		transition: all 0.4s ease 0s;
	}
	a.mobile-menu {
		display: block;
		transition: all 0.4s ease 0s;
	}	
	select {
		-webkit-appearance: normal;
	}
	ul.sub-menu {
		float: none;
		margin-bottom: 0px;
		position: fixed;
		top: 23px;
		right: 175px;
		z-index: 10;
		transition: all 0.4s ease 0s;
	}	
	ul.sub-menu li {
		float: left;
		margin-right: 0px;
		margin-left: 5px;
		transition: all 0.4s ease 0s;
	}
	.new-tabs>li {
		width: auto;
		transition: all 0.4s ease 0s;
	}
	a.login-logo {
		top: -70px;
	}												
}
/*****************************************
AFFECTS ALL COL-LG COLUMNS
*****************************************/
@media(min-width:1200px) {
	.site-wrapper {
		padding-left: 250px;
		transition: all 0.4s ease 0s;
	}
	.sidebar-wrapper {
		transition: all 0.4s ease 0s;
		left: 250px;
		margin-left: -250px;
	}
	.sidebar-wrapper.active {
		transition: all 0.4s ease 0s;
		left: 250px;
	}	
	#datatable2_length {
		display: block;
	}
	a.search-toggle {
		right: 0px;
		transition: all 0.4s ease 0s;
	}		
	a.mobile-menu {
		display: none;
		transition: all 0.4s ease 0s;
	}
	select {
		-webkit-appearance: normal;
	}
	ul.sub-menu {
		float: none;
		margin-bottom: 0px;
		position: fixed;
		top: 23px;
		right: 107px;
		z-index: 10;
		transition: all 0.4s ease 0s;
	}	
	ul.sub-menu li {
		float: left;
		margin-right: 0px;
		margin-left: 5px;
		transition: all 0.4s ease 0s;
	}
	.new-tabs>li {
		width: auto;
		transition: all 0.4s ease 0s;
	}
	a.login-logo {
		top: -70px;
	}										
}