body {
    font-family: Arial, sans-serif;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    margin: 0;
    background-color: #fff2db;
    color: #595959;
}

.clear{
    clear: both;
    visibility: hidden;
    height: 0px;
    margin: 0px;
}
.shadow{
    -moz-box-shadow: 3px 3px 4px #888888;
    -webkit-box-shadow: 3px 3px 4px #888888;
    box-shadow: 3px 3px 4px #888888;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#888888')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#888888');

    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    -webkit-border-radius: 3px;
}
.wrongValue{
    background: #ffa3a3;
    border-color: #d12927;
}

.myNavBar{
    background-color: #dc4c1a;/*f24f00;*/
    margin-bottom: 0;
}
.myNavBar .navbar-toggle{
    background-color: #333;
}
.myNavBar .navbar-toggle .icon-bar{
    background-color: #fff;
}
.myNavBar a{
    color: white;
}
.myNavBar a:hover{
    color: #CCCCCC;
}
.myNavBar li a:hover, .myNavBar li a:focus{
    background-color: #f24f00;
    color: white;
}
.myNavBar .nav .open>a, .myNavBar .nav .open>a:hover, .myNavBar .nav .open>a:focus{
    background-color: #ff6c39;
}


.question{
    width: 100%;
    background-color: white;
    padding: 8px;
    border-radius: 3px;
    -moz-box-shadow: 0px 0px 5px #AAA;
    -webkit-box-shadow: 0px 0px 5px #AAA;
    box-shadow: 0px 0px 5px #AAA;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#AAA')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#AAA');
    position: relative;
    margin-bottom: 15px;
}
.question.redBg{
	background-color: #FFB1B1;
}

.errorMessage{
    font-size: 25px;
    text-align: center;
    margin-top: 20px;
}

.white-popup {
    position: relative;
    background: #FFF;
    padding: 40px 20px 20px 20px;
    width: auto;
    max-width: 600px;
    margin: 20px auto;
}
.white-popup .buttons{
    text-align: center;
    margin-top: 20px;
}

.myNavBar li a.noHover:hover, .myNavBar li a.noHover:focus{
    background-color: initial;
    cursor: default;
}

.questionNumber{
    border: 1px solid black;
    display: inline-block;
    padding: 0px 5px;
    border-radius: 100px;
    color: black;
    float: left;
}
textarea.questionText{
    width: 92%;
    width: calc(100% - 80px);
    margin-right: 10px;
    float: right;
    height: 34px;
    resize: vertical;
}
.afterSlide{
    line-height: 34px;
    text-align: left;
    margin-left: 50px;
    margin-top: 5px;
}
.afterSlide input{
    width: 80px;
    display: inline-block;
}
textarea.answerText{
    width: 96%;
    width: calc(100% - 50px);
    margin-right: 10px;
    float: right;
    margin-top: -27px;
    height: 34px;
    resize: vertical;
}
@media (max-width: 971px) {
    textarea.questionText{
        width: 84%;
        width: calc(100% - 80px);
    }
    textarea.answerText{
        width: 85%;
        width: calc(100% - 40px);
    }
}
.deleteQuestion, .deleteAnswer{
    display: inline-block;
    float: right;
    height: 20px;
    line-height: 20px;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
    color: #333;
    cursor: pointer;
    opacity: 0.65;
    font-weight: normal;
}
.deleteAnswer {
    margin-top: -19px;
}
.deleteQuestion {
    margin-top: 7px;
    font-size: 33px;
}
.deleteQuestion:hover, .deleteAnswer:hover{
    opacity: 1;
}

.saved{
    font-size: 130%;
    color: rgb(0, 179, 0);
    display: none;
}

.isSaving{
    font-size: 130%;
}

.answers{
    list-style-type: lower-alpha;
    text-align: left;
    border-top: 1px solid #E4E4E4;
    margin-top: 5px;
    margin-left: 40px;
    list-style-position: inside;
}
.answers li{
    position: relative;
    padding-top: 12px;
}
.answers li .answerText, .answers li .answerLinks{
    font-weight: normal;
}

.links{
    margin: 10px 0;
}

.correctness{
    position: absolute;
    left: -40px;
    top: 15px;
    width: 20px;
    height: 18px;
    background-image: url(../images/checkbox.png);
}
.wrongAnswer{
    background-position: 0 18px;
    cursor: pointer;
}

.localTextsTable{

}


.saved{
    font-size: 130%;
    color: rgb(0, 179, 0);
}
.isSaving{
    font-size: 130%;
    color: #b6bb1c;
}
.changed{
    font-size: 130%;
    color: #d4810d;
}

.loaderBox{
    text-align: center;
    padding: 30px 0;
}

.miniLoader{
    width: 20px;
    height: 20px;
}

.whiteBox{
    padding: 16px 20px;
    margin: 10px 0px;
    border: 1px solid #d8d8d8;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    border-bottom-width: 2px;
}
@media(max-width: 500px){
    .whiteBox:not(.noBigger){
        margin-left: -15px;
        margin-right: -15px;
    }
}


.statsUpdate{
    font-size: 18px;
}



.statsVideosTable thead th, .statsUsersTable thead th{
    cursor: pointer;
}
.statsVideosTable thead th:hover, .statsUsersTable thead th:hover{
    color: black;
}

.parentUrlTd, .videoNameTd{
    max-width: 200px;
    max-height: 100px;
    overflow: auto;
}


.graphEngagement{
    width: 100%;
    height: 400px;
}

.adminMsg span{
	cursor: pointer;
}
.adminMsg span:hover i, .adminMsg span:focus i{
	opacity: 0.6;
}
