/*Fix outside div start*/


.container{
  max-width: 800px;
  margin: 0 auto;
  padding: 1rem;
  border: 1px solid #aaa;
}
table {

  table-layout: auto;
  width: 100% !important;

}
/*Fix outside div end*/ 

.fade.in {
    opacity: 1;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}


 /* The switch - the box around the slider */
.switch {
	position: relative;
	display: inline-block;
	width: 40px;
	/*height: 34px;*/
	 height: 18px;
	 
	top: 50%;
	-ms-transform: translateY(+50%);
	transform: translateY(+50%);
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(158,158,158);
  -webkit-transition: .4s;
  transition: .4s;
  
}

.slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  /*
  left: 4px;
  */
  /*bottom: 4px;*/
  bottom: -2px;
  /*background-color: white;*/
  -webkit-transition: .4s;
  transition: .4s;
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.3),0 1px 1px 0 rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12);
  background-color:rgb(250, 250, 250);
}

input:checked + .slider {
  background-color: #2196F3;
}

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

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

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
} 
 /* The switch - the box around the slider */


/* sysLoader*/
.lds-dual-ring {
  display: inline-block;
  margin-top:33%;
  width: 64px;
  height: 64px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 46px;
  height: 46px;
  margin: 1px;
  border-radius: 50%;
  border: 3px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fade.in {
    opacity: 1;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}


 /* The switch - the box around the slider */
.switch {
	position: relative;
	display: inline-block;
	width: 40px;
	/*height: 34px;*/
	 height: 18px;
	 
	top: 50%;
	-ms-transform: translateY(+50%);
	transform: translateY(+50%);
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(158,158,158);
  -webkit-transition: .4s;
  transition: .4s;
  
}

.slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  /*
  left: 4px;
  */
  /*bottom: 4px;*/
  bottom: -2px;
  /*background-color: white;*/
  -webkit-transition: .4s;
  transition: .4s;
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.3),0 1px 1px 0 rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12);
  background-color:rgb(250, 250, 250);
}

input:checked + .slider {
  background-color: #2196F3;
}

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

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

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
} 
 /* The switch - the box around the slider */


/* sysLoader*/
.lds-dual-ring {
  display: inline-block;
  margin-top:33%;
  width: 64px;
  height: 64px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 46px;
  height: 46px;
  margin: 1px;
  border-radius: 50%;
  border: 3px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


.edtForm{
	border-right-color: rgba(0, 0, 0, 0.125);
	border-right-style: solid;
	border-right-width: 1px;
}