/*
Comersus BackOffice Plus CSS style 
http://www.comersus.com
*/
BODY {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; font-family: Poppins, Arial, Helvetica, sans-serif; font-size: 13px; line-height:150%
}
H1 {
	FONT-WEIGHT: bold; FONT-SIZE: 24px; line-height:150%
}
H2 {
	FONT-SIZE: 20px; line-height:150%
}

h5 {font-size: 13px; color:#7090B7; margin-top:10px; margin-bottom:3px; line-height:180%;}

p, i, a, li {font-size:14px }

table {width:90%;  }

td {
	FONT-SIZE: 13px;
    color: #3d3d3d;
    line-height: 150%; 
    padding:5px;
    border-bottom: 1px #DBD7D7 solid:
    }
input[type="submit"] {padding:4px 15px 3px 15px; background-color:#427FAE; border:0; color:white }    

.footer {
	FONT-SIZE: 13px; MARGIN: 0px 0px 15px;
}
.headerInfo {
	CLEAR: left; FONT-SIZE: 13px; FLOAT: center; COLOR: #FFF;LINE-HEIGHT: 130%
}

/* Slide button */

/* .container-swich {width:150px; margin:20px auto } */

.switch-wrapper {font-size:13px }


.switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 17px;
  margin-bottom:-3px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FF0000;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #11BF42;
}

input:focus + .slider {
  box-shadow: 0 0 1px black;
}

input:checked + .slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 17px;
}

.slider.round:before {
  border-radius: 50%;
}

	button {
    background-color: #3E3E31; /* Green */
    border: none;
    color: white;
    padding: 5px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

button:hover {
    background-color: #E14141; /* Lt Purple */
    color: white;
	}