
.divlayout{
    width:100%;
    background-color:#fff;
    text-align:justify;
    display: table;
}
.item_div_layout{
    margin-left:auto;
    margin-right:auto;
    width:1200px;
    line-height:1.8em;
}
.padding_top_bottom{
    padding-bottom:2%;
    padding-top:2%;
}
.padding_bottom{
    padding-bottom:2%;
}

.calculator_title{
    font-size:1.5em;
    font-weight:bold;
    padding-left:1.4em;
    padding-bottom:0.5em;
}
.calculator_title span{
    color:#de7d60;
}
.calculator_title_line{
    border-top:2px solid #de7d60;
}
.calculator_title_semi_circle{
    width: 20px;
    height: 20px;
    border-radius: 20px;
    border: 2px solid #de7d60;
    background-color: #fff;
    margin: -0.5em 0 0 3.7em;
    position: absolute;
    clip: rect(0px,25px,8px,0px);
}
.calculator_describe{
    margin:1em 2em 0 2em;
}
.cycle_div{
    background-color:#de7d60;
    border-radius:40px;
    height:6em;
    margin:3em 2em 0 2em;
    width:70%;
    float:left;
}
.cycle_content{
    color:#fff;
    padding-top: 1.6em;
    margin-left:3em;
    margin-right:3em;
}
#cycle{
    border-radius:5px;
    width:4em;
    height: 1.8em;
    border:0;
    color:#de7d60;
    padding: 0 0 0 1.5em !important;
    vertical-align:middle;
}
#date_time{
    border-radius:5px;
    width:10em;
    height:1.8em;
    border:0;
    color:#de7d60;
    text-align:center;
}
.cycle_layout{
    float:left;
    margin-top: 1%;
}
.time_layout{
    float:left;
    margin: 1.2% 0 0 5%;
}
.cycle_bottom{
    background-color:#dcb96e;
    border-radius:40px;
    height:6em;
    margin: 3em 2em 0 2%;
    width: 18%;
    float:left;
    text-align:center;
    cursor:pointer;
}
.cycle_bottom img{
    display:initial;
}
.margin_top_3{
    margin-top:3%;
}
.calculator_font{
    color:#fff;
    margin-top: -1%;
}
.result_left{
    float:left;
    border-radius:10px;
    background-color:#feedef;
    padding:2%;
    width:25%;
    margin-left:3%;
    color:#de7d60;
}
.result_left input{
    border:1px solid #de7d60;
    border-radius:5px;
    width:92%;
    color:#dcb96e;
    text-align:center;
    font-size:1.2em;
    background-color:#fff;
}
.result_right{
    margin-left:5%;
    margin-right:3%;
    float:left;
    width:57%;
}
.result_right_top{
    height:3em;
    background-color:#dcb96e;
    width: 40%;
    border-top-left-radius:15px;
    border-top-right-radius:15px;
}
.gestational_weeks{
    border:1px solid #de7d60;
    border-bottom-left-radius:15px;
    border-top-right-radius:15px;
    border-bottom-right-radius:15px;
    padding:2%;
}
.weeks{
    float:left;
    width:40%;
    height:3em;
    padding: 0 1em;
    background-color:#de7d60;
    text-align:center;
    line-height:3em;
    color:#fff;
    border-top-left-radius:15px;
    border-top-right-radius:20px;
    border-bottom-right-radius:20px;
}
.prompt{
    float:left;
    height:3em;
    text-align:center;
    color:#fff;
    line-height: 3em;
    margin-left: 5%;
}
.gestational_weeks table{
    height: 13em;
}
.gestational_weeks table td{
    vertical-align:middle;
}
.gestational_weeks table td:first-child{
    width:7%;
    font-size:0.8em;
    cursor:pointer;
}
.gestational_weeks table td:nth-child(2){
    padding-left:4%;
    padding-right:4%;
}
.gestational_weeks table td:last-child{
    width:7%;
    font-size:0.8em;
    cursor:pointer;
}
.weeks_buttom{
    width: 2.5em;
    height: 2.5em;
    background-color: #de7d60;
    border-radius: 2.5em;
    color: #fff;
    text-align: center;
    line-height: 2.5em;
    font-size: 1.2em;
}
#cruces{
    text-indent:2em;
    height:7em;
    text-overflow:ellipsis;
    overflow:hidden;
}
.details{
    color: #dcb96e;
    font-size: 0.9em;
    text-align: right;
}
.remind{
    margin-left:3%;
    color:#b1b0b0;
}
.remind span{
    color:#dcb96e;
}

@media screen and (min-device-width:371px) and (max-device-width: 420px) {
	.item_div_layout{
		width:96%;
	}
	.calculator_describe{
		margin: 1em 0;
	}
	.cycle_div{
	    border-radius: 20px;
	    height: 8em;
	    margin: 1em 0 0 0;
	    width: 100%;
	    display: table;
    	    float: inherit;
	}
	.cycle_layout{
		margin-top:0;
	}
	.time_layout {
	    margin: 3% 0 0 0;
	}
	.cycle_bottom {
	    border-radius: 15px;
	    margin: 2em auto ;
	    width: 30%;
	    text-align: center;
	    cursor: pointer;
	    display: table;
	    float: inherit;
	}
	.result_left {
	    float: inherit;
	    border-radius: 10px;
	    background-color: #feedef;
	    padding: 3% 5%;
	    margin-left: 0;
	    color: #de7d60;
	    width:90%;
	}
	.result_left input{
	    line-height: 2em;
	}
	.result_right {
	    float: inherit;
	    margin: 3% 0;
	    width: 100%;
	}
	.result_right_top{
		width: 55%;
	}
	.prompt{
		color:#fff;
	}
	.gestational_weeks table td:first-child,.gestational_weeks table td:last-child{
		width:11%;
	}
	.details{
		margin-top:3%;
	}
	.calculator_title{
		padding-left: 1em;
	}
	.calculator_title_semi_circle{
		margin: -0.6em 0 0 3em;
	}
	.padding_top_bottom {
	    padding-bottom: 3%;
	    padding-top: 3%;
	}
}
@media screen and (min-device-width:320px) and (max-device-width: 370px) {
	.item_div_layout{
		width:96%;
	}
	.cycle_content{
	    color:#fff;
	    margin-left:2em;
	    margin-right:2em;
	}
	.calculator_describe{
		margin: 1em 0;
	}
	.cycle_div{
	    border-radius: 20px;
	    height: 8em;
	    margin: 1em 0 0 0;
	    width: 100%;
	    display: table;
    	    float: inherit;
	}
	.cycle_layout{
		margin-top:0;
	}
	.time_layout {
	    margin: 3% 0 0 0;
	}
	.cycle_bottom {
	    border-radius: 15px;
	    margin: 5% auto;
	    width: 30%;
	    text-align: center;
	    cursor: pointer;
	    display: table;
	    float: inherit;
	}
	.result_left {
	    float: inherit;
	    border-radius: 10px;
	    background-color: #feedef;
	    padding: 3% 5%;
	    margin-left: 0;
	    color: #de7d60;
	    width:90%;
	}
	.result_left input{
	    line-height: 2em;
	}
	.result_right {
	    float: inherit;
	    margin: 3% 0;
	    width: 100%;
	}
	.result_right_top{
		width: 70%;
	}
	.prompt{
		color:#fff;
	}
	.gestational_weeks table td:first-child,.gestational_weeks table td:last-child{
		width:14%;
	}
	.details{
		margin-top:3%;
	}
	.calculator_title_semi_circle{
		margin: -0.6em 0 0 3em;
	}
	.padding_top_bottom {
	    padding-bottom: 3%;
	    padding-top: 3%;
	}
	.calculator_title{
		padding-left: 1em;
	}
}