
body {
    margin: 0 auto;
    /*  font-family: arial, sans-serif;*/
    font-family: 'Open Sans' !important;
    font-size: 13px;
    background-color: #fff !important;
}

* {
    margin: 0;
    padding: 0;
}

ol {
    padding: 20px;
    list-style-type: decimal;
}

    ol li {
        margin: 0 10px;
        padding: 0 10px;
    }

.subPageContent ul {
    padding: 20px;
    list-style-type: disc;
}

    .subPageContent ul li {
        margin: 0 10px;
        padding: 0 10px;
    }

.container {
    position: relative;
    width: 1000px;
    height: auto;
    margin: 0 auto;
    background-color: #FFF;
    box-shadow: 0 0 14px #000;
    display: none;
}

.header {
    float: left;
    height: 64px;
    border-bottom: 10px solid #20ceea !important;
    background: #fff none repeat scroll 0 0 !important;
    width: 100%;
}

.refID, .authorName {
    float: left;
    /*width: 400px;*/ width: 280px;
    line-height: 49px;
}

    .refID p {
        width: auto;
        float: left;
        padding: 0 10px;
    }

#refID {
    float: left;
    line-height: 49px;
}

.authorName {
    float: right;
    /*width: 400px;*/ width: 320px;
    line-height: 49px;
}

    .authorName p {
        width: auto;
        float: left;
        padding: 0 10px;
    }

.cLessonName {
    float: right;
    /*width: 400px;*/ width: 320px;
    line-height: 26px;
}

    .cLessonName p {
        width: auto;
        float: left;
        padding: 0 10px;
    }

#authorName {
    float: left;
    line-height: 49px;
}

.contents {
    float: left;
    width: 98.9%;
    background-color: #FFF;
}

.leftSide {
    float: left;
    width: 197px;
    /*    height: 750px;*/
    /*background: #CCC;*/ background: #fff;
    /*    border-right: 3px solid #999;*/
    overflow: hidden;
}

.rightSide {
    float: left;
    width: 85.3%;
    height: auto;
    overflow: auto;
    background: #fff;
    /*  height: 100vh;*/
}

@supports (-ms-ime-align:auto) {
    .rightSide {
        width: 84% !important;
        border: solid 1px #f00 !important;
    }
}

@supports (-ms-ime-align:auto) and (-webkit-text-stroke:initial) {
    .rightSide {
        width: 84% !important;
        border: solid 1px #f00 !important;
    }
}

#loginPage {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #45494b;
    z-index: 1;
    display: none;
}

.loginBox {
    float: left;
    position: absolute;
    margin: 0 auto 0 50%;
    padding: 20px 20px 20px;
    width: 500px;
    background: white;
    border-radius: 3px;
    /*-webkit-box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);*/
    left: -250px;
    top: 200px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .loginBox:before {
        content: '';
        position: absolute;
        top: -8px;
        right: -8px;
        bottom: -8px;
        left: -8px;
        z-index: -1;
        background: rgba(0, 0, 0, 0.1);
        border-radius: 4px;
    }

.loginRow {
    /*float: left;
    height: 35px;
    line-height: 25px;
    margin: 5px 0;
    width: 100%;*/
    float: left;
    font-weight: bold;
    line-height: 25px;
    margin: 5px 0;
    text-align: left;
    width: 100%;
}

.label {
    float: left;
    font-size: 14px;
    line-height: 35px;
    width: 110px;
}

.buttonStyle {
    /*background: #3498db;
    background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
    background-image: -moz-linear-gradient(top, #3498db, #2980b9);
    background-image: -ms-linear-gradient(top, #3498db, #2980b9);
    background-image: -o-linear-gradient(top, #3498db, #2980b9);
    background-image: linear-gradient(to bottom, #3498db, #2980b9);*/
    background: #3eabb1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /*   font-family: Arial;*/
    color: #ffffff;
    font-size: 14px;
    padding: 0 20px;
    line-height: 26px;
    text-decoration: none;
    cursor: pointer;
    font-family: 'Open Sans' !important;
}

.abuttonStyle:hover {
    background: #1b7b80;
    /*background: #3cb0fd;
        background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
        background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
        background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
        background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
        background-image: linear-gradient(to bottom, #3cb0fd, #3498db);*/
    text-decoration: none;
}

.buttonStyle a {
    color: #FFF;
    text-decoration: none;
}

.d_pageback_certica {
    float: right;
    padding: 5px 5px;
}

    .d_pageback_certica div {
        /*background: #303946 none repeat scroll 0 0;*/ background: #f7f9fe;
        color: #353535;
    }

        .d_pageback_certica div:hover {
            background: #d4d4d4 none repeat scroll 0 0;
        }

.d_homelink {
    float: right;
    padding: 5px 5px;
}

    .d_homelink div {
        background: #f7f9fe none repeat scroll 0 0;
        color: #353535;
    }

        .d_homelink div:hover {
            background: #269097 none repeat scroll 0 0;
            color: #fff;
        }

.d_homelink1 {
    background: #f7f9fe none repeat scroll 0 0;
    border-radius: 4px;
    float: right;
    margin-right: 10px;
    margin-top: 10px;
    padding: 5px;
}



.aitem {
    color: #3FACB3;
}

    .aitem:hover {
        color: #3FACB3;
        cursor: pointer;
    }



.nextBtn {
    float: right;
    margin: 20px 0 0;
}

.mainPage {
    float: left;
    width: 100% !important;
    height: auto;
    margin: 0;
    /*    background-image: url(../images/wrap-bg.png);*/
    height: 100%;
    width: 100%;
    /*    background-repeat: repeat-y;*/
    display: inline-block;
    /* background: #f1ebeb;*/
}

.footer {
    float: left;
    /*   width: 1000px;*/
    width: 85%;
    height: 49px;
    border-top: 1px solid #999;
    margin: 0;
    background: rgba(226,226,226,1);
    background: -moz-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(226,226,226,1)), color-stop(50%, rgba(219,219,219,1)), color-stop(51%, rgba(209,209,209,1)), color-stop(100%, rgba(254,254,254,1)));
    background: -webkit-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
    background: -o-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
    background: -ms-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
    background: linear-gradient(to bottom, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=0 );
}

.exportXML {
    float: right;
    margin: 7px 10px 0 0;
}

/*input box style start*/
.textbox {
    border: 1px solid #c4c4c4;
    font-size: 13px;
    padding: 4px 4px 4px 4px;
    border-radius: 1px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0px 0px 0px #d9d9d9;
    -moz-box-shadow: 0px 0px 0px #d9d9d9;
    -webkit-box-shadow: 0px 0px 0px #d9d9d9;
    /* font-family: Arial, Helvetica, sans-serif;*/
    overflow: auto;
    resize: vertical;
    margin: 10px 0px;
}

.loginText {
    width: 200px;
    line-height: 25px;
    font-size: 14px;
}

.textbox:focus {
    outline: none;
    border: 1px solid #7bc1f7;
    box-shadow: 0px 0px 4px #7bc1f7;
    -moz-box-shadow: 0px 0px 4px #7bc1f7;
    -webkit-box-shadow: 0px 0px 4px #7bc1f7;
}
/*input box style end*/




.lessionID {
    float: left;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    padding: 10px 5px;
    text-align: left;
    width: 187px;
}

/*---Accordian-----*/
.accordianHolder {
    float: left;
    width: 197px;
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
}

#accordian {
    float: left;
    /*background: #666;*/
    width: 197px;
    margin: 0;
    color: #333; /*Some cool shadow and glow effect*/
    /*box-shadow: 
		0 5px 15px 1px rgba(0, 0, 0, 0.6), 
		0 0 200px 1px rgba(255, 255, 255, 0.5);*/
}
    /*heading styles*/
    #accordian h3 {
        line-height: 34px;
        padding: 0 10px 0px 15px;
        cursor: pointer;
        font-size: 13px;
        border-bottom: 1px solid #d7d7d7;
        color: #7c838d;
        border-right: solid 1px #d7d7d7;
    }

.accordian-cus h3 {
    margin: 0px !important;
    color: #b5b5b5 !important;
}

.accordian-cus li:first-child {
    margin-top: 65px;
}

/*heading hover effect*/
#accordian h3:hover, #accordian h3.active{
 color: #FFF;
 background: #3FACB3;
 /*background: rgba(0,0,0,0.1);*/
}

.stars::after {
 content: "*";
 color: red;
 padding-right: 2px;
}

.err {
 border: 1px solid red !important
}
.accordian-cus li h3 a {
    color: #000;
}

    .accordian-cus li h3 a:hover {
        text-decoration: none
        /*   background: #f1f1f1 !important;*/
    }
/*heading hover effect*/
#accordian h3 a:hover {
    /*    color: #FFF !important;*/
    background: #3FACB3;
    text-decoration: none
    /*background: rgba(0,0,0,0.1);*/
}
/*iconfont styles*/
#accordian h3 span {
    font-size: 16px;
    margin-right: 10px;
}
/*list items*/
#accordian li {
    list-style-type: none;
    position: relative;
}
/*links*/
#accordian ul ul li a {
    /* color: white;*/
    color: #000;
    text-decoration: none;
    display: block;
    padding: 8px 15px;
    cursor: pointer;
    /*transition for smooth hover animation*/
    transition: all 0.15s;
}
    /*hover effect on links*/
    #accordian ul ul li a:hover {
        background: rgba(0,0,0, 0.5);
        border-left: 5px solid black;
    }
/*Lets hide the non active LIs by default*/
#accordian ul ul {
    display: none;
}

.plus {
    position: absolute;
    right: 15px;
    top: 11px;
    width: 12px;
    height: 12px;
    background-image: url(../images/plus.png);
    background-position: 0 0;
}

.minus {
    position: absolute;
    right: 15px;
    top: 11px;
    width: 12px;
    height: 12px;
    background-image: url(../images/plus.png);
    background-position: -12px 0;
}



/*-----------------Sub page--------------*/
.subPageContent {
    float: left;
    width: 100%;
    height: auto;
    font-size: 13px;
    overflow: hidden;
}

.psubPageContent {
    float: left;
    width: 100%;
    height: auto;
    font-size: 13px;
    overflow: hidden;
}

.qasubPageContent {
    float: left;
    width: 100%;
    height: auto;
    font-size: 13px;
   /* overflow: hidden;*/
}

.pageHeading {
    float: left;
    /*width: 100%;*/ width: 100%;
    /*line-height: 40px;*/ line-height: 60px;
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    /*text-align: left;*/
    color: #333;
    /*background-color: #f0f0f0;*/
    padding-left: 10px;
    background-color: #fcfcfc;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
    padding-left: 1%;
    /*margin: 1px -20px 20px;*/
}



.subPageContainer {
    /*    float: left;
    width: 100%;*/
    width: 100%;
    height: auto;
    font-size: 13px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-top:15px;
}

.mathML {
    float: right;
}

.subContent {
    float: left;
    width: 98.4%;
    margin: 10px;
    height: auto;
}

.row {
    /*   border-bottom: 1px solid #EBEBEB;
    float: left;
    height: auto;
    padding: 5px 0;
  width: 100%;*/
}

.leftPanel {
    float: left;
    width: 130px;
    height: auto;
    min-height: 33px;
    line-height: 33px;
    position: relative;
}

.rightPanel {
    float: left;
    width: 88%
    /*  width: 635px;*/
}

.stpesRow {
    float: left;
    /*    width: 635px;*/
    width: 100%;
    height: auto;
    padding: 5px 0;
    border-bottom: 1px solid #EBEBEb;
}

.inputText {
    float: left;
    height: 25px;
    width: 99%;
    line-height: normal;
    display: block
}


.textArea {
    float: left;
    height: auto;
    width: 100%;
    min-height: 100px;
    /* max-width: 500px;
    min-width: 500px;*/
}

.p1 .textArea {
    float: left;
    height: auto;
    width: 753px;
    min-height: 200px;
    max-width: 753px;
    min-width: 753px;
}

.addMore {
    border-radius: 2px;
    float: right;
    font-size: 20px;
    line-height: 25px;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 8px;
}

.addMorecfu {
    border-radius: 2px;
    float: right;
    font-size: 20px;
    line-height: 25px;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 8px;
}

.browseBtn {
    float: left;
    background-image: url(../pages/images/browse.png);
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    margin: 1px 0 1px 10px;
    cursor: pointer;
}

.MarginLeft {
    margin-left: 5px;
}

.rowMargin {
    margin-left: 23px;
}

.no-border-bottom {
    border-bottom: none;
}

.spots {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: rgba(0,51,0,0.8);
    border-radius: 20px;
}

.relative {
    position: relative;
    display: inline-block;
}

.lhs_spots, .rhs_spots {
    position: relative;
}

.mediaFiles {
    cursor: pointer;
    height: 25px;
    margin: 4px 0 0;
    opacity: 0;
    padding: 0 !important;
    position: absolute;
    width: 31px;
}

.mathdoxformula {
    position: relative !important;
    font-size: 40px !important;
}

#overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.9);
    z-index: 100;
    display: none;
}

    #overlay > div {
        position: relative;
        margin: 400px 0 0 520px;
        background-color: #FFF;
        border: 1px solid #999;
        width: 100px;
        padding: 10px;
        box-shadow: 0px 0px 10px 2px #333333;
        text-align: center;
        border-radius: 4px;
    }

#okBtn {
    margin: 10px auto 0px auto;
    width: 33px;
    line-height: 26px;
    display: none;
    padding: 0px !important;
}

.btnpanel {
    position: absolute;
    width: 100px;
    height: 15px;
    box-shadow: 0px 0px 3px 1px #666;
    font-size: 9px;
    cursor: pointer;
    z-index: 2;
    display: block;
    line-height: normal;
    float: left;
    background-color: #FFF;
    top: -8px;
    right: 2px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.imgBtn {
    width: 50px;
    border-right: 1px solid #666;
    height: 14px;
    float: left;
    padding-top: 1px;
    text-align: center;
    padding: 0;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .imgBtn {
        padding-top: 3px;
    }

    .clearBtn {
        top: 2px;
    }
}

.imgBtnStyle {
    cursor: pointer;
    height: 15px;
    margin: 0px 0 0 -3px;
    opacity: 0;
    padding: 0 !important;
    position: absolute;
    /*width: 30px;*/
    width: 50px;
}

.clearBtn {
    width: 48px;
    height: 14px;
    /* float: left; */
    padding-top: 1px;
    text-align: center;
    /*float: right;*/
    z-index: 9999;
    position: absolute;
    right: 1px;
}

.testing {
    position: relative;
    background-color: #363;
    width: 200px;
    height: 100px;
    float: left;
}

.delete {
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: 20px;
    height: 15px;
    line-height: 11px;
    margin-right: 5px;
    padding: 0 5px;
    text-align: center;
    width: 13px;
    bottom: 0;
    position: absolute;
    background: #ff857a; /* Old browsers */
    background: -moz-linear-gradient(top, #ff857a 0%, #ce5454 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff857a), color-stop(100%,#ce5454)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ff857a 0%,#ce5454 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ff857a 0%,#ce5454 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ff857a 0%,#ce5454 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ff857a 0%,#ce5454 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff857a', endColorstr='#ce5454',GradientType=0 ); /* IE6-9 */
}


.textContainer_1 {
    float: left;
    height: auto;
    max-width: 763px;
    min-width: 763px;
    width: 763px;
    position: relative;
}

.textContainer_2 {
    float: left;
    height: auto;
    /*   max-width: 510px;
    min-width: 510px;
    width: 510px;*/
    width: 100%;
    position: relative;
}

.textContainer_3 {
    float: left;
    height: auto;
    /* max-width: 600px;
    min-width: 600px;
    width: 600px;*/
    width: 100%;
    position: relative;
}

.textContainer_4 {
    float: left;
    height: auto;
    max-width: 477px;
    min-width: 477px;
    width: 477px;
    position: relative;
}

.textContainer_5 {
    float: left;
    height: auto;
    max-width: 265px;
    min-width: 265px;
    width: 265px;
    position: relative;
}

.textContainer_5_5 {
    float: left;
    height: auto;
    max-width: 239px;
    min-width: 235px;
    width: 239px;
    position: relative;
}

.textContainer_6 {
    float: left;
    height: auto;
    max-width: 295px;
    min-width: 295px;
    width: 295px;
    position: relative;
}

.textContainer_7 {
    float: left;
    height: auto;
    max-width: 112px;
    min-width: 112px;
    width: 112px;
    position: relative;
    margin: 0 5px;
}

.textContainer_8 {
    float: left;
    height: auto;
    max-width: 185px;
    min-width: 185px;
    width: 185px;
    position: relative;
}


.welcomeText {
    margin: 20px 10px 0px 10px;
}

#mathMLplugIn {
    background-color: #CCC;
    height: 310px;
    position: absolute;
    width: 520px;
    display: none;
    z-index: 10000;
}

    #mathMLplugIn > div {
        float: left;
        width: 520px;
    }

#wirisHead {
    height: 30px;
    cursor: move;
    border: 1px solid #969696;
    background-color: #F0F0F0;
    width: 518px !important;
}

    #wirisHead p {
        float: right;
        margin: 5px;
        cursor: pointer;
    }

#wirisBody {
    height: 270px;
}

#wirisFooter {
    width: 518px !important;
    height: 30px;
    border: 1px solid #969696;
    background-color: #F0F0F0;
    border-top: none;
}

#verifiedOnTool {
    margin-top: 20px;
    display: none;
}

#deleteOnTool {
    margin-left: 60px;
    float: left !important;
    display: none;
}

#deletePopUp {
    position: absolute;
    width: 1000px;
    height: auto;
    background-color: rgba(0,0,0,0.8);
    z-index: 1000;
    display: none;
}

    #deletePopUp .popupBox {
        margin-top: 300px;
    }

.popupBox {
    width: 200px;
    height: 75px;
    margin: 260px auto 0 auto;
    background-color: #FFF;
    border: 1px solid #000;
    border-radius: 4px;
}

    .popupBox p {
        text-align: center;
        margin: 10px 0 10px 0;
    }

    .popupBox > div {
        margin: 0px 0 0 0px;
        width: 200px;
        height: 28px;
        float: left;
    }

        .popupBox > div > div {
            margin: 0px 0 0 25px;
            line-height: 25px !important;
            float: left;
        }


.confirm-popup-bg {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
    position: absolute;
    z-index: 22222222;
}

.confirm-popup {
    margin: 330px auto;
    width: 300px;
    height: 120px;
    background-color: #FFF;
}

    .confirm-popup p {
        padding: 25px 60px;
    }

.confirmYes {
    padding: 5px 20px;
    background-color: #999;
    position: absolute;
    margin: 0px 0 0 80px;
    border-radius: 4px;
    cursor: pointer;
}

.confirmNo {
    padding: 5px 20px;
    background-color: #999;
    position: absolute;
    margin: 0px 0 0 160px;
    border-radius: 4px;
    cursor: pointer;
}

.textArea ol, .textArea ul, .textArea blockquote {
    padding-left: 30px;
}


.wrapper-main {
    margin: 0 auto;
    width: 100%;
    /*    width: 1000px;*/
}

.tb-header {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #F0F0F0;
    border-color: #999 #999 -moz-use-text-color;
    border-image: none;
    /*  border-style: solid solid none;
    border-width: 1px 1px medium;*/
    color: #000;
    cursor: default;
    height: 36px;
    line-height: 36px;
    margin-bottom: -2px;
    text-align: center;
    width: 100%;
}

.datagrid table {
    /*border-collapse: collapse;
    text-align: left;
    width: 770px !important;
    overflow-y: auto;*/
}

.datagrid {
    font: normal 12px/150% Arial, Helvetica, sans-serif;
    background: #fff;
    border: 1px solid #8C8C8C;
    /*  overflow-y: auto !important;
    width: 779px;*/
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .datagrid table td, .datagrid table th {
        padding: 3px 10px;
    }

    .datagrid table thead th {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8C8C8C), color-stop(1, #7D7D7D) );
        background: -moz-linear-gradient( center top, #8C8C8C 5%, #7D7D7D 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8C8C8C', endColorstr='#7D7D7D');
        background-color: #8C8C8C;
        color: #ffffff;
        font-size: 15px;
        font-weight: bold;
        border-left: 1px solid #A3A3A3;
    }

        .datagrid table thead th:first-child {
            border: none;
        }

    .datagrid table tbody td {
        /*color: #7D7D7D;*/ color: #000;
        border-left: 1px solid #DBDBDB;
        font-size: 12px;
        font-weight: normal;
        border-bottom: 1px solid #DBDBDB;
    }

    .datagrid table tbody .alt td {
        background: #EBEBEB;
        color: #7D7D7D;
    }

 .datagrid table tbody td:first-child {
  border-left: none;
  text-align: -webkit-center;
 }

    .datagrid table tbody tr:last-child td {
        border-bottom: none;
    }

    .datagrid table tfoot td div {
        border-top: 1px solid #8C8C8C;
        background: #EBEBEB;
    }

    .datagrid table th {
        background: #3facb3 none repeat scroll 0 0;
        /*padding: 3px 10px; selva*/ padding: 3px 5px;
    }

    .datagrid table tfoot td {
        padding: 0;
        font-size: 12px;
    }

        .datagrid table tfoot td div {
            padding: 2px;
        }

        .datagrid table tfoot td ul {
            margin: 0;
            padding: 0;
            list-style: none;
            text-align: right;
        }

    .datagrid table tfoot li {
        display: inline;
    }

        .datagrid table tfoot li a {
            text-decoration: none;
            display: inline-block;
            padding: 2px 8px;
            margin: 1px;
            color: #F5F5F5;
            border: 1px solid #8C8C8C;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8C8C8C), color-stop(1, #7D7D7D) );
            background: -moz-linear-gradient( center top, #8C8C8C 5%, #7D7D7D 100% );
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8C8C8C', endColorstr='#7D7D7D');
            background-color: #8C8C8C;
        }

    .datagrid table tfoot ul.active, .datagrid table tfoot ul a:hover {
        text-decoration: none;
        border-color: #7D7D7D;
        color: #F5F5F5;
        background: none;
        background-color: #8C8C8C;
    }

div.dhtmlx_window_active, div.dhx_modal_cover_dv {
    position: fixed !important;
}

.dfilterpop {
    /*position: absolute;*/
    z-index: 999999;
    background-color: #ffffff;
    left: 0px;
    top: 0px;
    border: none !important;
    background: none !important;
    box-shadow: none;
}

.Author {
    margin: 0;
    padding: 5px 0;
}

    .Author > li {
        display: inline;
        list-style: outside none none;
        margin-bottom: 5px;
        padding-right: 7px;
    }

    .Author li label {
        padding-left: 5px;
    }

.Author-popup {
    /*    background: #F0F0F0;
    margin: 0;
    padding: 5px 0;*/
    background: #F0F0F0;
    margin: 0;
    padding: 5px 0;
    margin-top: -142px;
    margin-left: -350px;
    width: 170px;
    /*   margin-top: -142px;
    margin-left: -210px;*/
}

    .Author-popup li label {
        padding-left: 5px;
    }

    .Author-popup > li {
        background: #F0F0F0;
        border-bottom: 1px solid #999999;
        margin-bottom: 5px;
        padding-left: 7px;
        padding-right: 5px;
        list-style: outside none none;
        min-width: 100px;
    }


        .Author-popup > li:last-child {
            border-bottom: none;
        }

.res_btnfilter {
    display: block;
    background: none;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.dxgvTable tr th:last-child {
    width: 100px;
}

.dxgvTable tr th {
    position: relative;
    text-align: left;
    font-size: 12px;
    font-family: 'Open Sans' !important;
}

.res_btnfilter1 {
    position: absolute;
    /*right: 269px;*/
    /*   top: 0px;*/
    right: 0px;
}

.res_btnfilter1, .res_btnfilter2, .res_btnfilter3, .res_btnfilter4, .res_btnfilter5 {
    /*    top: 4px !important;*/
    top: -16px !important;
    right: -2px;
    /*background:#fff*/
}

.res_btnfilter2 {
    position: absolute;
    /*     right: 227px;
        top: 0px;*/
}

.res_btnfilter3 {
    position: absolute;
    /*  right: 156px;
    top: 0px;*/
}

.res_btnfilter4 {
    position: absolute;
    /* right: 41px;
    top: 0px;*/
}

.res_btnfilter5 {
    position: absolute;
    /* right: 0px;
    top: 0px;*/
}

.text-pad {
    /*    padding-left: 7px;*/
    padding-left: 5px
}

.d_desc {
    /*    background-image: url("../images/d_desc.png");*/
    background-repeat: no-repeat;
    background-position: 0px 6px;
}

.d_asc {
    background-image: url("../images/d_asc.png");
    background-repeat: no-repeat;
    background-position: 0px 6px;
}

/*.d_asc{  background-image: url(../images/d_asc.png); width:9px; height:6px;}
.d_desc{  background-image: url(../images/d_desc.png); width:9px; height:6px;}*/
.main {
    padding-left: 4px;
}

.i-76400-class19, .i-76401-class19 {
    /* font-family: helvetica;*/
    font-size: 13px !important;
}

.i-76400-class2, .i-76401-class2 {
    /* font-family: helvetica;*/
    font-size: 13px !important;
    font-weight: bold;
}

.a_up, .a_down {
    color: #3facb3;
}

.tditemLeft {
    font-weight: bold;
    text-align: right;
}

.tditemRight {
    background: #f2efef none repeat scroll 0 0;
    display: block;
    margin-right: 10px !important;
    padding: 2px 5px;
    min-width: 70px;
}


.stdsubsections {
    color: #000;
    display: block;
    font-weight: bold;
    margin-bottom: 3px;
}

.subsections, .tstandards_ul {
    width: 74%;
    padding-top: 6px;
}

    .subsections > li, .tstandards_ul > li {
        display: inline;
        list-style: outside none none;
        margin-bottom: 5px;
        padding-right: 7px;
        float: left;
        width: 250px;
        font-weight: bold;
    }

    .subsections li label {
        padding-left: 5px;
    }

    .tstandards_ul > li {
        display: inline;
        list-style: outside none none;
        margin-bottom: 5px;
        padding-right: 7px;
    }

    .tstandards_ul li label {
        padding-left: 5px;
    }

#subCheckboxPanel {
    padding-left: 30px;
}

.tstandards {
    padding-left: 30px;
}

.drptype {
    width: 85px;
}

.ela_equationBox_7 {
    float: left;
    width: 600px;
    min-height: 400px;
    border: 1px solid #c4c4c4;
    height: 450px;
    overflow: auto;
}

.txt-reorder {
    width: 30px;
}

.dcertplayer {
    border: 1px solid #000000;
    margin: 10px 5px 10px 5px;
    padding: 10px 5px 10px 5px;
}

.dcertdata {
    margin: 10px 5px 10px 5px;
    border: 1px solid #550707;
}

.dcertdatasub {
    padding: 10px 5px 10px 5px;
}


.correctansDiv {
    float: left;
    /*width: 500px;*/
    width: 100%;
    height: 50px;
    border: 1px solid #c4c4c4;
}

.player_frame {
    width: 600px;
    height: auto;
}

.ditemdetailspop {
    padding: 10px 5px 10px 5px;
}

.certica_upload-main > input {
    background: #3eabb1 none repeat scroll 0 0;
    border-radius: 4px;
}

.certica_upload-main {
    margin: 0 auto;
    position: relative;
    width: 97%;
}

.image-source {
    left: -2px;
    position: absolute;
    top: 35px;
}

.standards-sel {
    /* width: 500px;*/
    width: 100%;
    height: 25px;
    line-height: normal;
}

.c-lrnnavsymbol {
    /*    font-weight: bold;
    padding: 5px 10px;*/
    /* padding: 8px 1px;
    background-image: url(../images/arrow.png) !important;
    background-repeat: no-repeat !important;
    width: 12px !important;
    height: 24px !important;
    display: inline-block;
    font-size: 0px;*/
    position: relative;
    font-size: 0px;
}

    .c-lrnnavsymbol:first-child:before, .c-lrnnavsymbol1:first-child:before {
        background: none !important;
    }

    .c-lrnnavsymbol:before, .c-lrnnavsymbol1:before {
        content: '';
        position: absolute;
        top: -17px;
        right: -4px;
        background-image: url(../images/arrow.png) !important;
        background-repeat: no-repeat !important;
        width: 15px !important;
        height: 25px !important;
        display: inline-block;
        background-color: #ff5f7b;
    }

.c-lrnnavsymbol1 {
    /* font-weight: bold;
    background: #ff857a;
    padding: 5px 10px;*/
    position: relative;
    font-size: 0px;
}

.maindiv-auto {
    width: 100%;
    margin-bottom: 20px;
    display: inline-block;
    border-bottom: solid 1px #EBEBEB;
    padding-bottom: 10px;
}

    .maindiv-auto:last-child {
        border: none;
        margin-bottom: 0px !important;
    }

/*div#d-lrn-navigator {
    display: inline-block;
    width: 100%;
    height: 25px;
    margin-bottom: 15px;
    overflow: hidden;
}*/
div#d-lrn-navigator {
    /* display: inline-table; */
    width: 100%;
    /* height: 25px; */
    margin-bottom: 15px;
    overflow: hidden;
    line-height: 20px;
    /* border: solid; */
    word-break: break-all;
}

    /* div#d-lrn-navigator a:link {
        background: #3facb3;
        padding: 8px 20px;
        margin: 0 auto;
        line-height: 24px;
        text-decoration: none;
        color: #fff;
    }*/
    div#d-lrn-navigator a:link, div#d-lrn-navigator1 a:link {
        /*  background: #3facb3;*/
        background: #ff5f7b;
        padding: 0px 9px;
        margin: 0 auto;
        line-height: 24px;
        text-decoration: none;
        color: #fff;
        word-break: break-word;
        margin-bottom: 1px;
        display: inline-block;
        margin-right: 10px;
        margin-left: 3px;
        font-size: 12px
    }

        div#d-lrn-navigator a:link:last-child, div#d-lrn-navigator1 a:link:last-child {
            /*  white-space: nowrap;
            width: 100px;
            overflow: hidden;
            text-overflow: ellipsis;
            border: 1px solid #000000;*/
        }

    div#d-lrn-navigator a:hover:last-child, div#d-lrn-navigator1 a:hover:last-child {
        overflow: visible;
    }

div #d-lrn-navigator1 {
    /* display: inline-table; */
    width: 100%;
    /* height: 25px; */
    /*margin-bottom: 15px;*/
    overflow: hidden;
    line-height: 20px;
    /* border: solid; */
    word-break: break-all;
    font-size: 12px;
}

/* div#d-lrn-navigator a:link {
        background: #3facb3;
        padding: 8px 20px;
        margin: 0 auto;
        line-height: 24px;
        text-decoration: none;
        color: #fff;
    }*/
/*    div#d-lrn-navigator1 a:link {
        background: #3facb3;
            margin: 0 auto;
           text-decoration: none;
        color: #fff;
        word-break: break-word;
        margin-bottom: 5px;
        display: inline-block;
    }*/

.c-lrnnavsymbol {
    /*    background: #ff857a;*/
}

.lrn-lissection label div {
    margin-left: 15px;
}

.lrn-lissection label {
    display: block;
}

.lrn-lissection input {
    float: left;
    position: absolute;
    left: 0px;
    top: 9px;
}

li.lrn-lissection {
    border: solid 1px #fff;
    margin-bottom: 15px;
    padding: 5px;
    position: relative
}

li.lrn-lissection-active {
    border: solid 1px #EBEBEB;
    margin-bottom: 15px;
    padding: 5px;
    background: #ebebeb;
}

.pager div.short input {
    text-align: center !important;
}

.bbn {
    border-bottom: none !important;
}




/*.mr0{margin-right:-5px;}*/
summary {
    padding: 0px 10px;
    margin-left: 2px !important;
    cursor: pointer;
    margin-top: 6px;
    height: 31px;
    line-height: 31px;
}

.buttonArea .mdc-fab {
    top: 10px;
    left: -15px;
}

span.mdl-chip.mdl-chip--deletable {
    background: #f1f1f1;
    padding: 3px 8px;
    margin-right: 5px;
}

.mdl-chip__action {
    height: 24px;
    width: 24px;
    background: 0 0;
    opacity: .54;
    cursor: pointer;
    padding: 0;
    margin: 0 0 0 4px;
    font-size: 13px;
    text-decoration: none;
    color: rgba(0,0,0,.87);
    border: none;
    outline: none;
}

.mdl-chip__action, .mdl-chip__contact {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    text-align: center;
}
/*Metrail design css*/
.standardsSelect .mdc-dialog__surface {
    max-width: 90% !important;
    font-family: 'Open Sans' !important;
}

.mdc-dialog__header {
    display: flex;
    align-items: center;
    padding: 0px 10px 0;
    background: #2e7d82;
    font-size: 11px !important;
    font-family: 'Open Sans' !important;
}

.standardsSelect .standard {
    width: 100%;
    height: 600px;
    margin: 10px;
}

.standardsSelect .selectedArea {
    /*    width: 400px;*/
    width: 48% !important;
}

.standardsSelect h2 {
    font-family: 'Open Sans' !important;
    font-size: 13px;
    line-height: 30px;
}

.mdc-list--dense .mdc-list-item {
    height: auto !important;
}

.standardsSelect .standardsList {
    /* width: 260px;*/
    width: 89%;
    overflow-x: auto;
    height: 600px;
    font-family: 'Open Sans' !important;
}

.standardsSelect button.mdc-fab.material-icons {
    margin-bottom: 24px;
    background-color: #2e7d82;
    margin-left: 30px;
    margin-right: -20px;
}

.standardsSelect .standard {
    margin: 10px 0px;
}

.standardsSelect h2 {
    font-weight: normal !important;
}

.dropdown-content li {
    font-family: 'Open Sans' !important;
    font-size: 11px;
}

.ab-widget .dropdown-content li > a, .ab-widget .dropdown-content li > span {
    font-size: 13px !important;
    line-height: 18px;
    padding: 10px;
    margin: 0px;
}

    .ab-widget .dropdown-content li > a:hover, .ab-widget .dropdown-content li > span:hover {
        background: #3facb3
    }

.mdc-button {
    background: #3eabb1 !important;
    font-family: 'Open Sans' !important;
    font-size: 12px;
    padding: 0px 11px;
    height: 26px;
    color: #fff !important;
    border-radius: 4px;
    border: solid 2px #000;
}

.ab-widget .select-wrapper input.select-dropdown {
    font-size: .8rem;
}

.standardsSelect .standard, .standardsSelect .standardsList {
    height: 360px !important;
}

.ab-widget .select-wrapper input.select-dropdown, .select-wrapper {
    height: 2rem;
    line-height: 2rem;
    font-family: 'Open Sans' !important;
    font-size: 14px;
}

.ab-widget .select-wrapper span.caret {
    font-size: 0px;
}
ul.ab-control-tree {
    list-style: none;
}
.ab-widget .dropdown-content li {
    min-height: 20px;
    line-height: .8rem;

}

.ab-control-tree .ab-treeNodeContent > span {
    font-size: 13px;
}

.ab-control-tree ul.ab-treeNodeChildren {
    margin: 0;
    padding-left: 15px;
    font-family: 'Open Sans' !important;
}

span.ab-section {
    font-family: 'Open Sans' !important;
}

.standardsSelect .selectedArea li.mdc-list-item {
    line-height: normal;
    font-size: 13px !important;
    padding: 1px 0px !important;
    margin-bottom: 5px;
}
/*Metrail design css*/
.standardsSelect .limitItem {
    /*    overflow-y: hidden;
    height: 2.5rem;
    text-overflow: ellipsis;
    overflow: hidden;
       -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;*/
}

.standardsSelect .limitItem {
    overflow-y: hidden;
    height: auto !important;
}

@media only screen and (max-width: 1024px) {
    .rightSide {
        width: 80%;
    }

    .rightPanel {
        width: 83%
    }
}

@media (min-width:769px) and (max-width:1024px) {
    .rightSide {
        width: 79%;
    }

    .rightPanel {
        width: 82%
    }
}

@media (min-width:1025px) and (max-width:1280px) {
    .rightSide {
        width: 84%;
    }

    .rightPanel {
        width: 87%
    }
}

/*@media (min-width:769px) and (max-width:1024px) {
    .rightSide {
        width: 79%;
    }

    .rightPanel {
        width: 82%
    }
}
*/


.standardsChips {
    position: absolute;
    width: 79%;
    text-align: left;
    /*    z-index: 9;*/
}

.ab-standardTree-modal {
    height: 100% !important;
}

.ab-widget h5 {
    font-size: 13px;
}

.qatable {
    font-size: 12px;
}

.qatable1 th {
    width: 90px;
    background: rgba(219,219,219,1);
    white-space: nowrap;
}

.qatable1 th, .qatable1 td {
    padding: 5px 10px;
    border: solid 1px #ccc !important;
    text-align: left;
}

.qatable {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 11px;
}

.qatable {
    margin: 0px;
}

    .qatable thead tr {
        background-color: #009879;
        color: #ffffff;
        text-align: left;
    }

    .qatable th,
    .qatable td {
        padding: 5px 10px;
    }

    .qatable tbody tr {
        border-bottom: 1px solid #dddddd;
    }

        .qatable tbody tr:nth-of-type(even) {
            background-color: #f3f3f3;
        }

.qatable1 tbody tr:nth-of-type(even) {
    background-color: #fff;
}

.qatable tbody tr:last-of-type {
    /* border-bottom: 2px solid #009879;*/
}

.qatable tbody tr.active-row {
    font-weight: bold;
    color: #009879;
}

.column3 {
    float: left;
    width: 32.4%;
    padding: 5px;
}

/* Clear floats after the columns */
.row-cus:after {
    content: "";
    display: table;
    clear: both;
}

.pt10 {
    padding-top: 10px;
}

.fn {
    float: none !important;
}

.custom-lab {
    width: 100%;
    display: block;
    margin: 0px;
    padding: 0px;
}

.textbox-cus {
    width: 100% !important;
}

.contents {
    width: 100% !important;
    overflow: hidden;
}

.searchRow {
    /* width: 94% !important;
 
    padding: 1% !important;*/
}


.mt5 {
    margin-top: 5px !important;
}


.mt10 {
    margin-top: 10px !important;
}

.mt15 {
    margin-top: 15px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.ml10 {
    margin-left: 10px !important;
}

.textbox-cus1 {
    border: 1px solid #c4c4c4;
    padding: 0px;
    margin-top: 10px;
    border-radius: 4px;
}

span.ab-standard.ab-selected {
    /* border: solid 1px #0770a3;*/
    /*   border-radius: 6px;*/
    /*padding: 5px;*/
    /*    display: inline-block;*/
    display: block;
    width: auto;
}
/*.ab-control-tree .ab-treeNodeContent > span:hover{padding:3px 10px;}*/
/*.ab-control-tree > i.material-icons:first-child{border:solid 1px #f00}*/
.ab-treeNodeChildren .ab-treeNodeContent > i.material-icons {
    top: 24px;
}

#one > .ab-treeNode > #one > .ab-treeNode > .ab-treeNodeContent > i.material-icons {
    /*  top: 0px;*/
    top: 0px;
}

#one > .ab-treeNode > #one > .ab-treeNode > #one > .ab-treeNode > .ab-treeNodeContent > i.material-icons {
    /*  top: 0px;*/
    top: 3px;
}

.ab-standard > b {
    padding-right: 5px;
}

.ab-treeNodeContent-no-child:hover {
    background: #f5f5f5
}

.r-Lesson, .c-Lesson {
    margin-top: -21px;
    display: grid;
    padding-left: 20px;
}

.c-Lesson {
    padding-left: 30px;
}

.pr10 {
    padding-right: 10px;
}

.ab-section-b {
    /*    background: #ff5f7b;
    padding: 2px 6px;
    color: #fff;
    min-width: 40px;
    display: inline-block;
    min-height: 20px;*/
}
/*.ab-treeNodeChildren > .ab-treeNode > .ab-treeNodeContent > i.material-icons {
    position: absolute;
    top: 18px;
    left: 31px;
}
 
.ab-treeNodeChildren > .ab-treeNode > .ab-treeNodeContent > .ab-section {
    margin-left: 28px;
}*/
/*
        * Sidebar
        */
/* Hide for mobile, show later */
.sidebar {
    display: none;
}

@media (min-width: 768px) {
    .sidebar {
        position: fixed;
        top: 51px;
        bottom: 0;
        left: 0;
        z-index: 1000;
        display: block;
        padding: 20px;
        overflow-x: hidden;
        overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
        background-color: #f5f5f5;
        border-right: 1px solid #eee;
        width: 180px;
    }
}

/* Sidebar navigation */
.nav-sidebar {
    margin-right: -21px; /* 20px padding + 1px border */
    margin-bottom: 20px;
    margin-left: -20px;
}

    .nav-sidebar > li > a {
        padding-right: 20px;
        padding-left: 20px;
    }

    .nav-sidebar > .active > a,
    .nav-sidebar > .active > a:hover,
    .nav-sidebar > .active > a:focus {
        color: #fff;
        background-color: #428bca;
    }


/*
        * Main content
        */
.main {
    padding: 20px;
}

@media (min-width: 768px) {
    .main {
        padding-right: 40px;
        padding-left: 220px;
    }
}

.main .page-header {
    margin-top: 0;
}

.w-100 {
    width: 100%
}

.form-select {
    width: 100% !important;
}

.qa-table-cus thead tr th {
    background: #3FACB3
}

.actionBar {
    width: 98%;
    margin-bottom: 5px;
    /*  margin-bottom: 133px;*/
}




.main .page-header {
    margin-top: 0;
}

.p5 {
    padding: 5px !important;
}

.w-100 {
    width: 100%
}

.p0 {
    padding: 0px !important;
}

.m0 {
    margin: 0px !important;
}

.mt30 {
    margin-top: 30px;
}

.row {
    border-bottom: none;
}

.ml0 {
    margin-left: 0px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.ml15 {
    margin-left: 15px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.cus-bg {
    height: 100vh;
    width: 100%;
}

.btn-group > .multiselect {
    width: 100% !important;
    display: block !important;
    text-align: left;
}

.multi-cus > .btn-group {
    width: 100%;
    text-align: left !important;
}

li.lrn-lissection {
    list-style: none;
}

.leftSide {
    height: 100vh !important;
    background: #f1ebeb;
}

/*ul.dropdown-menu.pull-right {
    -webkit-column-count: 5 !important;
    -moz-column-count: 5 !important;
    column-count: 5 !important;
    width: 1051px;
    margin-left: -971px;
    margin-top: 516px;
}*/

ul.ab-treeNodeChildren {
    list-style: none;
}

li.ab-treeNode {
    line-height: 25px;
    padding: 1px 15px;
}

.ui-dialog {
    z-index: 10000 !important;
}

.mr10 {
    margin-right: 10px !important;
}

.multi-select-button:after {
    /*    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.4em 0.4em 0 0.4em;
    border-color: #999 transparent transparent transparent;
    margin-left: 0.4em;
    vertical-align: 0.1em;
    text-align: right;*/
    position: absolute;
    right: 12px;
    top: 12px;
}

.pr10 {
    padding-right: 10px
}

.pl0 {
    padding-left: 0px;
}

.ml0 {
    margin-left: 0px;
}

.d_trresult {
    position: relative
}

#d_sf_difflevel > .Author-popup, #d_sf_bloomst > .Author-popup, #d_sf_itemtype > .Author-popup, #d_sf_pointvalue > .Author-popup, #d_sf_dok > .Author-popup {
    top: -67px;
    position: absolute;
    left: 210px;
    font-size: 11px;
    z-index: 9;
}

div#d_sf_bloomst {
    left: 257px;
}

div#d_sf_difflevel {
    left: 35px;
    top: 90px;
}

div#d_sf_pointvalue {
    left: 26px;
}

div#d_sf_itemtype {
    left: 50px;
}

.chk_dl_1 {
    left: -21px;
    border: solid 1px #f00
}

.chk_dl_2 {
    border: solid 1px #000
}

.buttonalign {
    background: #ff5f7b;
    padding: 2px 5px;
    color: #fff;
    font-size: 11px;
    /*    background-image: linear-gradient(#0dccea, #0d70ea);
    border: 0;
    border-radius: 16px;
    box-shadow: rgba(0, 0, 0, .3) 0 5px 15px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-family: Montserrat,sans-serif;
    font-size: .9em;
    margin: 5px;
    padding: 6px 15px;
    text-align: center;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;*/
}
/*.ab-view-standardTree ul.ab-control-tree span.ab-standard{padding:3px 10px !important;}*/

.ab-control-tree .ab-treeNodeContent > span {
    display: block
}

ul.edit-button {
    width: 100% !important;
    /*    height: 31px;*/
    clear: both;
    margin: 0 auto;
    text-align: center;
    list-style: none;
}

.edit-button li {
    display: inline-block;
    background: #f5f5f5;
    padding: 8px 0px;
    color: #000;
    margin-right: 5px;
    cursor: pointer;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
}

    .edit-button li:hover {
        background: #84d6e9;
    }

.cr-leesons {
    padding: 7px 27px;
    /*display: inline-block;*/
    display: inline-grid;
    /*   background: #20ceea;
    padding: 8px 10px;
    color: #000;
    margin-right: 20px;
    cursor: pointer;*/
    /* position: relative*/
}
    /*   .cr-leesons:hover {
        background: #2e9fb1;
    }*/
 .cr-leesons > input#chk_newtest, .cr-leesons > input#chk_edittest, .cr-leesons > input#chk_version_copytest, .cr-leesons > input#chk_copytest, .cr-leesons > input#chk_published {
  opacity: 0;
  position: absolute;
  width: 100%;
  cursor: pointer;
  height: 100% !important;
 }

.fa-block {
    /*display: block;*/
    display: contents;
    font-size: 23px;
    padding-bottom: 4px;
}

.form-control, .bootstrap-select.btn-group .dropdown-menu li {
    text-transform: capitalize !important;
}
.bootstrap-select.btn-group .dropdown-menu {
  z-index: 99999;
 /* bottom:0px;
  min-height:200px !important;*/
}


#accordian ul li.active {
  background: #3FACB3;
}
.page-column ul.dropdown-menu.pull-right {
    -webkit-column-count: 5 !important;
    -moz-column-count: 5 !important;
    column-count: 5 !important;
    margin-top: -152px !important;
}

 

.page-action ul.dropdown-menu.pull-right {
    -webkit-column-count: 5 !important;
    -moz-column-count: 5 !important;
    column-count: 1 !important;
    margin-top: 0;
}

#accordian li.active {
    background: #3FACB3;
}
input[type="file"]::file-selector-button {
    border: 2px solid #ff5f7b;
    padding: 0.2em 0.4em;
    border-radius: 0.2em;
    background-color: #ff5f7b !important;
    transition: 1s;
    color:#fff !important;
}

    input[type="file"]::file-selector-button:hover {
        background-color: #ff5f7b;
        border: 2px solid #ff5f7b;
        color: #fff !important;
    }
.dropdown-menu.inner{
    max-height:200px !important;
   }
.aitem.fa {
  font-size: 15px;
}
.stars::after {
    content: "*";
    color: red;
    padding-right: 2px;
}
.lrn_cke_dialog_math {
    z-index: 99999 !important;
}

.cke_dialog_container_qe {
    z-index: 99999 !important;
}
ul.passageCFU-sorting{margin:0px; padding:0px;list-style:none !important;}
.passageCFU-sorting ul li{border:solid 1px #f00 !important;}
.neweditqahide {
    padding-top: 64px;
}
.button[disabled], html input[disabled] {
    cursor: not-allowed !important;
    background-color: #eee !important;
    opacity: 1 !important;
}
.btn-version-content { padding-bottom: 5px; }

select {
 cursor: pointer;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
}