body {
    background: #eeeeee;
    font-family: Source Sans Pro;
    font-size: 16px;
}

header {
    padding: 13px 0px 10px;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
}

.grey {
    color: #757575;
}

.box {
    border: 1px solid #e0e0e0;
    background: #fff;
    padding: 20px;

}

.main {
    padding: 30px 0;
}

.box h4 {
    font-size: 24px;
    color: #212121;
    font-weight: normal;
    margin: 0px;
    padding: 0 0 10px;
    border-bottom: 1px solid #e0e0e0;

}

.box h4 img {
    margin-top: -3px;
    margin-left: 10px;
}

.content h6 {
    font-size: 18px;
    font-weight: bold;

}

.content {
    line-height: 25px;
    color: #424242;
}
.saved-cards .card{
	padding: 15px;
	border: 1px solid #e0e0e0;
	margin:20px 0;
	font-size: 18px;
	font-weight: 600;
}
.saved-cards .card a{
	color: #20afcc;
	text-decoration: none;
	margin-top: 10px;
}
.saved-cards .card img{margin-right: 10px;}
.r5 {
    margin-right: 5px;
}
.mt10{
	margin-top: 10px;
}
.ml10{
	margin-left: 10px;
}
.mt20 {
    margin-top: 20px;
}
.mt15 {
    margin-top: 15px;
}
.details .firstcol {
    width: 85px;
    padding-top: 10px;
}

.details .secondcol {
    width: calc(100% - 85px);
    padding-top: 10px;

}
.form-group label{
	font-size: 18px;
	font-weight: 400 !important;
}

.form-control{
	border:1px solid #e0e0e0
	box-shadow:0;
	border-radius: 0px;
	height: 40px;

}

.font30 {
    font-size: 30px;
    font-weight: 600;
}

.divider {
    border-bottom: 1px dashed #cccccc;
}

.timer-ring__line {
    stroke-linecap: round;
    stroke-dasharray: 433.54 433.54;
    transition: stroke-dashoffset 0.35s;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}



#timer {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    background: #fff;

    border-radius: 10px;
}


.timer-face {
    position: relative;
}

.timer-face__text {
    font-weight: bold;
    position: absolute;
    top: 80px;
    font-size: 2em;
    width: 100%;
    text-align: center;
}
.btn-default, .btn-default:hover, .btn-default:active, .btn-default:focus{
	background: #f47820 !important;
	color: #fff !important;
	font-size: 16px;
	outline: 0 !important;
	padding: 10px 20px ;
}
.timer-seconds {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
    border: 2px solid lightgray;
    border-radius: 10px;
    padding: 5px 15px;
}

.checkbox-custom, .radio-custom {
    opacity: 0;
    position: absolute;   
}

.checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label {
    display: inline-block;
    vertical-align: middle;
     cursor: pointer;
}
.checkbox label, .radio label{
	padding-left: 0px;
}
.checkbox, .radio{
	margin:0px;
}

.checkbox-custom-label, .radio-custom-label {
    position: relative;
}

.checkbox-custom + .checkbox-custom-label:before, .radio-custom + .radio-custom-label:before {
    content: '';
    background: #fff;
    border: 1px solid #e0e0e0;
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    padding: 0px;
    margin-right: 5px;
    margin-top: -2px;
    line-height: 17px;
    text-align: center;
}

.checkbox-custom:checked + .checkbox-custom-label:before {
     background: url("../images/checkbox.jpg") no-repeat top center;
    color: #fff;
}

.radio-custom + .radio-custom-label:before {
    border-radius: 50%;
    border:2px solid #bdbdbd;
}

.radio-custom:checked + .radio-custom-label:before {
     background: url("../images/radiobutton.jpg") no-repeat center center;
    border-color: #f47820;
     color: #bbb;
}

.checkbox-custom:focus + .checkbox-custom-label, .radio-custom:focus + .radio-custom-label {
  outline: 1px solid #ddd; /* focus style */
}

@media only screen and (max-width: 900px) {
   .right-aside{
   	float:none !important;
   	margin-bottom: 20px;
   }
   header .text-right, header .text-left{
   	text-align: center;
   }
.box h4 img {
    margin-top: 15px;
 }

}
@media only screen and (max-width: 400px) {
    .sl{
        width: calc(100% - 70px);
    }
}
