/*================================================================================
	Item Name: Apex - Angular 4 Bootstrap Admin Template
	Version: 1.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

.help-block strong {
    font-weight: 600;
    font-size: 14px;
    color: #ff0000;
}
.required{
	font-weight: 600;
    font-size: 14px;
    color: #ff0000;
}

/* perloader in pages */
.loader_bg{
    position: fixed;
    z-index: 999999;
    background: #fff;
    width: 100%;
    height: 100%;
}
.loader{
    border: 0 soild transparent;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    position: absolute;
    top: calc(50vh - 75px);
    left: calc(50vw - 75px);
}
.loader:before, .loader:after{
    content: '';
    border: 1em solid #ff5733;
    border-radius: 50%;
    width: inherit;
    height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    animation: loader 2s linear infinite;
    opacity: 0;
}
.loader:before{
    animation-delay: .5s;
}
@keyframes loader{
    0%{
        transform: scale(0);
        opacity: 0;
    }
    50%{
        opacity: 1;
    }
    100%{
        transform: scale(1);
        opacity: 0;
    }
}

.actbtn .toggle {
	padding:0px!important;
}
.toggle-group label, .toggle-group span{
	font-size:10px!important;
	font-weight:500px!important;

}
.activebtn{
    width: 72px;
    height: 19px;
    padding: 2px 2px 2px 2px;
}

/* sidebar styles */
/* .app-sidebar .navigation i.submenu-icon {
    font-size: 0.5rem;
    width: inherit;
}
.app-sidebar .navigation li ul li a {
    display: block;
    padding: 3px 7px 3px 22px;
}

.app-sidebar .navigation li > a {
    display: block;
    overflow: hidden;
    line-height: 2rem;
    padding: 3px 20px 4px 15px;
    margin: 5px 0;
    background-color: transparent;
    color: #fff;
    transition: all 300ms linear;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.app-sidebar .navigation li ul li ul li a {
    padding: 5px 6px 1px 38px;
} */
.pagination {
    display: flex;
    padding-left: 226px;
    list-style: none;
    border-radius: 0.35rem;
}


.searchinput{
    padding: 1px 10px;
    width: 12%;
    height: 34px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    }

    .bootstrap-timepicker-widget table td {
    text-align: center;
    height: 30px;
    margin: 0;
    padding: 2px;
    width: 77px;
}
.btn-yellow{
    background-color:yellow;
}
.btn-red{
    background-color:#FF586B !important;
}
 .btn-yellow{
  color:#000;
  border:none;
  border-radius:2px;
  box-shadow: 1px 1px 2px #888888;
  }
  .btn-yellow:hover{
  box-shadow: 1px 2px 7px #000;
  }


 .btn-info{
  color:#fff;
  border:none;
  border-radius:2px;
  box-shadow: 1px 1px 2px #888888;
  }
  .btn-info:hover{
  box-shadow: 1px 2px 7px #000;
  }
  div.dataTables_wrapper div.dataTables_length label {
     font-weight: normal;
     text-align: left;
     white-space: nowrap;
}
 div.dataTables_length select {
    width: 75px;
    display: inline-block;
}

div.dataTables_filter input {
    margin-left: 0.5em;
    display: inline-block;
    width: auto;

}
.dataTables_filter i.ft-search{
     padding: 6px;
    float: right;
    position: relative;
    right: 3px;
    top: 0px;
    color: #fff !important;
    background: #000;

}
div.dataTables_filter{
    margin-top:40px;
}
.cancel{
  background-color: red !important;
}
.table th, .table td {
    padding: 9px 10px;
    vertical-align: top;
    border-top: 1px solid #E0E0E0;
    text-align: center;
    font-size: 12px;
}

.table th, .table td {
    padding: 9px 10px;
    vertical-align: top;
    border-top: 1px solid #E0E0E0;
    text-align: center;
    font-size: 13px;

}
.table th a{
    color:#000;
}
.dropdown #dropdownMenuButton{
    padding: 3px 10px;
}
.dropdown-menu{
    min-width: 0rem;
}
.dataTables_length{
    padding-top: 35px;
}
.nav-tabs .nav-link.active{
    border-bottom: 2px solid #0a0a0a;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link{
    color: #000;
}
a {
    color: #000;
}
a:hover{
    color: #000;
}
.text-right nav .pagination{
    padding-right: 12px;
}

.toggle.btn-xs {
    min-width: 5.19rem !important;
    min-height: 1.375rem;
}

/* make toggle button */
.switch {
    position: relative;
    display: inline-block;
    width: 71px;
    height: 19px;
  }

  .switch input {display:none;}

  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ca2222;
    -webkit-transition: .4s;
    transition: .4s;
     border-radius: 34px;
  }

  .slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 0px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
  }

  input:checked + .slider {
    background-color: #2ab934;
  }

  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }

  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(55px);
  }

  /*------ ADDED CSS ---------*/
  .slider:after
  {
   content:'Inactive';
   color: white;
   display: block;
   position: absolute;
   transform: translate(-50%,-50%);
   top: 42%;
   left: 55%;
   font-size: 10px;
   font-family: Verdana, sans-serif;
   text-transform:capitalize;
  }

  input:checked + .slider:after
  {
    content:'Active';
    left: 41%;
  }

  /*--------- END --------*/

  /* make toggle button default */
.switchdnd {
    position: relative;
    display: inline-block;
    width: 71px;
    height: 19px;
  }

  .switchdnd input {display:none;}

  .sliderdnd {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ca2222;
    -webkit-transition: .4s;
    transition: .4s;
     border-radius: 34px;
  }

  .sliderdnd:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 0px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
  }

  input:checked + .sliderdnd {
    background-color: #2ab934;
  }

  input:focus + .sliderdnd {
    box-shadow: 0 0 1px #2196F3;
  }

  input:checked + .sliderdnd:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(55px);
  }

  /*------ ADDED CSS ---------*/
  .sliderdnd:after
  {
   content:'Nondefault';
   color: white;
   display: block;
   position: absolute;
   transform: translate(-50%,-50%);
   top: 42%;
   left: 55%;
   font-size: 10px;
   font-family: Verdana, sans-serif;
   text-transform:capitalize;
  }

  input:checked + .sliderdnd:after
  {
    content:'Default';
    left: 41%;
  }

 /*------ yes no ADDED CSS ---------*/
  .switchyn {
    position: relative;
    display: inline-block;
    width: 72px;
    height: 19px;
  }

  .switchyn input {display:none;}

  .slideryn {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ca2222;
    -webkit-transition: .4s;
    transition: .4s;
     border-radius: 34px;
  }

  .slideryn:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 0px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
  }

  input:checked + .slideryn {
    background-color: #2ab934;

  }

  input:focus + .slideryn {
    box-shadow: 0 0 1px #2196F3;
  }

  input:checked + .slideryn:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(55px);
  }

  /*------ ADDED CSS ---------*/
  .slideryn:after
  {
   content:'No';
   color: white;
   display: block;
   position: absolute;
   transform: translate(-50%,-50%);
   top: 42%;
   left: 55%;
   font-size: 10px;
   font-family: Verdana, sans-serif;
   text-transform:capitalize;
  }

  input:checked + .slideryn:after
  {
    content:'Yes';
    left: 41%;
  }


 /*------ Exclude/Include ADDED CSS ---------*/
  .switchexin {
    position: relative;
    display: inline-block;
    width: 72px;
    height: 19px;
  }

  .switchexin input {display:none;}

  .sliderexin {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ca2222;
    -webkit-transition: .4s;
    transition: .4s;
     border-radius: 34px;
  }

  .sliderexin:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 0px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
  }

  input:checked + .sliderexin {
    background-color: #2ab934;

  }

  input:focus + .sliderexin {
    box-shadow: 0 0 1px #2196F3;
  }

  input:checked + .sliderexin:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(55px);
  }

  /*------ ADDED CSS ---------*/
  .sliderexin:after
  {
   content:'Exclude';
   color: white;
   display: block;
   position: absolute;
   transform: translate(-50%,-50%);
   top: 42%;
   left: 55%;
   font-size: 10px;
   font-family: Verdana, sans-serif;
   text-transform:capitalize;
  }

  input:checked + .sliderexin:after
  {
    content:'Include';
    left: 41%;
  }



  /* popup model */
  .swal-modal {
    width: 366px;

}
.swal-icon {
    width: 34px;
    height: 31px;
    border-width: 4px;
    border-style: solid;
    border-radius: 50%;
    padding: 0;
    position: relative;
    box-sizing: content-box;
    margin: 45px auto;
}
.swal-icon--warning__body {
    width: 5px;
    height: 12px;
    top: 5px;
    border-radius: 2px;
    margin-left: -2px;
}

.swal-icon--success__ring{
  left: -35px;
}

.img-radius {
  border-radius: 5px;
}

.hiddenimg {
  display: none;
}

.hiddentxt {
  font-weight: bold;
  color: #F00;
  z-index:99;
}

.hiddentxt a {
  color: #F00;
  text-decoration: none;
  z-index: 99;
}

.hiddenclick {
  font-weight: bold;
  color: #F00;
  text-decoration: none;
  cursor: pointer;
}

.hiddenclick a {
  color: #F00;
  text-decoration: none;
}

.hiddenclick a:visited {
  color: #F00;
  text-decoration: none;
}

.hiddentxt:hover ~ .hiddenimg {
  display: block;
  position: absolute;
    z-index: 2
}

.hiddenclickimg {
  display: none;

}