/* loader start */
#preloader { 
     position: fixed; 
     left: 0; 
     z-index: 999; 
     width: 100%; 
     height: 100%; 
     overflow: visible; 
     color: #fff;
     background-color: #fff;
     /* background: #333 url('../img/loading.gif') no-repeat center center;  */
}
.sk-folding-cube{
     top: 30%;
     color: yellow;
}

.section-padding-common{
    padding-top: 70px;
    padding-bottom: 70px;
}

/*loader*/ 

.sk-folding-cube {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg); }
  .sk-folding-cube .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1); }
  .sk-folding-cube .sk-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f1d37d;
    -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
            animation: sk-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
        -ms-transform-origin: 100% 100%;
            transform-origin: 100% 100%; }
  .sk-folding-cube .sk-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
            transform: scale(1.1) rotateZ(90deg); }
  .sk-folding-cube .sk-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
            transform: scale(1.1) rotateZ(180deg); }
  .sk-folding-cube .sk-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
            transform: scale(1.1) rotateZ(270deg); }
  .sk-folding-cube .sk-cube2:before {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s; }
  .sk-folding-cube .sk-cube3:before {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s; }
  .sk-folding-cube .sk-cube4:before {
    -webkit-animation-delay: 0.9s;
            animation-delay: 0.9s; }

@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; } }

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; } }

/* loading end */
.add-button{
  color: #3c8dbc;
  font-size: 30px;
  cursor: pointer;
}

.modal {
  text-align: center;
}

.success{
  background-color: green;
  color: #fff;
  margin-bottom: 2%;
}
.error.message{
  color : #DE086E;
}
.error-message{
   color : #DE086E;
}

@media screen and (min-width: 768px) { 
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.tr{
  cursor: pointer;
}

.table-main-head{
  position: relative;
  margin-bottom: 25px;
}

.table-main-head::before{
  content: ' ';
  overflow: hidden;
  width: 2px;
  height: 25px;
  float: left;
  margin-right: 8px;
  background: #d84315;
}

.submit-button{
  padding-bottom: 25px;
  padding-top: 25px;
}

.search-box{
  margin-bottom: 20px;
}
.search-box>input[type=text] {
    width: 130px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    background-color: white;
    background-image: url('../img/searchicon.png');
    background-position: 10px 8px; 
    background-repeat: no-repeat;
    padding: 5px 20px 5px 40px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

.search-box>input[type=text]:focus {
    width: 200px;
}


.table,a{
  color : #333;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td{
  border-color: #333;
}
a{
  cursor: pointer;
}

thead>tr{
  border-top: 1px solid #444;
}
.margin-10{
  margin-right:6px;
}
.table > thead > tr > th{
  border-bottom: 1px solid #333;
}

/* login page design */
.login-body{
  background: #f5f5f5;
}
.box-login {
    padding: 30px 30px;
    background: white;
    border-radius: 5px;
    transition: all 0.5s ease 0s;
    cursor: pointer;
    margin-bottom: 10%;
    box-shadow: 0 6px 13px rgba(0, 0, 0, 0.15);
}
.box-login-heading{
    padding: 0px 30px;
    margin-bottom: 10px;
    margin-top: 10%;
}
a:focus, a:hover, a:active {
    text-decoration: none;
}
.login-text{
  font-size: 15px;
  padding-top: 3%;
}
.message.error{
  background: #ED0C7D;
  padding:5px;
  color: #fff;
}

.message.success{
  background: #1A9164;
  padding:5px;
  color: #fff;
}

.image-upload {
    cursor: pointer;
    background-color: #bdc3c7;
    color: #ecf0f1;
    padding: 20px;
    font-size: 20px;
    text-transform: uppercase;
    overflow: hidden;
    max-width: 100%;
}

.image-round{
  border-radius: 50%;
  width: 100%;
  max-width: 45px;
  height: auto;
}

.table > tbody > tr > td {
     vertical-align: middle;
}

.mat-login-heading{
    font-size: 1.2rem;
    font-weight: bolder;
}
.l-m-heading{
    font-size: 1.5rem;
}

#footer {
    position:fixed;
    bottom:0;
    width: 100%;
}

.heading-before-line{
  padding-top: 4px;
  text-transform: uppercase;
}
.heading-before-line::before{
  content: "";
  float: left;
  position: relative;
  width: 3px;
  height: 25px;
  background: #d84315;
  margin-right: 5px;
  top: -2px;
}
/* .login{
    display: flex;
    align-items: center;
} */

@media print {
  body * {
    visibility: hidden;
  }
  #section-to-print * {
    visibility: visible;
  }
  @page { margin: 0; }
  body { margin:1.6cm; margin-top: -1cm; }

  table, th, td {
    border: 1px solid black !important;
  }
}

.ui-autocomplete {
    position: relative;
    z-index:900 !important;
}