.body1 {
  color: #fff;
  font: 87.5%/1.5em 'Open Sans', sans-serif;
	background:url(../img/bg38.jpg)no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;}

.filter-dropdown{
    width:12%;
    float:left;
}

.filter-dropdown1{
    width:130px;
    float:left;
}

.form-wrapper {
width:300px;
height:370px;
  position: absolute;
  top: 50%;
  left: 48%;
  margin: -184px 0px 0px -155px;
  background: rgba(0,0,0,0.27);
  padding: 15px 25px;
  border-radius: 5px;
  box-shadow: 0px 1px 0px rgba(0,0,0,0.6),inset 0px 1px 0px rgba(255,255,255,0.04);
}

.form-item {
width:100%;
}


h3{
  font-size: 25px;
  font-weight: 640;
  margin-bottom: 10px;
  /*color: #e7e7e7;*/
  color: #4a536e;
  padding:6px;
  font-family:'sans-serif','helvetica';
}

h2{
  font-size: 25px;
  font-weight: 640;
  margin-bottom: 10px;
  color: #e7e7e7;
  padding:6px;
  font-family:'sans-serif','helvetica';
}



.form-item input{
  border: none;
  background:transparent;
  color: #fff;
  margin-top:11px;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2em;
  height: 49px;
  padding: 0 16px;
  width: 100%;
  padding-left: 55px;

}
input[type='password']{
	background: transparent url("../img/pass.jpg") no-repeat;
	background-position: 10px 50%;
}
input[type='text']{
	background: transparent url("../img/user.jpg") no-repeat;
	background-position: 10px 50%;

}

.form-item input:focus {
  outline: none;
  border:1.4px solid #cfecf0;
}

.button-panel {
  margin-bottom: 20px;
  padding-top: 10px;
  width: 100%;
}

.button-panel .button {
  background: #00b6df;
  border: none;
  color: #fff;
  cursor: pointer;
  height: 50px;
  font-family: 'helvetica','Open Sans', sans-serif;
  font-size: 1.2em;
  text-align: center;
  text-transform: uppercase;
  transition: background 0.6s linear;
  width: 100%;
  margin-top:10px;
}

.button:hover {
  background: #6eb7cb;
}

.form-item input, .button-panel .button {
  border-radius: 2px
}

.reminder {
  text-align: center;
}

.reminder a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s;
}

.reminder a:hover {
  color: #cab6bf;
}

.navtop {
	background-color: #2f3947;
	height: 60px;
	/*width: 100%;*/
	border: 0;
	padding-left: 10px;
	padding-right: 10px;
}
.navtop div {
	display: flex;
	margin: 0 auto;
	/*width: 1000px;*/
	height: 100%;
}
.navtop div h1, .navtop div a {
	display: inline-flex;
	align-items: center;
}
.navtop div h1 {
	flex: 1;
	font-size: 24px;
	padding: 0;
	margin: 0;
	color: #eaebed;
	font-weight: normal;
}
.navtop div a {
	padding: 0 20px;
	text-decoration: none;
	color: #c1c4c8;
	font-weight: bold;
}
.navtop div a i {
	padding: 2px 8px 0 0;
}
.navtop div a:hover {
	color: #eaebed;
}
body.loggedin {
	background-color: #f3f4f7;
	margin: 0px;
}
.content {
	/*width: 1000px;*/
	margin: 0 auto;
	padding: 0px 20px;
}
.content h2 {
	margin: 0;
	padding: 25px 0;
	font-size: 22px;
	border-bottom: 1px solid #e0e0e3;
	color: #4a536e;
}
.column {
	float: left;
}
.left {
	width: 10%;
	height: 100%;
}

.right {
	width: 83%;
	float: right;
}

.column3 {
  float: left;
  width: 25%;
  margin-left: 20px !important;
  height: 350px;
}

@media only screen and (max-width: 1366px) {
.column3 {
  float: left;
  width: 23%;
  margin-left: 20px !important;
  height: 350px;
}
.right {
	width: 80%;
	float: right;
}

}

.home {
  line-height: 25px !important;
}

.content div a {
	padding: 0 6px;
	text-decoration: none;
	/*color: #c1c4c8;*/
	color: #4a536e;
	font-weight: bold;
	line-height: 40px;
}
.content div a i {
	padding: 2px 8px 0 0;
}
.content div a:hover {
	color: #c1c4c8;
}
.content > p, .content > div {
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	margin: 25px 0;
	padding: 25px;
	background-color: #fff;
}
.content > p table td, .content > div table td {
	padding: 5px;
}
.content > p table td:first-child, .content > div table td:first-child {
	font-weight: bold;
	color: #4a536e;
	padding-right: 15px;
}
.content > div p {
	padding: 5px;
	margin: 0 0 10px 0;
}
.dropdown-btn {
  /*padding: 6px 8px 6px 16px;*/
  text-decoration: none;
  font-size: 16px;
  color: #4a536e;
  display: block;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
  font-weight: bold;
  line-height: 40px;
}
.dropdown-btn:hover {
	color: #c1c4c8;
}

.fa-arrow-circle-right {
	padding: 2px 8px 0 0;
}
.dropdown-container {
  display: none;
  /*background-color: #262626;*/
  padding-left: 30px;

}
.fa-caret-down {
  float: right;
  padding-right: 8px;
  padding-top: 10px;
}

.fa-user {
	padding: 2px 8px 0 0;
}

.fa-car {
	padding: 2px 8px 0 0;
}

.fa-briefcase {
	padding: 2px 8px 0 0;
}

.fa-file-invoice {
	padding: 2px 8px 0 0;
}

.fa-archway {
	padding: 2px 8px 0 0;
}

.fa-file-pdf {
	padding: 2px 8px 0 0;
}

.fa-print {
	padding: 2px 8px 0 0;
}

.fa-phone {
	padding: 2px 8px 0 0;
}

.active {
  color: #000000;
}


#user {
  border-collapse: collapse;
  width: 100%;
}
#user td, #user th {
  border: 1px solid #ddd;
  padding: 8px;
}
#user tr:nth-child(even){background-color: #f2f2f2;}

#user tr:hover {background-color: #ddd;}

#user th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #2f3947;
  color: white;
}

.btn-group .button {
  background-color: #337ab7; /* Green */
  border: 1px solid #337ab7;
  color: white;
  padding: 0px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  cursor: pointer;
  float: right;
  margin-top: -60px;
}

.btn-group2 .button {
  background-color: #337ab7; /* Green */
  border: 1px solid #337ab7;
  color: white;
  padding: 0px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  cursor: pointer;
  float: right;
  margin-top: -45px;
  width: 70px;
}

.button2 {
  background-color: #d2d2d2; 
  border: 1px solid #d2d2d2;
  color: white !important;
  padding: 0px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  cursor: pointer;
  float: right;
  margin-top: -45px;
  width: 90px !important;
}

.btn-group3 .button {
  background-color: #337ab7; /* Green */
  border: 1px solid #337ab7;
  color: white;
  padding: 0px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  cursor: pointer;
  float: left;
  margin-top: 8px;
  margin-left: 10px;
}


.btn-group .button:not(:last-child) {
  border-right: none; /* Prevent double borders */
}

.btn-group .button:hover {
  background-color: #23527c;
  color: #ffffff;
}

input[type=text1], select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type=text2], select {
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  float: right;
}

input[type=date] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type=time] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

.time2 {
  width: 30% !important;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type=submit1] {
  width: 100%;
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
}

input[type=submit1]:hover {
  background-color: #45a049;
}

.submit1 {
  width: 100%;
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
}

.submit1:hover {
  background-color: #45a049;
}

footer {
    clear: both;
    position: relative;
    height: 200px;
    margin-top: -200px;
    margin-right: 10px;
    color: #c1c4c8;
    text-align: right;
}

.pagination {
    display:inline-block;
    padding-left:0;
    margin:20px 0;
    border-radius:4px
}

.pagination>li {
    display:inline
}

.pagination>li>a,.pagination>li>span {
    position:relative;
    float:left;
    padding:6px 12px;
    margin-left:-1px;
    line-height:1.42857143;
    color:#337ab7;
    text-decoration:none;
    background-color:#fff;
    border:1px solid #ddd;
}

.pagination>li:first-child>a,.pagination>li:first-child>span {
    margin-left:0;
    border-top-left-radius:4px;
    border-bottom-left-radius:4px;
}

.pagination>li:last-child>a,.pagination>li:last-child>span {
    border-top-right-radius:4px;
    border-bottom-right-radius:4px;
}

.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover {
    z-index:2;
    color:#23527c;
    background-color:#eee;
    border-color:#ddd;
}

.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover {
    z-index:3;
    color:#fff;
    cursor:default;
    background-color:#337ab7;
    border-color:#337ab7;
}

.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover {
    color:#777;
    cursor:not-allowed;
    background-color:#fff;
    border-color:#ddd
}

.pagination-lg>li>a,.pagination-lg>li>span {
    padding:10px 16px;
    font-size:12px !important;
    line-height:1.3333333
}

.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span {
    border-top-left-radius:6px;
    border-bottom-left-radius:6px
}

.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span {
    border-top-right-radius:6px;
    border-bottom-right-radius:6px
}

.pagination-sm>li>a,.pagination-sm>li>span {
    padding:5px 10px;
    font-size:12px !important;
    line-height:1.5
}

.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span {
    border-top-left-radius:3px;
    border-bottom-left-radius:3px
}

.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span {
    border-top-right-radius:3px;
    border-bottom-right-radius:3px
}

.pager {
    padding-left:0;
    margin:20px 0;
    text-align:center;
    list-style:none
}

.pager li {
    display:inline
}

.pager li>a,.pager li>span {
    display:inline-block;
    padding:5px 14px;
    background-color:#fff;
    border:1px solid #ddd;
    border-radius:15px
}

.pager li>a:focus,.pager li>a:hover {
    text-decoration:none;
    background-color:#eee
}

.pager .next>a,.pager .next>span {
    float:right
}

.pager .previous>a,.pager .previous>span {
    float:left
}
.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span {
    color:#777;
    cursor:not-allowed;
    background-color:#fff
}


.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}

.error {color: #FF0000;}

.error2 {
  width: 92%; 
  margin: 0px auto; 
  padding: 10px; 
  border: 1px solid #a94442; 
  color: #a94442; 
  background: #f2dede; 
  border-radius: 5px; 
  text-align: left;
}

.viewrow {
  display: flex;
}

.view {
  float: left;
  width: 50%;
  padding: 10px;

}

/* Clear floats after the columns */
.viewrow:after {
  content: "";
  display: table;
  clear: both;
}

.border {
  border: 1px solid;
}