@CHARSET "UTF-8";

.alramTop {
    position: relative;
    display: inline-block;
	width: 100%;
}

.alramMidDesc {
    position: relative;
	display: inline-block;
	width: 100%;
}

.alramMid {
    position: relative;
	display: inline-block;
	width: 100%;
}

.alramBottom {
    position: relative;
	display: inline-block;
	width: 100%;
}

.midLeft {
	float:left;
	text-align: left;
}

.midLeft .valArea {
	display: inline-block;
}

.midRight {
	float:right;
}

.midRight input {
	width: 120px;
	text-align: right;
	padding-right: 5px;
}

.layer {
    width: 120px;
    height: 55px;
    overflow: auto;

    /* decoration */
    border: 1px solid #000;
    background-color: #fff;
    padding: 1em;
    box-sizing: border-box;
    text-align: center;
    overflow: hidden;
}

.alramLayer {
    width: 323px;
    height: 400px;
}
 

#alramPop.night{
	background-color: #6f6d6dfc;
}
 
.alramLogoArea {
    text-align: left;
    display: inline-block;
	float: left;
}

.alramLogoArea img {
	width: 20px;
	height: 20px;
}
 
.toggleArea {
    text-align: right;
    display: inline-block;
	float: right;
	margin-right: 10px;
}

.layer .icon {
	display: inline-block;
}

.layer .icon img {
	width: 30px;
	height: 30px;
	cursor: pointer;
}

/*토글 버튼 시작*/
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 23px;
}

.switch input {display:none;}

.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: 22px;
    width: 22px;
    left: 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%;
}
/*토글 버튼 끝*/

/*close 버튼 시작*/
.close {
    position: absolute;
    right: -13px;
    top: -11px;
    width: 32px;
    height: 32px;
    opacity: 0.3;
}

.close:hover {
	opacity: 1;
}

.close:before, .close:after {
	position: absolute;
	left: 20px;
	content: ' ';
	height: 20px;
	width: 2px;
	background-color: #333;
}

.close:before {
	transform: rotate(45deg);
}

.close:after {
	transform: rotate(-45deg);
}
/*close 버튼 끝*/

.slidecontainer {
    width: 100%;
}

.slidecontainer p {
	margin-top: 5px;
}

.slider2 {
    -webkit-appearance: none;
    width: 100%;
    height: 22px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider2:hover {
    opacity: 1;
}

.slider2::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #4CAF50;
    cursor: pointer;
}

.slider2::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #4CAF50;
    cursor: pointer;
}

.alram_btn {
    -moz-border-radius: 15px;
    border: 0px;
    margin-right: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-bottom: 2px;
    margin-top: 2px;
    font-size: 15px;
    background: #4e92bb;
    color: white;
}

.alramIcon {
	height: 20px;
	cursor: pointer;
}

.alramIconTd {
	height: 13px;
	cursor: pointer;
}

#alramPop input {
	color : black;
}
