
.tweettee-admin-block *{
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h3.error_header{
    color: #bc0b0b;
    margin: 5px 0;
    border-bottom: 1px solid #bc0b0b;
}

.account-wrapper{
    border: 1px solid #aaa;
    border-radius: 5px;
}

.account-body{
    margin: 5px;
    border-radius: 5px;
    padding:10px;
}

.account-image{
    display: block;
    width: 100px;
    height: 100px;
    margin: 20px auto;
    border: 5px solid #fff;
    border-radius: 10px;
}

.account-info{
    width:60%;
    margin: 10px auto;
    background: #fff;
    border-radius: 5px;
}

.account-info h4{
    text-align: center;
    margin: 5px auto;
}

.account-description{
    text-align: center;
    margin: 5px auto;
}
    
fieldset{
    border: 1px solid #aaa;
    border-radius: 5px;
    padding: 15px;
    margin: 20px 0; 
}

legend{
    margin-left: 20px;
}

#settings-main-page-block{
    margin: 10px;
    border-radius: 5px;
    display: none;
}

#search-result-for,
#m-search-result-for{
    display: none;
    
    margin: 10px;
    border-radius: 5px;
    display: none;
    padding:10px;
}

#search-result-for{
    background: #86cee9;
}

#m-search-result-for{
    background: #afa;
}

#tweettee-another-timeline-error,
#tweettee-free-word-error,
#m-tweettee-another-timeline-error,
#m-tweettee-free-word-error{
    color: #f00;
}



.checkbox {
	vertical-align: top;
	margin: 0 3px 0 0;
	width: 17px;
	height: 17px;
}

.checkbox + label {
	cursor: pointer;
}




.checkbox:not(checked) {
	position: absolute;
	opacity: 0;
}
.checkbox:not(checked) + label {
	position: relative; 
	padding: 0 0 0 60px; 
}

.checkbox:not(checked) + label:before {
	content: '';
	position: absolute;
	top: -4px;
	left: 0;
	width: 50px;
	height: 26px;
	border-radius: 13px;
	background: #CDD1DA;
	box-shadow: inset 0 2px 3px rgba(0,0,0,.2);
}

.checkbox:not(checked) + label:after {
	content: '';
	position: absolute;
	top: -2px;
	left: 2px;
	width: 22px;
	height: 22px;
	border-radius: 10px;
	background: #FFF;
	box-shadow: 0 2px 5px rgba(0,0,0,.3);
	transition: all .2s; 
}

.checkbox:checked + label:before {
	background: #9FD468;
}

.checkbox:checked + label:after {
	left: 26px;
}

.checkbox:focus + label:before {
	box-shadow: 0 0 0 3px rgba(255,255,0,.5);
}



fieldset:first-child{
    background: #cfc;
}

fieldset:nth-child(2){
    background: #a3daee;
}

fieldset:nth-child(3){
    background: #ffbc5e;
}

fieldset:first-child legend{
    background: #afa;
    padding: 10px;
    border: 1px solid #aaa;
    border-bottom: 0;
    border-radius: 5px 5px 0 0;
    font-weight: bold;
    width: 150px;
    text-align: center;
}

fieldset:nth-child(2) legend{
    background: #86cee9;
    padding: 10px;
    border: 1px solid #aaa;
    border-bottom: 0;
    border-radius: 5px 5px 0 0;
    font-weight: bold;
    width: 150px;
    text-align: center;
}

fieldset:nth-child(3) legend{
    background: #ffbc5e;
    padding: 10px;
    border: 1px solid #aaa;
    border-bottom: 0;
    border-radius: 5px 5px 0 0;
    font-weight: bold;
    width: 150px;
    text-align: center;
}

.result-type,
.tweettee-language {
    margin: 10px auto;
}

label{
    line-height: 2em;
}

fieldset:first-child  hr{
    border:1px solid #afa;
}

fieldset:nth-child(2) hr{
    border:1px solid #86cee9;
}

fieldset:nth-child(3) hr{
    border:1px solid #ffa72b;
}

.instructions,
.first-form{
    border: 1px solid #bbb;
    border-radius: 5px;
    width:70%;
    margin: 0 0 20px 50px;
}

.instructions{
    background: #fffbcc;
    padding: 5px;
    box-shadow: 0 0 5px #EFE2A4;
}

.first-form{
    background: #d2e0f9;
    padding: 15px;
    box-shadow: 0 0 5px #a5c1f3;
}