#main {
    padding: 0px;
}
.form-control {
	font-size: 18px;
}

.zmdi {
	font-size: 24px;
}

.bootgrid-footer .infoBar,.bootgrid-header .actionBar {
	text-align: left;
}

.bootgrid-footer .search,.bootgrid-header .search {
	vertical-align: top;
}

.bootgrid-header {
	padding: 0 25px 10px;
}

.bootgrid-header .search {
	border: 1px solid #e0e0e0;
}

.bootgrid-header .search .form-control,.bootgrid-header .search .input-group-addon {
	border: 0;
}

.bootgrid-header .search .glyphicon-search {
	vertical-align: top;
	padding: 9px 10px 0;
}

.bootgrid-header .search .glyphicon-search:before {
	content: "\f1c3";
	font-family: 'Material-Design-Iconic-Font';
	font-size: 17px;
	vertical-align: top;
	line-height: 100%;
}

.zmdi-refresh {
	font-size: 15px;
}

@media (min-width: 480px) {
	.bootgrid-header .search {
	width: 300px;
	}
}

@media (max-width: 480px) {
	.bootgrid-header .search {
	width: 100%;
	padding-right: 90px;
	}
}

.bootgrid-header .actions {
	box-shadow: none;
}

.bootgrid-header .actions .btn-group {
	border: 1px solid #e0e0e0;
}

.bootgrid-header .actions .btn-group .btn {
	height: 35px;
	box-shadow: none!important;
	background: transparent;
}

.bootgrid-header .actions .btn-group .dropdown-menu {
	padding: 10px 20px;
}

.bootgrid-header .actions .btn-group .dropdown-menu .dropdown-item {
	padding: 0 0 0 27px !important;
}

.bootgrid-header .actions .btn-group .dropdown-menu .dropdown-item:hover {
	background-color: #fff!important;
}

@media (min-width: 768px) {
	.bootgrid-header .actions .btn-group .dropdown-menu {
	left: 0;
	-webkit-transform-origin: top left;
	-moz-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	margin-top: 1px;
	}
}

.bootgrid-header .actions .btn-group .caret {
	display: none;
}

.bootgrid-header .actions .btn-group .zmdi {
	line-height: 100%;
	font-size: 18px;
	vertical-align: top;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 250ms;
	transition-duration: 250ms;
}

.bootgrid-header .actions .btn-group.open .zmdi {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

@media (max-width: 480px) {
	.bootgrid-header .actions {
	position: absolute;
	top: 0;
	right: 15px;
	}
}

.bootgrid-table th > .column-header-anchor > .icon {
	top: 0;
	font-size: 20px;
	line-height: 100%;
}

.bootgrid-footer .col-sm-6 {
	padding: 10px 30px 20px;
}

@media (max-width: 768px) {
	.bootgrid-footer .col-sm-6 {
	text-align: center;
	}

	.bootgrid-footer .infoBar {
	display: none;
	}
}

.bootgrid-footer .infoBar .infos {
	border: 1px solid #EEE;
	display: inline-block;
	float: right;
	padding: 7px 30px;
	font-size: 12px;
	margin-top: 5px;
}

.command-edit,.command-delete, .command-view {
	background: #fff;
	border: 1px solid #eee!important;
}

.main-menu li .zmdi-power, .dropdown-menu li .zmdi-power {
    color: brown;
}

.full-width {
	width: 100%;
}

.row-spacing {
	margin-top: 20px;
}

.pac-container {
	z-index: 2147483647;
}

@media (min-width: 768px){
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1  {
    width: 100%;
    *width: 100%;
  }
}

@media (min-width: 992px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
  }
}

/**
 *  The following is not really needed in this case
 *  Only to demonstrate the usage of @media for large screens
 */    
@media (min-width: 1200px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
  }
}

.progressbar-sb {
    counter-reset: step;
}
.progressbar-sb li {
    list-style-type: none;
    width: 19%;
    float: left;
    font-size: 12px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: #7d7d7d;
}

.progressbar-sb li.active {
    color: #55b776;
}

.progressbar-sb li:before {
    width: 35px;
    height: 35px;
    font-family: Material-Design-Iconic-Font;
    content: '\f26d';
    counter-increment: step;
    line-height: 27px;
    border: 5px solid #7d7d7d;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    background-color: white;
    z-index: 10;
}

.progressbar-sb li.d-icon:before {
    content: '\f10c';
}

.progressbar-sb li.t-icon:before {
    content: '\f1e6';
}

.progressbar-sb li.de-icon:before {
    content: '\f175';
}

.progressbar-sb li.b-icon:before {
    content: '\f1d4';
}

.progressbar-sb li.r-icon:before {
    content: '\f1e6';
}

.progressbar-sb li.active:before {
    border-color: #55b776;
    content: '\f26b';
}

.progressbar-sb li:after {
    width: 100%;
    height: 5px;
    content: '';
    position: absolute;
    background-color: #7d7d7d;
    top: 15px;
    left: 0px;
    z-index: -1;
}

.progressbar-sb li.active:after {
    background-color: #55b776;
}

.progressbar-sb li:first-child:after {
    width: 50%;
    height: 5px;
    content: '';
    position: absolute;
    background-color: #55b776;
    top: 15px;
    left: 50%;
    z-index: -1;
}

.progressbar-sb li:last-child:after {
    width: 50%;
    height: 5px;
    content: '';
    position: absolute;
    background-color: #7d7d7d;
    top: 15px;
    left: 0px;
    z-index: -1;
}

.progressbar-sb li.active:last-child:after {
    background-color: #55b776;
}

.package-item {
    padding: 15px 30px;
    border-style: solid;
    border-color: #ccc;
    border-width: 1px 1px 0px 1px;
    list-style-type: none;
}

.package-item:last-child {
    border-width: 1px;
}

.gray-border {
    border-style: solid;
    border-width: 1px 1px 0px 1px;
    border-color: #ccc;
    border-collapse: collapse;
}

.gray-border:last-child {
    border-width: 1px;
}

.col-border-right {
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: #ccc;
}

.no-padding {
    padding: 0;
}

#eac-container-search {
    position: relative;
    top:35px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#eac-container-search ul {
    list-style-type: none;
    padding-left:0px;
}

.easy-autocomplete {
    width:100%!important;
}

#eac-container-search li {
    padding: 18px!important;
}

#eac-container-search li:first-child {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

#eac-container-search li:first-child div.eac-item {
    position: relative;
    bottom: 18px;
}

#eac-container-search li:hover {
    background-color: #eee;
}
.sprofile {
    margin-top: 5px;
}
.lcb-login-form{
    background:white;
    box-shadow:0 1px 1px rgba(0,0,0,.1);
    border-radius:12px;
    opacity: 80%;
    padding: 20px;
}
.login-content:before {
  height: 0px;
  width: 1px;
  vertical-align: top;
}
.alert-danger {
    border-radius:8px;
}

.modal-content {
    border-radius:8px;
}

.sidebar {
    background-color: #2D323E;
    box-shadow:0 7px 7px rgba(0,0,0,.3);
}
.main-menu {
    background-color: #2D323E;
}
.main-menu>li>a {
    color: lightgray;
}
.main-menu>li>a>i {
    color: white;
}
#header {
    width: 268px;
    padding: 0;
}
.main-menu>li>a:hover{
    background-color:#039be5;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
.dropdown-menu {
    background-color:white;
}
.dropdown-menu>li>a {
    color: black;
}

.dropdown-menu>li>a:hover {
    color: navy;
    font-weight: bold;
}
.s-profile {
    margin-top:5px;
}
#main {
    background-image: url('img/background.jpg');
    background-repeat:no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;   
}
.container {
    opacity: 80%;
}
.block-header > h2 {
    font-size: large;
    color: navy;
}
.block-header > h2 > i{
    font-size: xx-large;
    margin-top: 10px;
}
.sp-info {
    opacity: 0.8;
    text-align:center;
    font-weight: bold;
    text-shadow: 1px 1px 1px #000000;
}
