/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/***************** Custom Style**************/

::-webkit-scrollbar{width:12px;height:12px}
::-webkit-scrollbar-track{background-color:#f0f0f0}
::-webkit-scrollbar-thumb{background-color:#fde200}
::-webkit-scrollbar-button{background-color:#bababa;height:15px }

html {
  /*background: #252525;*/
  background:#a7d366;
}
body {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font:600 16px/18px 'Open Sans',sans-serif;
  font-size: 14px;
	background-color: transparent;
}
.header-container {
  z-index: 3;
  position: relative;
  background: #FFF;
  color: #444;
	padding: 8px 10px 2px 0;
  font-size: 13px;
}

.content-block {
  padding: 1.2em;
  margin: 1em 2em;
  position: relative;
  background: #FFF;
  box-shadow: 0 1px 1px rgba(0,0,0,0.15);
  border-radius: 12px;
  border: 8px solid #fde200;
  width: auto;
  font-size: 13px;
}

.project-title {
	font-size: 18px;
	margin-bottom: 10px;
	padding-bottom: 19px;
	border-bottom: 1px dotted #569300;
  color: #569300;
}

.pagesub-title {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    color: #569300;
}

.page-title-dashboard {
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    color: #569300;
}
.page-title-dashboard2 {
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 5px;
    padding-bottom: 5px;
     color: #569300;
    margin: 30%;
   
}

.label-text {
	font-weight: 500;
	font-size: 14px;
	background-color: #f7fee9;
	color: #404040;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font:600 15px/18px 'Open Sans',sans-serif;
}

.label-text-center {
	font-weight: 500;
	font-size: 14px;
	text-align: center;
	background-color: #f7fee9;
	color: #404040;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font:600 15px/18px 'Open Sans',sans-serif;
}


.label-text-no-bg {
	font-weight: 500;
	font-size: 15px;
	color: #404040;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font:600 15px/18px 'Open Sans',sans-serif;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 5px;
}
.table-bordered { border: 1px solid #f5e879; }
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td, .table-bordered>thead>tr>th { border: 1px solid #d8f2a4; }
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	padding: 5px 10px 4px 10px;
}

.textField { border:1px solid #DDD; padding: 5px; width: 225px; font-size: 14px;}
.textFieldTiny { border:1px solid #DDD; padding: 5px; width: 100px; font-size: 14px;}
.textFieldSmall { border:1px solid #DDD; padding: 5px; width: 75px; font-size: 14px;}
.textFieldTinyDouble { border:1px solid #DDD; padding: 5px; width: 100px; margin-top: 5px; font-size: 14px;}
.textFieldQty { border:1px solid #DDD; padding: 5px; width:50px; font-size: 14px;}
.textFieldQtyDouble { border:1px solid #DDD; padding: 5px; width:50px; margin-top: 5px; font-size: 14px;}
.textFieldMedium { border:1px solid #DDD; padding: 5px; width: 150px; font-size: 14px;}
.textFieldDate { border:1px solid #DDD; padding: 5px; width: 105px; font-size: 14px;}
.textAmtField {border:1px solid #DDD; padding: 5px; width: 100px; text-align: right; font-size: 14px;}
.textAmtFieldLarge {border:1px solid #DDD; padding: 5px; width: 150px; text-align: right; font-size: 14px;}
.textFieldLarge { border:1px solid #DDD; padding: 5px; width: 325px; font-size: 14px;}
.textFieldLargeMedium { border:1px solid #DDD; padding: 5px; width: 500px; font-size: 14px;}
.textFieldExtraLarge { border:1px solid #DDD; padding: 5px; width: 700px; font-size: 14px;}
.textTiny { border:1px solid #DDD; padding: 5px; width: 50px; font-size: 14px;}
.textAmtFieldSmall {border:1px solid #DDD; padding: 5px; width: 60px; text-align: right; font-size: 14px;}
.textTiny1 { border:1px solid #DDD; padding: 5px; width: 60px; font-size: 14px;}
.mailBodyTextArea{width: 100%; max-width: 100%; min-height: 600px; line-height: 1.6; padding: 12px; border: 1px solid #ccc; border-radius: 4px; 
font-size: 16px; resize: vertical; overflow-y: auto; box-sizing: border-box; transition: none; outline: none; background: #fff;}

.customTextArea {
  width: 100%;
  height: 60px;
  padding: 0px;
  color: #404040;
  font-size: 14px;
  border: 1px solid #DDD;
}

.customTextAreaField {
  padding: 0px;
  color: #404040;
  font-size: 14px;
  border: 1px solid #DDD;
}

.selectFieldLarge {
  width: 400px;
  padding: 5px;
  color: #404040;
  font-size: 14px;
  border: 1px solid #DDD;
}

.selectFieldBig2 {
  width: 350px;
  padding: 5px;
  color: #404040;
  font-size: 14px;
  border: 1px solid #DDD;
}

.selectFieldBig {
  width: 300px;
  padding: 5px;
  color: #404040;
  font-size: 14px;
  border: 1px solid #DDD;
}

.selectField {
  width: 250px;
  padding: 5px;
  color: #404040;
  font-size: 14px;
  border: 1px solid #DDD;
}
.selectFieldMedium
{
    width: 150px;
    padding: 3px;
    color: #404040;
    font-size: 14px;
    border: 1px solid #DDD;
}

.selectFieldMedium2
{
    width: 200px;
    padding: 3px;
    color: #404040;
    font-size: 14px;
    border: 1px solid #DDD;
}
.selectFieldSmall
{
    width: 100px;
    padding: 3px;
    color: #404040;
    font-size: 14px;
    border: 1px solid #DDD;
}

.selectFieldSmall2
{
    width: 120px;
    padding: 3px;
    color: #404040;
    font-size: 14px;
    border: 1px solid #DDD;
}

.selectFieldTiny
{
    width: 53px;
    padding: 3px;
    color: #404040;
    font-size: 14px;
    border: 1px solid #DDD;
}

.navbar-default {
	background-color: #6DB600;
  border-color: #6DB600;
	font-size: 13px;
}
.navbar-default .navbar-nav>li>a {
  color: #FFF;
}
.navbar-default .navbar-nav>li>a:hover {
  color: #FFF;
  background-color: #569300;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
  color: #FFF;
  background-color: #569300;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
  color: #FFF;
  background-color: #569300;
}
input[type=checkbox], input[type=radio] { margin: 1px 4px 0 0; }
input[type=radio] + label {
  margin-right  : 10px	;
}

.power-off-btn {
  color: #ed1c24;
  font-size: 20px;
  font-weight: 500;
  vertical-align: middle;
}

 button.buttonCustom {
  padding: 10px 30px;
  cursor: pointer;
  background:none;
  text-decoration: none;
  font-size: 16px;
  color: #666;
  /* Prevent highlight colour when element is tapped */
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  border: none;
   margin: 0em 1em 1em 0em;
}
button.buttonCustomSmall {
  padding: 4px 10px;
  cursor: pointer;
  background:none;
  text-decoration: none;
  font-size: 16px;
  color: #666;
  /* Prevent highlight colour when element is tapped */
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  border: none;
   margin: 0em 1em 1em 0em;
}
/* Bounce To Bottom */
button.hvr-bounce-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  background: #569300;
  color: #fff;
	border-radius: 2px;
}
button.hvr-bounce-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:#fde200;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
	border-radius: 2px;
}
button.hvr-bounce-to-bottom:hover,button.hvr-bounce-to-bottom:focus,button.hvr-bounce-to-bottom:active {
  color: white;
}
button.hvr-bounce-to-bottom:hover:before,button.hvr-bounce-to-bottom:focus:before,button.hvr-bounce-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}


/* for menu */
.mega_menu_outer { min-width:200px; width: auto; padding-left: 10px;}
.mega_menu_right { min-width:200px; width: auto; left: -315px; }

.mega_menu { width:49%; display:table-cell; vertical-align: top; }
.mega_header { border-bottom: 1px solid #569300; text-transform: uppercase; font-size: 16px; font-weight: 600; color: #569300; margin-right: 10px;}
.mega_header_inner { border-bottom: 1px solid #fde200; padding-top: 10px; }
.mega_menu ul { min-width:200px; line-height: 25px;}
.mega_menu ul a {  clear: both;
    color: #333;
    display: block;
    font-weight: 400;
    line-height: 1.42857;
    padding: 3px;
    white-space: nowrap;
	text-decoration: none;}

.mega_menu > ul > li { font-weight: bold; color: #569300; }
.mega_menu > ul > li > a:focus, .mega_menu  > ul  > li  > a:hover {
    background-color: #fde200;
    color: #262626;
    text-decoration: none;
}
.mega_menu .divider { background-color: #fde200; }

.footer {width: 100%; height: 35%; padding: 0px 30px;}

.footer a {color: #000;}

.footer a:hover {color: #569300;}

.footerleft {float: left;}

.footerright {float: right;}

/*************** Media Queries ******************/

@media (min-width: 768px) {
.navbar-collapse { padding-left: 8px; }
.navbar-nav > li > a { padding-top: 10px;  padding-bottom: 10px; }
.navbar { border-radius: 0px; }
.navbar { min-height: 40px;}

}

@media (max-width: 767px) {
.navbar-default .navbar-nav .open .dropdown-menu>li>a { color: #FFF; background-color: transparent; }
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover { color: #FFF; background-color: #3453bb; }
.navbar-default .navbar-toggle .icon-bar { background-color: #F7F7F7; }
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  width: 120px;
}

}


/*************** CSS Update (04.05.2015) *************/

table.col-md-12.table-bordered.table-striped.table-condensed.cf {
  border: 0px;
}

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

    /* Force table to not be like tables anymore */
  #no-more-tables table,
  #no-more-tables thead,
  #no-more-tables tbody,
  #no-more-tables th,
  #no-more-tables td,
  #no-more-tables tr {
    display: block;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  #no-more-tables thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  #no-more-tables tr { border: 1px solid #ccc; }

  #no-more-tables td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    white-space: normal;
    text-align:left;
  }

  #no-more-tables td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align:left;
    font-weight: bold;
  }

  /*
  Label the data
  */
  #no-more-tables td:before { content: attr(data-title); }
}

.dropdown-menu {
	background-color: #fdec5f;
	border: 1px solid #fde200;
}
.dropdown-menu>li>a {
	 padding: 6px 20px;
}
.dropdown-menu>li>a:hover {
	background-color: #fde200;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #fde200;
}


.mandatory { color:#F00; }
.green { color:#069206; }
.errorMsgTxt{padding: 3px; color: #FF0000; font-weight: bold;  font-size: 13px; }

.authorizedMsgTxt{padding: 3px; color: green; font-weight: normal; font-family:Verdana, Geneva, sans-serif; font-size: 12px; }
