/*--------------------------------------------*/
/*-            BLOG TEMPLATE STYLE           -*/
/*--------------------------------------------*/
@import url("styles/playtime/style.css");

*{margin:0px;padding:0px;}
a{
    text-decoration: none;
}
img{border:0px}
html{
width:100%;
height:100%;
background-color:#fff;
}
body{
width:100%;
/* height:100%; */
position:relative;
margin:0 auto;
/* background-image:url(images/bg.gif);
background-position:top left;
background-repeat:repeat-y; */
background-color: #fff;
font-family: arial;
font-size: 13px;
}

/*
html > body{
height:auto;
min-height:100%;
}

#header{
background-image:url(images/header_bg.jpg);
background-position:top left;
background-repeat:no-repeat;
padding:30px 70px;
text-align: center;
}
*/
.uppercase{
    text-transform: uppercase;
}

.wrap {
    width: 90%;
    margin: 0 auto;
}
#header {
    width:100%;
    top:0;
    height:50px;
    padding:15px 0;
    text-align:right;
    background-color: #083B91;
}
#header a.logo {
    margin-left: -10px;
}
html[dir="rtl"] #header a.logo {
    margin-right: -5px;
}
#header .link { color: #FF9B33; font-family: trebuchet ms; }
#header #logged-in {
    color: #fff;
    text-transform: uppercase;
    font-size: 11px; 
}
#header #logged-in .note {
    text-transform: none;
    color: #fff;
}
html[dir="rtl"] #header #logged-in {
    margin-left: 10px;
}
#header .languages {
    margin-top: 10px;
    padding: 4px 0px 4px 4px;
    width: auto;
}
html[dir="rtl"] #header .languages {
    text-align: left;
}
.logo{
    font-family: trebuchet ms;
    font-weight: bold;
    font-size:40px;
    color:#00171C;
}
.logo img{
    max-width: 230px;
}
.big {
    font-size: 50px;
    color: #DBD8C7;
}
#menu{
    padding:0 0 1px 71px;
    overflow:hidden;
    height:42px;
}
#menu li{
    display:inline
}
#menu img{
    float:left
}
#content {
    overflow:hidden;
    width: 100%;
    min-height: calc(100% - 224px);
    /* max-width:100%;
    margin:0 auto;
    box-shadow: 0px -5px 0 0px #ee4e1d inset, 0px 5px 0 0px #ee4e1d inset; */
}
hr {
    border: 0;
    height: 1px;
    color: gray;
    background-color: gray;
    margin-bottom: 10px;
}
.upper {
    text-transform: uppercase;
}
.bold {
    font-weight: bold;
}
.link{
    color: #FF4E22;
    cursor: pointer;
}
.link:hover{
    text-decoration: underline;
}
.link.back {
    font-size: 11px;
    text-transform: uppercase;
    padding: 5px 0px;
    margin: 0;
    color: #F99737;
    float: left;
}
html[dir="rtl"] .link.back {
    float: right;
}
h1 {
    padding: 20px 0 0px;
}

/* .button1 { margin-top: 20px; background-color: #153039; color: white; padding: 5px 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; margin: 10px 0; cursor: pointer; border: 0; } */
.button2 { margin-top: 20px; background-color: gray; color: #153039; padding: 5px 10px; /*-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;*/ margin: 10px 0;}
/* .button1:hover  { background-color: #f69302; color: #153039;} */
.module-box {
    height: 135px;
    float: left;
    width: 350px;
    margin: 10px;
    padding: 10px;
    /*    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
    border-radius: 5px; */
    position: relative;
    background-color: #F1F3FA;
    }
.active-module { background-color: #ADEF9E; }
.left-box { width: 270px; }
.left-lower { /* position: absolute; bottom: 20px; */ margin-top: 10px; }
a.take-box { color: #fff; max-width: 170px; text-align: center; padding: 15px 5px; margin-top: 10px; /*-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;*/background-color: #3598DC; font-size: 15px;}
a.manage-box { color: #fff; max-width: 170px; text-align: center; padding: 5px 5px; /*-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;*/ background-color: #FF5B5B; font-size: 10px; margin: 5px 0; }
span.take-box { color: #fff; max-width: 170px; text-align: center; padding: 15px 10px; margin-top: 10px; /*-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;*/background-color: #3598DC; font-size: 15px;}
span.manage-box { color: #fff; max-width: 170px; text-align: center; padding: 15px 10px; margin-top: 10px; /*-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;*/ background-color: #FF5B5B; font-size: 15px;}
a.student-box { position: absolute; bottom: 10px; right: 10px; }
.gray-box { background-color: gray !important;}
a.gray-box:hover, a.take-box:hover, .take-box:hover, a.manage-box:hover, .manage-box:hover{background-color: #7FB9DF !important;} /* FF934A */

.module-menu { width: 100%; margin: 0 auto; padding-top: 10px; text-align: center; }
.module-menu a { font-size: 13px; }
.dt-text { padding-top: 5px; text-align: center; }
.dt-text p { font-size: 12px; font-style: italic; }
.pre-dt { color: #492DC8; }
.post-dt { color: #AE00A4;}
.center { text-align: center; }

#footer {
    z-index: 10;
    height:60px;
    width:100%;
    background-color: #272626;
    color: #fff;
    margin-top: 50px;
}

#footer .copyright {
    margin: 0 80px;
}

#footer p {
    vertical-align: middle;
    line-height: 60px;
}
/*
#footer p{
width:100%;
text-align:center;
padding: 0;
}
#footer p a{
color:#F69302;
text-decoration:underline
}
#footer p a:visited{text-decoration:underline}
#footer p a:hover{text-decoration:none}
#posts{
width:532px;
float:left;
padding:0 44px 0 0;
padding:10px 44px 0 0;
font-family: trebuchet ms;
font-size:13px;
color:#595959
}
*/
#sidebar{
width:356px;
float:left
}
.post{
padding:0 0 35px 0;
overflow:hidden;
width:532px;
float:left;
}
.post h2{
font-family: trebuchet ms;
font-size:24px;
color:#474747;
font-weight:normal;
display:block;
padding:15px 0 0 75px;
line-height:70px;
background-image:url(images/h_bg.jpg);
background-position:bottom left;
background-repeat:no-repeat;
}
.post h2:first-letter {
font-size:60px;
}
.date{
display:block;
float:left;
background-image:url(images/date_bg.gif);
background-position:top left;
background-repeat:no-repeat;
width:70px;
text-align:right;
font-family: trebuchet ms;
font-size:10px;
color:#E6E5E5;
padding:0 4px 0 0 
}
.categories{
display:block;
float:left;
background-image:url(images/categories_bg.gif);
background-position:top left;
background-repeat:no-repeat;
width:454px;
font-family: trebuchet ms;
font-size:10px;
color:#1D1D1D;
padding:0 0 0 4px
}
.description{
padding:20px 0 0 0;
float:left;
margin:0 0 15px 0;
margin:0;
}
.post .description img{
float:left;
padding:0 20px 20px 0;
margin:0px;
}
.post .description p{
display:block;
float:left;
width:98%;
padding:0 0 0 15px
}
.comments{
display:block;
float:left;
line-height:17px;
padding:5px 0 0 18px;
}
.comments a{
color:#F07402;
text-decoration:underline
}
.comments a:visited{text-decoration:underline}
.comments a:hover{text-decoration:none}
.comments span{
font-size:14px;
color:#6E6E6E;
padding:0 7px;
line-height:17px;
}
#search{
background-image:url(images/search_bg.jpg);
background-position:top left;
background-repeat:no-repeat;
width:356px;
height:124px;
margin:0 0 20px 0
}
#search input{
width:169px;
height:20px;
border:0px;
line-height:15px;
font-family: trebuchet ms;
font-size:13px;
color:#595959;
margin:50px 0 0 69px;
padding:3px 0 0 5px;
float:left
}
#search a{
display:block;
float:left;
margin:50px 0 0 2px
}
.list{
padding:0 0 15px 35px;
}
.list ul{
width:290px;
overflow:hidden;
padding:5px 0 15px 5px
}
.list li{
list-style-type:none;
background-image:url(images/bullet.gif);
background-position:top left;
background-repeat:no-repeat;
padding:0 0 5px 22px;
line-height:15px;
height:15px;
width:120px;
float:left;
}
.list a{
font-family: trebuchet ms;
font-size:13px;
color:#595959;
text-decoration:none;
}
.post p{
width:511px;
padding:13px 0 0 20px;
}
.post p img{
margin:5px 0 0 0
}
#comments{
padding:15px 0 0 17px;
width:515px;
float:left;
display:inline;
}
#posts .comment{
background-image:url(images/dots.gif);
background-position:bottom left;
background-repeat:repeat-x;
padding:20px 0 11px 2px;
line-height:14px;
font-family: trebuchet ms;
font-size:13px;
float:left;
border:1px solid white
}
.comment span, .avatar span{
font-family: trebuchet ms;
font-size:10px;
color:#F17102;
padding:0px;
}
.avatar{
width:100px;
float:left;
font-size:10px;
}
#posts .comment p{
display:block;
float:left;
width:410px;
}
#add{
padding:25px 0 50px 0;
float:left
}
.title{
margin:0 0 15px 0
}
.form{
width:412px;
float:left;
}
.form input{
width:405px;
border:1px solid #CCCCCC;
height:18px;
margin:0 0 9px 0;
padding:0 0 0 5px;
font-family: trebuchet ms;
font-size:13px;
color:#595959
}
.form textarea{
width:405px;
border:1px solid #CCCCCC;
height:77px;
overflow:hidden;
margin:0 0 9px 0;
padding:5px 0 0 5px;
font-family: trebuchet ms;
font-size:13px;
color:#595959
}
.rss{
position:absolute;
top:300px;
right:30px;
}
.inner_copy{
border:0;
color:#fff;
float:right;
width:0.09%!important;
margin:-100px;
overflow:hidden;
line-height:0px;
padding:0px;
font-size:13px
}

.fright { float:right; }
.fleft { float:left; }
/*--------------------------------------------*/
/*-            ADDED TEMPLATE MISC           -*/
/*--------------------------------------------*/
.box-shadow {
    -moz-box-shadow: 0px 0px 10px 1px #000;
    /* -webkit-box-shadow: 0px 0px 10px 1px #000; */
    /* box-shadow: 0px 0px 10px 1px #000; */
    /*border-radius: 15px;*/
    /* background-color: #FFF; */
    padding: 20px;
}

.input {
    width: 100%;
    height: 33px;
    margin-top: 5px;
    /* border: 1px solid #888; */
    margin-bottom: 10px;
    -moz-box-shadow: inset 0 0 5px #888;
    /* -webkit-box-shadow: inset 0 0 5px #888; */
    box-shadow: inner 0 0 5px #888;
}
.login_field { 
    width: 96%; 
    height: 65%; 
    font-size: 13px; 
    border: 0;
    outline-style: none;
    padding: 5px;
}
.register_field { 
    width: 96%; 
    height: 65%; 
    font-size: 13px; 
    border: 0;
    outline-style: none;
    padding: 5px;
}

.register_field_select {
    width: 99%;
    height: 93%;
    font-size: 13px;
    border: 0;
    outline-style: none;
    padding: 1px;
}
#login{
    width: 300px;
    font-family: trebuchet ms;
    padding: 0;
    font-size: 13px;
    margin: 0px auto;
    text-align: left;
    color: #fff;
    margin-top: 130px;
}
#trial-register{
    width: 400px;
    font-family: trebuchet ms;
    padding: 0;
    font-size: 13px;
    margin: 0px auto;
    text-align: left;
    color: #fff;
}
.register-error {
    color: red;
}
.form-label {
    margin-top: 10px;
    display: block;
}
.register-input {
    width: 100%;
    height: 33px;
    margin-top: 5px;
    margin-bottom: 5px;
    -moz-box-shadow: inset 0 0 5px #888;
    box-shadow: inner 0 0 5px #888;
}

html[dir="rtl"] #login {
    text-align: right;
}
.button{
    padding: 5px 15px;
    cursor: default;
    border: 1px solid transparent;
}
.button:hover{
    background-color: #DDDDDD;
    border: 1px solid #E1D1E1;
}


table.result {
    font-size: 13px;
    border-collapse: collapse;
    margin: 5px 0px;
    border-collapse: separate;
    border-spacing: 1px;
    text-align: center;
    display: inline-table;
    width: 150px;
}

table.result td, table.result th { padding: 5px; }
.dt-result-test {
    text-align: left !important;
}

.alignright { text-align: right;}
.clear { clear: both; }

table.morepad th, table.morepad td { padding: 10px; }
table.valigntop td { vertical-align:top;}

table.exam td { padding: 10px; }

.onoffswitch-lang {
    position: relative;
    width: 145px;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select: none;
}
.onoffswitch {
    position: relative;
    width: 145px;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select: none;
}
.onoffswitch-ct {
    position: relative;
    width: 215px;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select: none;
}
.onoffswitch-dt {
    position: relative;
    width: 195px;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select: none;
}

/*ES*/
.onoffswitch-lang-es {
    position: relative;
    width: 225px;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select: none;
}
.onoffswitch-es {
    position: relative;
    width: 225px;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select: none;
}
.onoffswitch-ct-es {
    position: relative;
    width: 215px;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select: none;
}
.onoffswitch-dt-es {
    position: relative;
    width: 220px;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select: none;
}

/*end ES*/
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #7FB9DF;
    border-radius: 20px;
}
/*CT*/
.onoffswitch-inner-ct {
    width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner-ct:before, .onoffswitch-inner-ct:after {
    float: left;
    width: 50%;
    height: 30px;
    padding: 0;
    line-height: 30px;
    font-size: 14px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.onoffswitch-inner-ct:before {
    content: "All Unit Test Enabled";
    padding-left: 10%;
    text-align: left;
    background-color: #3598DC;
    color: #FFFFFF;
}
.onoffswitch-inner-ct:after {
    content: "All Unit Test Disabled";
    padding-right: 11%;
    background-color: #EEEEEE;
    color: #999999;
    text-align: right;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner-ct {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch-ct {
    right: 0px; 
}

.onoffswitch-checkbox:disabled + .onoffswitch-label .onoffswitch-inner-ct {
    background-color: #ccc; color: #FFFFFF;
}
.onoffswitch-switch-ct {
    width: 18px;
    margin: 6px;
    background: #FFFFFF;
    border: 2px solid #999999;
    border-radius: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 179px;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}
/*CT ES*/
.onoffswitch-inner-ct-es {
    width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner-ct-es:before, .onoffswitch-inner-ct-es:after {
    float: left;
    width: 50%;
    height: 30px;
    padding: 0;
    line-height: 30px;
    font-size: 14px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.onoffswitch-inner-ct-es:before {
    content: "Desactivar todas las pruebas de unidad";
    padding-left: 10%;
    text-align: left;
    background-color: #3598DC;
    color: #FFFFFF;
}
.onoffswitch-inner-ct-es:after {
    content: "Habilitar todas las pruebas de unidad";
    padding-right: 11%;
    background-color: #EEEEEE;
    color: #999999;
    text-align: right;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner-ct-es {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch-ct-es {
    right: 0px; 
}

.onoffswitch-checkbox:disabled + .onoffswitch-label .onoffswitch-inner-ct-es {
    background-color: #ccc; color: #FFFFFF;
}
.onoffswitch-switch-ct-es {
    width: 18px;
    margin: 6px;
    background: #FFFFFF;
    border: 2px solid #999999;
    border-radius: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 179px;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}
/*DT ES*/
.onoffswitch-inner-dt-es {
    width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner-dt-es:before, .onoffswitch-inner-dt-es:after {
    float: left;
    width: 50%;
    height: 30px;
    padding: 0;
    line-height: 30px;
    font-size: 14px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.onoffswitch-inner-dt-1-es:before {
    content: "Desactivar prueba de unidad 1";
    padding-left: 10%;
    text-align: left;
    background-color: #3598DC;
    color: #FFFFFF;
}
.onoffswitch-inner-dt-1-es:after {
    content: "Habilitar prueba de unidad 1";
    padding-right: 10%;
    background-color: #EEEEEE;
    color: #999999;
    text-align: right;
}
.onoffswitch-inner-dt-2-es:before {
    content: "Desactivar prueba de unidad 2";
    padding-left: 10%;
    text-align: left;
    background-color: #3598DC;
    color: #FFFFFF;
}
.onoffswitch-inner-dt-2-es:after {
    content: "Habilitar prueba de unidad 2";
    padding-right: 10%;
    background-color: #EEEEEE;
    color: #999999;
    text-align: right;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner-dt-es {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch-dt-es {
    right: 0px; 
}

.onoffswitch-checkbox:disabled + .onoffswitch-label .onoffswitch-inner-dt-es {
    background-color: #ccc; color: #FFFFFF;
}
.onoffswitch-switch-dt-es {
    width: 18px;
    margin: 6px;
    background: #FFFFFF;
    border: 2px solid #999999;
    border-radius: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 183px;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}
/*DT*/
.onoffswitch-inner-dt {
    width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner-dt:before, .onoffswitch-inner-dt:after {
    float: left;
    width: 50%;
    height: 30px;
    padding: 0;
    line-height: 30px;
    font-size: 14px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.onoffswitch-inner-dt-1:before {
    content: "Unit Test  Enabled";
    padding-left: 5%;
    text-align: left;
    background-color: #4caf50;
    color: #FFFFFF;
}
.onoffswitch-inner-dt-1:after {
    content: "Unit Test  Disabled";
    padding-right: 5%;
    background-color: #d7d7d7;
    color: #858585;
    text-align: right;
}
.onoffswitch-inner-dt-2:before {
    content: "Unit Test  Enabled";
    padding-left: 5%;
    text-align: left;
    background-color: #4caf50;
    color: #FFFFFF;
}
.onoffswitch-inner-dt-2:after {
    content: "Unit Test  Disabled";
    padding-right: 5%;
    background-color: #d7d7d7;
    color: #858585;
    text-align: right;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner-dt {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch-dt {
    right: 0px; 
}

.onoffswitch-checkbox:disabled + .onoffswitch-label .onoffswitch-inner-dt {
    background-color: #ccc; color: #FFFFFF;
}
.onoffswitch-switch-dt {
    width: 18px;
    margin: 6px;
    background: #FFFFFF;
    border: 2px solid #999999;
    border-radius: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 160px;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}
/*UNIT ES*/
.onoffswitch-inner-es {
    width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner-es:before, .onoffswitch-inner-es:after {
    float: left;
    width: 50%;
    height: 30px;
    padding: 0;
    line-height: 30px;
    font-size: 14px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.onoffswitch-inner-es:before {
    content: "Deshabilitar la unidad";
    padding-left: 10%;
    text-align: left;
    background-color: #3598DC;
    color: #FFFFFF;
}
.onoffswitch-inner-es:after {
    content: "Habilitar unidad";
    padding-right: 10%;
    background-color: #EEEEEE;
    color: #999999;
    text-align: right;
}
.onoffswitch-switch-es {
    width: 18px;
    margin: 6px;
    background: #FFFFFF;
    border: 2px solid #999999;
    border-radius: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 190px;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner-es {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch-es {
    right: 0px; 
}
.onoffswitch-checkbox:disabled + .onoffswitch-label .onoffswitch-inner-es {
    background-color: #ccc; color: #FFFFFF;
}
/*UNIT*/
.onoffswitch-inner {
    width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    float: left;
    width: 50%;
    height: 30px;
    padding: 0;
    line-height: 30px;
    font-size: 14px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "Disable Unit";
    padding-left: 10%;
    text-align: left;
    background-color: #3598DC;
    color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "Enable Unit";
    padding-right: 10%;
    background-color: #EEEEEE;
    color: #999999;
    text-align: right;
}
.onoffswitch-switch {
    width: 18px;
    margin: 6px;
    background: #FFFFFF;
    border: 2px solid #999999;
    border-radius: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 120px;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}
.review_toggle_switch {
    width: 155px;
}
.review_toggle_switch .onoffswitch-inner:before {
    content: "Review Enabled" !important;
    padding-left: 3%;
    text-align: left;
    background-color: #4caf50;
    color: #FFFFFF;
}
.review_toggle_switch .onoffswitch-inner:after {
    content: "Review Disabled" !important;
    padding-right: 3%;
    background-color: #d7d7d7;
    color: #858585;
    text-align: right;
}

.language-toggle.onoffswitch {
    width: 110px;
}
.language-toggle .onoffswitch-inner:before {
    content: "Enabled";
    padding-left: 10%;
    text-align: left;
    background-color: #3598DC;
    color: #FFFFFF;
}
.language-toggle .onoffswitch-inner:after {
    content: "Disabled";
    padding-right: 10%;
    background-color: #EEEEEE;
    color: #999999;
    text-align: right;
}
.language-toggle .onoffswitch-switch{
    right: 75px;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}
.onoffswitch-checkbox:disabled + .onoffswitch-label .onoffswitch-inner {
    background-color: #ccc; color: #FFFFFF;
}
/*LANG*/
.onoffswitch-inner-lang {
    width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner-lang:before, .onoffswitch-inner-lang:after {
    float: left;
    width: 50%;
    height: 30px;
    padding: 0;
    line-height: 30px;
    font-size: 14px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.onoffswitch-inner-lang:before {
    content: "Disable";
    padding-left: 10%;
    text-align: left;
    background-color: #3598DC;
    color: #FFFFFF;
}
.onoffswitch-inner-lang:after {
    content: "Enable";
    padding-right: 10%;
    background-color: #EEEEEE;
    color: #999999;
    text-align: right;
}
.onoffswitch-switch-lang {
    width: 18px;
    margin: 6px;
    background: #FFFFFF;
    border: 2px solid #999999;
    border-radius: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 105px;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}
.language-toggle.onoffswitch-lang {
    width: 110px;
}
.language-toggle .onoffswitch-inner-lang:before {
    content: "Enabled";
    padding-left: 10%;
    text-align: left;
    background-color: #3598DC;
    color: #FFFFFF;
}
.language-toggle .onoffswitch-inner-lang:after {
    content: "Disabled";
    padding-right: 10%;
    background-color: #EEEEEE;
    color: #999999;
    text-align: right;
}
.language-toggle .onoffswitch-switch-lang{
    right: 75px;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner-lang {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch-lang {
    right: 0px; 
}
.onoffswitch-checkbox:disabled + .onoffswitch-label .onoffswitch-inner-lang {
    background-color: #ccc; color: #FFFFFF;
}
/*LANG ES*/
.onoffswitch-inner-lang-es {
    width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner-lang-es:before, .onoffswitch-inner-lang-es:after {
    float: left;
    width: 50%;
    height: 30px;
    padding: 0;
    line-height: 30px;
    font-size: 14px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.onoffswitch-inner-lang-es:before {
    content: "Inhabilitar";
    padding-left: 10%;
    text-align: left;
    background-color: #3598DC;
    color: #FFFFFF;
}
.onoffswitch-inner-lang-es:after {
    content: "Habilitar";
    padding-right: 10%;
    background-color: #EEEEEE;
    color: #999999;
    text-align: right;
}
.onoffswitch-switch-lang-es {
    width: 18px;
    margin: 6px;
    background: #FFFFFF;
    border: 2px solid #999999;
    border-radius: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 105px;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}
.language-toggle.onoffswitch-lang-es {
    width: 160px;
}
.language-toggle .onoffswitch-inner-lang-es:before {
    content: "Habilitado";
    padding-left: 10%;
    text-align: left;
    background-color: #3598DC;
    color: #FFFFFF;
}
.language-toggle .onoffswitch-inner-lang-es:after {
    content: "Discapacitado";
    padding-right: 10%;
    background-color: #EEEEEE;
    color: #999999;
    text-align: right;
}
.language-toggle .onoffswitch-switch-lang-es{
    right: 126px;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner-lang-es {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch-lang-es {
    right: 0px; 
}
.onoffswitch-checkbox:disabled + .onoffswitch-label .onoffswitch-inner-lang-es {
    background-color: #ccc; color: #FFFFFF;
}

.spanish:before {
    content: "EN" !important;
}

.spanish:after {
    content: "DE" !important;
}

.chinese:before {
    content: "上" !important;
}

.chinese:after {
    content: "右" !important;
}

/* Arabic */
.onoffswitch-inner-ar {
    width: 200%;
    margin-right: -100%;
    -moz-transition: margin 0.3s ease-in 0s;
    -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner-ar:before, .onoffswitch-inner-ar:after {
    float: right;
    width: 50%;
    height: 30px;
    padding: 0;
    line-height: 30px;
    font-size: 14px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.onoffswitch-inner-ar:before {
    content: "في";
    padding-right: 20%;
    background-color: #3598DC;
    color: #FFFFFF;
    text-align: right;
}
.onoffswitch-inner-ar:after {
    content: "بعيدا";
    padding-left: 20px;
    background-color: #EEEEEE;
    color: #999999;
    text-align: left;
}
.onoffswitch-switch-ar {
    width: 18px;
    margin: 6px;
    background: #FFFFFF;
    border: 2px solid #999999;
    border-radius: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 56px;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner-ar {
    margin-right: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch-ar {
    left: 0px; 
}
.onoffswitch-checkbox:disabled + .onoffswitch-label .onoffswitch-inner-ar {
    background-color: #ccc; color: #FFFFFF;
}

/*--Include Remove Arabic--*/
.onoffswitch1-inner-ar {
    width: 200%; margin-right: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}
.onoffswitch1-inner-ar:before, .onoffswitch1-inner-ar:after {
    float: right; width: 50%; height: 17px; padding: 0; line-height: 17px;
    font-size: 10px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.onoffswitch1-inner-ar:before {
    content: "شمل";
    padding-right: 8px;
    background-color: #2FCCFF; color: #FFFFFF;
}
.onoffswitch1-inner-ar:after {
    content: "نزع";
    padding-left: 8px;
    background-color: #EEEEEE; color: #999999;
    text-align: left;
}
.onoffswitch1-switch-ar {
    width: 8px; margin: 4.5px;
    background: #FFFFFF;
    border: 2px solid #999999; /*border-radius: 8px;*/
    position: absolute; top: 0; bottom: 0; left: 47px;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; 
}
.onoffswitch1-checkbox:checked + .onoffswitch1-label .onoffswitch1-inner-ar {
    margin-right: 0;
}
.onoffswitch1-checkbox:checked + .onoffswitch1-label .onoffswitch1-switch-ar {
    left: 0px; 
}


/*--Include Remove--*/

.onoffswitch1 {
    position: relative; width: 75px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch1-checkbox {
    display: none;
}
.onoffswitch1-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #999999; /*border-radius: 8px;*/
}
.onoffswitch1-inner {
    width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}
.onoffswitch1-inner:before, .onoffswitch1-inner:after {
    float: left; width: 50%; height: 17px; padding: 0; line-height: 17px;
    font-size: 10px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.onoffswitch1-inner:before {
    content: "Included";
    padding-left: 8px;
    background-color: #2FCCFF; color: #FFFFFF;
}
.onoffswitch1-inner:after {
    content: "Removed";
    padding-right: 8px;
    background-color: #EEEEEE; color: #999999;
    text-align: right;
}
.onoffswitch1-switch {
    width: 8px; 
    /*margin: 4.5px;*/
    margin: 4.5px 9.5px 4.5px;
    background: #FFFFFF;
    border: 2px solid #999999; /*border-radius: 8px;*/
    position: absolute; top: 0; bottom: 0; right: 47px;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; 
}
.onoffswitch1-checkbox:checked + .onoffswitch1-label .onoffswitch1-inner {
    margin-left: 0;
}
.onoffswitch1-checkbox:checked + .onoffswitch1-label .onoffswitch1-switch {
    right: 0px; 
}

tr.trline {border-top:1px dashed #888;}
tr.trline td.check, td.mname { vertical-align: top; }
tr.trline input[type="radio"] { vertical-align: middle; line-height: 13px; cursor: pointer; }
tr.trline input[type="radio"] + label { margin-left: 10px; cursor: pointer; }
tr.trline .letters {
    padding: 2px;
}
tr.trline .letters.correct-ans {
    background: #78A767;
    color: #fff;
}
.button1.save-changes {
    margin-top: 20px;
    background-color: #2AC311;
    padding: 7px 15px !important;
}
.button1.cancel-changes {
    margin-top: 20px;
    margin-left: 0px;
    background-color: #999999;
    padding: 7px 15px !important;
}
.countdownHolder{
    width:450px;
    margin:0 auto;
    font: 40px/1.5 'Open Sans Condensed',sans-serif;
    text-align:center;
    letter-spacing:-3px;
}
.position{
    display: inline-block;
    height: 1.6em;
    overflow: hidden;
    position: relative;
    width: 1.05em;
}
.digit{
    position:absolute;
    display:block;
    width:1em;
    background-color:#444;
    /*border-radius:0.2em;*/
    text-align:center;
    color:#fff;
    letter-spacing:-1px;
}
.digit.static{
    box-shadow:1px 1px 1px rgba(4, 4, 4, 0.35);
    
    background-image: linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
    background-image: -o-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
    background-image: -moz-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
    background-image: -webkit-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
    background-image: -ms-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
    
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.5, #3A3A3A),
        color-stop(0.5, #444444)
    );
}

/**
 * You can use these classes to hide parts
 * of the countdown that you don't need.
 */

.countDays{ display:none !important; }
.countDiv0{ display:none !important; }
.countHours{}
.countDiv1{}
.countMinutes{}
.countDiv2{}
.countSeconds{}

.countDiv{
    display:inline-block;
    width:16px;
    height:1.6em;
    position:relative;
}
.countDiv:before, .countDiv:after {
    position:absolute;
    width:5px;
    height:5px;
    background-color:#444;
    /*border-radius:50%;*/
    left:50%;
    margin-left:-3px;
    top:0.5em;
    box-shadow:1px 1px 1px rgba(4, 4, 4, 0.5);
    content:'';
}

.countDiv:after{
    top:0.9em;
}

.scrollable {
width: 550px; 
overflow-y: hidden;
overflow-x: scroll;
}

.vtop { vertical-align: top;} 
.green {color: green; }

table.dataTable { margin: initial !important; }
#table_id_length{display:none !important;}
.dataTables_length{display:none!important;}
.dataTables_filter{display:none !important;}
.dataTables_info{display:none !important;}
.dataTables_paginate paging_two_button{display:none !important;}
#table_id_info{display:none !important;}
#table_id_paginate,#table_id2_paginate,#table_id3_paginate{display:none !important;}

.results th:hover{background-color:lightblue;}
.results{width: 100%; margin-bottom:20px; }
.results2{width: 100%; margin-top:20px;}
.results td, .results2 td,.results th, .results2 th { padding: 10px 0px;}
.sorting{padding:0 12px;}
.results2 table{width:100%;}
.results li,.results2 li{list-style:none; color:black;}
.results2 a{color:inherit;}
.results a{color:inherit;}
table.result th { font-weight: bold; text-transform: uppercase; font-size: 11px;background-color: #D1E6F6;color: #1D5987;padding: 10px;}
table.result td {background-color: #F1F3FA;}
/*th:hover {background-color:lightblue;}
tr.odd { background-color: lightblue;}*/

.no-hover{background-color:white !important;}
.chart-container{width:100%; height:400px; border:1px solid black;}
.diagnostic-result-container{width:750px; margin:0 auto; margin-top:20px;margin-bottom:60px;}
.diagnostic-question-container{width:650px; margin-top:20px; margin:0 auto;}
.pchart { float:left; width: 400px; height: 250px;}

.dataTable { border-collapse: collapse; text-align: center;}
/*
.dataTable td,.dataTable th { border-left: 1px solid black;}
.dataTable th { border-bottom: 1px solid black; }
*/
ul.list_notes { list-style-position: inside;}
.sorting_asc, .sorting_1 {border-left: 0 !important;  }
.dbl { font-size: 12px; line-height: 17px; font-weight: bold;}
.dbl2 { padding: 15px 22px !important;}

.img-answer { vertical-align: middle; margin-right: 10px; }
html[dir="rtl"] .img-answer { vertical-align: middle; margin-right: 0; margin-left: 10px; }
.hidden { display: none; }

html, body, #content { height: 100%; }
body > #content { height: auto; }

#add-question { width: 500px !important; line-height: 13px; }
#add-question tr { height: 50px; min-height: 50px; }
#add-question tr:first-child { text-align: center; }
#add-question td { padding: 5px 10px; }
#add-question td:first-child { width: 150px; }
#add-question td:last-child { width: 350px; }
#add-question input[type=text] { width: 340px; padding: 2px; border: 1px solid #ccc; }
#question { width: 340px; height: 50px; resize: none; padding: 2px; border: 1px solid #ccc; }
tr#qtr { height: 90px !important; }
span.form-error { font-size: 10px; font-style: italic; color: red; display: block;}
.red { color: red; }
.green { color: green; }
.tb { font-family: trebuchet ms; font-size: 13px; }
.m-top10 { margin-top: 10px; }
.m-top20 { margin-top: 20px; }
.m-top30 { margin-top: 30px !important; }
.m-left5 { margin-left: 5px; }

#edit-account table { width: 320px; }
#edit-account table tr, #change-pw table tr { height: 30px; }
#edit-account table td:first-child, #change-pw table td:first-child { width: 100px; text-align: left !important;}
#edit-account table td:last-child { width: 200px;display: inline-block;}
#edit-account table input[type=text] { width: 170px; padding: 2px; border: 1px solid #ccc; }
#edit-account td { text-align: center !important; }
#edit-account td.squestion, #edit-account td.sanswer { background-color: #E2E2E2 !important; }

#edit-account .save-changes, #change-pw .save-changes { margin: 0 !important; }
#edit-account .info-title { padding-left: 0; }

#change-pw table { width: 420px; }
#change-pw table td:last-child { width: 180px; text-align: center !important;}
#change-pw table input[type=password] { width: 180px; padding: 2px; border: 1px solid #ccc;  }
#change-pw label {/* padding-left: 20px; */}

.hidden-btn { display: none; }
#container { width: 800px; margin: 0 auto; }

.button1 {
    background-color: #FF5B5B;
    border: 0 solid #CCCCCC;
    /*border-radius:3px;*/
    color: #FFFFFF;
    cursor: pointer;
    font-size: 13px;
    padding: 4px 8px;
    text-align: center;
    display: inline-block;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    min-width: 25px;
    }
.button1:hover {
    background-color: #2492BD; }
    
#dash { width: 100%; border-top:1px dashed #888; }
#ct { margin: 10px 0px; }


.onoffswitch-module {
    position: relative; width: 60px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-module-checkbox {
    display: none;
}
.onoffswitch-module-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #999999; /*border-radius: 20px;*/ height: 20px;
}
.onoffswitch-module-inner {
    width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}
.onoffswitch-module-inner:before, .onoffswitch-module-inner:after {
    float: left; width: 50%; height: 30px; padding: 0; line-height: 22px;
    font-size: 12px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.onoffswitch-module-inner:before {
    content: "ON";
    padding-left: 10px;
    background-color: #8BDA84; color: #FFFFFF;
}
.onoffswitch-module-inner:after {
    content: "OFF";
    padding-right: 10px;
    background-color: #EEEEEE; color: #999999;
    text-align: right;
}
.onoffswitch-module-switch {
    width: 10px; height: 10px; margin: 5px 10px;
    background: #FFFFFF;
    border: 2px solid #999999; /*border-radius: 50px;*/
    position: absolute; top: 0; bottom: 0; right: 30px;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; 
}
.onoffswitch-module-checkbox:checked + .onoffswitch-module-label .onoffswitch-module-inner {
    margin-left: 0;
}
.onoffswitch-module-checkbox:checked + .onoffswitch-module-label .onoffswitch-module-switch {
    right: 0px; 
}

.onoffswitch-module-checkbox:disabled + .onoffswitch-module-label .onoffswitch-inner {
    background-color: gray !important;
}

.disabled { background-color: #888; cursor: default; }
.disabled:hover { background-color: #888; }

#accounts { /*width: 320px; color: #FF4E22; */ }
.margin-sides { margin: 0px 5px; }

.students { width: 51%;/* margin: 0 auto; */text-align: center; margin-bottom: 10px !important; }
.students th, .students td  { height: 30px; }
.students th {background-color: #D1E6F6; text-transform: uppercase;color: #1D5987;}
.students tr { height: 30px; background-color: #E2E2E2; }
.students a { color: #FF4E22; }
.students a:hover { text-decoration: underline; }
.students td:nth-child(2) { width: 20px; }
.students td:nth-child(3) { padding-left: 10px; text-align: left !important; }
.students td { background-color: #F1F3FA; }

.group-name {/* text-align: center; */ margin-top: 10px;}
.transfer, .delete { height: 22px !important; padding: 3px 8px !important; }
.group-control {padding: 5px 0px;/* margin-left: 25%; */}

#check { float: right; padding-top: 3px; }
.gender { vertical-align: middle; cursor: pointer; }
.gender + label { cursor: pointer; }
#f { margin-left: 10px;}
#save:disabled { background-color: #888; }

/* Dialog Box */
.ui-dialog {
    background-color: #D9D9D9;
    border: 1px solid #888;
}

.ui-dialog-titlebar {
    text-align: center;
    font-weight: bold;
    padding: 5px;
    background-color: #888;
}

.ui-dialog-titlebar .ui-button {
    float: right;
}

.ui-dialog-content {
    min-height: 45px !important;
    padding: 10px;
}

.ui-dialog-buttonpane {
    text-align: center;
    padding-bottom: 10px;
}

.ui-dialog-buttonset button:first-child {
    margin-right: 5px; 
}

.m-active {
    font-size: 11px;
    color: darkgreen;
    font-style: italic;
    margin-right: 5px;
}

/* Diagnostic Test */

.dtq-image {
    height: 200px;
    width: 300px;
    margin: 0 auto;
    border: 1px solid #888;
    padding: 5px;
    background-color: #fff;
    margin: 10px 0;
}

#ct a:first-child {
    margin-right: 10px;
}

/* Arabic Layout */
html[dir="rtl"] #logged-in, html[dir="rtl"] #accounts, html[dir="rtl"] #accounts a, html[dir="rtl"] #accounts p, html[dir="rtl"] .m-active{
    float: left !important;
}

html[dir="rtl"] #language {
    float: right !important;
}

html[dir="rtl"] .teacher-mb a.take-box:first-child, html[dir="rtl"] #ct a:first-child {
    margin-left: 5px;
}

html[dir="rtl"] .teacher-mb a.manage-box:first-child, html[dir="rtl"] #ct a:first-child {
    margin-left: 5px;
}

html[dir="rtl"] .letters {
    float: right;
}

.rvw {
    font-size: 11px;
    font-style: italic;
}

.ask {
    font-weight: bold;
}

html[dir="rtl"] .dataTables_wrapper {
    direction: ltr;
}

.dataTable td:first-child, .dataTable th:first-child {
    border-left: 0;
}

#dp_swf_engine {
    display: none;
}

.st-box {
    cursor: pointer;
}

.user-group {
    display: none;
    width: 300px;
    margin: 20px 0;
    position: relative;
}

.user-group p, .user-group input[type=text] {
    float: left;
    margin-right: 15px;
}

.user-group input[type=submit] {
    /* height: 25px; */
    margin-right: 5px;
}

#group-controls {
    /* margin-top: 8px; */
    /* text-align: center; */
}

.inactive {
   pointer-events: none;
   cursor: default;
   background-color: #888;
}

.dt-del, .ct-del, .activate-ct, .ct-res {
    margin-left: 5px;
}

.choices input[type=radio], .choices input[type=checkbox] {
    margin: 5px 10px;
    vertical-align: middle;
    cursor: pointer;
}

.choices input[type=radio] + label, .choices input[type=checkbox] + label {
    cursor: pointer;
}

#check-results {
    float: right;
    margin-right: 120px;
}

#dt-back { padding: 4px 8px; }
#check-results {
    height: 26px;
    line-height: 26px;
}

.module-nav {
    margin: 10px 5px 0 0;
}

#countdown { 
    width: 240px; 
    height: 45px; 
}

.dt-image img {
    height: 125px;
    width: 175px;
/*    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;*/
    margin-right: 2px;
}

.dt-image input[type=radio], .dt-image input[type=checkbox] {
    display: none;
}

.dt-image label { display: block; text-align: center; cursor: pointer; float: left; }
.dt-image input[type=radio] + label img, .dt-image input[type=checkbox] + label img { border: 4px solid transparent; -webkit-transition: all .3s ease; }
.dt-image input[type=radio]:checked + label img, .dt-image input[type=checkbox]:checked + label img { border: 4px solid #ee6143; -webkit-transition: all .3s ease; -webkit-backface-visibility: hidden; }
/* .dt-image input[type="radio"] + label span { color: #000; -webkit-transition: all .3s ease; }
.dt-image input[type="radio"]:checked + label span { color: #ee6143; -webkit-transition: all .3s ease; } */

.pagination a {
    text-decoration: underline;
    margin-right: 10px;
}

.current {
    text-decoration: none !important;
}
#ct-modules {
    width: 50%;
    margin-bottom: 10px !important;
}
.p-right15 {
    padding-right: 15px;
}
.spacer {
    height: 15px;
}
.help-block {
    /* padding-left: 5px !important; */
}

#instructions {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(60, 60, 60, 0.5);
    z-index: 100;
}

#layerslider {
    background-color: #F5F1E8;
}

#wherestart {
    margin-top: 15px;
    background-color: #FF5B5B;
    font-family: 'PlaytimeRegular';
    font-size: 18px;
}

#wherestart:hover {
    background-color: rgb(185, 128, 55);
}

#close-btn {
    position: absolute;
    bottom: 20%;
    left: 48%;
    margin: 10px 0;
    text-align: center;
}

#layerslider-container {
    position: relative;
    top: 25%;
    width: 50%;
    font-family: 'PlaytimeRegular';
    font-size: 20px;
    margin: 0 auto;
/*    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;*/
}

.dataTable {
    border-collapse: separate;
    border-spacing: 1px;
}

.dataTable th {
    background-color: #D1E6F6;
    text-transform: uppercase;
}

.dataTable td {
    background-color: #F1F3FA;
}

.f-link {
    color: #A8F6FF;
}

.l-separator {
    padding: 0px 3px;
}

html[dir="rtl"] .fright { float: left; }
html[dir="rtl"] .fleft { float: right; }

#email-container {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(60, 60, 60, 0.5);
    z-index: 100;
}

#email-form {
    position: relative;
    top: 28%;
    width: 400px;
    padding: 10px;
    background-color: #fff;
    font-size: 20px;
    margin: 0 auto;
    border: 2px solid #ccc;
/*    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;*/
}
#email-form table input {
  display: block;
  padding: 2px;
  width: 95%;
}
.email-btn {
    background:url(images/email.png) no-repeat;
    cursor:pointer;
    border:none;
    width:32px;
    height:32px;
}

#close-btn {
    position: absolute;
    left: 400px;
    top: 0px;
    float: right;
    height: 15px;
    width: 15px;
    cursor: pointer;
}

#email-form p {
    font-size: 14px;
}

.LV_validation_message {
    font-size: 13px !important;
}

.LV_invalid {
    color: red;
}

.LV_valid {
    color: green;
}

#email-message {
    font-family: trebuchet ms;
    resize: none;
    padding: 2px;
    width: 95.5%;
    margin-top: 4px;
}

.ct_results a {
    text-decoration: underline;
}

table.center {
    margin-left:auto; 
    margin-right:auto;
}

table.portfolio1, table.portfolio2 {
    width: 600px;
}

table.portfolio1 th {
    width: 25%;
}

table.portfolio2 th:nth-child(1) {
    width: 25%;
}

table.portfolio2 th:nth-child(2) {
    width: 75%;
}

/** Module Result 09-23-14 **/
div#pdf-button {
    /* float: right; */
    margin: 10px 0;
}
div#pdf-button img {
    width: 20px;
    padding: 0 10px;
}
#graphDiv { 
    display: none; 
    position: fixed; 
    background: rgba(45, 45, 45, .9); 
    z-index: 1000;  
    width: 800px; 
    height:100%;
    padding: 10px;
    margin-top: -30px;
}
#close img {
    width: 15px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px;
}
#close:hover { 
    cursor: pointer;
}
#graphDiv ul {
    width: 80%;
    margin: 0 auto;
    padding-top: 40px;
    list-style: none;
}
#graphDiv ul li {
    /*height: 40px;*/
}
#graphDiv ul li label {
    float: left;
    padding: 5px 0 0 90px;
    color: white;
    font-size: 20px;
}
#graphDiv input[type="text"] {
    /*border-radius: 5px !important;*/
    width: 300px;
    height: 35px;
    outline: none;
    float: right;
    -webkit-appearance: none;
    background-color: white;
    font-family: inherit;
    border: 2px solid #cccccc;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.75);
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
    padding: 5px;
}
#graphDiv .add_field_button {
    background: url(images/plus.png);
    width: 42px;
    height: 45px;
    border: 0;
    float: right;
    outline: none;
    cursor: pointer;
    position: relative;
    top: -5px;
}
#graphDiv .more-fields {
    padding: 5px;
}
#graphDiv .input_fields_wrap, #graphDiv .more-fields {
    height: 100%;
    /*clear: both;*/
}
#graphDiv a.remove_field {
    color: wheat;
    float: right;
    padding-top: 10px;
    padding-right: 15px;
}
#graphDiv .email-submit {
    border: 0;
    padding: 10px;
    margin: 0 auto;
    display: block;
    background: #FF5B5B;
    color: white;
    /*border-radius: 5px;*/
    outline: none;
    cursor: pointer;
}
#graphDiv .email-submit:hover {
    background: #2492BD;
}
#graphDiv .LV_invalid {
    position: absolute;
    left: 135px;
    margin-top: 30px;
}
#graphDiv .LV_valid {
    position: absolute;
    left: 185px;
    margin-top: 30px;
}
#graphDiv p {
    text-align: center;
    padding: 10px;
    color: white;
    font-size: 16px;
}
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/*added for languages*/
.submit-language
{
    color: #fff;
    max-width: 170px;
    cursor: pointer;
    background-color: #2AC311;
    padding: 7px 15px !important;
    border: none;
}
.language-table{
    border-collapse: collapse;
    border: 1px solid #fff;
    margin: 10px 0 !important;
}
.language-table tr th{
    padding: 10px;
    background-color: #D1E6F6;
    color: #1D59A2;
}
.language-table tr td {
    padding: 10px;
    background-color: #F1F3FA;
}

/* module description */
.module-box h2 { margin-top: 10px; margin-bottom: 10px; }
.grey { 
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(128, 128, 128, 0.8);
    z-index: 99;
}
.mod-desc-u { 
    position: fixed; 
    margin: 0 auto; 
    z-index: 999;
    width: 60%;
    top: 20%;
    right: 20%;
}
.mod-desc { 
    display: none;
    position: fixed; 
    margin: 0 auto; 
    z-index: 999; 
    /* width: 50%;
    top: 25%;
    right: 25%; */
    width: 60%;
    top: 20%;
    right: 20%;
}
.mod-edit-group { 
    display: none;
    position: fixed; 
    margin: 0 auto; 
    z-index: 999; 
    width: 30%;
    top: 30%;
    right: 35%;
}
.mod-desc div, .mod-edit-group div, #forgot-u, .mod-desc-u div {
    padding: 15px;
    line-height: 20px;
    background: #083B91;
    /*    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;*/
    color: white;
}
.mod-desc-u {
    text-align: center;
}
.mod-desc .close-btn, .mod-edit-group .close-btn{ 
    color: #fff;
    display: block;
    cursor: pointer;
    background: #FF5B5B;
    margin: 15px auto;
    padding: 10px 20px; 
/*    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;*/
    width: 35px;
    }
#login .desc-btn {
    float: left;
    cursor: pointer;
    color: #fff;
    text-decoration: underline;
    }
#login .forgot-username-btn {
    margin-top: 5px;
    float: left;
    cursor: pointer;
    color: #fff;
    text-decoration: underline;
}
html[dir="rtl"] #login .desc-btn {
    float: right;
}
#login input.button1 {
    float: right;
    background: #F99737;
    width: 120px;
}
html[dir="rtl"] #login input.button1 {
    float: left;
}
#trial-register .desc-btn {
    float: left;
    cursor: pointer;
    color: #fff;
    text-decoration: underline;
    }
html[dir="rtl"] #trial-register .desc-btn {
    float: right;
}
#trial-register input.button1 {
    float: right;
    background: #F99737;
    width: 120px;
}
html[dir="rtl"] #trial-register input.button1 {
    float: left;
}
.edit-group-name{
    /* padding: 10px; */
    margin: 0 auto;
    /*border-radius: 5px;*/
}
.edit-group-name table{
    border-collapse: collapse;

}
.edit-group-name table td{
    padding: 5px;

}
.edit-group-name table input{
    padding: 5px;
}
.bg-white{background-color: white !important;}
.ta-center{text-align:center;}
span.disable-link{
    background-color: #ccc;
    border: 0 solid #CCCCCC;
    /*border-radius:3px;*/
    color: #FFFFFF;
    font-size: 13px;
    padding: 4px 8px;
    text-align: center;
    display: inline-block;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.chosen {
    width: 300px;
    height: 200px;
}

input[type=checkbox] {
    cursor: pointer;
}

/*security question*/
.s_question {
    display: inline-block;
    float: left;
}
.s_question select {
    width: 76.3%;
    padding: 5px;
    font-size: 15px;
    float: left;
    font-family: 'trebuchet ms';
}
.s_question .inputText {
    float: left;
}
.default-language select {
    float: left;
    width: 189px;
    padding: 5px;
    font-size: 15px;
    font-family: 'trebuchet ms';
}
/*default language*/


/*added for adding multiple row teachers/students */
#multipleaddform{
    position: fixed;
    background-color: #fff;
    box-shadow: 3px 3px 3px #636363;
    display: none;
    width: 400px;
    /*height: 300px;*/
    /*border-radius: 20px;*/
    padding: 20px;
    left: 50%;
    top: 60%;
    margin-left: -200px;
    margin-top: -200px;
    z-index: 1000;
    border: 1px solid #e1e1e1;
}
#multipleaddform .row {
  margin: 10px 0;
}

#multipleaddform input {
  width: auto;
    padding: 5px 9px;
    border: solid 1px #e1d1e1;
    outline: 0;
}
#multipleaddform input[type=text] {
    width: 380px !important;
    margin: 10px 0px;
}
#multipleaddform input[type=radio] {
    width: auto !important;
    padding: 5px 9px;
    border: solid 1px #e1d1e1;
    outline: 0;
    vertical-align: middle;
    margin: 0px 10px;
}
.cgray{background-color: gray !important;}
}

.mb10{margin-top: 10px;}

.success-msg{
    background-color: green; padding: 5px; text-align: center;
}
.error-msg{
    background-color: red; padding: 5px; text-align: center;
}
.success-msg p, .error-msg p{color: #fff;}

#forgot .desc-forgot {
    display: none;
}
#forgot h3 {
    margin-bottom: 5px;
}

.mod-desc .success-div{
    background-color: green; padding: 5px; text-align: center; color: white;
}
.mod-desc .error-div{
    background-color: red; padding: 5px; text-align: center; color: white;
}

.mod-desc .info-div{
    background-color: orange; padding: 5px; text-align: center; color: white;
}
/***Confirm Box CSS**/
#confirm-box {
    padding: 50px;
    text-align: center;
}
#confirm-box div p {
    font-size: 20px;
    margin-bottom: 20px;
}
#confirm-box div a, #confirm-box div input {
    font-size: 18px;
}
#on_going {
      text-align: center;
}
.back-confirm {
      background-color: #CCCCCC;
      color: black;
}
.sub-headers h1 {
    font-size: 21px;
    padding: 10px 0;
}

.top-buttons {
    padding: 6px 0px;
    background-color: #F1F3FA;
    height: 22px;
}
html[dir="rtl"] .top-buttons {
    margin-left: 0px;
}
.top-buttons .buttons a {
    margin-left: 10px;
    margin-top: 0;
    background-color: transparent;
    color: #083B91;
    font-size: 11px;
    font-family: trebuchet ms; 
}
.top-buttons .buttons a:hover, .top-buttons .buttons a.active {
    color: #fff;
    background-color: #083B91 !important;
}
.guide:hover { background-color: #F551A9; }
.dbguide button { font-family: inherit; }
.guide {
    padding: 5px;
    background-color: #FF1493;
    /*border-radius: 5px;*/
    border: none;
    font-size: 10px;
    color: #fff;
    cursor: pointer;
    font-family: trebuchet ms;
}
.first-timer {
    background-color: #D6E3BC;
    /*border-radius: 25px;*/
    width: 95%;
    margin: 10px auto;
}
.first-timer p{
    padding: 15px;
    line-height: 1.4rem;
    font: 18px;
}
.first-timer button{
    padding: 5px;
    margin-right: 3px;
}

/*teacher filtered modules*/
button.btn-portfilter {
    background: #eee;
    border: 0;
    padding: 6px 15px;
    color: #555;
    cursor: pointer;
    margin-right: 5px;
}
button.btn-portfilter:hover, button.btn-portfilter.active {
    background: #3598DC !important;
    color: white !important;
}

.teacher-dash ul.thumbnails.gallery li {
    display: inline-block;
}
.thumbnails li {
    list-style: none;
}
.thumbnails li .thumbnail {
    height: 165px;
    width: 380px;
    background: #F1F3FA;
    padding: 10px;
}
.thumbnails li .thumbnail div h3 {
    color: #000;
    text-transform: uppercase;
    max-width: 250px;
    font-family: trebuchet ms;
}
.thumbnails li .thumbnail div img {
    width: 140px;
    height: 125px;
    margin-top: 10px;
}
.module-buttons {
    margin-left: 6px;
    margin-top: 7px;
}
html[dir="rtl"] .module-buttons {
    margin-left: 0px;
    margin-right: 6px;
}
.fright.cat {
    color: #FF8000;
    text-transform: uppercase;
    font-size: 11px;
    font-family: trebuchet ms; 
}
.module-buttons a {
    display: inline-block;
    background: #3598DC;
    color: #fff;
    width: 94px;
    text-align: left;
    padding: 7px 5px;
    margin-top: 3px;
}
html[dir="rtl"] .module-buttons a {
    text-align: right;
}
.module-buttons a:hover {
    background: #7FB9DF;
}
.module-buttons .results {
    margin-bottom: 0;
}
.module-buttons a .fa {
    height: 15px;
    vertical-align: text-bottom;
    margin-top: 0px !important;
    margin-right: 5px;
}
html[dir="rtl"] .module-buttons a .fa {
    margin-right: 0px;
    margin-left: 5px;
}
.status-buttons {
    font-family: trebuchet ms;
    font-size: 11px;
    text-transform: uppercase;
}
.status-lbl {
    padding: 10px 6px;
    background-color: transparent;
    color: #000;
    margin-bottom: 3px;
    text-align: center;
    border-bottom: 1px solid black;
}
.status-active {
    padding: 8px 6px;
    background-color: #EEF7EA;
    border-left: 5px solid #C9E2B3;
    color: #5C9547;
    margin-bottom: 4px;
}
html[dir="rtl"] .status-active {
    border-left: 0;
    border-right: 5px solid #C9E2B3;
}
.status-inactive {
    padding: 8px 6px;
    margin-bottom: 4px;
    background-color: #DAD7D7;
    border-left: 5px solid #999999;
    color: #999999;
}
html[dir="rtl"] .status-inactive {
    border-left: 0;
    border-right: 5px solid #999999;
}
.status-rejected {
    padding: 8px 6px;
    margin-bottom: 4px;
    background-color: #FFC9C9;
    border-left: 5px solid #F58A8A;
    color: #E03232;
}
html[dir="rtl"] .status-rejected {
    border-left: 0;
    border-right: 5px solid #F58A8A;
}
div.status {
    display: inline-block;
    text-align: left;
    margin-top: 10px;
    width: 100%;
}
div.status label {
    color: green;
    font-size: 11px;
}
/*end teacher filtered modules*/

.dash-welcome, .dash-message { width: 94%; }
.dash-message { margin-top: 20px;}

/* The Modal (background) */
#details_modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 30px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: scroll; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 70%;
}

/* The Close Button */
.close-modal {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close-modal:hover,
.close-modal:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    #footer .copyright { margin: 0; }
    #footer p { padding: 0 10px; font-size: 12px; }
}

/*dt-test*/
.dt-test .outer-table {
    width: 65%;
    padding: 10px 0;
    text-align: center;
    border-collapse: separate;
    border-spacing: 1px;
}
.dt-test .outer-table tr.m-name {background-color: #D1E6F6;      color: #1D5987;}
.dt-test .test-container, .dt-test .create-act, .dt-test th.dt-header {background: #F1F3FA; padding: 5px;}
.dt-test .test-container td, .dt-test .create-act td { padding: 7px; vertical-align: top;background-color: #F1F3FA;}
.dt-test .test-container .inner-table td, .dt-test .create-act .inner-table td { padding: 0; text-align: right; }
.dt-test .inner-table td:nth-child(2) { width: 30%; text-align: center; }
.dt-test .test-container td.test-name, .dt-test .test-container td.test-note { vertical-align: middle; text-align: right;width: 65%;}
.dt-test .test-container td.test-note { text-align: center !important; }
.inner-table { margin: 0 !important; }
.dt-test h2 {
    text-align: left;
    padding: 7px;
}
.dt-test .inner-table {
    padding: 0 10px;
    text-align: left;
    /* margin: 0 auto; */
    width: 100%;
    border-collapse: separate;
    border-spacing: 1px;
}
.dt-test .inner-table a { margin: 0 3px; }

.question-library-test-name {
    line-height: 20px;
    margin: 0px 0px 15px 0px;
}
.dt-test-name {
    line-height: 20px;
    margin: 15px 0;
}
.dt-test-note {
    line-height: 17px;
    margin-bottom: 15px;
}
#test-name, #search-test {
    padding: 3px 2px;
    width: 285px;
}
table#dt-table, table#ct-table {
    text-align: left !important;
    margin-bottom: 10px !important;
    border-collapse: separate;
    border-spacing: 1px;
}
table#dt-table thead td, table#ct-table thead td {
    background-color: #D1E6F6;
    color: #1D59A2;
}
table {
    margin-left: -1px !important;
    margin-right: -1px !important;
    margin-bottom: 20px !important;
}
table.problem-solving {
    vertical-align: middle;
    border-collapse: separate;
    border-spacing: 1px;
}
table.problem-solving td:first-child {
    background-color: #D1E6F6;
    color: #1D5987;
    padding: 10px;
}
table.details td:nth-child(2), table.problem-solving td:nth-child(2) {
    padding: 10px;
    text-align: left !important;
    background-color: #F1F3FA;
}
table th.empty {
    padding: 5px !important;
    background-color: #fff !important;
}
div.btn {
    padding: 10px 0px;
}
div.btn a.btn, div.btn a.btn:visited {
    background-color: #DCDADA;
    padding: 5px 10px;
    margin-right: 5px;
    color: #555555;
}
div.btn a.btn:hover, #email-container #email-send:hover {
    background-color: #2AC311;
    color: #fff;
}
#email-container #email-send {
    background-color: #DCDADA;
    padding: 5px 10px;
    margin-right: 5px;
    color: #555555;
    border: none;
    cursor: pointer;
}
#email-container h3 {
    margin-bottom: 10px;
}
.text {
    color: #000;
    padding: 10px 0;
}
.ct-summary #results {
    margin-left: -2px;
}
table.details {
    margin: 10px 0px;
    border-collapse: separate;
    border-spacing: 1px;
}
table.details td:first-child {
    background-color: #D1E6F6 !important;
    color: #1D5987 !important;
    padding: 10px;
    text-align: right;
}
li.settings-pre, li.settings-post, li.submit-test-item, li.submitted-test-items {
    display: none;
}
.module-settings th {
    text-transform: none !important;
    font-size: 13px !important;
}
.module-settings h2 {
    text-transform: uppercase;
    padding: 15px 0px 0px 0px;
}
.search-container #search-table {
    padding: 3px 2px;
}
.search-container span {
    font-size: 12px;
}
.link-group {
    color: #3598DC;
    text-decoration: underline;
}
.create-test-btn, .update-btn {
    background: #3598DC !important;
    color: white !important;
}
.ct-results {
    width: 90%;
}
.dt-stat td, .ct-results td {
    text-align: left;
}
.dt-stat td:first-child {
    background-color: #D1E6F6;
    color: #1D5987;
}
.cool-btn {
    background: #3598DC;
    color: white;
}
.cool-btn:hover {
    background-color: #55B3DF;
}
.danger-btn {
    background-color: #DC143C;
}
.danger-btn:hover {
    background-color: #F9385F;
}
.fa-times {
    font-size: 32px !important;
    color: #f00;
    vertical-align: middle;
}
.fa-check {
    font-size: 32px !important;
    color: #0f0;
    vertical-align: middle;
}
.result-title {
    text-transform: uppercase;
    padding: 10px 0;
    margin-top: 10px;
}
.group-name {
    text-transform: uppercase;
    padding: 10px 0;
    margin-top: 10px;
}
.info-title {
    text-transform: uppercase;
    padding: 5px;
    margin-top: 10px; 
}
.phpgrid table, .DelTable, .EditTable {
    margin: initial !important;
}
table#dt-table th, table#dt-table td{
    border: 1px solid #fff;
} 
table.dataTable.no-footer{
    border-bottom: #fff !important;
}
div#test_question_list table {
    /* border-spacing: 1px; */
}
div#test_question_list table td:nth-child(3), div#test_question_list table th:nth-child(3) {
    text-align: left;
}
div#test_question_list table td:first-child, div#test_question_list table td:nth-child(2) {
    vertical-align: top;
}
div#test_question_list #select-module {
    padding: 3px 2px;
}
table.dataTable td, table.dataTable th {
    border: 1px solid #fff;
}
table.dataTable thead th, table.dataTable thead td {
    border-bottom: 1px solid #fff !important;
}
.dotted-border {
    border-top: 1px dotted gray;
    border-bottom: 1px dotted gray;
    padding: 10px 0px;
}
.module-filter {
    margin-bottom: 10px;
}
#test-list {
    margin: 5px 0px !important;
}
#search-cumulative-settings {
    margin-top: 10px;
    padding: 3px 2px;
}
.ct-name, .ct-limit {
    padding: 10px 0px;
    line-height: 17px;
}
.ct-name input, .ct-limit input, .cumulative-results {
    padding: 3px 2px;
}
table.activate-group-ct {
    margin-bottom: 0px !important;
}
.module-res th, .pre-res th, .post-res th {
    color: #1D5987;
}
.module-res th a, .pre-res th a, .post-res th a {
    color: #1D5987;
    text-decoration: underline;
}
.pre-test-search, .post-test-search, .search-portfolio {
    margin-top: 10px;
    padding: 3px 2px;
}
.teacher-dash .status-buttons {
    margin-left: 5px;
    margin-top: 6px;
}
.valignMid {
    vertical-align: middle !important;
}
#submitted-test-list th:nth-child(3), #submitted-test-list td:nth-child(3) {
    text-align: center !important;
}
.disabled {
    background-color: #7FB9DF !important;
}
.blue-btn-lg {
    color: #fff;
    max-width: 170px;
    text-align: center;
    padding: 15px 15px;
    background-color: #3598DC;
    font-size: 15px;
    border: 0;
}
.blue-btn-lg:hover {
    cursor: pointer;
    background-color: #7FB9DF !important;
}
.test-wrap {
    margin: 0 auto;
    max-width: 900px;
    min-width: 420px;
    padding: 25px 2px 35px 2px;
}
.test-wrap h1, .test-wrap h2 {
    padding: 10px;
}
.t-center {
    width: 100%;
    text-align: center;
}