/* CSS for jumbotron class ***************************************************************************/

.jumbotron {
  line-height: 40px;
  color: #fefefe;
  padding: 0;
  margin-left: 0px;
  border-bottom: 1px solid #e0e0e0;
  background: url('../images/workspace.jpg'); 
  background-size: auto;
  background-position: center center;
  background-repeat: repeat;
  border-radius: 10px;
  border: 2px solid #fff;
  box-shadow: 20px 20px 1px #ccc;
}


.jumbotron sup {
  font-size:.4em;
  font-weight: normal;
}

/* New : Change Font Size for <h1> */
.jumbotron h1{
  font-size:3em;
}

.jumbotron .devices {
  padding: 20px 10px;
  background: transparent url('../images/deptLogo1.png') no-repeat center right;
  background-size: 70%;
}

/* new CSS Modal class ****************************************************************************/

.modal-header {  
  background-color: #0756ab; /* background-color for modal_header */
}

.modal-content{
  width:80%;
}

/* Cover Page Shadow */
.modal-content {
  border: 5px solid #0756ab;
}

/* Login Page Reduce Width from bootstrap.css */
@media screen and (min-width: 768px) {
  .modal-dialog-approved {
    width: 600px;
    margin: 30px 330px 30px auto;
  }

/* Login Page Reduce Width from bootstrap.css */
@media screen and (min-width: 768px) {
  .modal-dialog-login {
    width: 600px;
    margin: auto;
  }

/* Profile & Change Password Page Reduce Width from bootstrap.css */
@media screen and (min-width: 768px) {
  .modal-dialog-page {
    width: 700px;
    margin: 30px 330px 30px auto;
}

/* Add New Commodity by Regsitrar */
@media screen and (min-width: 768px) {
  .modal-dialog-new-commodity {
    width: 700px;
    margin: 30px 330px 30px auto;
}


/* Add New Commercial Commodity by the Applicant*/
@media screen and (min-width: 1024px) {
.modal-dialog-commodity {
  width: 1200px;
  margin-top: 100px;
  margin-left: 300px;
}

/* Permit Payment Info Page Reduce Width from bootstrap.css */
@media screen and (min-width: 1024px) {
  .modal-dialog-payment {
    width: 1200px;
    margin-top: 100px;
    margin-left: 350px;
  }

/* Profile Image */
.profile-img {
  width: 96px;
  height: 96px;
  margin: 0 auto 10px;
  display: block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.not-active {
   pointer-events: none;
   cursor: default;
}

.alert-info {
  padding:5px;
  margin-bottom: 0px;
}

.alert-danger {
  padding:5px;
  margin-bottom: 0px;
}

/*Pagination*/
.pagination > a {
  margin: auto;
  border: 1px solid #000000;
  border-radius: 3px;
  padding-left: 3px;
    padding-right: 3px;
    background-color: #FFFFFF;
 }

.pagination > span {
  border: 1px solid #c0c0c0;
  border-radius: 3px;
  padding-left: 3px;
    padding-right: 3px;
    background-color: #000000;
 }

 /*Show Password*/
 .checkbox {
    margin-bottom: 20px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.checkbox.show:before {
    content: '\e013';
    color: #1fa67b;
    font-size: 17px;
    margin: 1px 0 0 3px;
    position: absolute;
    pointer-events: none;
    font-family: 'Glyphicons Halflings';
}
.checkbox .character-checkbox {
    width: 25px;
    height: 25px;
    cursor: pointer;
    border-radius: 3px;
    border: 1px solid #ccc;
    vertical-align: middle;
    display: inline-block;
}
.checkbox .label {
    color: #6d6d6d;
    font-size: 13px;
    font-weight: normal;
}

/*Search Engine*/
.search-form .form-group {
  float: right !important;
  transition: all 0.35s, border-radius 0s;
  width: 32px;
  height: 32px;
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  border-radius: 25px;
  border: 1px solid #ccc;
}
.search-form .form-group input.form-control {
  padding-right: 17px;
  border: 0 none;
  background: transparent;
  box-shadow: none;
  display:block;
}
.search-form .form-group input.form-control::-webkit-input-placeholder {
  display: none;
}
.search-form .form-group input.form-control:-moz-placeholder {
  /* Firefox 18- */
  display: none;
}
.search-form .form-group input.form-control::-moz-placeholder {
  /* Firefox 19+ */
  display: none;
}
.search-form .form-group input.form-control:-ms-input-placeholder {
  display: none;
}
.search-form .form-group:hover,
.search-form .form-group.hover {
  width: 100%;
  border-radius: 4px 25px 25px 4px;
}
.search-form .form-group span.form-control-feedback {
  position: absolute;
  top: -1px;
  right: -2px;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #3596e0;
  left: initial;
  font-size: 14px;
}

/* Back To Top Button */
a.back-to-top {
  display: none;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  position: fixed;
  z-index: 999;
  right: 20px;
  bottom: 30px;
  background: #27AE61 url("../images/up-arrow.png") no-repeat center 43%;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
a:hover.back-to-top {
  background-color: #000;
}


/*Footer*/
#footer {
bottom:0px;
height:20;
right:0%;
left:0%;
position:fixed!important;
position:absolute;
width=100%;
top:expression((0-(footer.offsetHeight)+
(document.documentElement.clientHeight?
document.documentElement.clientHeight:
document.body.clientHeight)+(ignoreMe=document.documentElement.scrollTop?
document.documentElement.scrollTop:document.
body.scrollTop))+'px');
text-align:center;
visibility:visible;
text-align: center;
background:#0A2472;
}

/* Panel Color */
.huge {
    font-size: 40px;
}

.panel-maroon {
    border-color: #A41414;
}

.panel-maroon .panel-heading {
    border-color: #A41414;
    color: #fff;
    background-color: #A41414;
}

.panel-maroon a {
    color: #A41414;
}

.panel-maroon a:hover {
    color: #7C1313;
}

.panel-pink {
    border-color: #E04BA2;
}

.panel-pink .panel-heading {
    border-color: #E04BA2;
    color: #fff;
    background-color: #E04BA2;
}

.panel-pink a {
    color: #E04BA2;
}

.panel-pink a:hover {
    color: #B2357E;
}

.panel-green {
    border-color: #5cb85c;
}

.panel-green .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-green a {
    color: #5cb85c;
}

.panel-green a:hover {
    color: #3d8b3d;
}

.panel-blue {
    border-color: #3995D6;
}

.panel-blue .panel-heading {
    border-color: #3995D6;
    color: #fff;
    background-color: #3995D6;
}

.panel-blue a {
    color: #3995D6;
}

.panel-blue a:hover {
    color: #174E76;
}


.panel-red {
    border-color: #d9534f;
}

.panel-red .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.panel-red a {
    color: #d9534f;
}

.panel-red a:hover {
    color: #b52b27;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-yellow a {
    color: #f0ad4e;
}

.panel-yellow a:hover {
    color: #df8a13;
}

/* Blink for Webkit and others
(Chrome, Safari, Firefox, IE, ...)
*/

@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}
.blink{
  text-decoration: blink;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-iteration-count:infinite;
  -webkit-animation-timing-function:ease-in-out;
  -webkit-animation-direction: alternate;
}