#message{

}
#my_details{
    overflow: hidden;
}
#account_profile_form{
    width:100%;
    height:calc(100% - 40px);
    overflow-x: hidden;
    overflow-y: auto;
}

#new_form_template_dialog_forms >div{
    height:400px;
    border:1px solid #d5d5d5;
}
#new_form_template_dialog_preview >div{
    height:400px;
}
#new_form_template_dialog_forms>header,#new_form_template_dialog_preview>header{
    height:75px;
    font-size: 14px;
    padding: 5px;
}

#new_form_template_dialog_forms>header>label{
    color:#777;
    font-size: 11px;
    display: inline-block;
    margin-right: 10px;
    margin-top: 15px;
}

#new_form_template_dialog_preview{
    border:1px solid #a0a0a0;
    background: #f0f0f0;
    position: relative;
}
#new_form_template_dialog_preview>div>span{
    color:#a0a0a0;
    padding: 10px;
}
#new_form_template_dialog_preview > div{
    overflow-x:hidden;
    overflow-y: auto;
}
#new_form_template_dialog_preview > div >.page{
    font-size: 13px;
    font-weight: 600;
    color:#111;
    margin-top: 15px;
}
#new_form_template_dialog_preview > div >.desc{
    font-size: 11px;
    color:#999;
    margin: 10px;
}
#new_form_template_dialog_preview > div >.question{
    font-size: 12px;
    color:#444;
    margin-top: 5px;
}

#edit_form_contents > .page>.header{
    position: relative;
    width:calc(100% - 10px);
    line-height:20px;
    color:#777;
    font-size: 11px;
    margin: 5px;
    background: #f0f0f0;
    border:1px solid #d5d5d5;
    padding: 10px;
    text-align: left;
}

#edit_form_contents > .page>.header > label{
    display: inline-block;
    vertical-align: top;
    font-size: 11px;
    margin-right: 5px;
    width:100px;
    margin-top: 5px;
    text-align: right;
    height:30px;
    line-height:30px;
}

#edit_form_contents > .page>.header > input{
    display: inline-block;
    vertical-align: top;
    font-size: 11px;
    margin-right: 5px;
    width:300px;
    height:30px;
    border:1px solid #b0b0b0;
}
#edit_form_contents > .page>.header > textarea{
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    margin-right: 5px;
    width:300px;
    border:1px solid #b0b0b0;
    resize:none;
    height: 50px;
}

#edit_form_contents > .page{
    width:100%;
    height:100%;
    overflow: auto;
    pointer-events:none;
    opacity:0;
    transition: .1s all ease;
    position: absolute;
    top:50px;
    left:0;
}

#edit_form_contents > .page.active{
    pointer-events:auto;
    opacity:1;
    top:0px;
}

#edit_form_contents{
    width:100%;
    height:calc(100% - 85px);
    overflow: hidden;
    position: relative;
}

#form_pages{
    padding:0;
    display: block;
    margin: 5px;
    font-size: 0px;
    width:calc(100% - 10px);
    height:30px;
    line-height: 30px;
    background: #e5e5e5;

}

#form_pages > span{
    display: inline-block;
    vertical-align: top;
    padding: 0px 10px;
    font-size: 12px;
    color:#fff;
    background: rgba(0,0,0,.7)
}
#form_pages > li{
    margin: 0;
    display: inline-block;
    vertical-align: top;
    padding: 0px 10px;
    font-size: 10px;
    color:#fff;
    user-select:none;
    margin-right: 2px;
    background: rgba(0,0,0,.1);
}
#form_pages > li:hover{
    background: rgba(0,0,0,.3);
}
#form_pages > li:active{
    background: rgba(255,255,255,.2);
}
#form_pages > li.active{
    background:#009966;

}
#edit_form_contents .question >.btn{
    /*position: absolute;*/
    right:0px;
    height:25px;
    line-height:25px;
    width:35px;
    padding:0px;
    text-align: center;
}
#edit_form_contents .question >.cell{
    line-height: 12px;
    display: inline-block;
    vertical-align: top;
    font-size: 10px;
    border:0px;
    border-right:1px;
    border-color: #d5d5d5;
    border-style: solid;
    height:100%;
}

#edit_form_contents .question > .label{
    line-height: 25px;
    text-align: center;
    width:30px;
    margin-left: 5px;
    color:#fff;
    user-select:none;
    font-size: 10px;
    background: rgb(64,150,238); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(64,150,238,1) 0%, rgba(41,96,155,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(64,150,238,1) 0%,rgba(41,96,155,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(64,150,238,1) 0%,rgba(41,96,155,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4096ee', endColorstr='#29609b',GradientType=0 ); /* IE6-9 */
}

#edit_form_contents .question > .name{
    width:150px;
}
#edit_form_contents .question > .notes{
    width:150px;
}

#edit_form_contents .question > .type{
    width:100px;
}

#edit_form_contents .question > .settings{
    margin-left: 10px;
    width:200px;
    line-height: 12px;
    overflow: hidden;
    position: relative;
}

#edit_form_contents .question > .settings>button{
    position: absolute;
    top:0;
    right:0;
    padding:0px 10px!important;
    line-height: 25px;
    height: 25px;
}

#edit_form_contents .question input[type="text"]{
    height:100%;
    width:100%;
    font-size: 10px;
}
#edit_form_contents .question select{
    width:100%;
    height:25px;
    font-size: 11px;
}

#edit_form_contents .question textarea{
    height:100%;
    width:100%;
    border:none;
    background:transparent;
    font-size: 10px;
    resize: none;
}

#edit_form_contents .question{
    position: relative;
    white-space: nowrap;
    display: block;
    margin: 0;
    width:100%;
    background: #f9f9f9;
    border-top:1px solid #e5e5e5;
    height:90px;
}

#edit_form_contents .question:last-child{
    border-bottom:1px solid #e5e5e5;
}

#edit_form_contents .questions{
    margin: 0;
    padding:0;
    display: block;
    width:100%;
}

#edit_form_contents .pos{
    width:100%;
    padding: 1px 0px;
    transition: .1s all ease;
    font-size: 16px;
    color:transparent;
    height:20px;
    line-height:20px;
    text-align: center;
    position: absolute;
    left:0;
    bottom:0;
    pointer-events: none;
}


#edit_form_contents .pos.active{
    color:rgba(0,0,0,.3);
    background:rgba(255,0,0,.3);
    pointer-events: auto;
}

#edit_form_contents .pos.hover{
    background:rgba(255,0,0,.7);
}

#form_questions{
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    height:100%;
    width:calc(100% - 160px);
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.38);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.38);
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.38);
}

#form_questions .h1{
    color:#006699;
    font-size: 18px;
    font-weight: 700;
    padding: 5px 0px;
}

#form_questions .h2{
    font-size: 16px;
    font-weight: 600;
    padding: 3px 0px;
}

#form_questions .h3{
    font-size: 14px;
    font-weight: 500;
    padding: 2px 0px;
}

#form_tools > div{
    margin: 3px 0px;
    padding:5px;
    border:1px solid #e5e5e5;
    text-align:center;
    /*transition: .1s all ease;*/
    user-select:none;
    width:125px;
    height:30px;
    text-align: left;
}

#form_tools > div:hover{
    background: #e5e5e5;
}

#form_tools > div:active{
    transform:scale(0.9,0.9);
}

#form_tools > div > i{
    font-size: 16px;
    color:#777;
    width:30px;
    display: inline-block;
}

#form_tools > div>span{
    color:#009966;
    font-size: 11px;
}
#form_tools{
    overflow: hidden;
    padding:5px;
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    text-align: left;
    height:calc(100% - 5px);
    margin: 5px;
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.38);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.38);
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.38);
}

#form_tabs>div{
    width:65px;
    height:65px;
    margin: 5px;
    background: #fff;
    color:#111111;
    text-align: center;
    user-select:none;
}
#form_tabs>div:hover{
    background: #009966;
    color:#ffffff;
}
#form_tabs>div:active{
    transform:scale(.95);
}
#form_tabs>div.active{
    background: rgb(73,155,234);
    color:#ffffff;
}
#form_tabs>div>div{
    width:100%;
    height:100%;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.26) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.26) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.26) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#42000000',GradientType=0 ); /* IE6-9 */
}
#form_tabs>div  i{
    height:30px;
    width:100%;
    line-height:30px;
    font-size: 18px;
    margin-top: 5px;
}
#form_tabs>div  span{
    line-height:11px;
    font-size: 10px;
    padding: 0px;
}
#form_tabs{
    width:75px;
    margin-top: 0px;
    display: inline-block;
    vertical-align: top;
    background: #a0a0a0;
    border-right: none;
}

#form_content > div{
    width: 100%;
    opacity:0;
    transition: .1s all ease;
    position: absolute;
    /*top:50px;*/
    left:0;
    pointer-events:none!important;
    height:100%;
    overflow: auto;
}

#form_content > div .page{
    pointer-events:none!important;
}

#form_content > div.active{
    pointer-events:auto!important;
    opacity:1;
    top:0px;
}

#form_content > div.active .page{
    pointer-events:none!important;
}

#form_content > div.active .page.active{
    pointer-events:auto!important;
}
#form_content{
    width:calc(100% - 75px);
    height:calc(100% - 40px);
    margin-top: 0px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    /*border:1px solid #a0a0a0;*/
    background:#fff;
    border-top: none;
    overflow-x: hidden;
    overflow: hidden;
    /*overflow-y: auto;*/
}
