/*************************
*******Typography******
**************************/
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,400italic,500,700,100);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,800,300,600,700);
@import url(http://fonts.googleapis.com/css?family=Abel);
body {
	font-family: 'Roboto', sans-serif !important;
	background: #fff;
	position: relative;
	font-weight: 400;
	margin: 0 auto;
	color: #222;
}
.pl-15 {padding-left:15px;}
.pl-30 {padding-left:30px;}
.mb-20 {margin-bottom:20px;}
.mb-10 {margin-bottom:10px !important;}
.mt-40 {margin-top:40px;}
.mt-20 {margin-top:20px;}
.mt-10 {margin-top:10px !important;}
.ht-24 {height:24px;}
.ht-30 {height:30px;}
.ht-40 {height:40px;}
body, html {
    overflow-x: hidden;
    padding: 0;
    margin: 0;
}
ul li {
	list-style: none;
}
a:hover {
	outline: none;
	text-decoration: none;
}
a:focus {
	outline: none;
	outline-offset: 0;
}
a {
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
}
.btn:hover, .btn:focus {
	outline: none;
	box-shadow: none;
}
.clear {
	clear: both;
}
.navbar-toggle {
	background-color: #000;
}
input[type="file"] {
    margin-bottom: 5px;
    border: 0;
    background: 
    transparent;
    margin-top: 8px;
    box-shadow: none;
    padding: 0;
}
.col_full label {
    margin: 8px 0 4px;
    display: block;
	margin-bottom: 5px;
	font-weight: bold;
	color: #4B4A4A;
	font-size: 14px;

}
select.form-control {
    height: 35px !important;
	width: 104%;
}
.col_full select.form-control {
	width: 102%;
}
a#scrollUp {
	bottom: 0px;
	right: 10px;
	padding: 5px 10px;
	background: #c50c45;
	color: #FFF;
	-webkit-animation: bounce 2s ease infinite;
	animation: bounce 2s ease infinite;
}
a#scrollUp i {
	font-size: 30px;
}
/*************************
*******Login CSS******
**************************/
.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}
.list-wrap p {
    margin: 0 0 5px;
}
.list-wrap ul {
	padding: 0 0 0 15px;
	margin: 0;
}
.list-wrap ul li {
    list-style-type: disc;
    margin: 0 0 5px;
}
.clearfix {clear:both;}
.pull-lft {
    float: left;
}
.pull-rght {
    float: right;
}
.powered-by .pwdby-text {
    bottom: 7px;
    position: relative;
}
.button-wrap .btn-submit {
    padding: 10px 30px;
    background: #0e88c8;
	border: 0;
	outline: 0;
	color: #fff;
    border-radius: 3px;
    cursor: pointer;
    letter-spacing: 0.3px;
	font-family: 'Roboto', sans-serif !important;
}
.btm-btnwrap {
    overflow: hidden;
    padding: 15px 5px 10px 5px;
}
.text-center {text-align:center;}
.login-outer {
	width: 440px;
	margin: 0 auto;
	margin-top: 1%;
}
.er-message {
    padding: 6px 3px 0;
    display: block;
    text-align: center;
    color: #f00;
	position: relative;
	top: 3px;
}
.m-0 {
	margin: 0 0 !important;	
}
.row {
    margin: 0 -15px;
	clear: both;
}
.mt-1 {
	margin-top: 5px !important;
}
.login-wrapper {
    width: 440px;
    margin: 0 auto;
    background: #f5f5f5;
	border: solid 3px #d9d9d9;
	clear: both;
	-moz-box-shadow: inset 0 0 10px #d9d9d9;
	-webkit-box-shadow: inset 0 0 10px #d9d9d9;
	box-shadow: inset 0 0 10px #d9d9d9;
}
.login-logo {
	text-align: center;
}
.login-logo img {
	padding: 10px 0px 0px 0px; 
	max-width: 250px;
}
.login-title {
    background: #262626;
	border-bottom: solid #4f5659 3px;
	color: #FFF;
    clear: both;
    text-align: center;
    font-weight: 500;
    padding: 10px 0px;
	font-size: 16px;
}
.text-field {
	font-size: 16px;
	font-weight: 400;
	color: #181818;
	margin: 20px 20px;
}
.text-field label {
	width: 30%;
	float: left;
	display: inline;
	text-align: right;
	padding-right: 10px;
	padding-top: 6px;
}
.text-field input {
	background: #fff;
	border: solid 1px #d9d9d9;
	border-radius: 4px;
	padding: 9px 4px;
	width: 60%;
	float: left;
	display: inline;
}
.margin-btm {
	padding-bottom: 25px;
}
.login-button {
	background: #0C8AAF;
	border-bottom: solid 2px #07424A;
	border-radius: 4px;
	color: #fff;
	padding: 7px 10px;
	width: 49px;
	text-align: center;
	margin-left: 35%;
	float: left;
	display: inline;
	cursor: pointer;
}
.web-button {
    border-radius: 4px;
    color: #FE7C0C;
    padding: 7px 10px;
   /*  width: 147px;
    text-align: center;
    margin-left: 2%;
    float: left;
    display: inline; */
    cursor: pointer;
    font-weight: bold;
    font-size: 13px;
}
.web-button:hover { text-decoration:underline;}
.login-button:hover {
	background: #353534;
	border-bottom: solid 2px #000;
}
a {
	text-decoration: none;
}
.forgot-password a {
    color: #333;
}
.forgot-password {
	color: #00e;
	font-size: 14px;
	font-weight: 400;
	/* padding: 15px 0px;
	margin-left: 35%; */
	cursor: pointer;
}
.powered-by {
	text-align: center;
	padding: 10px 0px;
	font-weight: 500;
	color: #353534;
	font-size: 20px;
}

.company-link {
	font-weight: bold;
	color: #0C73AF;
}
.company-link a {
	font-weight: bold;
	color: #0C73AF;
	text-decoration: none;
}
.company-link a:hover {
	font-weight: bold;
	color: #0C73AF;
	text-decoration: underline
}
@media (min-width:240px) and (max-width:480px) {
.login-outer {
	width: 100%;
	margin: 0 auto;
	margin-top: 2%;
	padding: 0 8px;
	max-width: 300px;
	margin: 0 auto;
	padding: 0;
}
.login-wrapper {
	width: 100%;
	padding: 0;
}
.text-field {
	font-size: 16px;
	font-weight: 400;
	color: #181818;
	margin: 5px 15px;
}
.text-field label {
	width: 90%;
	float: none;
	display: block;
	text-align: left;
	padding-right: 10px;
	padding-top: 6px;
}
.text-field input {
	background: #fff;
	border: solid 1px #d9d9d9;
	border-radius: 4px;
	padding: 9px 4px;
	width: 90%;
	float: none;
	display: block;
}
.margin-btm {
	padding-bottom: 5px;
}
.login-logo img {
	padding: 10px 10px 0px 10px;
	width: 70%
}
.login-button {
	margin-left: 5%;
}
}
/*************************
*******Header CSS******
**************************/
.wrapper {
	width: 100%;
	margin: 0 auto;
	padding: 0px;
	margin: 0px;
}
.header-top {
	margin: 0 auto;
	height: 4px;
	background: #424242;
}
.header-main {
	width: 995px;
	margin: 0 auto;
}
.logo {
	float: left;
	margin: 0 auto;
	margin-top: 10px;
}
.pull-right {
	float: right;
}
.pull-right div {
	float: left;
}
.logout-btn {
	    background: #444444;
    padding: 8px 8px;
    color: #fff;
    border-radius: 0px 0px 5px 5px;
}
.login-user-txt {
	font-weight: bold;
	padding-right: 10px;
	padding-top: 10px;
	color: #FF3F00;
}
.content-wrap{ width:100%; margin:0 auto;margin: 15px 0;min-height: calc(80vh - 0px);}
.content-top{ border-top:solid 4px #f00;}
.content {
	width: 1300px;
	margin: 0 auto;
	clear: both;
	margin-top: 0px;	
	-moz-box-shadow: 0px 3px 8px 0px #444;
	-webkit-box-shadow: 0px 3px 8px 0px #444;
	box-shadow: 0px 3px 8px 0px #444;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444');
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
}
.content-left {
	width: 680px;
	float: left;
	display: inline;
}
.content-left div {
}
.label-txt {
	float: left;
	display: inline;
	width: 145px;
	text-align: right;
	padding-right: 5px;
	font-weight: 800;
	font-size: 19px;
	padding-top: 4px;
}
.label-txt2 {
	float: left;
	display: inline;
	width: 185px;
	text-align: right;
	padding-right: 5px;
	font-weight: 800;
	font-size: 19px;
	padding-top: 4px;
}
.input-field {
	float: left;
	display: inline;
	width: 470px;
}
.input-field2 {
    float: left;
    display: inline;
        width: 660px;
}
.input-field input {
	background: #c0bfbf;
	padding: 10px 10px;
	border: solid 1px #a8a5a5;
	border-radius: 3px;
	width: 230px;
}
.input-field select {
	background: #c0bfbf;
	padding: 10px 10px;
	border: solid 1px #a8a5a5;
	border-radius: 3px;
	width:100%;
}
.input-field textarea {
	background: #c0bfbf;
	padding: 10px 10px;
	border: solid 1px #a8a5a5;
	border-radius: 3px;
	    width: 95%;
	height:100px;
}
.content-right {
	width: 300px;
	float: left;
	display: inline;
	margin-left: 10px;
}
.field-wrap {
	margin-bottom: 50px;
	clear: both;
}
.grid-header {
}
.grid-cover {
	margin-top: 20px;
}
.grid {
	border-collapse: collapse;
	border: solid 1px #d9d9d9;
	overflow-y: scroll;
	
}
.grid th {
	background: #b6b6b6 url(../images/table-header_bg.png) repeat-x;
	height: 44px;
	padding: 0px 5px;
}
.grid td {
	background: #fff;
	border-bottom: solid 1px #d9d9d9;
	padding: 10px 5px;
}
.add-icon {
	background: #d9d9d9;
	background: #d9d9d9;
	padding: 4px 10px;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer
}
.quantity-txtbox {
	background: #fff;
	text-align: center;
	color: #000;
	border: solid 1px #d9d9d9;
	padding: 5px;
	border-radius: 2px;
	width: 25px;
}
.keypad {
	background: #212121;
}
.keypad2{background: #212121;
}
.keypad-grid {
	border: solid 1px #fff;
}
.keypad-grid td {
	border: solid 1px #717171;
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	padding: 16px 20px;
	font-weight: bold;
	font-size: 25px;
}
.keypad-grid td:hover {
	background: #646363;
	cursor: pointer;
	border: solid 1px #d9d9d9;
}
.logout-btn a {
	cursor: pointer;
	color: #fff;
	text-decoration: none;
}
.logout-btn a:hover {
	cursor: pointer;
	color: #fff;
	text-decoration: none;
}
.itemid {
	width: 13%
}
.item-des {
	width: 47%
}
.prd-quantity {
	width: 20%
}
.prd-price {
	width: 10%
}
.total-amount {
	width: 20%
}
.total-grid {
	background: #fff;
	border-bottom: solid 1px #d9d9d9;
	border-right: solid 1px #d9d9d9;
	border-left: solid 1px #d9d9d9;
}
.total-grid td {
	padding: 10px 5px;
}
.grand-total {
	background: #212121 !important;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: bold;
	font-size: 30px;
	color: #fff;
}
.prd-simple-desc {
	font-weight: bold;
}
.pos-buttons-wrap {
	margin-top: 5px;
}
.pos-buttons-wrap a {
	color: #212121;
	text-decoration: none;
}
.pos-buttons-wrap a:hover {
	color: #212121;
	text-decoration: none;
}
.pos-buttons-wrap div {
	float: left;
	display: inline-block;
	width: 30%;
	margin-left: 1%;
	background: url(../images/button-bg.png) repeat-x;
	border: solid 3px #cccccc;
	font-weight: 600;
	font-size: 13px;
	text-align: center;
	border-radius: 5px;
	padding: 12px 0px 10px 0px;
	min-height: 32px;
}
.pos-buttons-wrap div:hover {
	background: url(../images/button-bg-hover.png) repeat-x;
}
.payment-btn {
	background: #690;
	color: #243700;
	text-align: center;
	font-size: 30px;
	font-weight: 600;
	border-bottom: solid 5px #4f7800;
	border-radius: 5px;
	padding: 8px 0px;
	margin-top: 4px;
}
.payment-btn a {
	color: #243700;
	text-decoration: none;
}
.payment-btn:hover {
	background: #80B614;
	border-bottom: solid 5px #648F12;
	color: #243700;
	text-decoration: none;
}
.enter-button{
	
	float: right;
	display: inline-block;
	width: 90px;
	margin-top: 5px;
	margin-left: 0%;
	background:url(../images/button-bg.png) repeat-x;
	border:solid 3px #cccccc;
	font-weight: 600;
	font-size: 14px;
	text-align: center;
	border-radius: 5px;
	min-height: 32px;
	color: #000;
	text-decoration: none;
	padding: 20px 10px 4px 10px;
}
.enter-button:hover{background:url(../images/button-bg-hover.png) repeat-x; }
.red-button {
	float: left;
	display: inline-block;
	width: 90px;
	margin-top: 5px;
	margin-left: 0%;
	background: url(../images/delete_btn_bg.png) repeat-x;
	border: solid 3px #b1b1b1;
	font-weight: 600;
	font-size: 14px;
	text-align: center;
	border-radius: 5px;
	
	min-height: 32px;
	color: #fff;
	text-decoration: none;
	padding: 20px 10px 4px 10px;
}
.red-button:hover {
	background: url(../images/delete_btn_bg_hover.png) repeat-x;
}
.orange-button {
	float: left;
	display: inline-block;
	width: 90px;
	margin-top: 5px;
	margin-left: 1%;
	background: url(../images/edit_btn_bg.png) repeat-x;
	border: solid 3px #b1b1b1;
	font-weight: 600;
	font-size: 14px;
	text-align: center;
	border-radius: 5px;
	
	min-height: 32px;
	color: #fff;
	text-decoration: none;
	padding: 20px 10px 4px 10px;
}
.orange-button:hover {
	background: url(../images/edit_btn_bg_hover.png) repeat-x;
}
.blue-button {
	float: left;
	display: inline-block;
	width: 90px;
	margin-left: 1%;
	margin-top: 5px;
	background: url(../images/quantity_btn_bg.png) repeat-x;
	border: solid 3px #b1b1b1;
	font-weight: 600;
	font-size: 14px;
	text-align: center;
	border-radius: 5px;
	
	min-height: 32px;
	color: #fff;
	text-decoration: none;
	padding: 20px 10px 4px 10px;
}
.blue-button:hover {
	background: url(../images/quantity_btn_bg_hover.png) repeat-x;
}
.checkout-none{display:none;}
.breadcrumb{ margin-left:2%; padding-top:2%; margin-bottom:2%; font-size:11px; font-weight:600;}
.breadcrumb span{ color:#046394;}
/*************************
*******FOOTER CSS******
**************************/
.footer {
	width: 100%;
	margin: 0 auto;
	background: #3E3E3E;
	margin-top: 0px;
	clear: both;
	font-family: arial;
}
.footer-inner {
	width: 995px;
	background: #3E3E3E;
	margin: 0 auto;
	color: #fff;
	color: #9E9E9E;
	font-size: 12px;
	font-weight: normal;
	padding: 15px 0px;
}
.footer-inner-right {
	float: right;
	display: inline;
	color: #9E9E9E;
}
.single-line {
	padding: 20px 0px 4px 0px !important;}
.checkout-page{ margin-top:20px;}
.payment-method{ margin:0 auto; border:solid 1px #d9d9d9; border-radius:10px; padding:10px;    background: #212121; color:#fff;   margin-top: 20px;}
.payment-method table td{ padding:10px 0px;}
.radio-btn{ padding:10px;width: 18px;
    height: 18px;}
.textbox-medium{width: 45%;     background: #E6E6E6;
  padding:10px 8px;
    border: solid 1px #a8a5a5;
    border-radius: 3px;color:#000;}
.textbox-small{    width: 85%;     background: #E6E6E6; text-align:center;
  padding:10px 5px;
    border: solid 1px #a8a5a5;
    border-radius: 3px;color:#000;}
	.label-names{ width:16%;}
	.login-wrap {
      width: 94%;
    margin: 0 auto;
    background-color: #FBFBFB;
    padding: 30px;
    border: solid 1px #ECEAEA;
    background: #F7F7F7;
    padding: 8px 8px 8px 8px;
    border-radius: 5px;
    border: solid 1px #D8D8D8;
}
.login-wrap h3 {
    font-size: 20px;
    color: #57575A;
    padding: 0px;
    margin: 0px;
   font-weight: bold; border-bottom:solid 3px #E6050C;
	margin-bottom:20px;    line-height: 39px;
}
.login-wrap h3 span { font-weight:bold;}
.login-wrap p {
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    color: #333;
    padding: 8px 0px 23px 0px;
    margin: 0px;
    line-height: 21px;
}
.project-list {
        width: 94%;
    margin: 0 auto;
    background-color: #FBFBFB;
    padding: 30px;
    border: solid 1px #ECEAEA;
    background: #F7F7F7;
    padding: 8px 8px 8px 8px;
    border-radius: 5px;
    border: solid 1px #D8D8D8;
}
.project-list h3 {
    font-size: 20px;
    color: #57575A;
    padding: 0px;
    margin: 0px;
    font-weight:600; border-bottom:solid 3px #E6050C;
	margin-bottom:20px;    line-height: 39px;
}
.project-list h3 span { font-weight:bold;}
.project-list h3 p {
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    color: #333;
    padding: 8px 0px 23px 0px;
    margin: 0px;
    line-height: 21px;
}
.top-tab-button{ clear:both; margin:0 auto; padding:0;}
.top-tab-button li{ margin:0px; padding:10px; background:#444; float:left; display:inline-block; color:#fff; font-size:13px; font-weight:bold;    border-right: solid 1px #6C6B6B;}
.top-tab-active{    background: #0061a7 !important;}
.table-grid{ border-collapse:collapse; border:solid 1px #d9d9d9; clear:both;}
.table-grid th{border: solid 1px #d9d9d9;
    background: #f2f2f2;
    font-size: 13px;
    font-weight: 600;
    padding: 5px 3px 5px 3px;}
.table-grid td{ border-collapse:collapse; background:#fff; border-bottom:solid 1px #d9d9d9; font-size:13px; font-weight:normal; padding-left:5px;padding: 6px 3px;}
.desc-name{ padding-left:10px !important;}
.table-grid td img{width: 16px;height: 16px;}
.open{ color:#090;}
.close{ color:#f00;}
.form-radio {
    display:inline-block;
    width: 8%;
    height: 24px;
    padding: 6px 5px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
	    margin-top: 12px;
		float: left;
   
}
.radio-txt{float: left;margin-top: 15px;    padding-right: 13px; font-weight:normal; font-size:14px;}
.col_half {
    display: inline-block;
    position: relative;
    float: left;
    width: 46%;
    margin: 0 12px;
    margin-bottom: 10px;
}
.col_half label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
	    color: #4B4A4A;
		    font-size: 14px;
}
.fulllabel{
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: bold;
	color: #4B4A4A;
	font-size: 14px;
}
textarea.form-control {
	
}
table .input-sel input {
	margin: 0 5px 12px 0;
}
.form-control {
    display: block;
    width: 100%;
    min-height: 35px;
    padding: 0 5px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.text-left {
    text-align: left!important;
}
.mb-1 {
    margin-bottom: 10px!important;
}
.col_full {
     clear: both;
    float: none;
   	margin: 0 15px !important;
    text-align: right;
}
.col_full_grid {
     clear: both;
    float: none;
    margin-right: 0%;
    text-align:right;
}
.myButton {
    background: #2180ac;
	border: 0;
	color: #fff;
    padding: 11px 30px;
    display: inline-block;
    border-radius: 3px;
    font-size: 15px;
    font-weight: 600;
    margin: 3px 0 10px;
    cursor: pointer;
    text-align: center;
}
.manditory-star {
    color: #f00;
    font-size: 16px;
    font-weight: normal;
    font-family: arial;
}
.column-full{ width:100%; margin:0 auto;}
.column3{ width:25%; float:left; display:inline-block; margin-left:2%;}
.column3 span{ color:#f00; font-size:17px; font-weight:400;}
.left-nav-list{margin: 0 auto;padding: 0px;margin-top: 16px;}
.left-nav-list li{margin: 0 auto;padding: 0px; background:#58585a; color:#fff;    margin: 10px 0px 10px 0px;padding: 4px 10px 4px 10px;border-radius: 5px 0px 5px 0px;}
.left-nav-list li fa{ font-size:15px !important;}
.left-nav-active{background:#f00 !important; color:#fff;}
.fa-tachometer{ color:#4e4e4e;}
.column9{ width:73%; float:left; display:inline-block;}
.pull-right-button{ float:right; color:#069; font-size:12px;}
@media (min-width:240px) and (max-width:640px) {
	
.logo img{ width:100%;}	
.col_half {display:block;
    position: relative;
    margin-right: 4%;
    margin-bottom: 11px;
    float: none;
    width: 90%;}
	.col_full {
     clear: both;
    float: none;
    margin-right: 0%;
    text-align: left;
}
}
@media (min-width:240px) and (max-width:768px) {
.header-main {
	width: 100%;
	margin: 0px auto;
}
.logo {
	float: none;
	text-align: center;
}
.pull-right {
	float: none;
}
.pull-right div {
	float: none;
}
.logout-btn {
	width: 100px;
	margin: 0 auto;
	text-align: center;
	border-radius: 30px 5px 30px 5px;
	margin-top: 10px;
}
.login-user-txt {
	text-align: center;
}
.content {
	width: 100%;
	margin: 30px auto 0px;
	clear: both;
}
.content-left {
	width: 100%;
	float: none;
}
.content-right {
	width: 100%;
	float: none;
}
.footer-inner {
	width: 100%;
	float: none;
	text-align: center
}
.footer-inner-right {
	float: none;
	display: block;
	margin-top: 13px;
}
.label-txt {
	float: none;
	width: 100%;
	text-align: left;
}
.label-txt2{float: none;
	width: 100%;
	text-align: left;}
.field-wrap {
	margin-left: 25px;
}
.input-field {
	width: 100%;
}
.keypad {
	clear: both;
	margin-top: 70px;
}
.keypad2 {
	clear: both;
	margin-top: 0px;
	background: #212121;
}
.add-icon {
	display: block;
}
.orange-button {width: 80px;padding: 20px 5px 4px 5px; }
.red-button {width: 80px;padding: 20px 5px 4px 5px;margin-left:2%;}
.blue-button {width: 80px;padding: 20px 5px 4px 5px;}
.logout-btn a {text-transform: uppercase;}

.input-field2 {
    float: left;
display: block;
width: auto;
margin: 0px auto;
}
.input-field select {
	background: #c0bfbf;
	padding: 10px 10px;
	border: solid 1px #a8a5a5;
	border-radius: 3px;
	width:93%;
}
.input-field textarea {
	background: #c0bfbf;
	padding: 10px 10px;
	border: solid 1px #a8a5a5;
	border-radius: 3px;
	    width: 85%;
	height:100px;
}










.column-full{ width:100%; margin:0 auto;}
.column3{ width:90%; float:none; display:block; margin-left:5%;margin-right:5%;}
.column3 span{ color:#f00; font-size:17px; font-weight:400;}
.left-nav-list{margin: 0 auto;padding: 0px;margin-top: 16px;}
.left-nav-list li{margin: 0 auto;padding: 0px; background:#58585a; color:#fff;margin: 10px 0px 10px 0px;padding: 4px 10px 4px 10px;border-radius: 5px 0px 5px 0px;}
.left-nav-list li fa{ font-size:15px !important;}
.left-nav-active{background:#f00 !important; color:#fff;}
.fa-tachometer{ color:#4e4e4e;}
.column9{ width:100%; float:none; display:block;}



}


