@charset "utf-8";

@font-face {
	font-family: "Merienda Bold";
	src: url("../fonts/merienda.ttf");
}

@font-face {
	font-family: "Roboto";
	src: local(Roboto Thin), url("../fonts/roboto/Roboto-Thin.woff2") format("woff2"), url("../fonts/roboto/Roboto-Thin.woff") format("woff"), url("../fonts/roboto/Roboto-Thin.ttf") format("truetype");
	font-weight: 200;
}

@font-face {
	font-family: "Roboto";
	src: local(Roboto Light), url("../fonts/roboto/Roboto-Light.woff2") format("woff2"), url("../fonts/roboto/Roboto-Light.woff") format("woff"), url("../fonts/roboto/Roboto-Light.ttf") format("truetype");
	font-weight: 300;
}

@font-face {
	font-family: "Roboto";
	src: local(Roboto Regular), url("../fonts/roboto/Roboto-Regular.woff2") format("woff2"), url("../fonts/roboto/Roboto-Regular.woff") format("woff"), url("../fonts/roboto/Roboto-Regular.ttf") format("truetype");
	font-weight: 400;
}

@font-face {
	font-family: "Roboto";
	src: url("../fonts/roboto/Roboto-Medium.woff2") format("woff2"), url("../fonts/roboto/Roboto-Medium.woff") format("woff"), url("../fonts/roboto/Roboto-Medium.ttf") format("truetype");
	font-weight: 500;
}

@font-face {
	font-family: "Roboto";
	src: url("../fonts/roboto/Roboto-Bold.woff2") format("woff2"), url("../fonts/roboto/Roboto-Bold.woff") format("woff"), url("../fonts/roboto/Roboto-Bold.ttf") format("truetype");
	font-weight: 700;
}
@font-face {
	/* font-family: "Ubuntu";
	src: url("../fonts/roboto/Roboto-Bold.woff2");
	font-weight: 700; */
}
@font-face {
	font-family: 'Segoe-UI';
	src: url('../fonts/segoe-ui.ttf');
}
@media print {
	@page {
		size: portrait;
		margin: 0cm;
	}
}

a {
	text-decoration: none !important;
}

html,
html a {
	-webkit-font-smoothing: antialiased !important;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004) !important;
	-moz-osx-font-smoothing: grayscale !important;
}

html {
	font-family: 'Segoe-UI';
	font-size: 100%;
	height: 100%;
	margin-bottom: 1px;
	/* Always show a scrollbar to avoid jumping when the scrollbar appears  */
}

body {
	font-family: 'Segoe-UI';
	color: #555;
	background-color: #CCC !important;
	background-image: url('../images/paper.png');
	background-size: auto;
	background-repeat: repeat;
	background-position: left top;
	background-attachment: inherit;
	font-size: 14px !important;
}

a.adminLogo {}

a.adminLogo img {
	margin: 30px 5px 30px 10px;
	color: #FFF;
	float: left;
	width: 200px;
}



#body-wrapper {
	background: url('../images/bg-radial-gradient.gif') fixed 230px top no-repeat;
}

/********************************      Elements styling      ********************************/

.h3_php_error {
	font-weight: normal;
	color: #F90;
	background-color: #FFF;
	border-radius: 4px;
	padding: 10px;
	border: 1px solid #CCC;
	width: 70%;
	font-size: 16px;
	position: fixed;
	top: 100px;
	left: 100px;
	z-index: 9999999;
	cursor: pointer;
}

.h3_php_error * {
	z-index: 99999999;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #222;
	font-weight: bold;
}

h2 {
	font-size: 26px;
	padding: 0 0 10px 0;
}

h3 {
	font-size: 17px;
	padding: 0 0 10px 0;
}

h4 {
	font-size: 16px;
	padding: 0 0 5px 0;
}

h5 {
	font-size: 14px;
	padding: 0 0 5px 0;
}

h6 {
	font-size: 12px;
	padding: 0 0 5px 0;
}

a {
	color: #57a000;
	text-decoration: none;
}

a:hover {
	color: #000;
}

a:active {
	color: #777;
}

a:focus {
	outline: 1px;
}

strong {
	font-weight: bold;
	color: #333;
}

small {
	font-size: 0.85em;
}

p {
	padding: 5px 0 10px 0;
	line-height: 1.6em;
}

/********************************      General Classes      ********************************/

.clear {
	clear: both;
}

.align-left {
	float: left;
}

.align-right {
	float: right;
}

/************ Button ************/

.button {
	display: inline-block;
	font-size: 14px !important;
	background: url('../images/blue-btn.png') top left repeat-x;
	background-size: auto 100%;
	padding: 5px 6px;
	color: #FFF;
	border-radius: 0px;
	box-shadow: 0 2px 2px -2px #000;
	-webkit-box-shadow: 0 0px 2px 0px #06C;
	border: 1px solid #337ab7;
	cursor: pointer;
	transition: all 200ms;
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
}

.button:focus,
.button:hover {
	box-shadow: 0px 0px 2px 0px #06C;
	-moz-box-shadow: 0px 0px 2px 0px #06C;
	-webkit-box-shadow: 0px 0px 2px 0px #06C;
	border: 1px solid #FFF;
}

.button:active {
	box-shadow: 0px 0px 5px 0px #666 inset !important;
	-moz-box-shadow: 0px 0px 5px 0px #666 inset !important;
	-webkit-box-shadow: 0px 0px 5px 0px #666 inset !important;
}

.square-button {
	background-image: url('../images/blue-btn.png');
	border: 1px solid #2999ff;
	border-radius: 1px;
	padding: 4px 7px !important;
	color: #FFF;
	font-size: 16px;
	font-weight: normal;
	transition: all 200ms;
	cursor: pointer;
}

.square-button:focus,
.square-button:hover {
	box-shadow: 0px 0px 2px 0px #06C;
	-moz-box-shadow: 0px 0px 2px 0px #06C;
	-webkit-box-shadow: 0px 0px 2px 0px #06C;
}

.square-button:active {
	box-shadow: 0px 0px 2px 0px #666 inset !important;
	-moz-box-shadow: 0px 0px 2px 0px #666 inset !important;
	-webkit-box-shadow: 0px 0px 2px 0px #666 inset !important;
}

.buttonGreen {
	display: inline-block;
	background-image: url(../images/bg-button-orange.gif) !important;
	background-color: #f68620 !important;
	border-radius: 4px;
	border: 1px solid #f68620 !important;
	padding: 4px 7px !important;
	height: 30px;
	color: #fff !important;
	font-size: 11px !important;
	font-weight: normal;
	transition: all 200ms;
	cursor: pointer;
}

.buttonGreen:focus,
.buttonGreen:hover {
	box-shadow: 0px 2px 4px 1px #f68620;
	-moz-box-shadow: 0px 2px 4px 1px #f68620;
	-webkit-box-shadow: 0px 2px 4px 1px #f68620;
}

.buttonGreen:active {
	box-shadow: 0px 0px 2px 0px #666 !important;
	-moz-box-shadow: 0px 0px 2px 0px #666 !important;
	-webkit-box-shadow: 0px 0px 2px 0px #666 !important;
}

.r_button {
	display: inline-block;
	background: url(../images/bg-button-red.gif) top left repeat-x !important;
	border: 1px solid #C30 !important;
	padding: 4px 7px 4px 7px !important;
	border-radius: 4px;
	color: #fff !important;
	font-size: 11px;
	cursor: pointer;
	font-weight: normal;
	transition: all 200ms ease-in;
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in 100ms;
}

.r_button:focus,
.r_button:hover {
	box-shadow: 0px 0px 2px 0px #C30;
	-moz-box-shadow: 0px 0px 2px 0px #C30;
	-webkit-box-shadow: 0px 0px 2px 0px #C30;
}

.danger_button {
	font-weight: normal;
	font-size: 16px !important;
	margin: 0;
	cursor: pointer;
	background: url('../images/bg-button-red.gif') top left repeat-x !important;
	border: 0;
	padding: 3px 10px;
	height: 30px;
	color: #FFF;
	border-radius: 3px;
	box-shadow: 0 2px 2px -2px #000;
	-webkit-box-shadow: 0 2px 2px -2px #000;
}

.danger_button:focus,
.danger_button:hover {
	box-shadow: 0px 0px 2px 0px #C30;
	-moz-box-shadow: 0px 0px 2px 0px #C30;
	-webkit-box-shadow: 0px 0px 2px 0px #C30;
}

a.remove-link {
	color: #bb0000;
}

a.remove-link:hover {
	color: #000;
}

.button-top {
	display: inline-block;
	/*	background: #459300 url('../images/blue-btn.png') top left repeat-x;	
	border: 1px solid #459300;
*/
	padding: 5px 10px;
	color: #fff;
	/*	background-color:#9E9E9E;
	border:2px solid #C6C6C6;
*/
	font-size: 15px;
	cursor: pointer;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.button-top:hover {
	text-decoration: underline;
}

/********************************      Sidebar      ********************************/

#sidebar {
	width: 220px;
	height: auto;
	position: absolute;
	left: 0;
	top: 0;
	color: #888;
	background-color: transparent;
	font-size: 11px;
	transition: all 300ms;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
}

#sidebar #sidebar-wrapper {
	margin: 0 0 0 0px;
}

#sidebar a,
#sidebar a:active {
	color: #ccc;
}

#sidebar a:hover {
	/* color: #fff; */
}

#sidebar #sidebar-title {
	margin: 40px 0 40px 15px;
}

#sidebar #logo {
	margin: 40px 0 40px 0;
}

#sidebar #profile-links {
	padding: 10px;
	text-align: right;
	line-height: 1.5em;
}

#sidebar #profile-links a {
	background: url('../images/bg-button-red.gif') top left repeat-x !important;
	border: 1px solid #C30 !important;
	padding: 4px 7px 4px 7px !important;
	font-size: 16px;
}

#sidebar #sidebar-wrapper {
	position: relative;
}

#sidebar #sidebar-wrapper .toggleSideBar {
	width: 25px;
	height: 30px;
	position: absolute;
	top: 5px;
	right: -25px;
	background-image: url(../images/bg-login.gif);
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	text-align: center;
	cursor: pointer;
	opacity: 0.6;
}

#sidebar #sidebar-wrapper .toggleSideBar:hover {}

#sidebar #sidebar-wrapper .toggleSideBar i {
	color: #FFF;
	font-size: 30px;
	transition: all 200ms;
	-webkit-transition: all 200ms;
	-moz-transition: all 300ms;
}

#sidebar #sidebar-wrapper .toggleSideBar:hover i.fa-caret-left {
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
}

#sidebar #sidebar-wrapper .toggleSideBar:active i.fa-caret-left {
	transform: translateX(-5px);
	-webkit-transform: translateX(-5px);
	-moz-transform: translateX(-5px);
}

#sidebar #sidebar-wrapper .toggleSideBar:active i.fa-caret-right {
	transform: translateX(5px);
	-webkit-transform: translateX(5px);
	-moz-transform: translateX(5px);
}

/************ Sidebar Accordion Menu ************/

#sidebar #main-nav {
	width: 206px;
	padding: 0;
	margin: 0 0 0 0px;
	border: 1px solid #CCC;
}

#sidebar #main-nav i {
	float: left;
	margin-left: 20px;
	transition: all 200ms ease-in;
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	opacity: 0.0;
}

#sidebar #main-nav li:hover i {
	opacity: 1.0;
	transform: scale(1.3, 1.3);
	-moz-transform: scale(1.3, 1.3);
	-webkit-transform: scale(1.3, 1.3);
	-o-transform: scale(1.3, 1.3);
	-ms-transform: scale(1.3, 1.3);
}

#sidebar #main-nav li {
	list-style: none;
	padding-bottom: 0px;
	text-align: right;
	border-bottom: 1px solid #CCC;
}

#sidebar #main-nav li a.nav-top-item {
	padding: 10px 10px 10px 0px;
	font-size: 14px;
	color: #FFF;
	cursor: pointer;
	display: block;
	text-decoration: none;
	cursor: pointer;
	background-color: #3c8dbc;
}

#sidebar #main-nav li a.logoutButton {
	background: transparent url('../images/bg-button-red.gif') right center repeat-x;
	/* Background image for default color scheme - green */
	margin-top: 30px;
	padding: 10px 10px 10px 0px;
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	display: block;
	text-decoration: none;
	cursor: pointer;
	transition: all 300ms;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	-ms-transition: all 300ms;
}

#sidebar #main-nav li a.current {
	background-image: url('../images/bg-menu-item-current.gif') !important;
	color: #333;
	font-weight: bold;
}

#sidebar #main-nav li a.current i {
	color: #333 !important;
	opacity: 1.0;
	transform: scale(1.3, 1.3);
	-moz-transform: scale(1.3, 1.3);
	-webkit-transform: scale(1.3, 1.3);
	-o-transform: scale(1.3, 1.3);
	-ms-transform: scale(1.3, 1.3);
}

#sidebar #main-nav li a.current:hover {
	color: #333;
}

#sidebar #main-nav ul {
	padding: 0;
	font-size: 12px;
	margin: 0;
}

#sidebar #main-nav ul li {
	list-style: none;
	margin: 0;
	text-align: right;
	padding: 0;
}

#sidebar #main-nav ul li a {
	padding: 8px 15px;
	display: block;
	color: #aaa;
	font-size: 13px;
	line-height: 1.2em;
}

#sidebar #main-nav ul li a:hover,
#sidebar #main-nav ul li a.current,
#sidebar #main-nav ul li a.current:hover {
	color: #fff;
}

#sidebar #main-nav ul li a.current {
	background: transparent url('../images/menu-current-arrow.gif') right center no-repeat !important;
}

/************ Layout ************/

#main-content {
	padding: 40px 0 0 0;
	position: absolute;
	left: 240px;
	right: 240px;
}

.column-left {
	width: 48%;
	float: left;
}

.column-right {
	width: 48%;
	float: right;
}

#page-intro {
	font-size: 17px;
	padding: 0 0 20px 0;
}

#footer {
	border-top: 1px solid #ccc;
	margin: 40px 0 0 0;
	padding: 20px 0;
	font-size: 12px;
}

/************ Lists ************/

.list_img {
	width: 50px;
	max-height: 50px;
	box-shadow: 0px 0px 2px 0px #CCCCCC;
	transition: all 200ms ease-out;
	transform: translateX(20px);
}

.list_img:hover {
	box-shadow: 0px 0px 2px 0px #000;
}

#main-content ul,
#main-content ol {
	padding: 10px 0;
}

/* Unordered List */

#main-content ul li {
	background: url('../images/icons/bullet_black.png') center left no-repeat;
	padding: 4px 0 4px 20px;
}

/* Ordered List */

#main-content ol {
	padding: 0 0 0 24px;
}

#main-content ol li {
	list-style: decimal;
	padding: 4px 0;
}

/*************** Content Box ***************/

.content-box {
	border: 1px solid #CCC;
	box-shadow: 0px 0px 3px -5px #CCC;
	background: #fff;
	position: absolute;
	left: 240px;
	top: 40px;
	right: 10px;
}

.content-box-popup {
	border: 1px solid #ccc;
	border-radius: 0px;
	padding-bottom: 20px;
	background: #fff;
}

.content-box-top {
	border: 1px solid #CCC;
	border-radius: 0px;
	padding-bottom: 20px;
	background: #fff;
	position: absolute;
	left: 240px;
	top: 50px;
	right: 10px;
	transition: all 300ms;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	box-shadow: 0 0 12px rgba(58, 51, 46, 0.26);
	-moz-box-shadow: 0 0 12px rgba(58, 51, 46, 0.26);
	-webkit-box-shadow: 0 0 12px rgba(58, 51, 46, 0.26);
}

.content-box-top.shrinkMenuEffect {
	left: 10px;
}

.content-box-body.shrinkMenuEffect {
	left: 10px;
}

.content-box-body {
	border: 1px solid #CCC;
	border-radius: 0px;
	background: #fff;
	position: absolute;
	left: 240px;
	right: 10px;
	transition: all 300ms;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	box-shadow: 0 0 12px rgba(58, 51, 46, 0.26);
	-moz-box-shadow: 0 0 12px rgba(58, 51, 46, 0.26);
	-webkit-box-shadow: 0 0 12px rgba(58, 51, 46, 0.26);
}

.content-popup-header {
	margin-top: 1px;
	height: 40px;
}

.content-popup-header p {
	font-weight: bold;
	padding-left: 10px;
	font-size: 16px;
}

.content-box-header {
	background-color: #F5F5F5;
	height: 40px;
	border-radius: 0px !important;
	border-bottom: 1px solid #CCC;
}

.content-box-header p {
	color: #555;
	text-shadow: 0 1px 0 #fff;
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
}

.content-box-header h3 {
	padding: 12px 15px 10px;
	float: left;
	font-weight: normal;
}

.content-box-header .gear_h3 {
	padding: 12px 15px 10px 40px;
	background-image: url('../images/gear.png');
	background-repeat: no-repeat;
	background-position: 5px 5px;
	background-size: 28px;
	color: #666;
	text-shadow: 1px 0px 0px #FFF;
	float: left;
}

.content-box-header .design_h3 {
	padding: 12px 15px 10px 40px;
	background-image: url(../images/design.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	background-size: 28px;
	color: #666;
	float: left;
}

.content-box-header h2 {
	padding: 8px 15px;
	float: left;
	color: #2A3F55
}

ul.content-box-tabs {
	float: right;
	padding: 12px 15px 0 0 !important;
	margin: 0 !important;
}

ul.content-box-tabs li {
	float: left;
	margin: 0;
	padding: 0 !important;
	background-image: none !important;
}

ul.content-box-tabs li a {
	color: #333;
	padding: 8px 10px;
	display: block;
	margin: 1px;
	border-bottom: 0;
}

ul.content-box-tabs li a:hover {
	color: #2999ff;
}

ul.content-box-tabs li a.current {
	background: #fff;
	border: 1px solid #ccc;
	border-bottom: 0;
	margin: 0;
}

.content-box-content {
	padding: 20px;
	font-size: 14px;
}

/*************** Pagination ***************/

.pagination {
	text-align: right;
	padding: 20px 0 5px 0;
	font-size: 10px;
}

.pagination a {
	margin: 0 5px 0 0;
	padding: 3px 6px;
	color: #3ea3ff;
}

.pagination a:hover {
	text-decoration: underline;
}

.pagination a.number {
	border: 1px solid #ddd;
}

.pagination a.current {
	background: #469400 url('../images/blue-btn.png') top left repeat-x !important;
	border-color: #3ea3ff !important;
	color: #fff !important;
}

.pagination a.current:hover {
	text-decoration: underline;
}

/************ Shortcut Buttons ************/

.shortcut-button {
	border: 1px solid #ccc;
	background: #f7f7f7 url('../images/shortcut-button-bg.gif') top left no-repeat;
	display: block;
	width: 140px;
	margin: 0 0 20px 0;
}

.shortcut-button span {
	border: 1px solid #fff;
	display: block;
	padding: 15px 10px 15px 10px;
	text-align: center;
	color: #555;
	font-size: 13px;
	line-height: 1.3em;
}

.shortcut-button span img {
	margin-bottom: 10px;
	width: 64px;
}

.shortcut-button:hover {
	background: #fff;
}

.shortcut-button span:hover {
	color: #006ace;
}

ul.shortcut-buttons-set li {
	float: left;
	margin: 0 28px 0 0;
	padding: 0 !important;
	background: 0;
}

/*************** Forms ***************/

form label {
	display: block;
	padding: 0 0 10px;
	font-weight: bold;
}

form fieldset legend {
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 10px;
}

form p small {
	font-size: 0.75em;
	color: #777;
}

form .small-input {
	width: 25% !important;
}

form .medium-input {
	width: 50% !important;
}

form .large-input {
	width: 97.5% !important;
	font-size: 16px !important;
	padding: 8px !important;
}

form select {
	background: #fff;
}

form input[type="checkbox"],
form input[type="radio"] {
	padding: 0;
	background: none;
	border: 0;
}

/********************************      Login Page      ********************************/

body#login {
	color: #666;
	background-color: #FFF !important;
	/*
				background-image: url('../images/GrassBlades_2560.jpg');
				background-size: auto 100%;
				background-repeat: no-repeat;
				background-position: left top;
				background-attachment: fixed;
				*/
}

#login-wrapper #login-top {
	width: 100%;
	height: 100px;
	text-align: center;
}

#login-wrapper #login-content {
	text-align: left;
	width: 420px;
	margin: 50px auto;
	padding: 10px;
	background: linear-gradient(to bottom, #606060, #4A4A4A) repeat scroll 0% 0% #606060;
	background-repeat: repeat-x;
	background-size: auto 250px;
	border: 1px solid #000;
	border-radius: 0px;
	box-shadow: 0px 1px rgba(255, 255, 255, 0.1) inset, 0px 1px 1px rgba(255, 255, 255, 0.2) inset, 1px 0px rgba(255, 255, 255, 0.08) inset, -1px 0px rgba(255, 255, 255, 0.08) inset, 0px 2px 8px rgba(0, 0, 0, 0.5);
}

#login-wrapper #login-content #titlex {
	font-family: 'Merienda Bold' !important;
	font-size: 1.6em !important;
	font-weight: bold;
	color: #444;
	width: 100%;
	text-align: center;
}

#login-wrapper #login-content input.button {
	width: 100px;
	background-image: url('../images/blue-btn.png') !important;
	background-size: auto 100% !important;
}

#login-wrapper #login-content form {
	padding: 20px;
	background-color: #FFF;
	border-radius: 0px;
}

#login-wrapper #login-content label {
	line-height: 30px;
	color: #333;
	font-size: 18px;
	font-weight: normal;
	color: #444;
	float: left;
	margin: 5px 0px;
	width: 100px;
	padding: 0;
}

#login-wrapper #login-content input[type=text],
#login-wrapper #login-content input[type=password] {
	border-radius: 0px;
	font-size: 18px !important;
}

#login-wrapper #login-content p {
	position: relative;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
}

.logoContainer {
	width: 100%;
	height: 150px;
	text-align: center;
	border-radius: 0px;
	margin: 0px auto;
	padding: 10px 0px;
	position: relative;
	top: 50px;
	color: #FFF;
}

.logoContainer img {
	width: 350px;
	position: relative;
	top: 5px;
}

/*---------------------------------------------------------------*/

.top_content {
	margin-left: 242px;
	right: 10px;
}

.dash_board_panel {
	width: 100%;
	-moz-box-shadow: 0 0 3px 1px #CCCCCC;
	-webkit-box-shadow: 0 0 3px 1px #CCCCCC;
	box-shadow: 0 0 3px 1px #CCCCCC;
	margin-top: -12px;
	margin-bottom: 25px;
}

#right_content {
	width: 230px;
	position: absolute;
	right: 5px;
	height: 350px;
	float: right;
	-moz-box-shadow: 0 0 3px 3px #CCCCCC;
	-webkit-box-shadow: 0 0 3px 5px#CCCCCC;
	box-shadow: 0 0 3px 1px #CCCCCC;
}

#right_content * {
	font-weight: normal;
}

#right_content .left_p {
	font-size: 12px;
}

.dash_board_content {
	background-color: #FFFFFF;
	padding-bottom: 20px;
	padding-top: 15px;
	padding-left: 30px;
}

.right_content {
	width: 210px;
	height: 288px;
	background-color: #FFFFFF;
	padding: 10px;
}

.right_content .left_p {
	float: left;
	font-weight: bold;
}

.right_content .right_p {
	float: right;
}

.right_content img {
	float: right;
	margin-right: 10px;
	padding: 1px;
	border: #CCC solid 2px;
}

.top_shortcutbox {
	width: 240px;
	height: 80px;
	/*background:url(../images/bbb.jpg) repeat-x;*/
	background-color: rgba(255, 255, 255, 0.5);
	float: left;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-box-shadow: 0 0 3px 0px #BBB;
	-webkit-box-shadow: 0 0 3px 0px #BBB;
	box-shadow: 0 0 3px 0px #BBB;
	border-top: #2999ff solid 3px;
	margin-right: 16px;
	margin-bottom: 10px;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
}

.top_shortcutbox:hover {
	background-color: rgba(255, 255, 255, 1.0);
	-moz-box-shadow: 0 0 5px 0px #BBB;
	-webkit-box-shadow: 0 0 5px 0px #BBB;
	box-shadow: 0 0 5px 0px #BBB;
}

.top_shortcutbox img {
	margin: 20px 10px 5px 20px;
	width: 50px;
	height: 43px;
	float: left;
}

.top_shortDisc {
	width: 150px;
	height: 50px;
	float: right;
	margin-top: 30px;
	margin-right: 10px;
}

.top_shortDisc h5 {
	font-weight: normal;
}

.top_shortDisc h3 {
	font-weight: normal;
	margin-top: 5px;
	color: #006ace;
}

@keyframes stitch {
	0% {
		transform: scale(1.0, 1.0);
		-webkit-transform: scale(1.0, 1.0);
		-moz-transform: scale(1.0, 1.0);
	}

	25% {
		transform: rotateY(180deg);
		-moz-transform: rotateY(180deg);
		-webkit-transform: rotateY(180deg);
	}

	50% {
		transform: scale(0.6, 0.6);
		-moz-transform: scale(0.6, 0.6);
		-webkit-transform: scale(0.6, 0.6);
	}

	75% {
		transform: rotateY(0deg);
		-moz-transform: rotateY(0deg);
		-webkit-transform: rotateY(0deg);
	}

	100% {
		transform: scale(1.0, 1.0);
		-moz-transform: scale(1.0, 1.0);
		-webkit-transform: scale(1.0, 1.0);
	}
}

@-webkit-keyframes stitch {
	0% {
		transform: scale(1.0, 1.0);
		-webkit-transform: scale(1.0, 1.0);
		-moz-transform: scale(1.0, 1.0);
	}

	25% {
		transform: rotateY(180deg);
		-moz-transform: rotateY(180deg);
		-webkit-transform: rotateY(180deg);
	}

	50% {
		transform: scale(0.6, 0.6);
		-moz-transform: scale(0.6, 0.6);
		-webkit-transform: scale(0.6, 0.6);
	}

	75% {
		transform: rotateY(0deg);
		-moz-transform: rotateY(0deg);
		-webkit-transform: rotateY(0deg);
	}

	100% {
		transform: scale(1.0, 1.0);
		-moz-transform: scale(1.0, 1.0);
		-webkit-transform: scale(1.0, 1.0);
	}
}

@keyframes glowing {
	0% {
		color: rgba(255, 255, 255, 0.0);
	}

	50% {
		color: rgba(2, 105, 226, 1.0);
	}

	100% {
		color: rgba(255, 255, 255, 0.0);
	}
}

@-webkit-keyframes glowing {
	0% {
		color: rgba(255, 255, 255, 0.0);
	}

	50% {
		color: rgba(255, 255, 255, 1.0);
	}

	100% {
		color: rgba(255, 255, 255, 0.0);
	}
}

.panel1 {
	float: left;
	width: 100%;
	border: 1px solid #e4e4e4;
	text-align: center;
	border-radius: 5px;
	background: #f5f5f5;
	margin-top: 20px;
	padding: 10px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 0px 10px 0px #EEE;
	background-color: #FFF;
	background-repeat: no-repeat;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.panel1:hover {
	border: 1px solid #06F;
}

.panel1 .panelIcon {
	float: left;
	height: 60px;
	margin: 5px auto;
	transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
}

.panel1:hover .panelIcon {
	transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
}

.fileParent {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 1.0;
	background-color: #6C6;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.uploadSql input[type='submit'] {
	position: fixed;
	top: 200px;
	left: 500px;
}

a .panel1 {
	color: #FFF !important;
}

.panel1 p {
	text-align: center;
	margin: 0 10px;
}

.panel1 h3 {
	font-family: 'Segoe-UI';
	position: absolute;
	left: 80px;
	top: 0px;
	font-weight: 100 !important;
	/* width: 150px; */
	padding: 5px;
	font-size: 2rem;
	text-align: left;
	color: #000;
	transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
}

.panel1:after {
	background-color: #CCC;
	width: 60px;
	height: 1px;
	position: relative;
	top: 3px;
	transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
}

.panel1:hover::after {
	background-color: #3399f3;
	width: 100%;
}

.panel1 h3 i {
	color: #FFF;
}

#delOption2 {
	margin: 0;
	z-index: 9999;
}

.dodelete,
.nodelete {
	margin: 0px 4px;
}

#minidel {
	text-align: center;
	background-color: transparent;
	cursor: pointer;
}

#xFadeTwo {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: 0.8;
	display: none;
}

#popUpDel {
	width: 400px;
	vertical-align: middle;
	text-align: center;
	z-index: 9999999;
	padding: 0px 0px 10px 0px;
	background-color: #FFF;
	box-shadow: 0px 10px 6px -6px #999;
	-webkit-box-shadow: 0px 10px 6px -6px #999;
	border: 1px solid #CCC;
	border-radius: 4px;
	opacity: 1.0;
}

p.confirm {
	font-family: 'Segoe-UI';
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	padding: 10px 5px 10px 20px;
	margin: 0px;
	background-image: url(../images/bg-login.gif);
	border-radius: 5px;
	color: #FFF;
}

table th {
	font-family: 'Segoe-UI';
}

#popUpDel .nodelete:not(.btn) {
	display: inline-block;
	background: url('../images/blue-btn.png') top left repeat-x !important;
	background-color: #9E9E9E !important;
	border: 1px solid #2999ff !important;
	border-radius: 4px;
	padding: 6px 10px 6px 10px;
	color: #fff !important;
	font-size: 12px;
	font-weight: normal;
	transition: all 200ms;
	cursor: pointer;
	opacity: 1.0;
	box-shadow: 0 5px 5px -5px #CCC;
}

#popUpDel .dodelete:not(.btn) {
	display: inline-block;
	background: url('../images/blue-btn.png') top left repeat-x;
	background-color: #9E9E9E;
	border: 1px solid #2999ff;
	border-radius: 4px;
	padding: 6px 10px 6px 10px;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	transition: all 200ms;
	cursor: pointer;
	opacity: 1.0;
	box-shadow: 0 5px 5px -5px #CCC;
}

#popUpDel .close_popup {
	background-image: url(../images/close_popup.png);
	background-repeat: no-repeat;
	background-size: 20px;
	padding: 10px;
	float: right;
	margin-right: -10px;
	margin-top: -10px;
	cursor: pointer;
	transition: all 200ms;
}

#popUpDel .close_popup:hover {
	transform: translateY(-2px);
}

#popUpDel .close_popup:active {
	transform: translateY(2px);
}

#popUpDel .nodelete:not(.btn),
#popUpDel .dodelete:not(.btn) {
	margin: 10px;
}

#popUpDel .nodelete:not(.btn):hover,
#popUpDel .dodelete:not(.btn):hover {
	box-shadow: 0 0px 5px 0px #000;
}

#popUpDel .nodelete:not(.btn):active,
#popUpDel .dodelete:not(.btn):active {
	box-shadow: 0 0px 5px 0px #666 inset;
}

#minidel .dodelete {
	color: #F00;
	transition: all 200ms;
}

#minidel .nodelete {
	transition: all 200ms;
}

#minidel .nodelete:hover,
#minidel .dodelete:hover {
	font-size: 14px;
}

div.FullScreenLoader {
	width: 32px;
	height: 32px;
	float: right;
	background-image: url('../images/load.gif');
	background-size: 32px;
	background-position: center center;
	background-repeat: no-repeat;
	box-shadow: 0px 0px 5px 0px #000;
	-webkit-box-shadow: 0px 0px 5px 0px #000;
	border: 1px solid #CCC;
	border-radius: 5px;
	padding: 5px;
}

.loader {
	width: 25px;
	height: 25px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	background-image: url("../images/load.gif");
	background-size: 25px;
	background-repeat: no-repeat;
}

.loadingContent {
	transition: all 300ms;
	background-image: url("../images/contentLoad.gif");
	background-size: 48px;
	background-position: center center;
	background-repeat: no-repeat;
}

#xfade {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #000;
	background-image: url('../images/xfade.gif');
	background-size: 48px;
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 0.7;
	display: none;
}

#fade {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: 0.8;
	display: none;
}

#light {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(50, 50, 50, 0.5);
	opacity: 0.7;
	display: none;
}

#filter_like {
	font-size: 16px;
	width: 100px;
	border: 1px solid #CCC;
	border-radius: 3px;
	padding: 5px 5px;
	color: #666;
	transition: all 200ms;
	-webkit-transition: all 200ms;
}

#filter_like:focus {
	border: 1px solid #999;
	box-shadow: 0px 5px 10px -5px #666;
	-webkit-box-shadow: 0px 5px 10px -5px #666;
}

#clear_filter {
	background: url('../images/blue-btn.png') top left repeat-x;
	border: 0;
	font-size: 14px;
	padding: 3px 10px;
	color: #FFF;
	border-radius: 3px;
	box-shadow: 0 2px 2px -2px #000;
	-webkit-box-shadow: 0 2px 2px -2px #000;
}

#clear_filter:focus,
#clear_filter:hover {
	box-shadow: 0 2px 2px -2px #000 inset;
	-webkit-box-shadow: 0 2px 2px -2px #000 inset;
	background: #5cb85c !important;
}

#blue_clear_filter {
	margin: 0 5px;
	background: url('../images/blue-btn.png') top left repeat-x;
	border: 0;
	font-size: 12px;
	padding: 2px 5px;
	color: #FFF;
	border-radius: 90% 0%;
	box-shadow: 0 2px 2px -2px #000;
	-webkit-box-shadow: 0 2px 2px -2px #000;
	opacity: 0.3;
}

#red_clear_filter {
	cursor: default;
	background: #ff3019;
	background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff3019), color-stop(100%, #cf0404));
	background: -webkit-linear-gradient(top, #ff3019 0%, #cf0404 100%);
	background: -o-linear-gradient(top, #ff3019 0%, #cf0404 100%);
	background: -ms-linear-gradient(top, #ff3019 0%, #cf0404 100%);
	background: linear-gradient(to bottom, #ff3019 0%, #cf0404 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3019', endColorstr='#cf0404', GradientType=0);
	color: #FFF;
	border-radius: 100%;
	padding: 2px 7px;
	opacity: 0.3;
	box-shadow: 0 2px 2px -2px #000;
	-webkit-box-shadow: 0 2px 2px -2px #000;
	transition: all 200ms;
}

.addDetailsQuick {
	font-weight: normal;
	margin: 0;
	cursor: pointer;
	background: url('../images/blue-btn.png') top left repeat-x;
	border: 0;
	padding: 5px 6px !important;
	height: 15px;
	color: #FFF;
	border-radius: 3px;
	opacity: 0.7;
	webkit-box-sizing: content-box !important;
	-moz-box-sizing: content-box !important;
	box-sizing: content-box !important;
}

.addDetailsQuick:hover {
	opacity: 1.0;
	box-shadow: 0 2px 5px 0px #06C;
	-webkit-box-shadow: 0 2px 5px 0px #06C;
}

.addDetailsQuick:focus {
	opacity: 1.0;
	box-shadow: 0 2px 5px 0px #06C;
	-webkit-box-shadow: 0 2px 5px 0px #06C;
}

.update_image {
	width: 200px;
	float: left;
	margin-left: 182px;
	border: 1px solid #CCC;
	border-radius: 4px;
	padding: 2px;
}

.eg {
	font-size: 16px;
	font-weight: normal;
	color: #0C0;
	float: right;
	margin-right: 130px;
	margin-top: 5px;
}

.invalid_input {
	border: #F00;
}

.summery_body {
	transition: height 100ms;
}

.pagination_row {
	text-align: center;
	vertical-align: middle;
}

.nav_page {
	font-weight: normal;
	cursor: pointer;
	background-image: url('../images/blue-btn.png');
	background-size: auto 100%;
	background-repeat: repeat-x;
	font-size: 12px;
	border: 1px solid #FFF;
	padding: 5px 7px;
	color: #FFF;
	box-shadow: 0 0px 4px 0px #000;
	cursor: pointer;
	opacity: 1.0;
	vertical-align: middle;
}

.nav_page:hover {
	background-image: url('../images/bg-content-box.gif');
	background-size: auto 100%;
	border: 1px solid #222;
}

.current_nav_page {
	font-weight: normal;
	cursor: pointer;
	font-size: 12px;
	border: 1px solid #06C;
	padding: 5px 7px;
	color: #000;
	box-shadow: 0 0px 4px 0px #000;
	cursor: pointer;
	opacity: 1.0;
	vertical-align: middle;
}

.current_nav_page:hover {
	cursor: default;
	color: #000;
}

.total_records_pagin {
	font-weight: normal;
	margin: 0;
	margin-right: 5px;
	cursor: pointer;
	float: right;
	background-image: url('../images/blue-btn.png');
	background-size: auto 100%;
	background-repeat: repeat-x;
	border: 0;
	font-size: 12px;
	padding: 3px 5px;
	color: #FFF;
	box-shadow: 0 2px 2px -2px #000;
	-webkit-box-shadow: 0 2px 2px -2px #000;
	opacity: 0.5;
	transition: all 200ms;
	cursor: default;
	opacity: 1.0;
}

.total_records_pagin:hover {
	color: #FFF;
}

#dialogBox {
	background-color: #FFF;
	border: 1px solid #999;
	position: fixed;
}

.calender_icon {
	background-image: url('../images/calendar.png') !important;
	background-color: #FFF !important;
	background-size: 30px !important;
	background-repeat: no-repeat !important;
	background-position: right center !important;
	cursor: pointer !important;
}

#datepicker2,
.datepicker,
#datepicker {
	background-image: url('../images/calendar.png') !important;
	background-size: 30px !important;
	background-repeat: no-repeat !important;
	background-position: right center !important;
	cursor: pointer !important;
}

.datepickerLong {
	background-image: url(../images/calendar.png);
	background-size: 22px;
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;
}

.trans_file_box {
	display: inline-block;
	background: url('../images/blue-btn.png') top left repeat-x !important;
	background-color: #9E9E9E !important;
	border: 1px solid #2999ff !important;
	padding: 5px;
	color: #fff !important;
	font-size: 11px !important;
	font-weight: normal;
	transition: all 200ms;
	cursor: pointer;
	text-align: center;
	width: 60px;
	height: 15px;
	position: relative;
}

.trans_file {
	opacity: 0;
	position: absolute;
	cursor: pointer;
}

tr.calculations {
	transition: all 300ms;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
}

.calculations td,
.totals td {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	font-size: 14px;
}

.calculations td:last-child,
.totals td:last-child {
	border-right: 1px solid #CCC;
}

.calculations td {
	border-bottom: 0px solid #CCC;
	background-color: #FFF;
	text-align: center;
}

.prod_len {
	width: 98%;
	height: 20px;
	border: 1px solid #EEE;
	text-align: center;
}

.prod_len:hover,
.prod_len:focus {
	box-shadow: 0px 0px 2px 0px #666;
}

#popUpForm2,
#popUpForm3 {
	width: 300px;
	height: auto;
	background-color: #FFF;
	border: 5px solid rgba(200, 200, 200, 0.3);
	box-shadow: 0px 0px 6px 0px #CCC;
	-webkit-box-shadow: 0px 0px 6px 0px #CCC;
	-moz-box-shadow: 0px 0px 6px 0px #CCC;
	border-radius: 10px;
	padding: 5px 20px 20px 20px;
	display: none;
}

#popUpForm {
	width: 500px;
	height: auto;
	background-color: #FFF;
	border: 5px solid rgba(200, 200, 200, 0.3);
	box-shadow: 0px 0px 6px 0px #CCC;
	-webkit-box-shadow: 0px 0px 6px 0px #CCC;
	-moz-box-shadow: 0px 0px 6px 0px #CCC;
	padding: 0px;
	display: none;
}

#popUpForm3 p,
#popUpForm2 p {
	font-size: 18px;
	padding: 0px;
	margin-top: 0px;
}

#popUpForm2 p.textBoxGo,
#popUpForm3 p.textBoxGo {
	float: left;
	position: relative;
	left: -10px;
	width: 250px;
	height: 35px;
	vertical-align: middle;
	background-color: #FFF;
	border: 2px solid #CCC;
	-webkit-box-shadow: #F4F4F4 0 0 0 2px;
	border: 1px solid #DDDDDD;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	box-shadow: 0 0 2px #eee;
	transition: box-shadow 300ms;
	-webkit-transition: box-shadow 300ms;
}

#popUpForm2 i,
#popUpForm3 i {
	color: #FFF;
	border-radius: 5px 5px;
	font-size: 16px;
	padding: 8px;
	cursor: pointer;
}

#popUpForm2,
#popUpForm3 {
	transition: all 300ms ease-in-out 100ms;
	-webkit-transition: all 300ms ease-in-out 100ms;
	left: -500px;
}

#popUpForm2 i:hover,
#popUpForm3 i:hover {
	text-shadow: 0px 0px 3px #000;
	color: #2999ff !important;
}

#popUpForm2 i.fa-times,
#popUpForm3 i.fa-times {
	float: right;
	margin: -10px -20px 0px 0px;
	font-size: 22px;
	color: #CCC;
}

#popUpForm2 i.fa-arrow-right,
#popUpForm3 i.fa-arrow-right {
	position: absolute;
	right: -5px;
	top: -7px;
	color: #666 !important;
	font-size: 26px;
}

#popUpForm2 i.fa-arrow-right:hover,
#popUpForm3 i.fa-arrow-right:hover {
	color: #2999ff !important;
}

#popUpForm2 input[type='text'],
#popUpForm3 input[type='text'] {
	font-size: 16px;
	padding: 5px;
	padding-left: 10px;
	border: none;
	background-color: transparent;
	color: #666;
}

#popUpForm #form {
	margin: 0px;
}

#popUpForm #form .caption {
	width: 100px;
}

#popUpForm .popup_title {
	float: left;
	margin: 10px;
	color: #444;
	border-bottom: 1px solid #666;
	font-size: 18px;
	text-shadow: 0px 0px 2px #CCC;
	background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
}

.formFade {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
	background-image: url(../images/xfade.gif);
	background-size: 32px;
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 0.8;
	display: none;
}

#form .addedNote {
	float: left;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	font-weight: normal;
	margin: 10px 0px 10px 50px;
	background: url('../images/blue-btn.png') top left repeat-x;
	border: 0;
	padding: 7px;
	color: #FFF;
	box-shadow: 0 2px 2px -2px #000;
	-webkit-box-shadow: 0 2px 2px -2px #000;
	line-height: 100%;
	width: 70%;
	opacity: 0.5;
	cursor: default;
}

textarea {
	font-size: 14px;
	padding-top: 5px;
	resize: vertical;
}

.centerTextall * {
	text-align: center;
}

#view_button_large {
	float: right;
	margin: 10px 50px 10px 0px;
	padding: 5px;
	width: 10%;
	font-weight: normal;
	cursor: pointer;
	background: url('../images/blue-btn.png') top left repeat-x;
	border: 0;
	color: #FFF;
	border-radius: 3px;
	box-shadow: 0 2px 2px -2px #000;
	-webkit-box-shadow: 0 2px 2px -2px #000;
	opacity: 0.5;
}

#view_button_large:hover {
	opacity: 1.0;
}

.quickSubmit td {
	text-align: center;
	vertical-align: middle;
	margin: 0;
}

span.shownCode {
	font-weight: normal;
	font-size: 14px;
	padding: 5px;
	border: 1px solid #CCC;
	border-radius: 5px;
	position: relative;
	left: 5px;
	top: 7px;
}

span.legend {
	position: absolute;
	left: 20px;
	top: -12px;
	background-color: #EEE;
	color: #333;
	padding: 2px 5px;
}

.selectDropDown {
	margin-top: 2px;
	display: inline-block;
	background-color: #FFF !important;
	border: 1px solid #999 !important;
	padding: 5px 0px 5px 5px;
	color: #666 !important;
	font-size: 12px !important;
	font-weight: normal;
	transition: all 200ms;
	cursor: pointer;
}

.selectDropDown:active {
	border: 1px solid #2999ff !important;
	box-shadow: 0px 0px 5px 0px #666 inset;
	-moz-box-shadow: 0px 0px 5px 0px #666 inset;
	-webkit-box-shadow: 0px 0px 5px 0px #666 inset;
}

.selectDropDown:hover,
.selectDropDown:focus {
	border: 1px solid #2999ff !important;
	box-shadow: 0px 0px 2px 0px #06C;
	-moz-box-shadow: 0px 0px 2px 0px #06C;
	-webkit-box-shadow: 0px 0px 2px 0px #06C;
}

.selectDropDown .caret {
	position: absolute;
	top: 50%;
	right: 12px;
	margin-top: -2px;
	vertical-align: middle;
	border-top-color: #666;
	border-bottom-color: #666;
}

tr.transactions:hover {
	background-color: #EEE;
}

input[type='text'] {}

.darkBLue {
	color: #191DBF;
}

.blue {
	color: blue;
}

div.submitArrow {
	font-size: 20px;
	color: #333;
	text-shadow: 0px 0px 5px #FFF;
	position: absolute;
	right: -5px;
	top: 0px;
	padding: 5px;
	cursor: pointer;
	transition: all 300ms;
}

div.submitArrow:hover {
	color: #1D87E9;
}

div.listEye {
	font-size: 20px;
	color: #333;
	text-shadow: 0px 0px 5px #FFF;
	position: absolute;
	right: 25px;
	top: 0px;
	padding: 5px;
	cursor: pointer;
	transition: all 300ms;
}

div.listEye:hover {
	color: #1D87E9;
}

/* Popup List Plugin */

div.popupList {
	width: 370px;
	vertical-align: middle;
	text-align: center;
	z-index: 8000;
	padding: 0px;
	background-color: #FFF;
	box-shadow: 0px 10px 6px -6px #999;
	-webkit-box-shadow: 0px 10px 6px -6px #999;
	border: 1px solid #CCC;
	border-radius: 4px;
	opacity: 1.0;
	display: none;
	overflow: hidden;
}

div.popupList p.popupHead .fa-times {
	float: right;
	margin-right: 10px;
	margin-top: -5px;
	font-size: 24px;
	cursor: pointer;
	transition: all 200ms;
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
}

div.popupList p.popupHead .fa-times:hover {
	color: #1D87E9;
}

div.popupList div.scrollableDiv {
	max-height: 100px;
	width: 370px;
}

p.popupHead {
	font-size: 12px;
	font-weight: normal;
	padding: 5px;
	margin: 0px;
	background-image: url(../images/bg-login.gif);
	border-radius: 5px;
	color: #FFF;
}

div.popupList i.fa-chevron-up {
	position: absolute;
	top: 5px;
	left: 10px;
	font-size: 16px;
	color: #FFF;
	opacity: 0.0;
	transition: all 200ms;
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
}

div.popupList i.fa-chevron-down {
	position: absolute;
	top: 5px;
	left: 10px;
	font-size: 16px;
	color: #FFF;
	opacity: 0.0;
	transition: all 200ms;
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
}

div.popupList ul.ul-list {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 370px;
	height: auto;
}

div.popupList ul.ul-list li {
	padding: 5px;
	cursor: pointer;
	transition: all 200ms;
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
}

div.popupList ul.ul-list li:hover {
	background-color: #1D87E9;
	color: #FFF;
}

/*facebook preloader animation*/

#facebook {
	float: right;
	margin-right: 20px;
	margin-top: 10px;
}

.facebook_block {
	background-color: #FFF;
	border: 2px solid #1D87E9;
	float: left;
	height: 15px;
	margin-left: 5px;
	width: 5px;
	opacity: 0.5;
	-webkit-transform: scale(0.7);
	-webkit-animation-name: facebook;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: linear;
	-webkit-transform: scale(0.7);
	animation-name: facebook;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-direction: linear;
}

#block_1 {
	animation-delay: .3s;
	-webkit-animation-delay: .3s;
}

#block_2 {
	animation-delay: .4s;
	-webkit-animation-delay: .4s;
}

#block_3 {
	animation-delay: .5s;
	-webkit-animation-delay: .5s;
}

@-webkit-keyframes facebook {
	0% {
		-webkit-transform: scale(1.2);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(0.7);
		opacity: 0.1;
	}

	0% {
		transform: scale(1.2);
		opacity: 1;
	}

	100% {
		transform: scale(0.7);
		opacity: 0.1;
	}
}

@keyframes facebook {
	0% {
		-webkit-transform: scale(1.2);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(0.7);
		opacity: 0.1;
	}

	0% {
		transform: scale(1.2);
		opacity: 1;
	}

	100% {
		transform: scale(0.7);
		opacity: 0.1;
	}
}

input.input_size,
.fieldDisplay,
input.input_readonly {
	-webkit-box-sizing: content-box !important;
	-moz-box-sizing: content-box !important;
	box-sizing: content-box !important;
}

div.addShed {
	position: absolute;
	right: -35px;
	top: 0px;
	margin: 0 !important;
	padding: 5px 8px;
	background-image: url(../images/blue-btn.png);
	background-position: top left;
	border-radius: 4px;
	transition: all 200ms;
	-webkit-transition: all 200ms;
	cursor: pointer;
}

div.addShed i {
	color: #FFF;
	transition: all 400ms;
	-webkit-transition: all 400ms;
}

span.addItem {
	float: right;
	margin-right: 20px;
	color: #000 !important;
	cursor: pointer !important;
}

span.addItem i {
	color: #000 !important;
	cursor: pointer !important;
	transition: all 300ms ease-out 100ms;
	-webkit-transition: all 300ms ease-out 100ms;
}

span.addItem:hover i {
	color: #1D87E9;
	transform: rotate(90deg) scale(1.4, 1.4);
	-webkit-transform: rotate(90deg) scale(1.4, 1.4);
}

span.addItem:active i {
	color: #1D87E9;
	transform: rotate(90deg) scale(0.1, 0.1);
	-webkit-transform: rotate(90deg) scale(0.1, 0.1);
}

.underTheTable .newForm,
.underTheTable .reverseThisVoucher,
.underTheTable .completeProccess,
.journalizeThis {
	float: right;
	margin: 0;
	margin: 10px;
	padding: 4px;
	border: 1px solid #CCC;
	border-radius: 0px;
	display: inline-block;
	background: url('../images/blue-btn.png') top left repeat-x !important;
	background-color: #9E9E9E !important;
	border: 1px solid #2999ff !important;
	color: #fff !important;
	font-size: 12px !important;
	font-weight: normal;
	transition: all 200ms;
	cursor: pointer;
	box-shadow: 0px 0px 2px 0px #06C;
	-moz-box-shadow: 0px 0px 2px 0px #06C;
	-webkit-box-shadow: 0px 0px 2px 0px #06C;
}

.underTheTable .newForm:hover,
.underTheTable .reverseThisVoucher:hover,
.underTheTable .completeProccess:hover,
.journalizeThis:hover {
	box-shadow: 0px 0px 2px 1px #06C;
	-moz-box-shadow: 0px 0px 2px 1px #06C;
	-webkit-box-shadow: 0px 0px 2px 1px #06C;
}

.underTheTable .newForm:active,
.underTheTable .reverseThisVoucher:active,
.underTheTable .completeProccess:active,
.journalizeThis:active {
	box-shadow: 0px 0px 2px 0px #666 inset !important;
	-moz-box-shadow: 0px 0px 2px 0px #666 inset !important;
	-webkit-box-shadow: 0px 0px 2px 0px #666 inset !important;
}

.button i {
	font-size: 12px;
}

.ChequeBoxAll,
.ChequeBox {
	outline: none;
}

.underTheTable {
	width: 100%;
}

input[type='radio'] {
	position: relative;
	top: 2px;
	width: 15px;
	height: 15px;
}

span.radioSpan {
	padding: 5px;
	padding-bottom: 10px;
}

select:focus,
select:hover {
	box-shadow: 0px 2px 4px 1px #06C;
	-moz-box-shadow: 0px 2px 4px 1px #06C;
	-webkit-box-shadow: 0px 2px 4px 1px #06C;
}

i.addProduct {
	font-size: 16px;
	color: #FFF;
	position: relative;
	top: 2px;
	left: 30px;
	transition: all 300ms;
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
	cursor: pointer;
}

i.addProduct:hover {
	transform: scale(1.2, 1.2) rotate(90deg);
	-webkit-transform: scale(1.2, 1.2) rotate(90deg);
	-moz-transform: scale(1.2, 1.2) rotate(90deg);
	-o-transform: scale(1.2, 1.2) rotate(90deg);
}

i.addProduct:active {
	transform: scale(1.0, 1.0) rotate(90deg);
	-webkit-transform: scale(1.0, 1.0) rotate(90deg);
	-moz-transform: scale(1.0, 1.0) rotate(90deg);
	-o-transform: scale(1.0, 1.0) rotate(90deg);
}

i.addNewMachine,
i.addNewStitch {
	font-size: 16px;
	color: #06C;
	float: right;
	margin-right: 20px;
	transition: all 300ms;
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
	cursor: pointer;
}

i.addNewMachine:hover,
i.addNewStitch:hover {
	transform: scale(1.2, 1.2);
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
}

i.addNewStitch:active {
	transform: scale(1.0, 1.0);
	-webkit-transform: scale(1.0, 1.0);
	-moz-transform: scale(1.0, 1.0);
	-o-transform: scale(1.0, 1.0);
}

span.red {
	color: red !important;
}

span.green {
	color: green !important;
}

.rowToggler {
	float: right;
	margin-right: 20px;
	cursor: pointer;
	color: #06C;
	font-size: 18px;
	transition: all 200ms;
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
}

.checkBoxee {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}

input.greenBackground {
	background-color: rgba(0, 255, 51, 0.7);
	color: #000;
}

/* .remove_btn{
	background:url('../images/bg-button-red.gif') top left repeat-x ;
	border: 0;
	font-size: 16px;
	padding: 3px 6px;
	color: #FFF;
	border-radius: 3px;
	box-shadow: 0 2px 2px -2px #000;
	-webkit-box-shadow: 0 2px 2px -2px #000;
	opacity: 0.7;
}
.remove_btn:focus,
.remove_btn:hover{
	opacity: 1.0;
	box-shadow: 0px 0px 2px 0px #C30;
	-moz-box-shadow: 0px 0px 2px 0px #C30;
	-webkit-box-shadow: 0px 0px 2px 0px #C30;
}
.remove_btn i{
	margin: 0;
	padding: 0;
} */

.glowing {
	transition: all 300ms;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-webkit-animation-name: glowing;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: linear;
	animation-name: glowing;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-direction: linear;
}

.msg_ico {
	width: 20px;
}

.datepickerZed {
	background-image: url(../images/calendar.png);
	background-size: 22px;
	background-repeat: no-repeat;
	background-position: 125px center;
	cursor: pointer;
	float: left;
	width: 150px;
	font-size: 16px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	border: 1px solid #999;
	height: 25px;
	-webkit-box-shadow: #F4F4F4 0 0 0 2px;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	box-shadow: 0 0 2px #eee;
	transition: box-shadow 300ms;
	-webkit-transition: box-shadow 300ms;
}

.daily-voucher-receipt {
	float: left;
	min-height: 200px;
	width: 49%;
	margin: 10px 0px;
	border: 1px solid #999;
	border-radius: 3px;
}

.daily-voucher-payment {
	float: right;
	min-height: 200px;
	width: 49%;
	margin: 10px 0px;
	border: 1px solid #999;
	border-radius: 3px;
}

.daily-voucher-calculations {
	min-height: 200px;
	border: 1px solid #999;
	border-radius: 3px;
}

.totalsTable {
	float: right;
	margin: 0px;
	width: 80%;
}

.totalsTable .colFirst {
	font-weight: bold;
	font-size: 16px;
	text-align: right;
	background-color: #F5F5F5;
	color: #444;
}

.totalsTable .colValue {
	text-align: right;
	font-size: 16px;
}

.totalsHeadings {
	text-align: right;
	width: 13%;
}

#popUpVoucher {
	width: 98%;
	height: 90%;
	background-color: #FFF;
	padding: 0px;
	display: none;
	transition: all 300ms;
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
	transform: scale(0.0, 0.0) rotateX(90deg);
	-webkit-transform: scale(0.0, 0.0) rotateX(90deg);
	-moz-transform: scale(0.0, 0.0) rotateX(90deg);
	box-shadow: 0px 0px 10px 0px #000;
	-moz-box-shadow: 0px 0px 10px 0px #000;
	-webkit-box-shadow: 0px 0px 10px 0px #000;
	border: 1px solid #777;
	z-index: 100;
}

#popUpVoucher.popYa {
	transform: scale(1.0, 1.0) rotateX(0deg);
	-webkit-transform: scale(1.0, 1.0) rotateX(0deg);
	-moz-transform: scale(1.0, 1.0) rotateX(0deg);
}

#popUpVoucher .button {
	margin: 0px;
	font-size: 14px !important;
	padding: 4px 7px !important;
}

.popVOucherFooter {
	position: absolute;
	bottom: 5px;
	left: 0px;
	width: 100%;
}

.topMenu {
	border: none;
	border-radius: 4px;
	padding-bottom: 20px;
	background: none;
	position: absolute;
	right: 20px;
	top: 5px;
	right: 10px;
	z-index: 20;
}

.topMenu .button {
	margin: 0px;
	font-size: 14px !important;
	padding: 2px 7px !important;
}

.jvNumTd:hover {
	cursor: pointer;
	background-color: #4B2223;
	color: #FFF;
}

input[type=checkbox].css-checkbox {
	position: absolute;
	z-index: -1000;
	top: -1000px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

input[type=checkbox].css-checkbox+label.css-label {
	padding-left: 30px;
	height: 23px;
	display: inline-block;
	line-height: 23px;
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 23px;
	vertical-align: middle;
	cursor: pointer;
}

input[type=checkbox].css-checkbox:checked+label.css-label {
	background-position: 0 -23px;
}

label.css-label {
	background-image: url('../images/csscheckbox.png');
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-weight: normal;
}

.cmn-toggle {
	position: absolute;
	visibility: hidden;
}

.cmn-toggle+label {
	display: block;
	position: relative;
	cursor: pointer;
	outline: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

input.cmn-toggle-round+label {
	padding: 2px;
	width: 55px;
	height: 25px;
	background-color: #DDDDDD;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
}

input.cmn-toggle-round+label:before,
input.cmn-toggle-round+label:after {
	display: block;
	position: absolute;
	top: 1px;
	left: 1px;
	bottom: 1px;
	content: "";
}

input.cmn-toggle-round+label:before {
	right: 1px;
	background-color: #CCC;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	-webkit-transition: background 0.4s;
	-moz-transition: background 0.4s;
	-o-transition: background 0.4s;
	transition: background 0.4s;
}

input.cmn-toggle-round+label:after {
	height: 25px;
	width: 25px;
	left: 0px;
	top: 0px;
	background-color: #FFF;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
	-webkit-transition: margin 0.4s;
	-moz-transition: margin 0.4s;
	-o-transition: margin 0.4s;
	transition: margin 0.4s;
}

input.cmn-toggle-round:checked+label:before {
	background-color: #2999ff;
}

input.cmn-toggle-round:checked+label:after {
	margin-left: 30px;
}

#cssmenu {
	position: relative;
	margin: 0;
	line-height: 1;
	width: 100%;
	margin-top: 50px;
	box-shadow: 0 0 12px rgba(58, 51, 46, 0.26);
	-moz-box-shadow: 0 0 12px rgba(58, 51, 46, 0.26);
	-webkit-box-shadow: 0 0 12px rgba(58, 51, 46, 0.26);
	left: 10px;
}

#sidebar.shrinkMenu {
	left: -235px;
}

.align-right {
	float: right;
}

#cssmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}

#cssmenu ul li {
	position: relative;
	margin: 0;
	padding: 0;
}

#cssmenu ul li a {
	text-decoration: none;
	cursor: pointer;
}

#cssmenu>ul>li>a {
	color: #dddddd;
	display: block;
	line-height: 30px;
	padding: 13px 10px 10px 10px;
	border-bottom: 1px solid #245580;
	background: #FFF;
	font-size: 16px;
	color: #222222;
	-webkit-transition: transform 0.25s ease-in;
	-moz-transition: transform 0.25s ease-in;
	-ms-transition: transform 0.25s ease-in;
	-o-transition: transform 0.25s ease-in;
	transition: transform 0.25s ease-in;
	position: relative;
}

#cssmenu>ul>li>a:hover {}

#cssmenu>ul>li>a.active {
	/* background-image: linear-gradient(to bottom, #337ab7 0, #265a88 100%); */
	/* color: #FFF; */
}

#cssmenu>ul>li>a>i {
	font-size: 20px !important;
	line-height: 10px;
	color: #666;
	text-shadow: 1px 1px 1px #CCC;
	position: relative;
	top: -5px;
	-webkit-transition: transform 0.25s ease-in;
	-moz-transition: transform 0.25s ease-in;
	-ms-transition: transform 0.25s ease-in;
	-o-transition: transform 0.25s ease-in;
	transition: transform 0.25s ease-in;
}

#cssmenu ul li.open>a {
	/* background-image: linear-gradient(to bottom, #337ab7 0, #265a88 100%); */
	/* color: #FFF; */
}

#cssmenu ul li.open>a>i {
	opacity: 1.0;
	/* color: #FFF; */
	transition: all 300ms;
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
}

#cssmenu ul li a.active>i,
#cssmenu ul li a:hover>i {
	opacity: 1.0;
	/* color: #FFF; */
	transform: scale(1.0, 1.0);
	-webkit-transform: scale(1.0, 1.0);
	-moz-transform: scale(1.0, 1.0);
}

#cssmenu>ul>li:last-child>a {
	border-bottom: 1px solid #000000;
}

#cssmenu>ul>li:last-child>a:hover {
	background-color: #c12e2a !important;
	color: #FFF;
}

#cssmenu>ul>li:last-child>a:hover i {
	color: #FFF;
}

#cssmenu>ul>li:hover>a,
#cssmenu>ul>li.open>a,
#cssmenu>ul>li.active>a {
	/* color: #FFF; */
	/* background-image: linear-gradient(to bottom, #337ab7 0, #265a88 100%); */
}

#cssmenu>ul>li:hover>a>i,
#cssmenu>ul>li.open>a>i,
#cssmenu>ul>li.active>a>i {
	opacity: 1.0;
	/* color: #FFF; */
	/* transform: scale(1.2, 1.2);
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2); */
}

#cssmenu ul>li.has-sub>a::after {
	content: "";
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-top: 13px solid #000000;
	border-botom: 13px solid transparent;
	border-left: 125px solid transparent;
	border-right: 125px solid transparent;
	left: 0;
	bottom: -13px;
	bottom: 0px;
	z-index: 1;
	opacity: 0;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

#cssmenu ul>li.has-sub>a::before {
	content: "";
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-top: 13px solid #999;
	border-botom: 13px solid transparent;
	border-left: 125px solid transparent;
	border-right: 125px solid transparent;
	left: 0;
	bottom: -12px;
	bottom: -1px;
	z-index: 3;
	opacity: 0;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

#cssmenu ul>li.has-sub::after {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border: 7px solid transparent;
	border-top-color: #dddddd;
	z-index: 2;
	right: 20px;
	top: 24.5px;
	pointer-events: none;
}

#cssmenu ul>li:hover::after,
#cssmenu ul>li.active::after,
#cssmenu ul>li.open::after {
	border-top-color: #ffffff;
}

#cssmenu ul>li.has-sub.open>a::after {
	opacity: 1;
	bottom: -13px;
}

#cssmenu ul>li.has-sub.open>a::before {
	opacity: 1;
	bottom: -12px;
}

#cssmenu ul ul {
	display: none;
}

#cssmenu ul ul li {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#cssmenu ul ul li a {
	background: #f1f1f1;
	display: block;
	position: relative;
	font-size: 15px;
	padding: 14px 20px;
	border-bottom: 1px solid #dddddd;
	color: #777777;
	font-weight: 300;
	-webkit-transition: all 0.25s ease-in;
	-moz-transition: all 0.25s ease-in;
	-ms-transition: all 0.25s ease-in;
	-o-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in;
}

#cssmenu ul ul li:first-child>a {
	padding-top: 18px;
}

#cssmenu ul ul ul li {
	border: 0;
}

#cssmenu ul ul li:hover>a,
#cssmenu ul ul li.open>a,
#cssmenu ul ul li.active>a {
	background: #e4e4e4;
	color: #666666;
}

#cssmenu ul ul>li.has-sub>a::after {
	border-top: 13px solid #dddddd;
}

#cssmenu ul ul>li.has-sub>a::before {
	border-top: 13px solid #e4e4e4;
}

#cssmenu ul ul ul li a {
	padding-left: 30px;
}

#cssmenu ul ul>li.has-sub::after {
	top: 18.5px;
	border-width: 6px;
	border-top-color: #777777;
}

#cssmenu ul ul>li:hover::after,
#cssmenu ul ul>li.active::after,
#cssmenu ul ul>li.open::after {
	border-top-color: #666666;
}

#cssmenu i {
	font-size: 14px !important;
	margin: 5px !important;
	width: 20px;
	height: 10px;
}

#top-bar {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 41px;
	color: #222;
	background: #fbfbfb;
	border: 1px solid #dfdcd6;
	z-index: 10;
	overflow: visible;
}

#top-bar:after {
	content: '';
	height: 4px;
	background: #337ab7;
	border: 1px solid #dfdcd6;
	border-top: none;
	border-radius: 0 0 4px 4px;
	-webkit-box-shadow: 0 1px 1px rgba(224, 222, 220, 0.75);
	box-shadow: 0 1px 1px rgba(224, 222, 220, 0.75);
	position: absolute;
	bottom: -4px;
	left: 5px;
	right: 5px;
}

#top-bar .sidbar-button {
	position: absolute !important;
	top: -1px !important;
	left: 180px !important;
	padding: 6px 10px 6px 10px;
	border: none;
	cursor: pointer;
	border: none;
}

#top-bar .sidbar-button:hover {
	background-image: url('../images/blue-btn.png');
	background-repeat: repeat-x;
	background-size: auto 100%;
}

#top-bar .sidbar-button .bar-btn {
	display: block;
	background-color: #777;
	padding: 2px;
	border-radius: 1px;
	width: 30px;
	margin: 4px 0px;
}

#top-bar .sidbar-button:hover .bar-btn {
	background-color: #FFF;
}

.main-logo span {
	font-family: "Merienda Bold";
	padding-left: 40px;
}

.main-logo {
	font-family: "Merienda Bold";
	font-size: 70px;
	background-image: linear-gradient(#7bbdf7, #3399f3 50%, #208ff2);
	background-repeat: no-repeat;
	border: 1px solid #0e80e5;
	filter: none;
	padding: 10px 10px;
	margin: 10px auto;
	color: #FFF;
	width: 330px;
	position: relative;
	box-shadow: 0px 0px 10px 0px #208ff2;
}

.main-logo .logo-feet {
	font-size: 16px;
	color: #337ab7;
	width: 160px;
	text-align: left;
	padding-left: 15px;
	position: absolute;
	top: 40px;
	left: -55px;
	transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	background-color: #FFF;
	box-shadow: 0px 0px 10px 0px #CCC;
}

#top-bar .mini-logo {
	font-family: 'Segoe-UI';
	font-size: 16px;
	position: absolute !important;
	top: 2px !important;
	left: 0px !important;
	color: #222;
}

.zSoft {
	color: #337ab7;
	font-family: "Merienda Bold";
	cursor: pointer;
	font-size: 24px;
	padding: 4px 20px 3px 20px;
	margin: 0px;
}
.dashboard-headings-h2 {
	color: #222222;
	cursor: default;
	font-size: 22px;
	text-shadow: 1px 1px 0px #c0c0c0;
	padding: 4px 20px 0px 20px;
}
.focus-and-big:hover,
.focus-and-big:focus {
	color: #fff;
	background-image: none !important;
	background-color: #5cb85c !important;
	border-color: #4cae4c !important;
	border-color: #FFF !important;
	box-shadow: 0px 0px 5px 0px #CCC !important;
}

.limit-height-and-scroll {
	height: 400px;
	overflow-y: auto;
}

table {
	margin: 0px auto;
	width: 100%;
}

table td,
table th {
	padding: 5px;
}

table th {
	background-color: #F5F5F5;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}

/* Loading Animation */

.meter_container {
	display: block;
	position: fixed;
	top: 25%;
	width: 50%;
	height: auto;
	border: 1px solid black;
	background-color: #c0c0c0;
	border-radius: 7px;
}

.meter_container h1 {
	font-size: 24px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.meter {
	height: 20px;
	/* Can be anything */
	position: relative;
	margin: 0px 10px 10px 10px;
	/* Just for demo spacing */
	background: #555;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	padding: 10px;
	-webkit-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
	-moz-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
	box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
}

.meter>h4 {
	text-align: center;
}

.meter>span {
	display: block;
	height: 100%;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomright: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	background-color: #8A0013;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, f0a3a3), color-stop(1, f42323));
	background-image: -moz-linear-gradient(center bottom, rgb(43, 194, 83) 37%, rgb(84, 240, 84) 69%);
	-webkit-box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
	box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
	position: relative;
	overflow: hidden;
}

.meter>span:after,
.animate>span>span {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, rgba(255, 255, 255, .2)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .2)), color-stop(.75, rgba(255, 255, 255, .2)), color-stop(.75, transparent), to(transparent));
	background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
	z-index: 1;
	-webkit-background-size: 50px 50px;
	-moz-background-size: 50px 50px;
	-webkit-animation: move 2s linear infinite;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	overflow: hidden;
}

.animate>span:after {
	display: none;
}

@-webkit-keyframes move {
	0% {
		background-position: 0 0;
	}

	100% {
		background-position: 50px 50px;
	}
}

.login_load {
	width: 100%;
	height: 100%;
	padding: 50px;
	margin: 0px auto;
	text-align: center;
	position: relative;
}

.login_load:after {
	content: "Working Please Wait. . . ";
	position: absolute;
	bottom: 20px;
	left: 100px;
}

td {
	vertical-align: middle !important;
}

.ui-datepicker table {
	border-collapse: collapse;
}

.ui-datepicker table th,
.ui-datepicker table td {
	font-size: 12px;
	font-weight: normal !important;
	margin: 0px;
}

.ui-datepicker table a {
	font-weight: normal !important;
}

.miniText {
	position: absolute;
	left: 32px;
	top: 0px;
	height: 100%;
}

.sms_selected {
	color: green;
}

.sms_unselected {
	color: #ddd;
}

/******* Margin Helpers *******/

/*Margin-All*/

.m-0 {
	margin: 0px !important;
}

.m-5 {
	margin: 5px;
}

.m-10 {
	margin: 10px;
}

.m-15 {
	margin: 15px;
}

.m-20 {
	margin: 20px;
}

.m-25 {
	margin: 25px;
}

.m-30 {
	margin: 30px;
}

.m-35 {
	margin: 35px;
}

/*		Margin-left					*/

.ml-3 {
	margin-left: 3px;
}

.ml-5 {
	margin-left: 5px;
}

.ml-10 {
	margin-left: 10px !important;
}

.ml-15 {
	margin-left: 15px;
}

.ml-20 {
	margin-left: 20px;
}

.ml-25 {
	margin-left: 25px;
}

.ml-30 {
	margin-left: 30px;
}

/*		Margin-right				*/

.mr-3 {
	margin-right: 3px;
}

.mr-5 {
	margin-right: 5px;
}

.mr-10 {
	margin-right: 10px;
}

.mr-15 {
	margin-right: 15px;
}

.mr-20 {
	margin-right: 20px;
}

.mr-25 {
	margin-right: 25px;
}

.mr-30 {
	margin-right: 30px;
}

/*		Margin-Horizontal			*/

.mh-5 {
	margin-left: 5px;
	margin-right: 5px;
}

.mh-10 {
	margin-left: 10px;
	margin-right: 10px;
}

.mh-15 {
	margin-left: 15px;
	margin-right: 15px;
}

.mh-20 {
	margin-left: 20px;
	margin-right: 20px;
}

.mh-25 {
	margin-left: 25px;
	margin-right: 25px;
}

.mh-30 {
	margin-left: 30px;
	margin-right: 30px;
}

/*Margin Vertical*/

.mv-5 {
	margin: 5px 0;
}

.mv-10 {
	margin: 10px 0;
}

.mv-15 {
	margin: 15px 0;
}

.mv-20 {
	margin: 20px 0;
}

.mv-25 {
	margin: 25px 0px;
}

.mv-25 {
	margin: 30px 0;
}

/*		margin-top			*/

.mt-3 {
	margin-top: 3px;
}

.mt-5 {
	margin-top: 5px;
}

.mt-10 {
	margin-top: 10px;
}

.mt-15 {
	margin-top: 15px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-25 {
	margin-top: 25px;
}

.mt-30 {
	margin-top: 30px;
}

/*		Margin-bottom		*/

.mb-0 {
	margin-bottom: 0px !important;
}

.mb-3 {
	margin-bottom: 3px;
}

.mb-5 {
	margin-bottom: 5px;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-15 {
	margin-bottom: 15px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-25 {
	margin-bottom: 25px;
}

.mb-30 {
	margin-bottom: 30px;
}

/******* padding Helpers *******/

/*		padding-All					*/

.p-0 {
	padding: 0px !important;
}

.p-5 {
	padding: 5px;
}

.p-10 {
	padding: 10px;
}

.p-15 {
	padding: 15px;
}

.p-20 {
	padding: 20px;
}

.p-25 {
	padding: 25px;
}

.p-30 {
	padding: 30px;
}

.p-35 {
	padding: 35px;
}

/*		padding-left					*/

.pl-3 {
	padding-left: 3px;
}

.pl-5 {
	padding-left: 5px;
}

.pl-10 {
	padding-left: 10px !important;
}

.pl-15 {
	padding-left: 15px;
}

.pl-20 {
	padding-left: 20px !important;
}

.pl-25 {
	padding-left: 25px !important;
}

.pl-30 {
	padding-left: 30px !important;
}

/*		padding-right				*/

.pr-3 {
	padding-right: 3px;
}

.pr-5 {
	padding-right: 5px;
}

.pr-10 {
	padding-right: 10px;
}

.pr-15 {
	padding-right: 15px;
}

.pr-20 {
	padding-right: 20px;
}

.pr-25 {
	padding-right: 25px;
}

.pr-30 {
	padding-right: 30px;
}

/*		padding-Horizontal			*/

.ph-5 {
	padding-left: 5px;
	padding-right: 5px;
}

.ph-10 {
	padding-left: 10px;
	padding-right: 10px;
}

.ph-15 {
	padding-left: 15px;
	padding-right: 15px;
}

.ph-20 {
	padding-left: 20px;
	padding-right: 20px;
}

.ph-25 {
	padding-left: 25px;
	padding-right: 25px;
}

.ph-30 {
	padding-left: 30px;
	padding-right: 30px
}

/*		padding Vertical				*/

.pv-5 {
	padding: 5px 0;
}

.pv-10 {
	padding: 10px 0;
}

.pv-15 {
	padding: 15px 0;
}

.pv-20 {
	padding: 20px 0;
}

.pv-25 {
	padding: 25px 0px;
}

.pv-25 {
	padding: 30px 0;
}

/*		padding-top			*/

.pt-3 {
	padding-top: 3px;
}

.pt-5 {
	padding-top: 5px;
}

.pt-10 {
	padding-top: 10px !important;
}

.pt-15 {
	padding-top: 15px;
}

.pt-20 {
	padding-top: 20px !important;
}

.pt-25 {
	padding-top: 25px;
}

.pt-30 {
	padding-top: 30px;
}

/*		padding-bottom		*/

.pb-0 {
	padding-bottom: 0px !important;
}

.pb-3 {
	padding-bottom: 3px;
}

.pb-5 {
	padding-bottom: 5px;
}

.pb-10 {
	padding-bottom: 10px !important;
}

.pb-15 {
	padding-bottom: 15px;
}

.pb-20 {
	padding-bottom: 20px !important;
}

.pb-25 {
	padding-bottom: 25px;
}

.pb-30 {
	padding-bottom: 30px;
}

.pos-rel {
	position: relative;
}

.pos-rel .miniText2 {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
}

.bold-text {
	font-weight: bold !important;
}

.italic-text {
	font-style: italic !important;
}

.font-blue {
	color: blue;
}

.font-merienda {
	font-family: "Merienda Bold" !important;
}

.btn {
	font-size: 14px !important;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
	color: #333333 !important;
}

table.mini-table,table.mini-table *{
	font-family: 'Courier New', Courier, monospace !important;
	color: #000 !important;
	padding: 2px !important;
	margin: 0px !important;
	font-size: 12px !important;
	border: 1px solid #000 !important;
	border-collapse: collapse;
}