.margin-right{
    margin-right:10px !important;
}
.divider-width{
    width: 60px;
}
.orange{
    color: #fd7e14;
}

.green{
    color: #28a745;
}
.blue{
    color: #007bff;
}
.yellow{
    color: #ffc107;
}
.list-unstyled label{
    font-weight: 400 !important;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

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

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

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

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

.slider.round:before {
  border-radius: 50%;
}

.required {
  color: red;
}
.error {
  color: red;
}

#profile-container {
    width: 10px;
    height: 10px;   
}

#profile-container1 {
    width: 10px;
    height: 10px;
    
}

.avatar {
  vertical-align: middle;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.right{
     float: right; 
}
 label.error{
        font-weight: 400 !important;
    }
.btn-dash{
  color: #ffffff;
  background-color: #20c997;
  border-color: #20c997;
  box-shadow: none;
}
.btn-dash:hover {
  color: #ffffff;
  background-color: #17a279;
  border-color: #17a279;
}

.btn-dash:focus, .btn-dash.focus {
  box-shadow: none, 0 0 0 0 #17a279;
}

.btn-dash.disabled, .btn-dash:disabled {
  color: #ffffff;
  background-color: #17a279;
  border-color: #17a279;
}

.btn-dash:not(:disabled):not(.disabled):active, .btn-dash:not(:disabled):not(.disabled).active,
.show > .btn-dash.dropdown-toggle {
  color: #ffffff;
  background-color: #17a279;
  border-color: #17a279;
}

.btn-dash:not(:disabled):not(.disabled):active:focus, .btn-dash:not(:disabled):not(.disabled).active:focus,
.show > .btn-dash.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 #17a279;
}
.btn-app {
    font-size: 16px;
}
.btn-app i{
    color:#20c997 !important;
}
.btn-app:hover{
    background-color :#F2F3EE !important;
}
/*a {
  text-decoration: none;
  display: inline-block;
  padding: 8px 16px;
}

a:hover {
  background-color: #ddd;
  color: black;
}

.previous {
  background-color: #f1f1f1;
  color: black;
}
*/
/*.next {
  background-color: #4CAF50;
  color: white;
}*/

/*.round {
  border-radius: 50%;
}*/

#cover-spin {
    position:fixed;
    width:100%;
    left:0;right:0;top:0;bottom:0;
    background-color: rgba(255,255,255,0.7);
    z-index:9999;
    display:none;
}

@-webkit-keyframes spin {
  from {-webkit-transform:rotate(0deg);}
  to {-webkit-transform:rotate(360deg);}
}

@keyframes spin {
  from {transform:rotate(0deg);}
  to {transform:rotate(360deg);}
}

#cover-spin::after {
    content:'';
    display:block;
    position:absolute;
    left:48%;top:40%;
    width:40px;height:40px;
    border-style:solid;
    border-color:#1ac6ff;
    border-top-color:transparent;
    border-width: 4px;
    border-radius:50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}
.field-icon {
  float: right;
  margin-left: -25px;
  margin-top: -25px;
  position: relative;
  z-index: 2;
}

.container{
  padding-top:50px;
  margin: auto;
}

#showPassword{
  display: none;
}

