.ztb-wrapper{
    background: url("../img/bg_body.png") repeat fixed 30% 70% rgba(0, 0, 0, 0);
    float: left;
    height: 100%;
    min-height: 600px;
    min-width: 970px;
    width: 100%;
    padding: 15px;
}
div#message{
    margin:10px 0 0;
}
.ztb-code-wrapper{
	background-color: white;
    margin-top: 10px;
    padding: 0 50px;
    text-align: center;
    width: 600px;
    min-height: 200px;
    height: auto;
    background-color: white;
    box-sizing: unset;
}
.ztb-title {
    float: left;
    font-size: 24px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 25px;
    margin-top: 65px;
    text-align: center;
    width: 100%;
}
.ztb-logo {
    height: 70px;
    line-height: 70px;
    text-align: center;
    width: 600px;
    padding: 0 50px;
    box-sizing: unset;
}
.ztb-logo img{
    width: 130px;
}
.ztb-button {
    display: block;
    float: left;
    height: 60px;
    line-height: 60px;
    text-align: center;
    width: 100%;
}
.ztb-button a{
    background-color: #196cca;
    border: medium none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
    position: relative;
    text-decoration: none;
    width: auto;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    box-sizing: unset;
}
.ztb-button a:hover,.ztb-button a:focus{
    background-color: #0066CC;
    color: #fff;
    text-decoration: none;
    box-shadow: none;
}
.ztb-button .disconect-ztb-wrapper{
    float: left;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%;
    height: 20px;
    line-height: 20px;
    margin-bottom: 20px;
}
.ztb-button .disconect-ztb-wrapper span{
    float: left;
    text-align: right;
    width: 55%;
}

.ztb-button #disconnect-ztb{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #9e9e9e;
    display: inline-block;
    float: none;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    padding: 0;
    text-decoration: underline;
    width: auto;
}
.loading{
    display:none;
    float: left;
    height: 20px;
    padding-left: 10px;
    width: 20px;
}
.loading img{
    float: left;
    height: 15px;
    margin-top: 3px;
}
.ztb-button #disconnect-ztb:hover{
    color: black;
}
.insert-code-content .ztb-source{
    background-color: #fef9cf;
    font-family: "Lucida Console","Lucida Sans Typewriter",Monaco,"Bitstream Vera Sans Mono",monospace;
    font-size: 12px;
    width: 100%;
    padding: 10px;
    height: 145px;
    float: left;
    margin-top: 0;
}
.insert-code-content #module_form_submit_btn{
    float: none !important;
    margin: 10px auto 50px;
    color: #ffffff;
    font-family: open-sans-bold;
    font-weight: normal;
    padding: 10px 40px;
    text-transform: uppercase;
    background-color: #e03a3a;
    border: medium none;
    border-radius: 5px;
    box-shadow: 0 1px 0 #e03a3a inset, 0 2px 0 0 #bc2425, 0 3px 2px #999;
    color: #fff;
    cursor: pointer;
    font-family: "Open-Sans-Semibold",sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 20px;
    position: relative;
    text-decoration: none;
    text-shadow: 0 1px 0 #a61b1b;
    -moz-user-select: none;
    background-image: none;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    line-height: 1.42857;
    display: inline-block;
    width: 90px;
    height: 40px;
}
.insert-code-content #module_form_submit_btn:hover{
    background-color: #f24444;
    box-shadow: 0 1px 0 #e03a3a inset, 0 2px 0 0 #bc2425, 0 3px 2px #999;
    border: medium none;
}
.insert-code-wrapper {
    display: inline-block;
    padding-top: 30px;
    text-align: left;
    min-width: 60%;
    float: left;
    width: 100%;
}
.insert-code-wrapper span{
    float: left;
    font-size: 14px;
    line-height: 14px;
}
.insert-code-wrapper .insert-code-content{
    margin-right: 0;
    float: left;
    width: 100%;
    text-align: center;
}
.insert-code-wrapper .insert-code{
	margin-top: 10px;
}
.insert-code-content{
	display: none;
}
.success-message{
    background-color: #aace3b;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    margin-bottom: 15px;
    margin-top: 7px;
    padding: 10px;
    display: none;
}

#button-open-insert-code{
    float: left;
    font-size: 14px;
    margin-bottom: 20px;
    margin-right: 5px;
    text-decoration: underline;
    line-height: 14px;
}
.check-actived{
    background: rgba(0, 0, 0, 0) url("../img/check.png") no-repeat scroll left 0 top -2px / 17px 17px;
    float: left;
    height: 17px;
    margin-left: 2px;
    margin-right: 0;
    width: 17px;
}