body {
    background-color:#efefef;
}

.g_container{
    margin-top:80px
}

.box11{
    padding: 0.5em 1em;
    background: white;
    border-top: solid 10px #5d627b;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
    border-radius: 8px;
}
.box11 p {
    margin: 0; 
    padding: 0;
}

.box-blue{
    padding: 0.5em 1em;
    background-color: rgba(46, 140, 219, 0.95);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}

.box-custom  table{
   margin:80px 0px;
}

.box-custom  .icon{
    color: #ffffff;
}

.box-custom .title {
    color: #ffffff;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    margin-top: 10px;
}

.box-custom .subtitle {
    color: #ffffff;
    margin-top: 0;
    font-size: 18px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 38px;
}

.box-green{
    padding: 0.5em 1em;
    background-color: rgba(144, 214, 126, 0.94);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}

.btn-custom{
    width: 105px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    border-radius: 3px;
    text-align: center;
    text-decoration: none;
    transition: all 150ms ease-in-out;
    cursor: pointer;
    display: inline-block;
    box-sizing: border-box;
    border-radius: 2px;
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.btn-custom:hover,
.btn-custom:active{
    background-color: white;
    box-shadow: inset 0 2px 10px rgba(50, 50, 50, 0.1);
    color:#4687cf;
}

.editor_sidebar {
    position: fixed;
    top: 60px;
    bottom: 0;
    left: 0;
    width: 320px;
    border-right: 1px solid #e0e0e0;
    background-color: #fafafa;
    z-index: 10;
    line-height: normal;
    font-size: 14px;
}
.editor_lib .tab,
.editor_sidebar .tab {
    margin: 20px;
    font-size: 0;
}
.editor_lib .tab .tab_item,
.editor_sidebar .tab .tab_item {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    width: 100%;
    text-align: center;
    background-color: #fff;
    margin-right: -1px;
    border: 1px solid #e0e0e0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.editor_lib .tab .tab_item.current,
.editor_sidebar .tab .tab_item.current {
    background-color: #479de6;
    color: #fff;
    border-color: #368cd5;
    z-index: 1;
}

.editor_sidebar .tab_content {
    position: absolute;
    top: 78px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    overflow-y: auto;
}

.editor_sidebar .tab_content ul {
    list-style: none;
    padding-left:0px;
}

.editor_sidebar .type_item {
    height: 38px;
    line-height: 38px;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    margin-bottom: 3px;
}

.editor_main {
    position: fixed;
    top: 60px;
    bottom: 0;
    left: 321px;
    right: 300px;
    overflow: auto;
    padding: 20px;
    -webkit-transition: right 0.3s;
    transition: right 0.3s;
    white-space: nowrap;
    text-align: center;
}
.survey_wrap {
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
    white-space: normal;
    margin-top: 40px;
    border: 1px solid #dadada;
    position: relative;
    background-color: #fff;
    padding: 30px 0 30px;
    font-size: 14px;
    width: 100%;
    max-width: 1000px;
    min-width: 730px;
    line-height: 1.8em;
    margin: auto;
    text-align: left;
}

.editor_lib {
    position: fixed;
    top: 60px;
    right: 0px;
    bottom: 0;
    width: 300px;
    background: #fff;
    border-left: 1px solid #e0e0e0;
    color: #333;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

.lib_title {
    font-size: 18px;
    margin: 20px 0px 20px 0px;
    padding: 0px 10px 0px 20px;
    position: relative;
}

.lib_title h3 {
    margin: 0;
    font-weight: normal;
}

.survey-set .cog-title{
    padding-left: 10px;
    border-left: 2px solid transparent;
    border-left-color: #4687cf;
}

.g_subheader{
    position: fixed;
    width: 100%;
    top: 60px;
    z-index: 999;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #eaeaea;
    overflow: hidden;
    zoom: 1;
    background-color: #fff;
    -webkit-user-select: none;
    font-size: 0;
    color: #333333;
    box-shadow: 0px 3px 8px 0px rgba(224, 229, 236, 0.4);
}

.video-max-height {
    max-height:300px;
}

.video-preview {
    width: 100%;
    margin-bottom: 20px;
}

.cover {
    border: 2px solid #cccccc;
}

.success-img {
    max-width: 100px;
}

.dw-title {
    padding-left: 10px;
    border-left: 2px solid transparent;
    border-left-color: #4687cf;
}

.survey-cover {
    width:50%;
    margin-bottom:10px;
}

.custom-input-group select,
.custom-input-group input,
.custom-input-group button,
.custom-input-group span{
	float:left
}

.survey-note,
.survey-content {
    padding:10px 10px;
    
}
.survey-content {
   color: #5d627b;
    
}
.survey-content td{
    padding-left:0;
}

@media (max-width: 767px) {
  .survey-cover {
    width:80%;
    margin-bottom: 10px;
  }
}