/*@font-face {*/
/*font-family: 'latoregular';*/
/*src: url('../fonts/lato-regular-webfont.eot');*/
/*src: url('../fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),*/
/*url('../fonts/lato-regular-webfont.woff2') format('woff2'),*/
/*url('../fonts/lato-regular-webfont.woff') format('woff'),*/
/*url('../fonts/lato-regular-webfont.ttf') format('truetype'),*/
/*url('../fonts/lato-regular-webfont.svg#latoregular') format('svg');*/
/*font-weight: normal;*/
/*font-style: normal;*/

/*}*/

/*@font-face {*/
/*font-family: 'latolight';*/
/*src: url('../fonts/lato-light-webfont.eot');*/
/*src: url('../fonts/lato-light-webfont.eot?#iefix') format('embedded-opentype'),*/
/*url('../fonts/lato-light-webfont.woff2') format('woff2'),*/
/*url('../fonts/lato-light-webfont.woff') format('woff'),*/
/*url('../fonts/lato-light-webfont.ttf') format('truetype'),*/
/*url('../fonts/lato-light-webfont.svg#latolight') format('svg');*/
/*font-weight: normal;*/
/*font-style: normal;*/

/*}*/
 
/*@font-face {*/
/*font-family: 'latobold';*/
/*src: url('../fonts/lato-bold-webfont.eot');*/
/*src: url('../fonts/lato-bold-webfont.eot?#iefix') format('embedded-opentype'),*/
/*url('../fonts/lato-bold-webfont.woff2') format('woff2'),*/
/*url('../fonts/lato-bold-webfont.woff') format('woff'),*/
/*url('../fonts/lato-bold-webfont.ttf') format('truetype'),*/
/*url('../fonts/lato-bold-webfont.svg#latobold') format('svg');*/
/*font-weight: normal;*/
/*font-style: normal;*/

/*}*/

/*@font-face {*/
/*font-family: 'latoblack';*/
/*src: url('../fonts/lato-black-webfont.eot');*/
/*src: url('../fonts/lato-black-webfont.eot?#iefix') format('embedded-opentype'),*/
/*url('../fonts/lato-black-webfont.woff2') format('woff2'),*/
/*url('../fonts/lato-black-webfont.woff') format('woff'),*/
/*url('../fonts/lato-black-webfont.ttf') format('truetype'),*/
/*url('../fonts/lato-black-webfont.svg#latoblack') format('svg');*/
/*font-weight: normal;*/
/*font-style: normal;*/

/*}*/
/*@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');*/

/*@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
body {
    font-family: 'Roboto', sans-serif;
}
.nav-item{
    float:right;

}

.nav-item li {

    padding-right: 0px !important;
    margin-right: 0px !important ;
}

.nav-item a.nav-link {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.nav-item a.nav-link:hover{
    font-weight: 300;
}
}
 .video-append-class iframe{
 	width: 500px;
 }
.ui-widget.ui-widget-content {
    top: 0px !important;
}

.mes-noti {
    background: transparent;
    border: 0px;
    color: #da4129;
}

.clearfix {
    clear: both;
}

#page {
    margin: 0 auto;
    width: 96%;
    max-width: 1600px;
    line-height: 1.6;
}

.allchat {
    width: 300px;
    padding: 5px 5px 5px 5px;
    height: auto;
    position: fixed;
    text-align: center;
    font-size: 18px;
    color: #fff;
    right: 0px;
    bottom: 0px;
    z-index: 99999;
    cursor: pointer;
    background-color: rgba(9,137,26,1.00);
}
.allchat-window a {
    font-size: 14px;
}

.allchat-window {
    width: 300px;
    position: fixed;
    bottom: 0px;
    right: 0px;
    margin-top: 15vh;
    max-height: 85vh;
    overflow-y: scroll;
    z-index: 9999;
    background: #fff;
    border-top: 2px solid green;
    text-transform: capitalize;
}

.info-for-zip {
    border: 1px solid rgba(9,137,26,1.00);
    border-radius: 5px;
    margin-bottom: 10px;
}

.info-for-zip h4 {
    font-weight: bold;
}

.info-list {
    list-style: none;
}

.btn-lockbutton {
    background: rgba(9,137,26,1.00);
    color: #fff !important;
}

#librariesloader {
    display: none;
}

.loader {
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid #3498db;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

body {
    font-family: 'Muli', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #292b2c;
    background-color: #f3f3f3;
    margin: 0px;
    padding: 0px;

}

section#tests p:hover {
    color: rgba(9,137,26,1.00);
    font-weight: bold;
}

section#tests h2 {
    font-weight: bold;
    margin: .5em 1% .25em .7em;
    font-size: 1.4em;
    line-height: 1.25;
    letter-spacing: .025em;
    color: black;
    display: inline-block;
}

section#tests h3 {
    font-weight: normal;
    padding: 1em 1% .25em 1em;
    font-size: 1em;
    line-height: .5;
    letter-spacing: .025em;
}

#tests_nav ul{
    padding-left:0px;
}
#tests_nav ul li {
    /*margin: 0 0 0 1em;*/
   font-weight: 400;
    font-size: 1em;
    line-height: 1.5;
    padding-top: .2em;
	margin: 0 0 0 0em;
    border-bottom: solid 1px #757575;
	font-family: 'Muli', sans-serif;
}
#tests_nav ul li a{
    color: #000;
    font-weight:400;
}

#tests_nav ul > li:hover a {
    color: rgba(9,137,26,1.00);
    font-weight: bold;
}
#tests_nav p  a {
    color: #000;
}
#tests_nav p:hover a {
    color: rgba(9,137,26,1.00);
    font-weight: bold;
}
#tests_nav ul li a:visited {
    font-weight: bold;
    text-decoration: none;
}


#group_nav ul{
    padding-left:0px;
}
#group_nav ul li a{
    margin-top: 0%;
    color: #000;
    font-size: 1em;
    /*font-weight: bold;*/
}

#group_nav ul li ul{
    padding-left:1em;
}
#group_nav ul li ul li a {
	font-weight: 600;
    display: block;
    line-height: 1.7;
    font-size: .8em;
	font-family: 'Muli', sans-serif;
}
#group_nav ul li:hover ul li, #group_nav ul li:hover ul li a  {display:block;border-bottom: solid 0px rgba(100, 100, 100, .5);}

#group_nav ul li ul li a{
    color: black;
    font-weight: 600;
}
#group_nav ul li ul li, #group_nav ul li ul li a{  display: none;}
#group_nav ul {
	margin:0px;
	padding:0px;
}
#group_nav > ul > li {
    font-weight: 400;
    font-size: 1em;
    line-height: 1.5;
    padding-top: .2em;
	margin: 0 0 0 1em;
    border-bottom: solid 1px #757575;
	font-family: 'Muli', sans-serif;
}

#group_nav p  a {
    color: #000;
}
#group_nav p:hover a {
    color: rgba(9,137,26,1.00);
    font-weight: bold;
}
.user_list ul > li:hover{
    color: rgba(9,137,26,1.00);
}
#group_nav ul li ul li a:hover {
	color:rgba(9,137,26,1.00); 
}

.question-list li {border-bottom: 1px solid #757575; } 

.new-list-class {
    width: 75%; 

}
.new-list-class th{
    font-size: 15px;
}
.new-list-class td{
    font-size: 13px;
    font-weight:400;
}
.new-list-class th, .new-list-class td
{padding:5px !important;border: 2px solid;}
.navbar {
    background: #005282;
    margin-top: 80px;
}

ul li {
    list-style: none;
}

.dropdown-menu {
    z-index: 99999 !important;
}

.footer {
    position: relative;
    bottom: 0;
    width: 1518px;
    text-align: center;
}

.jumbotron {
    background: transparent;
}

.completetest {
    color: #fff !important;
    background-color: rgba(9,137,26,1.00);
    border-color: rgba(9,137,26,1.00);
}

.on-schedule {
    color: #28a745;
}

.text-bold {
    font-weight: bold;

}

.behind-schedule {
    color: #dc3545;
}

.not-started {
    color: #dc3545;
}

.task-completed {
    color: #28a745;
}

.ptoemargin {
    margin-right: 5px !important;
}

.ui-dialog {
    z-index: 9999 !important;
}

.email-textbox {
    background-color: green;
}

.sender_name {
    font-size: 12px;
    font-weight: bold;

}

.timestamp_resize {
    font-size: 10px;

}

a.instructionsnotes {
    background: none !important;
    color: blue !important;
    border: 0px !important;
    width: auto !important;
}

a.instructionsnotes:hover {
    background: no-repeat;
    border: 0px;
}

.received_message {
    font-size: 12px;
}

#headerMain {
    /*width:1170px;*/
    margin: 0 auto;
    background-color: rgba(9,137,26,.1);
    /*padding:15px;*/
    padding: 2% 3%;
}

#logo {
    width: 25%;
    /* float: left; */
}

#login {
    float: right;
    font-size: 17px;
}

.clear {
    clear: both;
    height: 0px;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#login ul li {
    list-style-type: none;
    float: left;
}

.navbar-brand {
    display: inline-block;
    padding-top: .25rem;
    padding-bottom: .25rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

#login a {
    font-size: 17.5px;
    color: #000;
    font-weight: 400;
}

#login a:hover {
    color: rgba(9,137,26,1.00);
}

#login02 {
    width: 25%;
    min-width: 340.25px;
    background-color: rgba(9,137,26,1.00);
    clear: both;
    margin: 3.6% auto 15px auto;
    padding: .5em;
    border-radius: 8px;
    height: 152.25px;

}

.text-center {
    text-align: center !important;
}

.form-group {
    margin-bottom: 1rem;
}

a.questionselection.select-butn {
    float: right;
    background: #fff;
    border: 2px solid rgba(9,137,26,1.00);

    font-weight: bold;
    color: #000;
    text-transform: lowercase;
}

a.nextQ, a.prevQ  {
    float: right;
    background: #fff;
    border: 1px solid rgba(9,137,26,1.00);

    font-weight: bold;
    margin-right: 15px;
    color: #000 !important;
    text-transform: lowercase;
}

a.nextQ:hover, a.prevQ:hover  {
    color: rgba(9,137,26,1.00) !important;
}

.secondbutton-append a.show-video.btn, .secondbutton-append a.show-video-prev.btn {
    color: #fff !important;
}

.requestmanager {
    margin-right: 10px;
}

.secondbutton-append a.show-video-prev.btn {
    margin-right: 10px;
}

.signinBtn button {
    text-decoration: none;
    display: block;
    line-height: 1;
    width: 120px;
    padding: 5px 20px;
    background-color: rgba(9,137,26,1.00);
    text-align: center;
    color: #fff;
    margin: 0 auto;
    font-size: 1.125em;
    border: 0;
    cursor: pointer;
    border: 1px solid rgba(9,137,26,1.00);
    border-radius: 3px;
}

.signinBtn button:hover {
    color: rgba(9,137,26,1.00);
    font-weight: 700;
    background-color: rgba(9,137,26, .3);
    border: 1px solid rgba(9,137,26,1.00);
    text-decoration: none;
}

.signinotherBtn a {
    font-size: .8em;
    line-height: 50px;
}

.forminputSignin, .formSignin {
    background-color: #fff;
    height: 2em;
}

.formSignin {
    width: 80%;
    border: 1px solid #676767;
    margin: .8em auto;
}

.forminputSignin {
    width: 100%;
    margin: 0 auto;
    padding: 0 5px;
}

.forminputSignin, .formSignin {
    background-color: #fff;
    height: 2em;
}

button, input, select, textarea {
    line-height: inherit;
}

.del-question {
    width: 25px !important;
    /* padding: 2px 0px !important; */
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    margin-bottom: -1px;
    margin-left: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
    margin-left: 35px;
    color: #fff;
    font-size: 16px;
}

button, input {
    overflow: visible;
}

button, input, optgroup, select, textarea {
    font-size: 100%;
}

[type="checkbox"], [type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

.chat-button {
    border: 0px !important;
    padding: 5px !important;
    border-radius: 5px !important;
}

input[type="email"]#username {
    font-size: 16px;
}

input[type="password"]#password {
    font-size: 16px;
}

.signinBtn button[type="submit"] {
    font-size: 16px;
}

a {
    cursor: pointer;
}
a:hover, a:focus, a:visited {
    text-decoration: none;
}

a, a:link, a:visited {
    color: #337ab7;
}



.signinotherBtn a:hover {
    color: #000;
    text-decoration: underline;
}

article, aside, footer, header, nav, section {
    display: block;
}

.navbar {
    position: relative;
    /*    display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;*/
    padding: .5rem 1rem;
}

.navbar-toggleable-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.mr-auto {
    margin-right: auto !important;
}

.navbar-toggleable-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

nav.mainNav ul {
    margin: 0 auto;
    margin-right: auto;
    text-align: center;
    display: inline-table;
    width: 100%;
}

ul {
    list-style-type: disc;
    padding-left: 0px;
}

.navbar-nav {
    list-style: none;
}

nav.mainNav ul {
    text-align: center;
}

/* nav.mainNav ul li {
    display: inline-block;
    padding: 10px 20px;
} */

.navbar-inverse .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .5);
}

.navbar-inverse .navbar-nav .active > .nav-link, .navbar-inverse .navbar-nav .nav-link.active, .navbar-inverse .navbar-nav .nav-link.open, .navbar-inverse .navbar-nav .open > .nav-link {
    color: #fff;
}

nav.mainNav ul li a {
    padding: 0;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
	font-family: 'Muli', sans-serif; font-size:16px;
	font-weight:400;
	text-align:left;  
}
nav.mainNav > ul > li > a {
	text-transform:lowercase;
	line-height:.8em;
}
nav.mainNav ul li a:hover {
	font-weight:600; 
    background-color: rgba(9,137,26,1.00);
    /*letter-spacing: .07em;*/
}

a.nav-link {
    color: #fff !important;
}

.nav-link {
    display: inline-block;
}

a {
    text-decoration: none;
}

/* nav.mainNav ul li {
    display: inline-block;
    padding: 10px 20px;
} */

a.nav-link:hover {
    color: #efefef !important;
}

.navbar {
    background-color: rgba(9,137,26,1.00) !important;
    /*width:1170px;*/
    padding: 0;
    margin: 0 auto;
}

#mainCnt {
    width: 95%;
    margin: 0 auto;
    max-width: 1140px;
}

.overviewCnt {
    margin-top: 0px !important;
}

#overviewNav {
    width: 100%; 
    min-width: 240px;
    float: left;
    color: #757575;
}

#insideRightCnt {
    min-width: 400px;
    float: right;
    position: relative;
    padding-left: 20px;
}

section {
    display: block;
}

div#my_test {
    border-bottom: 1px solid #000;
}

section#tests h1 {
    font-size: 20px;
    display: inline-block;
    margin: 0 0 0 15px;
    color: #000;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 5px;
}

nav {
    display: block;
}

section#tests ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

section#tests ul li {
    margin: 0 0 0 1em;
    border-bottom: 1px solid hsla(0, 0%, 39%, .5);
    line-height: 1.6;
    list-style-type: none;
}

section#tests ul li a {
    color: #000;
}

#standardsNav {
    width: 100%;
    float: left;
    margin-top: 0%;
    font-size: 1.0em;
    min-height: 400px;
}


.tests_nav button#dropdownMenuButton.btn.btn-default.dropdown-toggle {
    float: left;
    width: 100%;
    text-align: left;
    background: transparent;
    cursor: pointer;
    border-bottom: 1px solid hsla(0, 0%, 39%, .5);
    border-radius: 0px;
}

#standardsNav #how_to .btn-group button#dropdownMenuButton.btn.btn-default.dropdown-toggle {
    float: left;
    width: 100%;
    text-align: left;
    background: transparent;
    cursor: pointer;
    padding: .5rem .75rem;
    border-bottom: 1px solid hsla(0, 0%, 39%, .5);
    border-radius: 0px;
}

#standardsNav #how_to .btn-group.col-md-12 {
    padding: 0px;
    float: left;
    width: 100%;
}

.dropdown-toggle::after {
    position: relative;
    top: -12px;
    float: right;
	  display:none;
}

.created-date-box {
    float: left;
    width: 100%;
    padding: .5rem .75rem;
}

.created-date-box p {
    float: left;
    width: 100%;
    margin: 0px;
    padding: .5rem 0rem;
    font-size: 0.9rem;
    color: #000;
}

.tests_nav button#dropdownMenuButton.btn.btn-default.dropdown-toggle:hover {
    color: rgba(9,137,26,1.00);
}

#standardsNav #how_to .btn-group button#dropdownMenuButton.btn.btn-default.dropdown-toggle:hover {
    color: rgba(9,137,26,1.00);
}

#how_to_info {
    padding: .5em 1.1em 1.1em 1.1em;
    font-size: 12px;
}

#how_to_info h2 {
    margin: 0;
    padding: 0;
    line-height: 1.25;
    font-size: 17px;
    letter-spacing: .025em;
    color: #000000;
}
#how_to_info p {
    color: #757575;
}

article#tests_reports{width:62%;float:right;overflow:hidden;margin:6% 10% 5% 0;border:solid 2px black;}

article#tests_reports h1{font-size:3em;}
article#tests_reports::after{content:""; display:block; clear:both;}

article#tests_reports header{border-bottom:solid black 1px;/* margin:.5em 0 0 0; */}

article#tests_reports header h1{display:inline-block; margin:0 3% 0 1%;}

article#tests_reports header p{display:inline-block;}

div#class_average{width:20%; float:left; display:inline-block; box-sizimg:border-box; text-align:center;  }

div#class_average h1{font-size: 2.5em;line-height:1;font-weight: 700;}

#tests_reports h2{font-size:1.125em; line-height:1;}

div#class_average p{line-height:1.25;font-weight: 500;}

div.students01{width:40%;min-height: 120px; float:left; display:inline-block; box-sizimg:border-box; border-right:1px solid black;border-left:1px solid black;}

div.students01 p:hover{font-weight:bold; color:rgba(9,137,26,1.00);}

.align_center{text-align:center; }

#students_list{padding:0 0 3% 2%;}
.reportstable h3{
    font-size: 21px;
}
.reportstable p.date{
    font-weight:normal;
}
.reportstable h3, .reportstable p {
    margin-top: 0px;
    margin-bottom: 5px;
    font-weight: 600;
}


div#my_test{border-bottom:black solid 1px;}

div#my_test h1{font-size:1.25em; display:inline-block; margin:0 0 0 6%;}
div#my_test p{display:inline-block; float:right; width:auto; padding-top:2.5%; color:black;}
div#tests ul li {color:black;font-weight: 400;}
div#tests ul li ul li a {color:black;font-weight: 400;}
div#tests p:hover{color:rgba(9,137,26,1.00); font-weight:bold;}

div#tests h2{ font-weight:bold; margin:.5em 1% .25em .7em; font-size:1.4em; line-height:1.25; letter-spacing:.025em; color:black; display:inline-block;}

div#tests h3{font-weight:normal; padding:1em 1% .25em 1em; font-size:1em; line-height:.5; letter-spacing:.025em;}

div#tests ul li {margin:0 0 0 1em; border-bottom:solid 1px rgba(100,100,100,.5);}

div#tests ul >li:hover{color:rgba(9,137,26,1.00); font-weight:bold;}

div#tests ul li ul li{border:none;}

div#tests ul li a:hover{color:rgba(9,137,26,1.00);}

div#tests ul li a:visited{font-weight:bold; }

div#tests ul li:hover ul li{display:block;}

div#tests ul li a:hover{font-weight:bold;}


.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.dropdown, .dropup {
    position: relative;
}

.createDelBtn {
    color: #000;
    cursor: pointer;
}

#dropdownMenuButton {
    background: none;
    border: 0;
    padding: 0;
    margin: 0;
    margin-right: 0px;
    margin-right: 15px;
    font-size: 15px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #292b2c;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}

.dropdown-menu {
    right: 0 !important;
    left: auto;
    float: right;
    width: auto;
    padding: 0;
    margin: 0;
}

div#my_test {
    border-bottom: 1px solid #000;
    line-height: 1.8;
}

.childdiv {
    display: none;
}

#dropdownMenuButton.createDelBtn.btn.btn-secondary.dropdown-toggle {
    color: #000;
    cursor: pointer;
    font-size: 15px;
}

.createDelBtn.btn.btn-secondary.dropdown-toggle:after {
    position: relative;
    top: -12px;
    float: right;
    right: -10px;
}

.btn-secondary {
    border: 0px;
}

.btn-secondary:hover, .btn-secondary:focus {
    background: none !important;
    color: rgba(9,137,26,1.00);
    border: 0px;
}

.btn-secondary.focus, .btn-secondary:focus {
    box-shadow: 0 0 0 0px rgba(134, 142, 150, .5);
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 3px 1.5rem;
    clear: both;
    font-weight: 400;
    color: #292b2c;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0;
}

.dropdown-item {
    padding: 5px 15px;
    background: #eee;
}

#login ul li.nav-item a.navbar-brand {
    height: auto;
    padding-left: 0px;
    padding-right: 0px;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 20px;
    margin-left: 1.8rem;
}

/* #login02 .forminputSignin, #login02 .formSignin { */
    /* height: 3.5rem; */
/* } */

.signinotherBtn a {
    font-size: 1.5rem;
}

#login02 {
    padding: 1rem;
}

.mainNav.navbar {
    border: 0px;
    border-radius: 0px;
}

nav.mainNav.navbar ul.navbar-nav.mr-auto {
    display: inline-table;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    float: none;
}

nav.mainNav.navbar ul.navbar-nav.mr-auto li {
    display: inline-block;
    padding: 10px 20px;
    float: none;
}

nav.mainNav.navbar ul.navbar-nav.mr-auto li a.nav-link {
    display: inline-block;
    font-size: 18px;
}

nav.mainNav.navbar ul.navbar-nav.mr-auto li a.nav-link:hover, nav.mainNav.navbar ul.navbar-nav.mr-auto li a.nav-link:focus {
    text-decoration: none;
}

nav.mainNav.navbar {
    min-height: inherit;
}

#my_test .dropdown {
    float: right;
}

#my_test .dropdown .btn.btn-primary.dropdown-toggle {
    color: #000;;
    background-color: transparent;
    border: 0px;
    font-size: 18px;
    padding: 6px 0 0 0;
}

#my_test .dropdown .btn.btn-primary.dropdown-toggle:hover, #my_test .dropdown .btn.btn-primary.dropdown-toggle:focus {
    background: none !important;
    color: rgba(9,137,26,1.00);
}

.btn.active, .btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .125);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .125);
}

#my_test .dropdown.open ul.dropdown-menu {
    min-width: 20rem;
    padding: 0 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #292b2c;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}

#my_test .dropdown.open ul.dropdown-menu li {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

#my_test .dropdown.open ul.dropdown-menu li a {
    padding: 6px 15px;
    background: #eee;
    text-decoration: none;
    color: #000000;
    font-size: 17px;
}

#my_test .dropdown.open ul.dropdown-menu li a:hover {
    background-color: #ffffff;
}

#tests_nav .dropdown button.btn.btn-primary.dropdown-toggle {
    color: #000;;
    background-color: transparent;
    border: 0px;
    font-size: 15px;
    padding: 0px;
    float: left;
    width: 100%;
    text-align: left;
    padding: 5px 0px;
    font-size: 18px;
    position: relative;
}

#tests_nav .dropdown button.btn.btn-primary.dropdown-toggle:hover, #tests_nav .dropdown button.btn.btn-primary.dropdown-toggle:focus {
    background: none !important;
    color: rgba(9,137,26,1.00);
}

#tests_nav .dropdown button.btn.btn-primary.dropdown-toggle span.caret {
    position: absolute;
    right: 0px;
    top: 15px;
}

#tests_nav .dropdown.open ul.dropdown-menu {
    min-width: 20rem;
    padding: 0 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #292b2c;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
    margin-top: 35px;
}

#tests_nav .dropdown.open ul.dropdown-menu li {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

#tests_nav .dropdown.open ul.dropdown-menu li a {
    padding: 6px 15px;
    background: #eee;
    text-decoration: none;
    color: #000000;
    font-size: 15px;
}

#tests_nav .dropdown.open ul.dropdown-menu li a:hover {
    background-color: #ffffff;
}

.created-date-box {
    padding: 0px;
    float: left;
    width: 100%;
}

.created-date-box p {
    padding: 0px;
    font-size: 15px;
    padding-left: 15px;
    margin-top: 0px;
	border-bottom: solid 1px rgba(100, 100, 100, .5) !important;
}

.created-date-box p {
    cursor: pointer;
}

.created-date-box p span.childclass {
    display: none;
}

.created-date-box p:hover {
    color: #000;
}

.created-date-box p:hover span.childclass {
    display: block;
    color: #000;
    padding: 5px 5px 0 15px;
}

.created-date-box p:hover span.childclass:hover {
    color: rgba(9,137,26,1.00);
}

.created-date-box p:hover span.childclass span.caret {
    float: right;
    position: relative;
    top: 5px;
}

article#tests_reports {
    width: 100%;
    /*float: left;*/
    margin: 5px 0 0 0;
    border: 2px solid #000;
}

article#tests_reports header {
    border-bottom: 1px solid #000;
}

#test_reports_header {
    padding: 5px;
    float: left;
    width: 100%;
}

.note {
    float: right;
    font-size: 14px;
}

#tests_reports h2 {
    font-size: 1.125em;
    line-height: 1;
    font-weight: 600;
    margin: 0px;
}
#tests_reports p {
    font-weight: 400;
    margin: 0 auto;
}
#tests_reports p a:hover {
    font-weight: 600;
}
#tests_reports p a{
    color:#000;
}
article#tests_reports header p, div#class_average {
    display: inline-block;
    margin: 0px;
}

.bottom-section {
    float: left;
    width: 100%;
}

article#tests_reports header p {
    float: left;
    /* width: 100%; */
}

#how_to h2 {
    font-size: 20px;
    font-weight: 700;
}

#how_to {
    padding-left: 0px;
}

.center-box-new {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}

.box1 {
    padding-top: 15px;
    text-align: center;
}

.box2 {
    padding-top: 15px;
    min-height: 200px;
}

.box3 {
    padding-top: 15px;
    text-align: center;
}

#tests_reports .box2 h2 {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 15px;
}

#tests_reports .box2 p {
    margin-bottom: 0px;
}

#tests_reports .box3 h2 {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 15px;
}

#tests_reports .box3 p {
    margin-bottom: 0px;
}

.box1 h1 {
    font-weight: 700;
}

#insideRightCnt {
    padding: 0px;
    margin-top: 15px;
}

#login02-adduser {
    width: 25%;
    min-width: 340.25px;
    background-color: rgba(9,137,26,1.00);
    clear: both;
    margin: 1% auto 15px auto;
    padding: 1rem;
    border-radius: 8px;
    height: auto;
}

#login02-adduser .forminputSignin, #login02-adduser .formSignin {
    height: 3.5rem;
}

input[type="text"]#firstname {
    font-size: 15px;
}

input[type="text"]#lastname {
    font-size: 15px;
}

input[type="email"]#reg_email {
    font-size: 15px;
}

h2.form-signin-heading.text-center {
    font-size: 3.6rem;
    margin: 0px;
    padding: 15px 0 15px 0;
}

.signup-cancel {
    line-height: normal;
    height: auto;
    text-align: center;
}

.signup-cancel a {
    line-height: normal;
}

.myspace-article {
    /*width:1130px;*/
    width: 100%;
    margin: 0 auto;

}

.myspace-inner-wrapper {
    float: left;
    width: 100%;
    margin-top: 0px;
}

.myspace-left {
    width: 20%;
    /*min-width: 260px;*/
    float: left;
    color: #000000;
    margin-left: 0;
}

.myspace-right {
    float: right;
    display: inline-block;
    /*width: 70%;*/
    width: 80%;
    margin: 0 0 0 0;
}

.myspace-left-section {
    float: left;
    width: 100%;
}

.myspace-title-wrapper {
    float: left;
    width: 100%;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
}


.myspace-title-wrapper h1 {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px 0 0 15px;
    letter-spacing: .025em;
    font-size: 20px;
    color: #000000;
    font-weight: bold;
}

.myspace-title-wrapper .create-delete-wrapper {
    float: right;
    text-align: right;
    font-size: 14px;
    font-weight: 300;
    padding-top: 0px;
}

.myspace-title-wrapper .create-delete-wrapper a {
    color: #000;
    font-size: 14px;
    text-decoration: none;
    font-weight: 300;
}
a.create-class:hover{color: rgba(9,137,26,1.00);
    font-weight: bold;}
.myspace-tab {
    float: left;
    width: 100%;
}

.myspace-tab ul {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
}

.myspace-tab ul li {
    float: left;
    width: 100%;
    list-style: none;
    margin: 0px;
    padding: 0px 0 0 15px;
}

.myspace-tab ul li a {
    text-decoration: none;
    color: #000;
    font-size: 17px;
    float: left;
    width: 100%;
    padding: 6px 0 6px 0;
    border-bottom: 1px solid #ccc;
    line-height: normal;
    border: 0px;
    border-bottom: 1px solid #ccc;
}

.myspace-tab .nav-tabs > li.active > a, .myspace-tab .nav-tabs > li.active > a:focus, .myspace-tab .nav-tabs > li.active > a:hover {
    color: rgba(9,137,26,1.00);
    border-radius: 0px;
    padding: 6px 0 6px 0;
    line-height: normal;
    border: 0px;
    border-bottom: 1px solid #ccc;
}

.myspace-tab .nav > li > a:focus, .myspace-tab .nav > li > a:hover {
    text-decoration: none;
    background-color: transparent;
    border-radius: 0px;
    padding: 6px 0 6px 0;
    line-height: normal;
    border: 0px;
    border-bottom: 1px solid #ccc;
}

.myspace-tab .nav-tabs {
    border-bottom: 0px;
}

.mys-left {
    padding: 0px;
}

.mys-right {
    padding: 0px;
}

.mys-left .tab-content h3 {
    margin: 0px;
    padding: 0 0 15px 0;
    font-size: 22px;
    font-weight: 700;
}

.student-actions a {
    text-decoration: none;
    display: inline-block;
    line-height: 1.5;
    background-color: rgba(9,137,26,1.00);
    text-align: center;
    color: #fff !important;
    margin: 0 auto;
    font-size: 15px;
    border: 0;
    cursor: pointer;
    width: 125px;
    margin-bottom: 10px;
    border: 1px solid rgba(9,137,26,1.00); 
    text-decoration: none !important;
}

 .student-actions a:hover {
    color: #000 !important;
    font-weight: 700;
    background-color: rgba(218, 65, 8, .25);
    border: 1px solid rgba(9,137,26,1.00);
    text-decoration: none;
} 

.list-class {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.list-class li {
    padding: 0 0 10px 0;
    margin: 0px;
    list-style: none;
}

.list-class li a {
    display: inline-block;
    color: #000;
    font-size: 17px;
    text-decoration: none;
}

.list-class li a:hover {
    color: rgba(9,137,26,1.00);
}

.modal-body .form-group label {
    color: #000;
    padding-left: 0px;
    margin-left: 0px;
}

.modal-title {
    font-size: 22px;
    font-weight: 700;
}

.modal-header {
    border-bottom: 1px solid #000;
}

.modal-dialog .close {
    font-size: 26px;
    font-weight: 700;
    filter: alpha(opacity=50);
    opacity: .5;
}

.modal-body .form-group label {
    font-weight: 300;
    font-size: 15px;
}

.modal-dialog {
    width: 750px;
}

button.btn.btn-primary.btn-new-box {
    text-decoration: none;
    display: inline-block;
    line-height: 1;
    width: 120px;
    padding: 9px 0px;
    background-color: rgba(9,137,26,1.00);
    text-align: center;
    color: #fff;
    margin: 0 auto;
    margin-bottom: 0px;
    font-size: 15px;
    border: 0;
    cursor: pointer;
    width: 125px;
    margin-bottom: 10px;
    border-radius: 0px;
    margin-left: 10px;
    border: 1px solid rgba(9,137,26,1.00);
}

button.btn.btn-primary.btn-new-box:hover {
    color: #000;
    font-weight: 700;
    background-color: rgba(218, 65, 8, .25);
    border: 1px solid rgba(9,137,26,1.00);
    text-decoration: none;
}

.generatebutton {
    padding: 10px 15px !important;
    color: #fff !important;
}

.generatebutton:hover {
    padding: 10px 15px;
    color: #fff !important;
}

.buildbutton {
    padding: 10px 15px !important;
    color: #fff !important;
}

.buildbutton:hover {
    padding: 10px 15px !important;
    color: #fff !important;
}

/*Aug01-2018 rajendran added*/
.cont_main {
    background: #ffffff;
    padding-bottom: 20px;
}

h1.main-title {

    font-weight: normal;
    font-size: 24px;
    color: #000000;
    margin: 10px 0 20px;
    padding: 0;
}

.bs-example {
    background: #FFF;
    padding: 0;
    margin: 10px 0;
}

ul.breadcrumb {
    background: #FFF;
    padding: 0;
    margin-bottom: 0;
}

ul.breadcrumb li {
    font-size: 13px;
}

.pad0 {
    padding: 0;
}

.sear_btn {
    padding: 9px 15px;
    background: rgba(9,137,26,1.00);
    color: #fff;
    border: 1px solid rgba(9,137,26,1.00);
}

.sear_btn:hover {
    padding: 9px 15px;
    background: #fff;
    color: rgba(9,137,26,1.00);
    border: 1px solid rgba(9,137,26,1.00);
}

.org_btn {
    padding: 0px 10px;
    background: rgba(9,137,26,1.00);
    color: #fff !important;
    border: 1px solid rgba(9,137,26,1.00);
    line-height: 30px;
}

.org_btn:hover {
    background: #fff;
    color: rgba(9,137,26,1.00) !important;
    border: 1px solid rgba(9,137,26,1.00);
}

.icon-disable {
    cursor: not-allowed;
    color: #909090 !important;
}

.users-ptpb20 {
    padding-top: 15px;
    padding-bottom: 15px;
    background: #fff;
    font-size: 15px;
    color: #000;
}

.bottom-strip {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}

.btn {
    border-radius: 2px;

    font-size: 14px;
}

.sort_cols {
    text-decoration: none !important;
}

table#user-table thead tr th {
    background: #e8e8e8;
}

table#user-table tbody tr td i.fa {
    font-size: 20px;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 8px 20px !important;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background: rgba(9,137,26,1.00);
    border-color: rgba(9,137,26,1.00);
}

.pagination > li > a, .pagination > li > span {
    color: #000;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    color: #000;
}

.fut_text {
    color: #555;
    margin-top: 10px;
    font-size: 13px;
}

.tab-content {
    /*border: 1px solid #ddd;*/
    border-top: 0;
    overflow: hidden;
    padding: 20px;
	padding-right:0px;
}

.red {
    color: red;
}

.tab-content label {

    font-size: 16px;
    font-weight: normal;
    color: #000;
}

.add_user_datepicker {
    width: 25%;
}

.error {
    margin: 0px 0 0px 0;
    color: red !important;
    font-size: 13px !important;
    padding: 5px;
}

/* October 27 2018 */
#page-wrapper {
    margin: 0px;
}

#wrapper {
    margin: 0 auto;
    width: 98%;
    max-width: 1600px;
    min-width: 960px;
    line-height: 1.6;
}

.navbar.mynav {
    padding: 2% 0%;
    overflow: hidden;
    background-color: rgba(9,137,26,.1);
    width: 100%;
    padding-bottom: 0%;
}

.header-left {
    float: left;
    width: 25%;
    padding-left: 3%;
}

.header-right {
    float: right;
    width: 20%;
    padding-right: 3%;
}

a.logo-title-section {
    color: #000 !important;
    font-size: 16px;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    height: auto;
    padding: 0;
}

.header-right a.navbar-brand {
    color: #000 !important;
    font-size: 16px;
}

.top-main-nav {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
    position: static;
    background-color: rgba(9,137,26,1.00);

    border: 0px;
}

.top-main-nav ul.nav {
    /*text-align:center;*/
    text-align: left;
    width: auto;
    margin: 0 0 0 0;
}

.top-main-nav .nav > li {
    display: inline;
    border: 0px;

    padding-left : 30px;
    padding-right: 30px;
}

.top-main-nav .nav > li > a {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    padding: 10px 10px;
    text-transform: lowercase;
}

body {
    background-color: #ffffff;
}

.top-main-nav .nav > li > a:focus, .top-main-nav .nav > li > a:hover {
    text-decoration: none;
    background-color: #000000;
    color: #ffffff !important;
}

#page-wrapper {
    border: 0px;
    padding: 0px;
}

.itemlist-main {
    float: left;
    width: 100%;
    padding-top: 10px;
}

.itemlist-main .formbox {
    padding: 0px;
    margin: 0px;
    border: 0px;
    border-radius: 0px;
}

.lcs-left {
    float: left;
    width: 33.3%;
    padding: 5px;
    padding-left: 0px;
}

.lcs-left-inner {
    border: 1px solid #ededed;
    padding: 5px;
    float: left;
    width: 100%;
    box-shadow: 0 0 5px #eee;
}

.lcs-left-inner h3 {
    background-color: rgba(9,137,26,.1);
    color: #000;
    padding: 10px 15px;
    float: left;
    width: 100%;
    font-size: 15px;
    margin: 0px;
    border-bottom: 2px solid rgba(9,137,26,1.00);

}

.ccs-left-inner {
    border: 1px solid #ededed;
    padding: 5px;
    float: left;
    width: 100%;
    box-shadow: 0 0 5px #eee;
    min-height: 340px;
}

.ccs-left-inner h3 {
    background-color: rgba(9,137,26,.1);
    color: #000;
    padding: 10px 15px;
    float: left;
    width: 100%;
    font-size: 15px;
    margin: 0px;
    border-bottom: 2px solid rgba(9,137,26,1.00);

}

.rcs-right-inner {
    border: 1px solid #ededed;
    padding: 5px;
    float: left;
    width: 100%;
    box-shadow: 0 0 5px #eee;
    min-height: 340px;
}

.rcs-right-inner h3 {
    background-color: rgba(9,137,26,.1);
    color: #000;
    padding: 10px 15px;
    float: left;
    width: 100%;
    font-size: 15px;
    margin: 0px;
    border-bottom: 2px solid rgba(9,137,26,1.00);

}

.lcs-mid-main {
    float: left;
    width: 100%;
    padding: 10px;
}

.lcs-mid-main .form-group {
    float: left;
    width: 100%;
    padding: 0px 0 10px 0;
    margin: 0px;
}

.ccs-mid-main {
    float: left;
    width: 100%;
    padding: 10px 0px;

}

.rcs-mid-main {
    float: left;
    width: 100%;
    padding: 10px;
}

.ccs-mid-main .form-group {
    float: left;
    width: 100%;
    padding: 0px 0 10px 0;
    margin: 0px;
}

.lcs-mid-main .form-group label {
    margin: 0px;
    padding: 0px 5px 5px 0;
    float: left;
    width: 100%;
    font-size: 13px;
    font-weight: 500;
    color: #000;

    word-break: break-all;
}

.lcs-mid-main .form-group span {
    margin: 0px;
    padding: 0px 0 0px 0;
    float: left;
    width: 60%;
    font-size: 15px;
    font-weight: 300;
    padding: 5px 5px;
    border: 1px solid #a3a3a3;
    color: #666;
    word-break: break-all;
}

.ccs-center {
    float: left;
    width: 33.3%;
    padding: 5px 10px;
    padding-left: 5px;
}

.rcs-right {
    float: left;
    width: 33.3%;
    padding-top: 5px;
}

.main_form {
    float: left;
    width: 100%;
}

.comments-textarea span {
    padding: 0px !important;
    border: 0px !important;
}

.comments-textarea span textarea {
    float: left;
    width: 100%;
    border: 1px solid #a3a3a3;
    padding: 10px;
    height: 82px;
}

.bottom-button-btn {
    float: left;
    width: 100%;
    padding-right: 15px;
}

.button-bottom-inner {
    float: left;
    width: 100%;
}

.button-bottom-inner input[type="submit"] {
    display: inline-block;
    padding: 5px 19px;
    background-color: rgba(9,137,26,1.00);
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    border: 0px;
}

.button-bottom-inner a {
    display: inline-block;
    padding: 5px 19px;
    background-color: #666;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    margin-left: 10px;
    text-decoration: none;
    float: right;
}

.button-bottom-inner a:hover {
    text-decoration: none;
}

.ggn span {
    font-size: 13px !important;
}

.ccs-center .table > thead > tr > th {

    font-weight: 300;
    background: #f7f7f7;
    font-size: 15px;
}

.ccs-center .table {
    border: 1px solid #ededed;
}

.ccs-center .table > tbody > tr > td {
    font-size: 14px;
}

.ccs-center a.icon-hover {
    color: green;
}

.rcs-mid-main ul {
    float: left;
    width: 100%;
}

.rcs-mid-main ul li {
    list-style: none;
    float: left;
    width: 100%;
    padding: 6px;
    border: 1px solid #ededed;
    margin-bottom: 5px;
    font-size: 14px;
}

.openfile {
    text-align: right;
    padding-top: 20px;
}

.tm-wrapper {
    float: left;
    width: 100%;
    margin-top: 10px;
    padding: 10px;
}

.tm-inner {
    border: 1px solid #ededed;
    padding: 5px;
    float: left;
    width: 100%;
    box-shadow: 0 0 5px #eee;
    min-height: 272px;
}

.tm-inner h3 {
    background-color: rgba(9,137,26,.1);
    color: #000;
    padding: 10px 15px;
    float: left;
    width: 100%;
    font-size: 15px;
    margin: 0px;
    border-bottom: 2px solid rgba(9,137,26,1.00);
}

.team-mid-main {
    float: left;
    width: 100%;
    padding: 10px 0px;
}

.tm-wrapper {
    float: left;
    width: 100%;
    margin-top: 10px;
    padding: 0;
}

.itemlist-main .formbox {
    padding-bottom: 30px;
}

.browse-left {
    float: left;
    width: 100%;
    padding: 5px;
    padding-left: 0px;
    padding-top: 0px;
}

.browse-inner {
    border: 1px solid #ededed;
    padding: 5px;
    float: left;
    width: 100%;
    box-shadow: 0 0 5px #eee;
}

.browse-inner h3 {
    background-color: rgba(9,137,26,.1);
    color: #000;
    padding: 10px 15px;
    float: left;
    width: 100%;
    font-size: 15px;
    margin: 0px;
    border-bottom: 2px solid rgba(9,137,26,1.00);

}

.browse-mid-main {
}

.browse-mid-main {
    float: left;
    width: 100%;
    padding: 10px;
}

.browse-mid-main form {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.browse-mid-main .autocomplete {
    float: left;
    width: 100%;
}

.browse-mid-main .autocomplete label {
    margin: 0px;
    padding: 0px 0 5px 0;
    float: left;
    width: 100%;
    font-size: 13px;
    font-weight: 500;
    color: #000;

}

.browse-mid-main .autocomplete label input[type="text"] {
    margin: 0px;
    padding: 0px 0 0px 0;
    float: left;
    width: 100%;
    font-size: 15px;
    font-weight: 300;
    padding: 5px;
    border: 1px solid #a3a3a3;
    color: #666;
    background-color: #fff;
}

.mainbrowse-main {
    float: left;
    width: 100%;
    background: #ededed;
    padding: 10px;
    border-bottom: 2px solid #ccc;
}

.mainbrowse-main input[type="text"] {
    background-color: #fff;
    border: 1px solid #a3a3a3;
}

.mainbrowse-main .formbox {
    border: #e8e8e8 solid 1px;
    padding: 20px;
    border-radius: 0;
    margin-top: 0;
    border: 0px;
    padding: 0px;
}

.fm-mainbox {
    float: left;
    width: 100%;
}

.browse-mid-main .formbox {
    border: #e8e8e8 solid 0px;
    padding: 0px;
    border-radius: 0px;
    margin-top: 0px;
}

.browse-mid-main .main_form label {
    font-size: 13px;

    font-weight: normal;
    margin-bottom: 15px;
    margin: 0;
    color: #000;
}

.browse-mid-main .fm-mainbox {
    width: 48%;
}

.browse-mid-main .fm-mainbox:nth-child(2n-2) {
    float: right;
}

.browse-mid-main form {
    float: left;
    width: 60%;
    margin: 0px;
    padding: 0px;
    margin: 0 auto;
    float: none;
}

.btn_p {
    background: #0275d8;
    border-radius: 0;
    font-size: 18px;
    color: #fff;
}

.btn_p {
    background: rgba(9,137,26,1.00) !important;
    border-radius: 6px !important;
    padding: 6px 15px !important;
    color: #fff !important;
    font-size: 15px !important;
}

table.table-teammembers {
    float: left;
    width: 100%;
    border: 1px solid #ccc;
}

table.table-teammembers thead tr th {
    background-color: #ededed;
    border: 1px solid #ccc;
    padding: 10px;

    font-size: 15px !important;
    color: #000;
}

table.table-teammembers tbody tr td {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 14px;
}

.ntm-bt {
    float: left;
    width: 100%;
    text-align: right;
    padding-bottom: 10px;
}

.ntm-bt a {
    display: inline-block;
    padding: 6px 20px;
    background-color: rgba(9,137,26,1.00);
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
    border: 0px;
}

.ntm-bt a:hover {
    text-decoration: none;
}

.button-bottom-inner a {
    float: left;
    margin-left: 0px;
}

.button-bottom-inner input[type="submit"] {
    float: right;
}

.button-bottom-inner a {
    float: left;
    margin-left: 0px;
    margin-right: 0px;
}

.button-bottom-inner {
    float: right;
    width: 100%;
}

.button-bottom-inner span {
    border: 0px !important;
    padding: 0px !important;
}

.animation_select iframe {
    float: left;
    width: 100%;
    height: 290px;
}

.forminputSignin {

    font-size: 15px;
}

input[type="password"]#password.forminputSignin {

    font-size: 15px;

}

form.form-signin #login02 .checkbox label {

    font-size: 14px;
}

.form-group .signinotherBtn a {

    font-size: 14px;
}

.top-main-nav .nav > li > a {
    /*font-size: 16px;*/
}

#addnewanimation .autocomplete {
    width: 100% !important;
}

#addnewanimation .autocomplete input[type="text"] {
    width: 100% !important;
    line-height: normal;
    padding: 8px 10px;
    border: 1px solid #ccc;
}

select.form-control {
    padding-left: 8px;
    padding-right: 8px;
}

.lcs-mid-main .form-group.ggn input[type="text"] {

    background-color: #f1f1f1;
    width: 100%;
    padding: 8px 10px;
    line-height: normal;
    font-size: 14px;
    border: 1px solid #ccc;

}

.lcs-mid-main .form-group input[type="file"] {
    background-color: #f1f1f1;
    width: 100%;
    padding: 8px 10px;
    line-height: normal;
    font-size: 14px;
    border: 1px solid #ccc;
}

.ccs-center .table > thead > tr > th {
    font-size: 13px;
}

.rcs-right .table > thead > tr > th {
    font-size: 13px;
}

.ui-widget {

    font-size: 13px;

}

.ui-menu .ui-menu-item {
    font-size: 13px !important;

    border-bottom: 1px solid #ccc;
    padding: 10px 15px !important;
}

.ccs-center .table > tbody > tr > td {
    font-size: 12px;
}

.rcs-right .table > tbody > tr > td {
    font-size: 12px;
}

textarea#suggestioncontent {
    border: 1px solid #ccc;
    padding: 10px;
    width: 100%;
}

textarea#description {
    border: 1px solid #ccc;
    padding: 10px;
    width: 100%;
}

.form-group.bottom-button-btn .button-bottom-inner label {
    display: none;
}

.vmu-size a {
    margin-left: 5px;
    cursor: pointer;
}

.vmu-size .edit-size {
    font-size: 14px;
}

.animation_select iframe {
    border: 1px solid #ccc;
}

.button-bottom-inner.openfile a {
    display: inline-block;
    padding: 5px 10px;
    background-color: rgba(9,137,26,1.00);
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    border: 0px;
    cursor: pointer;
}
.button-bottom-inner.openfile a:hover {
	color:#fff;
}

.form-control {
    border-radius: 0px !important;
}

.header-right a.navbar-brand {
    padding-top: 0px;
}

.browse-mid-main .formthree-column-main {
    float: left;
    width: 100%;
}

.browse-mid-main .formthree-column-main .form-group.fm-mainbox.fromthree-column {
    float: left;
    width: 16.5%;
}

.browse-mid-main .formthree-column-main .form-group.fm-mainbox.fromthree-column label {
    float: left;
    width: 100%;
}

.browse-mid-main .formthree-column-main .form-group.fm-mainbox.fromthree-column input {
    float: left;
    width: 100%;
    height: 34px;

    padding: 6px 12px;

    font-size: 14px;

    line-height: 1.42857143;

    color: #555;

    background-color: #fff;

    background-image: none;

    border: 1px solid #ccc;
}

.browse-mid-main .formthree-column-main .form-group.fm-mainbox.fromthree-column select {
    float: left;
    width: 83%;
}

.browse-mid-main .formthree-column-main .form-group.fm-mainbox.fromthree-column:nth-child(1) {
    margin-right: 15px;
}

.browse-mid-main .formthree-column-main .form-group.fm-mainbox.fromthree-column:nth-child(3) {
    padding-left: 15px;
}

.btn-primary:hover {

    color: #fff;
    background-color: #666;
    border-color: #666;

}

.browse-mid-main.brow-center.bcenter-new {
    float: left;
    width: 100%;
}

.browse-mid-main.brow-center.bcenter-new .fm-mainbox {
    float: left;
    width: 25%;
    padding: 0px 15px;
}

.browse-mid-main.brow-center.browse-newbox2 {
    float: left;
    width: 100%;
}

.browse-mid-main .formthree-column-main {
    float: left;
    width: 50%;
    padding: 0 15px;
}

.browse-mid-main.brow-center.bcenter-new .fm-mainbox {
    margin-bottom: 0px;
}

.browse-mid-main.mainbrowse-main .autocomplete {
    float: left;
    width: 100%;
}

.browse-mid-main .autocomplete label {
    float: left;

    width: 11%;

    padding-top: 6px;

    padding-left: 16px;
}

.browse-mid-main.mainbrowse-main .autocomplete input[type="text"] {
    float: left;
    width: 300px;
}

.formthree-column-main.newbox3232 {
    float: left;
    width: 100% !important;
    padding-top: 15px;
}

.schedule-details-main {
    border: 1px solid #ededed;
    padding: 5px;
    float: left;
    width: 100%;
    box-shadow: 0 0 5px #eee;
    margin-left: 15px;
}

.ccs-left-inner h3 {

    background-color: rgba(9,137,26,.1);
    color: #000;
    padding: 10px 15px;
    float: left;
    width: 100%;
    font-size: 15px;
    margin: 0px;
    border-bottom: 2px solid rgba(9,137,26,1.00);

}

.schde-mid {
    float: left;
    width: 100%;
    padding: 15px 0px;
    padding-bottom: 0px;
}

.browse-mid-main.brow-center.browse-newbox2 {
    padding-top: 0px;
}

.schde-mid .form-group.fm-mainbox.fromthree-column {
    margin-bottom: 6px;
}

.fullwidthbox.smt25 {
    margin-top: 18px;
    width: 50% !important;
    clear: both;
}

.fromthree-column {
    position: relative;
}

.datepickerbox {
    position: relative;
}

.datepickerbox .calendar-icon {
    position: absolute;
    top: 12px;
    right: 8px;
}

.calendar-icon {
    position: absolute;

    top: 27px;

    right: 8px;
}

.top-datebox .calendar-icon {
    position: absolute;
    top: 27px;
    right: 20px;
}

.browse-mid-main .formthree-column-main {
    width: 100%;
}

.browse-mid-main.brow-center.browse-newbox2 .formthree-column-main.newbox3232 .form-group.fm-mainbox.fromthree-column {
    float: left;
    width: 20%;
}

.browse-mid-main.brow-center.browse-newbox2 .formthree-column-main.newbox3232 .form-group.fm-mainbox.fromthree-column:nth-child(4) {
    padding-left: 15px;
}

.browse-mid-main.brow-center.browse-newbox2 .formthree-column-main.newbox3232 .form-group.fm-mainbox.fromthree-column:nth-child(5) {
    padding-left: 15px;
}

.selectgradestate label {
    margin: 0px;
}

select.form-control {
    height: auto !important;
    font-size: 14px;
}

#login02.login02-state {
    height: 226px;
}

.customtest-title-left {
    float: left;
    width: 100%;
}

.customtest-title-left h1 {
    float: left;
    width: 100%;
    background-color: rgba(9,137,26,.1);
    padding: 10px;
    border: 0px;
    border-bottom: 2px solid rgba(9,137,26,1.00);
    font-size: 16px;

    font-weight: 600;
    margin: 0px;
}

.custometest-listbox {
    float: left;
    width: 100%;
    border: 1px solid #ccc;
    margin-bottom: 15px;
}

.custometest-listbox ul {
    margin: 0px;
    padding: 0px;
    padding-left: 20px;
}

.custometest-listbox ul li {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 5px 0 5px 0;
    font-size: 14px;
}

.custometest-listbox p {
    padding: 10px;
}

.cart01-new {
    height: 220px !important;
    /*overflow: scroll;*/
    overflow-y: scroll;
    min-width: 440px;
    border: 2px solid #000;
    float: right;
    width: 42%;
	margin-top:25px;
}

.s3itemlist {
    min-width: 400px;
    float: right;
}

.cart01-new h4 {
    float: left;
    width: 100%;
    /*background-color: rgba(9,137,26,.1);*/
    padding: 10px;
    border: 0px;
    /*border-bottom:2px solid rgba(9,137,26,1.00);*/
    /*font-family: 'latobold';*/
    font-size: 1em;
    /*font-weight: 600;*/
    margin: 0px;
    margin-bottom: 10px;
}

.btn-qys {
    float: left;
    width: 100%;
    padding-left: 10px;
}

#image-class1 {
    width: 100%;
}

#image-class h4, #image-class1 h4 {
    border-bottom: 0px solid rgba(9,137,26,1.00) !important;
    background-color: #fff;
}

#image-class .mathan, #image-class1 .mathan {
    border: 0px solid rgba(9,137,26,1.00) !important;
}

.image-class {
    float: left;
    width: 48%;
    padding: 0px;
    border: 0px solid #ccc;
}

.image-class h1 {

    font-size: 1.25em;
    margin: 0px;
    padding: 0px 0 10px 0;
    font-weight: 600;
    float: left;
    width: 100%;
}

.image-class h2 {

    font-size: 1.125em;
    margin: 0px;
    padding: 0px 0 10px 0;
    font-weight: 600;
    float: left;
    width: 100%;
}

.image-class h3 {

    /*font-size: 16px;*/
    font-size: 1.125em;
    margin: 0px;
    /*padding: 0px 0 10px 0;*/
    font-weight: 600;
    color: rgba(9,137,26,1.00);
    float: left;
    width: 100%;
}

.image-class p {
    /*font-size: 14px;*/
    font-size: .9em;
    margin: 0px;
    /*padding: 0px 0 10px 0;*/
    font-weight: 300;
    color: #292b2c;
}

.image-class h4 {

    float: left;
    width: 100%;
    background-color: rgba(9,137,26,.1);
    padding: 10px 0px;
    border: 0px;
    border-bottom: 2px solid rgba(9,137,26,1.00);
    /*font-size: 16px;*/
    font-size: 1.125em;
    font-weight: 600;
    margin: 0px;
    margin-bottom: 0px;
	font-size: 1.20em;
    line-height: 1;
    font-weight: 600;
    color: black;
    padding: 0;
	margin-bottom:0em;
	font-family: 'Muli', sans-serif; 
	margin-top: 1.6em;
}

.mathan {
    float: left;
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
}

.thumpimg {
    float: left;
    width: 50%;
    padding: 10px;
}
.thumpimg div {
    line-height: 1.25;
    font-size: .9em;
    font-weight: normal;

    float: right;
    width: 55%;
}
.thumpimg p {
    border: solid rgba(9,137,26,1.00) 0px;
    float: left;
    /*width:100%;*/
    
}
.thumpimg p:hover{
    border: solid #000 0px;
}
.thumpimg p img {
    float: left;
    width: 201px;
    height: 151px;
}

/*.customtestrightbox {*/
/*width: 73%;*/
/*}*/

.col-md-6.user_list {
    float: left;
    width: 20%;
    padding: 0px;
}

.col-md-6.user_list ul {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
}

.col-md-6.user_list ul li {
    float: left;

    list-style: none;

    /*padding: 10px 10px;*/

    /*background: #ededed;*/

    /*margin-bottom: 5px;*/

    /*margin-right: 0px;*/

    width: 100%;

    word-wrap: break-word;

    /*height: 65px;*/
	line-height: 1.4;
    font-weight: 400;
	cursor:pointer;
}
.col-md-6.user_list ul li:hover {
	color:red;
	font-weight:600;
}

.col-md-6.user_image {
    float: right;

    width: 70%;

    padding: 0px;

    margin-top: 10px;
}

.sdays, .edays {
    width: 50px !important;
}

.datepickerbox {
    position: relative;
}

.datepickerbox .calendar-icon {
    position: absolute;
    top: 12px;
    right: 8px;
}

a.delete {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 5px;
    color: #000 !important;
    font-size: 15px;
    border: 0px;
}

td.text-left.vmu-size {
    width: 105px;
}

.resize-box {
    height: 410px !important;
    min-height: 410px !important;
    overflow-y: scroll;
    padding: 0px !important;
    border: 5px solid #fff;
    /*overflow-y: hidden;*/
}

.fixed-height {
    height: 290px;
    overflow-y: scroll;
    min-height: 340px;
}

.acivities-fixed-height {
    height: 200px;
    overflow-y: scroll;
}

.Members-fixed-height {
    min-height: 135px;
    height: 155px;
    overflow-y: scroll;
}

.chat-online {
    color: green;
    font-size: 8px !important;
}

.chat-offline {
    color: black;
    font-size: 8px !important;
}

a.delete.disabled {
    cursor: not-allowed;
}

.footer {
    margin-top: 20px;
    clear: both;
    width: 100%;
    height: 40px;
    line-height: 40px;
}

.footer .container {
    background-color: da4108;
}

.footer a {
    color: #fff;
}
.student-book-height {
	height:800px;
}
.myclass-pt0 {
	padding-top:0px;
	margin-top:0px;
}
.myclass-pt0 .myspace-left {
	width: 25%;
    float: left;
    background-color: rgba(242,187,123,0.20);
    border-right: 2px black solid;
    padding-right: .7%;
}
.myclass-pt0 .myspace-left h1 {
    font-size: 1.25em;
    display: inline-block;
    padding: 0 0 0 6%;
	line-height:1.6;
}
.myclass-pt0 .myspace-title-wrapper {
	padding-bottom:0px;
}
.myclass-pt0 .myspace-left h1 .create-class {
    display: inline-block;
    float: right;
    width: auto;
    padding-top: 5px;
    color: black;
	line-height:1.6;
	font-size:18px;
}
.myspace-title-wrapper .create-delete-wrapper a {
	font-weight:500;
}
.myclass-sublevel {
	float:left;
	width:100%;
	padding-left:15px;
}
.myspace-right {
	width:70%; 
}
.tab-content {
	padding-top:6px;
	padding-left:25px;
}
.mys-left .tab-content h3 {
	padding-bottom:10px;
}
.mys-left .tab-content table.list-class.table thead tr th {
	padding-left:0px;
}
.mys-left .tab-content table.list-class.table tbody tr td {
	padding-left:0px;
}
.mys-right {
	padding-top:6px;
}
.myclass-pt0 .mys-left {
	width:85%;
}
.myclass-pt0 .mys-right {
	width:15%;
}
.myclass-pt0 .stu-left {
	width:80%;
}
.myclass-pt0 .student-actions {
	width:20%;
}
.myclass-pt0 .mys-right a { 
	display: inline-block;
    line-height: 1.5;
    width: 120px;
    /* padding: 9px 0px; */
    padding: .75% 5%;
    background-color: rgba(9,137,26,1.00);
    text-align: center;
    color: #fff !important;
    margin: 0 auto;
    /* margin-bottom: 0px; */
    /* margin: 4% 1% 1% 0; */
    font-size: 15px;
    border: 0;
    cursor: pointer;
    width: 125px;
    margin-bottom: 10px;
    border: 1px solid rgba(9,137,26,1.00);
}

..mys-right a {
    text-decoration: none;
    display: inline-block;
    line-height: 1.5;
    width: 120px;
    /* padding: 9px 0px; */
    padding: .75% 5%;
    background-color: rgba(9,137,26,1.00);
    text-align: center;
    color: #fff !important;
    margin: 0 auto;
    /* margin-bottom: 0px; */
    /* margin: 4% 1% 1% 0; */
    font-size: 15px;
    border: 0;
    cursor: pointer;
    width: 125px;
    margin-bottom: 10px;
	border: 1px solid rgba(9,137,26,1.00);
}
div#my_test h1 {
    font-size: 1.25em;
    display: inline-block;
    padding: 0 0 0 0px;
    line-height: 1.6;
    margin-bottom: 0px;
}
.verticalMenu {
	float:left;
	width:100%;
	padding-left:15px;
}
#tests_nav p a b {
	font-weight:400 !important;
}
.myspace-left .container {
	overflow:hidden;
	clear:both;
}
.mys-left {
    margin: 0px;
    width: 100%;
}
.new-list-class {
    width: 100%;   
}
.myclass-pt0 .mys-right {
	padding-left:20px;
}
.myspacecus-right {
	padding-left:20px;
	padding-top:2px;
}
#image-class1 .mathan {
	padding:10px 0px;
}
#image-class1 .mathan .thumpimg {
	padding:0px 0px;
	padding-top:0px;
	padding: 0 1em 0 0;
    margin: 1% 2% 2% 0;
    display: inline-block;
    width: 48%;
    float: left;
	box-sizing: border-box;
}
.three-btn-hide {
	display:none;
}
.three-btn-open {
	display:block;
}
.custometest-main {
	padding-top:0px;
}
#how_to_info.howtoinfor-left-remove {
	padding-left:0px;
}
.customtestright-section {
	padding-left:20px;
}
li.get_quesid.red {
	text-decoration:underline;
}
.customtestright-section .col-md-6.user_image {
	width:80%;
}
.customtestright-section .col-md-6.user_image iframe {
	padding:10px;
}
.questionsBoxBtnCnt p {
	float:left;
	width:100%;
	padding:0px 15px;
}
.btn-qys {
	padding-right:15px;
}
.modal-pushtoeditor .modal-content {
	border:1px solid #a3a3a3;
}
.modal-pushtoeditor .modal-content .form-group {
	padding:10px 15px;
	border-bottom:1px solid #a3a3a3;
	    background: #ededed;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.modal-pushtodeidtor-inner {
	float:left;
	width:100%;
	padding:15px;
	min-height:100px;
}
.modal-pushtoeditor .modal-footer {
	float:left;
	width:100%;
	padding:15px;
	border-top:1px solid #a3a3a3;
}
.modal-pushtoeditor form {
	float:left;
	width:100%;
	margin:0px;
}
.modal-pushtoeditor .modal-content {
	float:left;
	width:100%;
}
.modal-pushtoeditor .modal-content button.btn.btn-primary.btn-new-box {
	margin-bottom:0px;
}
.modal-pushtoeditor .modal-content button.btn.btn-default {
	border-radius: 0;
    background: #474747;
    color: #fff;
    border: 1px solid #474747;
}

@media only screen and (min-width:768px) and (max-width:1200px){
	#logo {
		width:23%;
		line-height:normal;
	}
	.top-main-nav .nav > li {
		padding-left:0px;
		padding-right:0px;
	}
	.top-main-nav .nav > li > a {
		padding-left:15px;
		padding-right:15px;
		line-height:normal;
	}
	.student-book-left-column {
		float:left;
		width:25%;
	}
	.student-book-left-column {
		float:left;
		width:75%;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {

    #headerMain {
        width: 100%;
    }

    .lcs-left, .ccs-center, .rcs-right {
        width: 50%;
    }

    .navbar {
        width: 100%;
    }

    .myspace-left, .myspace-right e {
        width: 100vw;
        padding: 5px;
        min-width: 200px;
        float: left;
    }

    .myspace-inner-wrapper {
        width: 100vw;
    }

    .tm-wrapper {
        width: 100% !important;
    }
}

@media (max-width: 767px) {
 .video-append-class iframe{
 	width: 100%;
 }
    .browse-inner h3, .tm-inner h3 {
        font-size: 14px;
    }

    .lcs-left, .ccs-center, .rcs-right, .navbar {
        width: 100%;
    }

    .modal-dialog {
        width: 100%;
    }

    #headerMain {
        width: 100%;
        text-align: center;
    }

    #logo {
        width: 100%;
        text-align: center;
    }

    #login {
        width: 100%;
        float: right;
    }

    #login ul li {
        float: right;
    }

    .myspace-article {
        width: 100%;
    }

    .myspace-left, .myspace-right {
        width: 100vw;
        padding: 5px;
        min-width: 200px;
        float: left;
    }

    #overviewNav {
        width: 100%;
    }

    .browse-mid-main.brow-center.browse-newbox2 .formthree-column-main.newbox3232 .form-group.fm-mainbox.fromthree-column {
        float: left;
        width: 100%;
    }

    .schedule-details-main {

        margin-left: 0px;
    }

    .brow-center {
        padding: 0px;
    }

    .fullwidthbox.smt25 {
        width: 100% !important;
    }

    .tm-wrapper {
        width: 100% !important;
    }

    .cart01-new {
        min-width: 100%;
    }

    .browse-mid-main .formthree-column-main .form-group.fm-mainbox.fromthree-column:nth-child(3) {
        padding-left: 0;
    }

    .top-main-nav .nav > li > a {

        display: block;
        text-align: left;
    }

    #page {
        width: 100%;
    }

    .top-main-nav ul.nav {
        text-align: center;
        width: 100%;
        margin: 0 auto;
    }
	
		.navbar-default .navbar-toggle {
		border-color: #fff;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #fff;
	}
	.header-left {
		float:right; 
	}
	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
		background-color: transparent;
	}
	.top-main-nav .nav > li {
		display: inline;
		border: 0px;
		float: left;
		width: 100%;
		padding: 0px;
	}
	.top-main-nav .nav > li > a {
		display: block;
		text-align: left;
		padding: 6px 0px;
	}
	.student-book-height {
		height:1600px;
    }
    

}

.btm-btn-create a {
    display: inline-block;
    width: auto;
    padding: 0;
    margin: 0 0 0 1.5em;
    float: right;
    font-weight: 400;
    text-decoration: underline !important;
	font-size: 16px;
    line-height: 1em;
    font-family: 'Muli', sans-serif;
}
.btm-btn-create a:hover {
	color: rgba(9,137,26,1.00) !important;
    font-weight: 800;
}
#image-class1 .mathan .thumpimg p {
	width: 45%;
    float: left;
    margin-right: 3%;
	
}
#image-class1 .mathan .thumpimg p img {
    width: 170px;
    height: 120px; 
    border: solid black 2px;
    box-sizing: border-box;
    -webkit-box-shadow: 4px 4px 5px 0px rgba(212,212,212,1);
    -moz-box-shadow: 4px 4px 5px 0px rgba(212,212,212,1);
    box-shadow: 4px 4px 5px 0px rgba(212,212,212,1);
}
#image-class1 .mathan .thumpimg p img:hover {
    border: solid rgba(9,137,26,1.00) 2px;
    box-sizing: border-box;
}
#image-class1 .mathan .thumpimg div {
	    float: left;
    display: inline-block;
    width: 50%;
    padding: 0 2% 0 0;
    margin: 0;
	font-size: .85em;
	line-height:1.25em;
	font-family: 'Muli', sans-serif;
	font-weight:300;
}
#how_to_02 h2 {
	padding: .5em 1.1em .125em .7em;
    font-size: 1.125em;
	line-height: 1.25;
	font-weight:600;
	font-family: 'Muli', sans-serif;
}
#how_to_02 p {
    margin: 0em 0 0 2.7;
    font-weight: 300;
    line-height: 1.4;
    margin-left: .7em;
	font-family: 'Muli', sans-serif;
}
#how_to_02 p:first-child {
	margin-top:.5em;
}
#how_to_02 img {
    width: 48%;
    height: auto;
    margin: 1em 0 0 1em;
    border: solid 2px black;
}
#how_to_02 .btn.lineH {
	float:right;
	display: inline-block;
    width: auto;
    padding: 0;
    margin: 0 0 0 1.5em;
    float: right;
    font-weight: 400;
    text-decoration: underline;
	line-height: 1.15;
	margin: 1em 1em .75em;
	font-size: 16px;
    font-family: 'Muli', sans-serif; 
}
#how_to_02 .btn.lineH:hover {
    color: rgba(9,137,26,1.00);
    font-weight: 800; 
}
.select-student-dropdown .btn-group.open ul.multiselect-container.dropdown-menu {
	max-height: inherit;
    overflow: auto;
    height: 300px;
    position: static;
    width: 234px;
}
.select-student-dropdown .btn-group.open ul.multiselect-container .input-group {
    margin: 5px;
    width: 97%;
}
.select-student-dropdown .btn-group.open ul.multiselect-container .form-control.multiselect-search {
	width:80%;
}
.select-student-dropdown .btn-group.open ul.multiselect-container li {
	height:auto;
}
.select-student-dropdown .btn-group.open ul.multiselect-container li a {
	height:auto;
}
.select-student-dropdown .btn-group.open ul.multiselect-container li a label {
	height:auto;
	width:100%;
}
.custom-right-section{
	display: inline-block; 
    width: 70%;
    margin: 1% 0 0 5%;
    box-sizing: border-box;
    overflow: hidden;
    float: none;
}

.footer {
    position: relative;
    overflow: hidden;
    margin-top: 0%;
    border-top: solid black 1px;
}

.footer ul li a:hover {
    text-decoration: underline;
    color: rgba(2,88,30,1.00) !important;
}

.footer ul {
    display: inline-block;
    width: 100%;
    text-align: center;
}


.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid blue;
    border-right: 16px solid green;
    border-bottom: 16px solid red;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
  }
  
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  
  
  