html,
body 
{
 	height: 100%;
    /* The html and body elements cannot have any padding or margin. */
}

@media screen and (max-width:960px) {
  .mt-n5{ margin-top: -250px;}
}


.CodeMirror * {
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: color 0s ease-in-out;
    transition: none;
}

* {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.body2
{
	height: 100%;
	background-image : url('../../img/bg_store.jpg');
	background-size: cover;
}

#header {
  min-height:58px;
  /*background-color: #F2F2F2; */
  background-color: #FFFFFF;
  border-bottom:10px solid #8cc63f;
  color:#000000;

}


/* Wrapper for page content to push down footer */
#wrap 
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	/* Negative indent footer by it's height */
	margin: 0 auto -100px;
	padding-top:50px;
	
}

/* Set the fixed height of the footer here */
#push,
#footer 
{
  height: 100px;
}
 
#footer 
{
	
	/*border-top:5px solid #8cc63f;*/
	/*background-color: #fff;*/
}

.footer-panel-header
{
	font-weight: bold;
	margin-bottom:8px;
	color: #555555;
	margin-top:5px;
}



.theme-dropdown .dropdown-menu {
	display: block;
	position: static;
	margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

/*
 * Header
 */
a {
    color: #343333;
    text-decoration: none;
}

a:hover,
a:focus {
  color: #8cc63f;
  text-decoration: none;
}

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}


.submenu > span > a {
	padding-left:5px;
	color: #ffffff;
	text-decoration: none;
}

.submenu > span > a:hover,
.submenu > span > a:focus {
  color: #343333;
  text-decoration: none;
}





.pad20
{
	padding:20px;
}

.pad0
{
	padding:0px;
}

.margin20
{
	margin:20px;
}

.top-margin-cta
{
	margin-top:90px;
}


@media screen and (min-width:981px) {
  .codev_bg{
    position: absolute; margin: 0px; padding: 0px; border: none; width: 100%; height: auto; max-width: none; z-index: -999999; left: 0px; top: -173.671px;
    
    
    
    
}  
    
}



@media screen and (max-width:980px) {
  .codev_bg{
    position: absolute; margin: 0px; padding: 0px; border: none; width: 100%; height: 100vh; max-width: none; z-index: -999999; left: 0px; top: -173.671px;
    
    
    
    
}  
    
}

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

.round-border-5
{
	border-radius:5px;
}

.white-color
{
	color:#FFFFFF;
}

#large-menu
{
	height:480px; 
	overflow:hidden;
}


#big-buttons-div
{
	position: absolute; 
	width:100%; 
	height:480px; 
	z-index: 50; 
	margin:0px; 
	padding:0px; 
	padding-top:270px; 
	padding-bottom:20px;
}



.icon-custom {
    background-color: #5cb85c;
    border-radius: 1px 1px 1px 1px;
    display: block;
    height: 2px;
    width: 22px;
}

.top-margin
{
	margin-top:35px;
}

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

/* DGS Panels */

.dgs-panel
{
	border-radius: 5px;
    display: block;
}

.big-panel
{
	min-height:160px;
	padding:20px;
}

.normal-panel
{
	min-height:120px;
	padding:20px;
}

.small-panel
{
	min-height:80px;
	padding:10px;
}

.tiny-panel
{
	min-height:40px;
	padding:10px;
}


.footer-panel
{
	border-radius: 5px;
    display: block;
    font-size:16px;
    font-weight:normal;
    /*height:160px;*/
    padding:20px;
}

.link-panel
{
	cursor: pointer;
	
}

.link-panel:hover
{
	background-color:#8cc63f;
	
	/*opacity:0.95;
	filter:alpha(opacity=95);*/
	box-shadow: 0 2px 10px rgba(0,0,0,0.25);
	-o-box-shadow: 0 2px 10px rgba(0,0,0,0.25);
	-ms-box-shadow: 0 2px 10px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 2px 10px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.25);
	
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;

}


.green-panel
{	
	background-color: #8cc63f;
    color: #FFFFFF;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}

.cyan-panel
{
	background-color: #0DAED3;
    color: #FFFFFF;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}

.orange-panel
{
	background-color: #ED6D49;
    color: #FFFFFF;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}

.yellow-panel
{
	background-color: #FFB400;
	color: #FFFFFF;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}

.white-panel
{
	background-color: #FFFFFF;

}

.white-panel .icon-info-sign
{
	color: #337ab7;

}

.dark-grey-panel
{
	background-color: #343333;
    color: #ffffff;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}

.grey-panel {
    background-color: #fff;
    color: #888888;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}

.light-green-panel{
	background-color: #dcedc5;
    color: #343333;
    	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);

}

.transparent-panel
{
	background-color: transparent;
	border-color: #888888;
}

.semi-white-panel
{
	
	background: rgba(255,255,255,0.4);
	border: 1px solid #DDDDDD;
	color: #888888;
}

.semi-red-panel
{
	
	background: rgba(255,255,255,0.4);
	border: 1px solid #DDDDDD;
	color: #FF0000;
}

.panel-icon
{
	margin-right:10px;
}

/* End of DGS Panels */


.checkbox-style {
	margin-left: auto;
	margin-right: auto;
	width: 350px;
	}
	
.checkbox-align {
	margin-left: auto;
	margin-right: auto;
	padding: 2% 10%;
	}
	
.checkbox-align .well{
	background: rgba(255,255,255,0.4);
	}
	
#fixed-price-option-1 {
	 width:18px;
    height:18px;
    margin-right: 5px;
	}
	
#fixed-price-option-2 {
	 width:18px;
    height:18px;
    margin-right: 5px;
    margin-left: 20px;
	}
	
.progress {
	margin-left: auto;
	margin-right: auto;
	}
	
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

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

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

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 18px;
  background-color: #337ab7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
  font-weight: bold;
  color: white;
}

.popover-content {
  padding: 8px 14px;
  font-size: 14px;
}

.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  }

.popover .arrow {
  border-width: 11px;
}

.popover .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0;
  content: " ";
}

.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #ffffff;
  border-left-width: 0;
  content: " ";
}

.popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}

.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-top-width: 0;
  content: " ";
}

.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
}

.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #ffffff;
  border-right-width: 0;
  content: " ";
}

.icon-info-sign .tooltip {
	font-size: 300px;
	}

/*
 * Pine notify custom
 */

.ui-pnotify-history-container {
	display: none;
}

input {
    vertical-align: text-bottom;
}

/*
 * Datatables
 */
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #8cc63f;
    border-color: #8cc63f;
    color: #FFFFFF;
    cursor: default;
    z-index: 2;
}

.loader {
	position: fixed; 
	text-align: center; 
	padding-top: 20%;
	width: 100%; 
	height: 100%; 
	z-index: 99999; 
	background: rgba(255,255,255,0.85);
	overflow: hidden;
	}
	
.loader img{
	width:200px;
	left: 50%;
   top: 50%;
   overflow: hidden;
	}


/* Wizard */

.wizsteps {
  margin: 0px;
  text-align: center;
  list-style: none;
}

.wizsteps li {
  display: inline-block;
  margin:0px;
}


.wizsteps_selected
{
  
  padding: 7px 15px;
  background-color: #8cc63f;
  border: 1px solid #8cc63f;
  border-radius: 16px;
  color:#FFFFFF;
}

.wizsteps_done
{
  
  padding: 7px 15px;
  background-color: #FFFFFF;
  border: 1px solid #8cc63f;
  border-radius: 16px;
  font-weight:normal;
  color:#8cc63f;
}

.wizsteps_disabled
{
  
  padding: 7px 15px;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 16px;
  font-weight:normal;
  color:#CCCCCC;
}

.wizsteps_selected:hover,
.wizsteps_selected:focus {
  text-decoration: none;
  background-color: #FFFFFF;
}

.wizsteps_done:hover,
.wizsteps_done:focus {
  text-decoration: none;
  background-color: #EEEEEE;
}

.wizsteps_disabled:hover,
.wizsteps_disabled:focus {
  text-decoration: none;
  background-color: #FFFFFF;
  color:#CCCCCC;
  cursor: not-allowed;
}


/* flot */
.demo-placeholder {
  width: 100%;
  min-height: 210px;
  height: 100%;
  font-size: 13px;
  line-height: 14px;
  border-radius: 5px;
}

.demo-container {
  box-sizing: border-box;
  height: 220px;
  padding: 10px;
  margin: auto;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  background: linear-gradient(#f6f6f6 0, #fff 50px);
  background: -o-linear-gradient(#f6f6f6 0, #fff 50px);
  background: -ms-linear-gradient(#f6f6f6 0, #fff 50px);
  background: -moz-linear-gradient(#f6f6f6 0, #fff 50px);
  background: -webkit-linear-gradient(#f6f6f6 0, #fff 50px);
  box-shadow: 0 3px 10px rgba(0,0,0,0.15);
  -o-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  -ms-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

.message
{
	margin-top:15px;
	margin-bottom:5px;
	cursor:pointer; 
	background-color: #333333;
	border:0px;

	
}

.redmessage
{
	margin-top: 15px;
	background-color:#d9534f;
	color:#FFFFFF;

}

.greenmessage
{
	margin-top: 15px;
	background-color:#8cc63f;
	color:#FFFFFF;

}

.bluemessage
{
	margin-top: 15px;
	background-color:#5bc0de;
	color:#FFFFFF;

}



/* codemirror */
.CodeMirror {
  border: 1px solid #eee;
  min-height: 400px;
  height: 800px;
  border-radius:5px;
}

.CodeMirror-scroll {
  overflow: scroll;
  overflow-x: auto; overflow-y: auto;
}

.highlight2 {
	background-color:#555; visibility: visible !important; cursor: pointer; border-radius: 5px;
} 

.lint-error {
	font-family: arial; font-size: 70%; background: #FFC; color: #a00; padding:3px;  border-radius: 5px 5px 0px 0px; 
}
      
.lint-error-icon {
	color: white; background-color: red; font-weight: bold; border-radius: 50%; padding: 0 3px; margin-right: 7px;
}

      
/* tree view */
label, input, button, select, textarea{
  font-size: 12px;
}
.css-treeview ul,
.css-treeview li
{
  padding: 0;
  margin: 0;
  list-style: none;
}

.css-treeview input
{
  position: absolute;
  opacity: 0;
}

.css-treeview
{
  font: normal 11px "Segoe UI", Arial, Sans-serif;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  height: 500px;
  overflow: auto;
}

.css-treeview a
{
  color: #5dbb5d;
  text-decoration: none;
}

.css-treeview a:hover
{
  font-weight: bold;
}

.css-treeview input + label + ul
{
  margin: 0 0 0 22px;
}

.css-treeview input ~ ul
{
  display: none;
}

.css-treeview label,
.css-treeview label::before
{
  cursor: pointer;
}

.css-treeview input:disabled + label
{
  cursor: default;
  opacity: .6;
}

.css-treeview input:checked:not(:disabled) ~ ul
{
  display: block;
}

.css-treeview label,
.css-treeview label::before
{
  background: url("../../img/icons.png") no-repeat;
}

.css-treeview label,
.css-treeview a,
.css-treeview label::before
{
  display: inline-block;
  height: 16px;
  line-height: 16px;,
  vertical-align: middle;
}

.css-treeview label
{
  background-position: 18px 0;
}

.css-treeview label::before
{
  content: "";
  width: 16px;
  margin: 0 22px 0 0;
  vertical-align: middle;
  background-position: 0 -32px;
}

.css-treeview input:checked + label::before
{
  background-position: 0 -16px;
}

/* webkit adjacent element selector bugfix */
@media screen and (-webkit-min-device-pixel-ratio:0)
{
  .css-treeview 
  {
    -webkit-animation: webkit-adjacent-element-selector-bugfix infinite 1s;
  }
  
  @-webkit-keyframes webkit-adjacent-element-selector-bugfix 
  {
    from 
    { 
      padding: 0;
    } 
    to 
    { 
      padding: 0;
    }
  }
} 

.nav-pills > li > a
{
	color:#333333;
	background-color:#EEEEEE;
	cursor:pointer;
}

.nav-pills > li > a:hover
{
	color: #ffFFff;
	background-color: #8cc63f;
	cursor:pointer;
}
	 
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
	color: #ffffff;
	background-color: #8cc63f;
	cursor:pointer;
}

.red_icon
{
	color:#BB0000;
}
      
   
   
   /*
 * Placeholder dashboard ideas
 */

.placeholders {
  margin-bottom: 30px;
  text-align: center;
}
.placeholders h4 {
  margin-bottom: 0;
}
.placeholder {
  margin-bottom: 20px;
}
.placeholder img {
  display: inline-block;
  border-radius: 50%;
}
   
