.clockpicker-popover {
	z-index: 3000;	
}

.footable-sortable .footable-sort-indicator {
	/*color: #CCC;	*/
}
.footable-sorted .footable-sort-indicator ,
.footable-sorted-desc .footable-sort-indicator {
	color: #676a6c;	
}

.footable-sorted,
.footable-sorted-desc {
	color: #1ab394;
	background-color:	#f7f7f7;
}

.footable-sort-indicator {
	display: block !important;
	clear: both;
}


.modal .ibox-content {
	background-color: #E8E8E8;	
}

.radio,
.radio:first-child,
.radio:last-child,
.radio-inline + .radio-inline {
	padding-right: 20px;
	padding-left: 0;
	margin-left: 20px;	
}

.file .icon, .file .image
{
	height: 100%;	
}

.file-box
{
	width: 200px;	
}

.folder-list li.open,
.folder-list li.open a,
.folder-list li.open i
{
	color: 	#1ab394;
}

a.text-navy:hover {
	color: #18a689;
}
label, p, input, a, div, span, small {
	outline: none !important;
}

.gray-bg {
    background-color: #EEE;
}

.table {
	margin: 0;	
}


.table > thead > tr:last-child > th,
.table > tbody > tr:last-child > th,
.table > tfoot > tr:last-child > th,
.table > thead > tr:last-child > td,
.table > tbody > tr:last-child > td,
.table > tfoot > tr:last-child > td {
    border-bottom: 1px solid #e7eaec;
}

ul.pagination {
	margin: 0;	
}

.client-avatar img {
    border-radius: 50%;
    height: 18px;
    width: 18px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td
{
	vertical-align: middle;
}

cmd {
	background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
	 padding: 2px 5px;
	 margin-right: 3px;
	 font-weight: bold;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
background-color: #bababa;
}

.error .bootstrap-select .dropdown-toggle, .has-error .bootstrap-select .dropdown-toggle {
    border-color: #b94a48;
	 background-color: #ed5565;
}

textarea {
	resize:vertical;
}
.danger { color: #ed5565; }
.primary { color: #1ab394 !important; }
.warning { color: #f8ac59; }
.info { color: #21b9bb; }
.success { color: #1c84c6; }
/*.default { color: #bababa; }*/
.white { color: #FFF; }

.nav > li.active > a {
  /*padding: 14px 20px 14px 21px;*/
}

.nav > li.disabled > span:first-child {
  color: #cacaca;
  font-weight: 600;
  padding: 14px 20px 14px 25px;
  display: block;
}

.nav > li > span {
	display: block;
	position:relative;
}

.btn-info.btn-outline {
  color: #1ab394;
}

.navbar-top-links > li {
	border-left: 1px solid #f3f3f4;
}

.navbar-top-links li:hover {
	background-color: #f3f3f4;
}


.navbar-top-links li span {
  /*padding: 20px 10px;
  min-height: 50px;*/
}

.progress-bar-default {
  background-color: #c2c2c2;
}
.logo-name {
  color: #e6e6e6;
  font-size: 100px;
  font-weight: 800;
  letter-spacing: -10px;
  margin-bottom: 0px;
}
.middle-box h1 {
  font-size: 100px;
}
.wrapper .middle-box {
  margin-top: 140px;
}
.lock-word {
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -180px;
  margin-left: -470px;
}

.ibox-title, .ibox-content  {
	/*cursor: pointer;	*/

	padding: 15px;
	min-height: 50px;
}

.ibox-footer {
	padding: 15px;
}

.float-e-margins .btn {
    margin-bottom: 0px;
}

.ibox-title i {
	color: 	#1ab394;
	margin-right: 8px;
}

.form-control, .single-line {
    border: 1px solid #DDD;
}

.checkbox-navy input[type="checkbox"]:checked + label::before,
.checkbox-navy input[type="radio"]:checked + label::before {
  background-color: #1ab394;
  border-color: #1ab394;
}
.checkbox-navy input[type="checkbox"]:checked + label::after,
.checkbox-navy input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox {
	outline: none;	
}

img.circle-border-light {
    border: 1px solid #DDD;
    border-radius: 50%;
}

.label-xs {
	padding: 0px 2px;
	font-size: 8px;
}

.label-sup {
	vertical-align: 4px;	
}


/* http://jsfiddle.net/KyleMit/cyCFS/ 

<div class="left-inner-addon ">
    <i class="icon-user"></i>
    <input type="text"
           class="form-control" 
           placeholder="Username" />
</div>

*/
.left-inner-addon {
    position: relative;
}
.left-inner-addon input {
    padding-left: 30px;    
}
.left-inner-addon i {
    position: absolute;
    padding: 10px 12px;
    pointer-events: none;
}

.right-inner-addon {
    position: relative;
}
.right-inner-addon input {
    padding-right: 30px;    
}
.right-inner-addon i {
    position: absolute;
    right: 0px;
    padding: 10px 12px;
    pointer-events: none;
}


.hidden {
	display: none;	
}

/*
@media (min-width: 768px) {
  #page-wrapper {
    position: inherit;
    margin: 0 0 0 220px;
    min-height: 100%;
    min-height: 1200px;
  }
}
*/

.radio-success input[type="radio"] + label::after {
  background-color: #1ab394;
}
.radio-success input[type="radio"]:checked + label::before {
  border-color: #1ab394;
}
.radio-success input[type="radio"]:checked + label::after {
  background-color: #1ab394;
}

.radio-success input[type="radio"]:checked + label {
  color: #1ab394 !important;
 }
.radio-danger input[type="radio"]:checked + label {
  color: #ed5565 !important;
 }
 
 
.ibox-content.danger {
  background-color: #f2dede;
  color: #a94442;
}

.ibox-content.danger p {
	padding: 0;
	margin: 0;	
} 
.ibox-content.danger p:before
{
	font-family: FontAwesome;
	content: "\f06a";
	margin-right: 10px;
}

.ibox-content.success {
	background-color: #dff0d8;
	color: #3c763d;
}

.ibox-content.success p {
	padding: 0;
	margin: 0;	
} 
.ibox-content.success p:before
{
	font-family: FontAwesome;
	content: "\f058";
	margin-right: 10px;
}

#codeigniter_profiler
{
	z-index: 9999999;
	margin-left: 220px;
}

label small {
	font-weight: normal;	
}


hr.dotted {
	border-style: dotted;
}


small.help-block {
	color: #BBB;
}

@media (max-width: 767px) {
  #page-wrapper {
	margin: 0px;
	padding: 0px;
  }
}