.add-dimension-dialog, .edit-dimension-dialog, #add_rule_dialog, #select_dimension_dialog,
#rule_item_dialog, #extraction_testpaper_dialog, #inp_select_file, #edit_question_dialog, #xian_question_dialog,
#edit_testpaper_dialog, #upload_dialog,#edit_difficulty,#edit_time,#add_testpaper_dialog,#clone_testpaper_dialog,#compare_testpaper_dialog,#sync_testpapertoeas_dialog,
.question-list,.editClass,.saveIconClass,.divide-class,#supply_num_dialog,.copy-paper,
.cancelSaveIconClass,.refreshIconClass,#rule_basic_score_dialog,#upload_dialog_img,#upload_question_difficulty_dialog_img,#inp_select_fileImg{
    display: none;
}
.leftNav li{
     display: none; 
}
.footer{
    padding: 30px 0;
    text-align: center;
    color: #aaa;
    font-weight: 300;
    font-size: 13px;
    padding-left: 38%;
}
.input-group{
    margin: 10px auto;
}
.btn-group{
    margin-left: 25px;
}
.input-group span{
    width: 120px;
    text-align: left;
}
.input-group-inp-0{
    width: 100% !important;
}

.input-group-inp{
    width: 550px !important;
}
.input-group-inp-1{
    width: 680px !important;
}
.input-group-inp-2{
    width: 628px !important;
}
.input-group-inp-3{
    width: 700px !important;
}
.input-group-inp-4{
    width: 586px !important;
}
.input-group-inp-5{
    font-size: 14px;
    width: 50px;
    padding: 0;
    /* border: 1px solid; */
    height: 22px;
    line-height: normal;
    text-align: center;
}
.input-group-inp-6{
    width: 510px !important;
}
.input-group-inp-7{
    width: 523px !important;
}
.input-group-inp-8 {
    width: 100px !important;
    display: inline !important;
    float: none !important;
    clear: both;
}
.input-group-inp-9{
    width: 300px !important;
}
.input-group-inp-10{
    margin-left: 30px;
    width: auto;
    display: inline-block;
}
.input-group-inp-11{
    margin-left: 2px;
    width: 323px !important;
    display: inline-block;
}
.input-group-inp-12{
    width: 120px !important;
    display: inline !important;
    float: none !important;
    clear: both;
}
.input-group-inp-13 {
    width: 60px !important;
    display: inline !important;
    float: none !important;
    clear: both;
}
.input-group-inp-14{
    width: 780px !important;
}

.input-group-inp-15{
    width: 180px !important;
    display: inline !important;
    float: none !important;
    clear: both;
}

.input-group-inp-16{
    width: 730px !important;
}

.input-group-1{
    width: 809px !important;
}
.input-group-span-1{
    vertical-align: top;
}
.input-group-span-2{
    width: 40px !important;
}
.input-group-span-3{
    background-color: #ffffff;
}
.input-group-span-4{
    width: 95px !important;
}
.input-group-span-5{
    margin-right: 10px;
    border: 1px solid #cccccc !important;
    border-radius: 4px !important;
    text-align: center !important;
    background-color: #ffffff;
}

.r-btn-1{
    margin-left: 16px;
}
.r-btn-2{
    border-color: #4A89DC;
    background-image: -webkit-linear-gradient(top, #009EE7 0%, #009EEF 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#009EE7), to(#009EEF));
    background-image: linear-gradient(to bottom, #009EE7 0%, #009EEF 100%);
}
.r-btn-2:hover{
    background-color: #009EEF;
    border-color: #4A89DC;
}
.r-btn-2:focus{
    background-color: #009EEF;
}
.r-btn-3{
    width: 85px;
    text-align: center;
}

/* rule-template.html begin */
.r-left{
    width: 280px;
    min-height: 385px;
    padding: 0 20px;
    float: left;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}
.r-left:hover{
    border-right: 1px solid #009EE7;
    border-bottom: 1px solid #009EE7;
}
    .r-left-ul{
        padding: 0;
        list-style-type: none;
    }
    .r-right-margin{
        margin: 10px 0 !important;
    }
    .r-left-ul-li{
        height: auto;
        line-height: 30px;
        margin-bottom: 5px;
        color: #ffffff;
        text-align: center;
    }
        .r-c1-bg{
            background-color: #009EE7;
        }
        .r-c2-bg{
            background-color: #5bc0de;
        }
        .r-c3-bg{
            background-color: #337ab7;
        }
        .r-c1{
            color: #009EE7;
        }
        .r-c2{
            color: #333333;
        }
        .r-c3{
            color: #ffffff;
        }
        .r-c4{
            color: #d9534f;
        }
        .r-c5{
            color: green;
        }
        .r-padding-15px{
            padding: 15px;
        }
        .r-width-1{
            width: 100%;
        }
        .r-width-2{
            width:100px;
        }
        .r-width-3{
            width:50px;
        }
        .r-width-4{
            width:80px;
        }
        .border{
            border: 1px solid #009EE7;
        }
        .border-radius{
            border-radius: 2px;
        }
        .cursor{
            cursor: pointer;
        }
        .plus-ico{
            position: relative;
            top: -2px;
        }
        .text-align-left{
            text-align: left;
        }
        .text-align-right{
            text-align: right;
        }

.r-right{
    width: 890px;
    min-height: 500px;
    float: right;
}
    .r-rule-item{
        border: 1px solid #cccccc;
        margin: 10px 20px 20px;
        color: #333333;
        background-color: white;
        border-radius: 2px;
    }
    .r-rule-item:hover{
        border: 1px solid #009EE7;
    }
    .r-ul{
        padding-left: 0;
        list-style-type: none;
    }
    .r-ul > li{
        padding: 12px 0;
        border-bottom: 1px solid #009EE7;
    }
/* rule-template.html end */


/* question-manager.html begin */
    .q-span-1{
        margin: 0 10px 0 30px;
    }
    .q-span-2{
        margin-right: 30px;
    }
    ul.q-ul{
        border: 0;
        padding: 2px 0;
        width: 100%;
        margin: 0;
    }
    ul.q-ul > li{
        height: 36px;
        white-space: nowrap;
        padding: 8px;
        float: left;
        list-style-type: none;
        overflow: hidden;
    }
    ul.q-ul:after{
        clear: both;
        content: '';
    }
    .record-item ul{
        border-bottom: 1px solid #EEEEEE;
    }
    .record-item li i{
        font-style: normal;
        cursor: pointer;
    }
    .q-w-1{
        width: 6%;
    }
    .q-w-2{
        width: 14%;
    }
    .q-w-3{
        width: 11%;
    }
    .q-w-4{
        width: 10%;
    }
    .q-w-5{
        width: 10%;
    }
    .q-w-6{
       width: 4%; 
    }
    .q-w-7{
       width: 22%; 
    }
    .q-w-8{
        width: 17%; 
     }
    .q-w-9{
        width: 18%; 
     }
     .q-w-10{
        width: 8%; 
     }
/* question-manager.html end */
.a_disable{
    color:grey;
}
/* global begin */
.border-bottom{
    border-bottom: 2px solid gray !important;
}
.font-weight{
    font-weight:bold;
}
.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
    clear: both;
}
.width150Css{
    width: 150px !important; 
    margin-right: 30px;
}
.width200Css{
    width: 200px !important; 
    margin-right: 20px;
}

.width250Css{
    width: 250px !important; 
}
.width100Css{
   width: 100px !important;  
}
.width270Css{
    width: 270px !important; 
    margin-right: 20px;
}
span b{
    color: blue;
}
.width300Css{
    width: 300px !important; 
    margin-right: 20px;
}
.width360Css{
    width: 360px !important; 
    margin-right: 20px;
}
.width500Css{
    width: 500px !important; 
    margin-right: 20px;
}
.width690Css{
   width: 690px !important;  
}
.width680Css{
   width: 680px !important;  
}
.input-option{
    margin:20px 0 0 10px;
}
.input-question{
     margin:5px 0 0 10px;
}
.edit_question{
    width: 90%;
    height:100%;
}
.text-blue{
    color: deepskyblue;
}
.text-red{
    color: red;
}
.text-green{
    color: rgb(0, 255, 64);
}
.float-right{
    float: right !important;
}
.margin-right-15{
   margin-right:15px; 
   margin-top:5px;
}
.note-editor {
    background-image: -webkit-linear-gradient(#eee .1em,transparent 0);
    background-image: linear-gradient(#eee .1em,transparent 0);
    background-size: 100% 20px;
    background-color: #fff;
    line-height: 20px;
    margin-top: 5px;
    padding: 0;
    padding-bottom: 1px;
    border: none;
}
.form-control-85 {
  display: inline-block;
  width: 85%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control-8 {
  display: inline-block;
  width: 8%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.r-btn-gray{
    border-color: #555;
    background-image: -webkit-linear-gradient(top, #555 0%, #555 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#555), to(#555));
    background-image: linear-gradient(to bottom, #555 0%, #555 100%);
}
.color-red-class{
    color: #ff0000
}
.backcolor-red-class{
    background-color: yellow;
}
.addOptClass{
    border-color: #4898d5;
    background-color: #2e8ded;
    color: #fff;
    padding: 5px;
    cursor:pointer;
}
.deleteOptClass{
    color: #2e8ded;
    padding: 5px;
    cursor:pointer !important;
}
.deletePartClass{
    border-color: #b92c28;
    background-color: #b92c28;
    color: #fff;
    border-radius: 2px;
    text-align: center !important;
    float: right;
    padding: 5px;
    padding-top: 10px;
    cursor:pointer;
}
.extractPartClass{
    border-color: #2e8ded;
    background-color: #2e8ded;
    color: #fff;
    border-radius: 2px;
    text-align: center !important;
    float: right;
    padding: 5px;
    padding-top: 10px;
    cursor:pointer;
}
.addPartClass{
    border-color: #4898d5;
    background-color: #2e8ded;
    color: #fff;
    padding: 5px;
    cursor:pointer;
    margin-left: 70px;
}
.mui-switch {
    width: 35px;
    height: 22px;
    position: relative;
    border: 1px solid #dfdfdf;
    background-color: #fdfdfd;
    box-shadow: #dfdfdf 0 0 0 0 inset;
    border-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-clip: content-box;
    display: inline-block;
    -webkit-appearance: none;
    user-select: none;
    outline: none;
}

.mui-switch:before {
    content: '';
    width: 22px;
    height: 22px;
    position: absolute;
    top: -1px;
    left: 0;
    border-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.mui-switch:checked {
    border-color: #64bd63;
    box-shadow: #64bd63 0 0 0 16px inset;
    background-color: #64bd63;
}

.mui-switch:checked:before {
    left: 21px;
}

.mui-switch.mui-switch-animbg {
    transition: background-color ease 0.4s;
}

.mui-switch.mui-switch-animbg:before {
    transition: left 0.3s;
}

.mui-switch.mui-switch-animbg:checked {
    box-shadow: #dfdfdf 0 0 0 0 inset;
    background-color: #64bd63;
    transition: border-color 0.4s, background-color ease 0.4s;
}

.mui-switch.mui-switch-animbg:checked:before {
    transition: left 0.3s;
}

.mui-switch.mui-switch-anim {
    transition: border cubic-bezier(0, 0, 0, 1) 0.4s, box-shadow cubic-bezier(0, 0, 0, 1) 0.4s;
}

.mui-switch.mui-switch-anim:before {
    transition: left 0.3s;
}

.mui-switch.mui-switch-anim:checked {
    box-shadow: #64bd63 0 0 0 16px inset;
    background-color: #64bd63;
    transition: border ease 0.4s, box-shadow ease 0.4s, background-color ease 1.2s;
}

.mui-switch.mui-switch-anim:checked:before {
    transition: left 0.3s;
}


 .td.td1{
    width:143px;
    font-weight: bold;
    background-color:#d4d4d3; 
    display:-moz-inline-box; 
    display:inline-block; 
}

.td.td2{
    width:120px;
    font-weight: bold;
    background-color:#d4d4d3; 
    display:-moz-inline-box; 
    display:inline-block; 
}
.td.td3{
    width:100px;
    font-weight: bold;
    background-color:#d4d4d3; 
    display:-moz-inline-box; 
    display:inline-block; 
}
.td.td4{
    width:60px;
    font-weight: bold;
    background-color:#d4d4d3; 
    display:-moz-inline-box; 
    display:inline-block; 
}


.td.content{
    width:60px;
    font-weight: bold;
    background-color:#f3efef; 
    display:-moz-inline-box; 
    display:inline-block; 
}

