@font-face {
    font-family: Roboto-Black;
    src: url(../Font/Roboto-Black.ttf) format('truetype');
}

@font-face {
    font-family: Roboto-BlackItalic;
    src: url(../Font/Roboto-BlackItalic.ttf) format('truetype');
}

@font-face {
    font-family: Roboto-Bold;
    src: url(../Font/Roboto-Bold.ttf) format('truetype');
}

@font-face {
    font-family: Roboto-BoldItalic;
    src: url(../Font/Roboto-BoldItalic.ttf) format('truetype');
}

@font-face {
    font-family: Roboto-Italic;
    src: url(../Font/Roboto-Italic.ttf) format('truetype');
}

@font-face {
    font-family: Roboto-Light;
    src: url(../Font/Roboto-Light.ttf) format('truetype');
}

@font-face {
    font-family: Roboto-LightItalic;
    src: url(../Font/Roboto-LightItalic.ttf) format('truetype');
}

@font-face {
    font-family: Roboto-Medium;
    src: url(../Font/Roboto-Medium.ttf) format('truetype');
}

@font-face {
    font-family: Roboto-MediumItalic;
    src: url(../Font/Roboto-MediumItalic.ttf) format('truetype');
}

@font-face {
    font-family: Roboto-Regular;
    src: url(../Font/Roboto-Regular.ttf) format('truetype');
}

@font-face {
    font-family: Roboto-Thin;
    src: url(../Font/Roboto-Thin.ttf) format('truetype');
}

@font-face {
    font-family: Roboto-ThinItalic;
    src: url(../Font/Roboto-ThinItalic.ttf) format('truetype');
}


html {
}

body {
    background-image: none;
    /*font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;*/
    font-family: roboto-regular;
    color: var(--grey-color);
    font-size: 12px;
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
}

.wrapper_OE {
    margin: 0 auto -26px;
    min-height: 400px;
    height: auto !important;
    height: 100%;
}


.divbutton_OE {
    float: right;
    padding: 10px;
}

.button_OE {
    color: #fff;
    height: 30px;
    width: 80px;
    padding: 0 10px;
    background-color: #2BA337;
    font-size: 14px;
    border: none;
    margin: 2px;
    text-align: center;
}

.button:hover {
    background-color: #a8e5ae;
    color: #333;
}


.buttonCancel_OE {
    color: #fff;
    height: 30px;
    width: 80px;
    padding: 0 20px;
    background-color: #b0aeae;
    font-size: 14px;
    border: none;
}

.buttonCancel:hover {
    background-color: #c0deef;
    color: #333;
}

h3 {
    padding: 0;
    margin: 0;
}

.Text_OE {
    height: 30px;
    width: 155px;
    padding: 0 5px;
    border: 1px solid #cecece;
    background-color: #fff;
    margin: 0px;
}

.File_OE {
    height: 30px;
    width: 200px;
    padding: auto;
    border: 1px solid #cecece;
    background-color: #fff;
    margin: auto;
}

/*.select_OE {
    height: 30px;
    width: 167px;
    padding: 5px;
    border: 1px solid #cecece;
    background-color: #fff;
    margin: 0px;
}*/


label.error {
    /* remove the next line when you have trouble in IE6 with labels in list */
    color: red !important;
    background: url("../../images/Error_16x16.png") no-repeat 0px 0px;
    padding-left: 18px !important;
    padding-bottom: 2px !important;
    font-size: 12px !important;
    width: auto !important;
    height: auto !important;
    float: left !important;
    clear: left;
}

div.error {
    display: none;
}

input.error {
    border: 1px dashed red !important;
}

/*.ActionChange {

padding: 1px;
margin:0 ;
width:120px;
height:20px;
color: #156698;
border: 0px solid #cecece;
font-size:12px;
background-color:transparent;
}*/

.ActionChange {
    padding: 0px;
    margin: 0 !important;
    margin-left: 3px !important;
    width: 100px;
    height: 18px;
    color: #fff;
    border: 0px;
    margin-top: 6px !important;
    font-weight: bold;
    border-radius: 4px;
    font-size: 9px !important;
    background: var(--grey-color);
}

    .ActionChange:hover {
        cursor: pointer;
        background: var(--teacher-color);
    }

    .ActionChange option {
        font-size: 14px;
        background: #fff;
        color: #333;
    }


.label_oe {
    font-family: roboto-medium;
    font-size: 14px;
    line-height: 18px;
    padding-left: 4px;
    display: -webkit-box;
    padding-left: 8px;
    position: relative;
    top: 23px;
}

.Div_Option {
    background: #f1f1f1;
    padding: 10px 5px 10px 10px;
    border-radius: 4px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    display: flex;
    width: 100%;
}

.Div_Text_Editor {
    position: absolute;
    display: none;
    box-sizing: border-box;
    width: 100%;
    background: #d2d1d1;
    border: 1px solid #ccc;
    border-radius: 4px;
    z-index: 1;
    margin: 0 auto;
    min-height: 70px;
}

.Div_Question {
    border-radius: 4px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    position:relative;
}

.Div_Text {
    background: #fff;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 4px;
    width: 95%;
    min-height: 70px;
}

.Div_Actions {
    box-sizing: border-box;
    text-align: right;
    margin-bottom: 2px;
    padding: 4px 2px;
    width: 5%;
}

.btn_edit {
    font-size: 14px;
    border: 1px solid;
    color: #697bd5;
    border-radius: 6px;
    padding: 4px;
    box-sizing: border-box;
    width: 28px;
    height: 28px;
    margin: 4px;
}

    .btn_edit:hover {
        cursor: pointer;
    }

.btn_delete {
    font-size: 14px;
    border: 1px solid;
    color: #ef5757;
    border-radius: 6px;
    padding: 4px;
    box-sizing: border-box;
    width: 28px;
    height: 28px;
    margin: 4px;
}

    .btn_delete:hover {
        cursor: pointer;
    }


.Box_Container {
    position: relative;
    float: left;
    width: 100%;
    margin: 15px 0;
}

.Close_Icon {
    font-size: 14px;
    color: #fff;
    background: #d71921;
    box-sizing: border-box;
    line-height: 19px;
    padding: 1px 5px;
    border-radius: 0 4px 0 0;
}

    .Close_Icon:hover {
        color: #fff;
    }

.button_OE {
    border-radius: 4px;
}

.buttonCancel_OE {
    border-radius: 4px;
}

.Div_Question_Editor {
    position: absolute;
    display: none;
    box-sizing: border-box;
    width: 100%;
    background: #d2d1d1;
    border: 1px solid #ccc;
    border-radius: 4px;
    z-index: 1;
    margin: 0 auto;
    min-height: 70px;
    z-index: 9999;
}

.Div_Correct {
    position: relative;
    float: right;
    border-spacing: 4px 0px;
    font-family: roboto-bold;
    color: #13b913;
    background: #f1f1f1;
    border-radius: 4px 4px 0 0px;
    border: solid #ccc;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 0px;
    border-left-width: 1px;
    padding: 4px 10px 1px 15px;
    margin-bottom: -1px;
}