﻿@charset "utf-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700);
@import url(font-awesome.min.css);
@import url(fluid.css);
/*For IE only*/
.ieOnly .loginPage form input.username, .ieOnly .loginPage form input.password {
	height: 30px;
}
i, span, p, h1, h2, h3, h4, h5, h6 {transition: all 0.5s ease 0s;}
a {transition: all 0.5s ease 0s;
	outline: none;
	border: none;
}
img {
    /*transition: all 0.5s ease 0s;*/
	outline: none;
	border: none;
}
.filevalidation {
    margin-top: 5px;
    font-size: 12px;
    font-weight: 500;
}
.btn-search {
    line-height: 63px;
    padding: 4px 10px;
    border: 1px solid #1fb5ac;
    text-decoration: none;
    margin-left: 5px;
    border-radius: 5px;
}
.txt-search {
   padding: 6px;
    border-radius: 5px;
    border: 1px solid #1fb5ac;
}
.clear {
	clear: both;
}
.flright {
	float: right;
}
.flleft {
	float: left;
}
body {transition: all 0.5s ease 0s;
	margin: 0 auto;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	color: #2d2d2d;
	background-color: #23272d;
}
body.loginPG {
	margin: 0 auto;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	color: #2d2d2d;
	background-color: #32323a;
}
.loginPage {
	background: none repeat scroll 0 0 #ffffff;
	border-radius: 15px;
	display: block;
	margin: 200px auto 0;
	overflow: hidden;
	text-align: center;
	width: 350px;
}
.loginPage .validation {
	color: #f00;
	display: block;
	font-size: 13px;
	margin: 2px auto 0;
	text-align: left;
	width: 225px;
}
.logoLogin {
	border-bottom: 5px solid #28968d;
}
.logoLogin img {
	padding-top: 10px;
}
.logoLogin h3 {
	font-size: 15px;
	font-weight: 400;
	margin: 5px 0 7px;
}
.loginPage form {
}
.loginPage form .bgColor {
	background-color: #eaeaec;
	display: block;
	overflow: hidden;
	padding: 15px 15px 0;
}
.loginPage form .row {
	margin-bottom: 15px;
}
.loginPage form label {
}
.loginPage form input.username, .loginPage form input.password {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	color: #555;
	display: block;
	transition: all 0.7s ease 0s;
	font-size: 14px;
	line-height: 25px;
	margin: 0 auto;
	padding: 6px 12px;
	width: 200px;
}
.loginPage form input.username:focus, .loginPage form input.password:focus {
	box-shadow: 0 0 5px -1px #1fb5ac;
}
.logBtn {
	background-color: #1fb5ac;
	border: medium none;
	border-radius: 5px;
	color: #ffffff;
	display: block;
	font-size: 17px;
	font-weight: 400;
	margin: 15px auto 0;
	padding: 7px;
	cursor: pointer;
	text-transform: uppercase;
	width: 225px;
}
.loginFtr p {
	color: #fefefe;
	font-size: 11px;
	margin: 15px auto;
	text-align: center;
	width: 350px;
}
.loginFtr p a {
	color: #1fb5ac;
	text-decoration: none;
	transition: all 0.5s ease 0s;
}
.loginFtr p a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.mainContainer {
	/*background: none repeat scroll 0 0 #ffffff;*/
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	display: block;
	margin: 0 auto;
	overflow: hidden; /* width: 90%;*/
}
.sidebar {
	width: 16%;
	float: left;
}
header {
	background-color: #23272d;
	border-bottom: medium none #2d2d2d;
	display: block;
	height: 65px;
	overflow: hidden;
	padding-right: 35px;
}
.logo {
	background-color: #fff;
	padding: 5px 2.5px;
	text-align: center;
	width: 16%;
	float: left;
}
.headerRight {
	float: right;
	margin: 16px 0;
	width: 200px;
}
.logo a {
	display: block;
	overflow: hidden;
}
.logo a img {
}
.mainNav {
	background-color: #23272d;
	min-height: 600px;
}
.mainNav .nav {
	margin: 0;
	padding: 0;
}
.mainNav .nav li {
	border-bottom: 1px solid #383838;
	display: block;
	overflow: hidden;
	transition: all 0.5s ease 0s;
}
.mainNav .nav li.prntMnu:hover {
	background-color: #303030;
}
.mainNav .nav li.active a {
	background: url("sidebar-menu-arrow.png") no-repeat scroll right center #079d94;
}
.mainNav .nav li.active ul li a {
	background: #23272d;
}
.mainNav .nav li.active ul li a:hover, .mainNav .nav li.active ul li.activeSub a {
	background-color: #575757;
}
.mainNav .nav li a {
	cursor: pointer;
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: 300;
	overflow: hidden;
	padding: 9px 10px 9px 16px;
	text-decoration: none;
}
.mainNav .nav li a i {
	font-size: 13px;
	text-align: left;
	width: 21px;
}
.mainNav .nav li a span {
	float: right;
	text-align: right;
}
.mainNav .nav li .submenu {
	background-color: #23272d;
	display: none;
	padding: 9px 0 9px 45px;
}
.mainNav .nav li .submenu li {
	border: none;
}
.mainNav .nav li .submenu li:hover, .activeSub {
	background-color: #575757;
}
.mainNav .nav li .submenu li a {
	color: #fff;
	font-size: 12px;
	font-weight: 300;
	text-decoration: none;
	padding: 4px 10px;
}
.mainNav ul.active {
	display: block;
}
.nav .icnUser {
}
.adminHed {
	padding: 6px 0;
	position: relative;
	float: right;
	outline: none;
	text-align: right;
	border: none !important;
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	transition: all 0.5s ease 0s;
}
.adminHed i {
	font-size: 21px;
}
.adminHed i.colD {
	display: block;
	float: right;
	font-size: 17px;
	line-height: 12px;
	margin-top: 7px;
}
.adminHed:hover, .adminHed:focus {
	color: #1FB5AC!important;
	border: none;
	outline: none;
}
.overlay {
	display: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
.userPane {
	background: none repeat scroll 0 0 #23272d;
	display: none;
	margin: 0 33px 0 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 65px;
	z-index: 2;
}
.userPane li {
	background-color: #23272d;
	transition: all 0.5s ease 0s;
	list-style: none outside none;
	border-bottom: 1px solid #5c5c5c;
	color: #fff;
}
.userPane li:hover {
	background-color: #303030;
}
.userPane li a {
	color: #ffffff;
	display: block;
	font-size: 13px;
	font-weight: 400;
	overflow: hidden;
	padding: 6px 20px;
	text-decoration: none;
}
.userPane li a i {
	margin-right: 7px;
	font-size: 12px;
}
.content {
	background-color: #F6F8FA;
	float: left;
	padding: 10px 2% 20px;
	width: 80%;
}
.pgTitle h1 {
	color: #666;
	display: block;
	font-size: 30px;
	font-weight: 400;
	margin: 0;
	padding: 0;
}
.pgTitle h1 span {
	color: #7b7b7b;
	font-size: 14px;
	font-weight: 300;
	margin-left: 10px;
}
.breadcrumb {
	background-color: #eee;
	border: 0 none;
	border-radius: 0;
	box-shadow: none;
	display: block;
	margin-bottom: 25px;
	overflow: hidden;
	padding: 5px;
}
.breadcrumb li {
	float: left;
	list-style: none outside none;
	margin: 0 10px;
}
.breadcrumb li a {
	color: #6d6d6d;
	font-size: 14px;
	margin-right: 10px;
	text-decoration: none;
}
.breadcrumb li a {
	transition: all 0.5s ease 0s;
}
.breadcrumb li a:hover {
	text-decoration: underline;
	color: #23272d;
}
.breadcrumb li i {
	color: #6d6d6d;
	font-size: 14px;
}
.breadcrumb li.brcrumbLink {
	float: right;
}
.breadcrumb li.brcrumbLink a i {
	color: #079D94;
}
.breadcrumb li.brcrumbLink a {
	color: #079D94;
	text-decoration: underline;
}
.dashCol {
	background-color: #32c8bf;
	display: block;
	overflow: hidden;
}
.dashCol .visual {
	display: block;
	float: right;
	height: 55px;
	padding-right: 15px;
	padding-top: 11px;
	text-align: right;
	width: 65px;
}
.dashCol .visual i {
	color: #fff;
	font-size: 48px;
}
.dashCol .details {
	float: left;
	padding-left: 10px;
}
.dashCol .details .number {
	color: #fff;
	font-size: 26px;
	font-weight: 500;
	letter-spacing: -1px;
	line-height: 23px;
	margin-bottom: 10px;
	padding-top: 20px;
	text-align: left;
}
.dashCol .details .desc {
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0;
	text-align: right;
}
.dashCol a{color:#fff;text-decoration:none;}
.dashCol a:hover i{color:#dbdbdb !important;}
.dashCol .dashDesc {
	clear: both;
    color: #fff;
    display: block;
    font-size: 28px;
    font-weight: 300;
    letter-spacing: 0;
    margin: 5px 0;
    overflow: hidden;
    padding-left: 10px;
    text-align: left;
    text-decoration: none;
}
.dashCol .more {
	clear: both;
	color: #fff;
	display: block;
	font-size: 11px;
	font-weight: 500;
	opacity: 0.7;
	padding: 5px 10px;
	text-decoration: none;
	text-transform: uppercase;
}
.dashCol .more:hover {
	opacity: 1;
	text-decoration: underline;
}
.dashCol .more i {
	float: right;
	font-size: 14px;
}
.secMain {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.section-title {
	background-color: #4b8df8;
	margin-bottom: 0;
	border-bottom: 1px solid #cccccc;
	color: #fff;
	padding: 7px 10px;
	display: block;
	overflow: hidden;
}
.section-title .caption {
	display: inline-block;
	float: left;
	font-size: 18px;
	font-weight: 400;
	line-height: 21px;
	padding: 0;
}
.section-title .caption i {
	font-size: 16px;
	margin-right: 10px;
}
.section-body {
	padding: 10px;
}
table.contData {
	width: 100%;
	border-collapse: collapse;
}
table.contData .frmIcon {
}
/* Zebra striping */
.contData tr:nth-of-type(odd) {
	background: #f5f5f5;
}
.contData th {
	background: none repeat scroll 0 0 #fff;
	color: #1d1d1d !important;
	font-size: 15px;
	font-weight: 400;
	padding: 4px 6px !important;
	text-align: center !important;
}
.contData th a {
	color: #1d1d1d !important;
}
.contData td a i {
	color: #23272d;
	transition: all 0.5s ease 0s;
}
.contData td a i:hover {
	color: #1FB5AC;
}
.contData td.centr {
	text-align: center;
}
.contData td, .contData th {
	border: 1px solid #ccc;
	padding: 4px 6px;
	text-align: left;
	color: #23272d;
	vertical-align: top;
}
.contData td {
	word-break: break-word;
	font-size: 13px;
}
.contData .wid55 {
	width: 55px;
}
footer {
	clear: both;
	display: block;
	overflow: hidden;
	width: 100%;
}
footer p {
	color: #fff;
	display: block;
	font-size: 11px;
	margin: 3px 0;
	overflow: hidden;
	padding: 8px 10px 0;
	text-align: center;
	transition: all 0.5s ease 0s;
}
footer p a {
	color: #1FB5AC;
	text-decoration: none;
}
footer p a:hover {
	color: #cccccc;
}
footer p span {
	float: right;
}
footer p span a {
	background: none repeat scroll 0 0 #707070;
	color: #fff;
	display: block;
	transition: all 0.5s ease 0s;
	font-size: 15px;
	overflow: hidden;
	padding: 1px 8px;
}
footer p span a:hover {
	background: none repeat scroll 0 0 #1FB5AC;
}
form .title h2 {
	border-bottom: 1px solid #e4e4e4;
	color: #a3a3a3;
	font-size: 17px;
	font-weight: 500;
	margin: 0 0 15px;
	padding-bottom: 0;
}
.controlGroup {
	clear: both;
	display: block;
	float: none;
	margin-bottom: 7px;
	overflow: hidden;
}
.formRow {
	display: block;
	overflow: hidden;
	clear: both;
	margin-bottom: 20px;
}
.controlGroup label {
	font-size: 14px;
	font-weight: normal;
	line-height: 25px;
}
.lblWidth {
	width: 200px;
	text-align: right;
	float: left;
	margin-right: 15px;
}
.controlGroup input.textbx, .controlGroup textarea.textbx {
	width: 97.5%;
}
.textbx2 {
	background: none repeat scroll 0 0 transparent;
	border: 1px solid #e5e5e5;
	color: #333333;
	font-size: 14px;
	font-weight: normal;
	cursor: pointer;
	padding: 6px;
	width: 100%;
	transition: all 0.7s ease 0s;
}
input.textbx2:focus {
	border: 1px solid #939393;
}
.controlGroup .textbx {
	background: none repeat scroll 0 0 transparent;
	border: 1px solid #e5e5e5;
	color: #333333;
	font-size: 14px;
	font-weight: normal;
	cursor: pointer;
	padding: 6px;
	width: 100%;
	transition: all 0.7s ease 0s;
}
.controlGroup input.textbx:focus {
	border: 1px solid #939393;
}
.controlGroup .validation {
	color: #f00;
	display: block;
	font-size: 12px;
	font-weight: 400;
	clear: both;
	float: none;
}
.controlGroup input[type="file"].textbx {
	border: none;
	padding: 0;
}
textarea {
	font-family: 'Roboto', sans-serif;
	max-width: 100%;
	color: #333333;
	font-size: 14px;
	font-weight: normal;
}
.marRight10 {
	margin-right: 10px;
}
.labelWidth.last {
	margin: 0;
}
.formBtn {
	background-color: #f3f3f3;
	padding: 12px 0;
	border-bottom: 1px solid #ccc;
}
.formBtn .controlGroup {
	margin: 0;
}
.saveBtn {
	background-color: #079d94;
	border: medium none;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	transition: all 0.7s ease 0s;
	padding: 6px 14px;
}
.cancelBtn {
	background-color: #979797;
	border: medium none;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.7s ease 0s;
	font-size: 14px;
	font-weight: 500;
	padding: 6px 14px;
}
.saveBtn:hover {
	background-color: #2ec4bb;
}
.cancelBtn:hover {
	background-color: #b9b9b9;
}
select.jqSelectBox {
	font-size: 12px !important;
}

.dateIcon input {
	width: 80% !important;
	float: left;
	border-right: none !important;
}
.dateIcon span {
	background-color: #f5f5f5;
	border: 1px solid #e5e5e5;
	border-radius: 0;
	float: left;
	padding: 4px 10px;
	cursor: pointer;
}
.contData tr.pagination {
	background-color: #ffffff;
}
.contData tr.pagination td table {
	float: right;
}
.contData tr.pagination td table td {
	background-color: #1fb5ac;
	transition: all 0.5s ease 0s;
	border: 1px solid #fff;
	color: #d6d6d6;
	padding: 0;
	padding: 3px 10px;
}
.contData tr.pagination td table td:hover {
	background-color: #079d94;
}
.contData tr.pagination td table td a {
	color: #ffffff;
}
.headSearch {
	width: 418px;
	float: right;
	clear: both;
	display: block;
	margin-bottom: 10px;
}
.headSearch.controlGroup input.searchBox {
	width: 250px;
	float: left;
	margin-left: 10px;
	margin-right: 0;
}
.headSearch.controlGroup label {
	float: left;
}
.headSearch.controlGroup .srchBtn {
	/*background-color: #1fb5ac;*/
	color: #9a9a9a;
	float: left;
	margin-left: -35px;
	padding: 4px 9px;
	transition: all 0.5s ease 0s;
}
.headSearch.controlGroup .srchBtn:hover {
	color: #1fb5ac;
}
.selProduct {
	border: 1px solid #e5e5e5;
	cursor: pointer;
	display: block;
	font-size: 13px;
	padding: 4px 10px;
	position: relative;
	width: 96.3%;
}
.selProList {
	display: none;
	width: 100%;
	border-top: none;
	font-size: 12px;
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
}
.roleAsign {
	width: 100%;
}
.selProList td, .roleAsign td, .roleAsign th {
	border: 1px solid #d5d5d5 !important;
}
.selProList label {
	font-size: 12px;
	color: #5d5d5d;
}
.headSearch.controlGroup input.repBox {
	width: 100px !important;
}
.marR15 {
	margin-right: 15px !important;
}
/*Logo Animation New*/
.logoLogin img {
	padding-top: 0px !important;
}
.logoImg {
	display: block;
	float: none;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	padding-top: 10px;
	width: 140px;
}
.Adminlogo1 {
	display: block;
	float: left;
	margin-top: 0;
	overflow: hidden;
	width: 111px;
}
.Adminlogo2 {
	display: block;
	float: left;
	margin-left: -6px;
	margin-top: -2px;
	overflow: hidden;
	width: 32px;
	height: 32px;
}
.Adminlogo2.animat {
	-webkit-animation: spin 10s linear infinite;
	-moz-animation: spin 10s linear infinite;
	animation: spin 10s linear infinite;
}
.dashCol {
	border-radius: 5px;
    margin: 11px 1.5% 9px 13px !important;
    transition: all 0.5s ease 0s;
    width: 22%;
}
.dashCol:hover{ box-shadow: 0 0 11px -2px #000;}
.dashCol.blue {
	background-color: #357ebd !important;
}
.dashCol.green {
	background-color: #26C281 !important;
}
.dashCol.red {
	background-color: #D95043 !important;
}
.dashCol.dark {
	background-color: #ab69c6 !important;
}
.dashCol.green {
	background-color: #26C281 !important;
}
.dashCol.green {
	background-color: #26C281 !important;
}
 @-moz-keyframes spin {
100% {
-moz-transform: rotate(360deg);
}
}
@-webkit-keyframes spin {
100% {
-webkit-transform: rotate(360deg);
}
}
@keyframes spin {
100% {
-webkit-transform: rotate(360deg);
transform:rotate(360deg);
}
}
/*Logo Animation New*/

.loginPage, loginFtr {
	z-index: 999;
}
.innrLoader {
	width:35px;
	-webkit-animation: spin 5s linear infinite;
	-moz-animation: spin 5s linear infinite;
	animation: spin 5s linear infinite;
}