/************************************************
    This file represents page specific generic
    CSS rules. 

    Media tags should be moved to the appropriate media-specific css file.

    TODO: Have comments denoting the page specific CSS classes.
*/

/********************
        Fonts
*********************/
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(https://themes.googleusercontent.com/static/fonts/opensans/v8/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}

@font-face {
    font-family: 'DINCondensedBold';
    src: url('../../fonts/dincondensedbold.eot');
    src: url('../../fonts/dincondensedbold.eot') format('embedded-opentype'), url('../../fonts/dincondensedbold.woff2') format('woff2'), url('../../fonts/dincondensedbold.woff') format('woff'), url('../../fonts/dincondensedbold.ttf') format('truetype'), url('../../fonts/dincondensedbold.svg#DINCondensedBold') format('svg');
}

@media print{
    .reportHeader {
        width: 100%;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
    .studentNameCG {
        width: 48%;
        display: inline-block;
    }

    .studentGradeCG {
        width: 49%;
        text-align: center;
        display: inline-block;
    }

    .topSection {
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        display: inline-block !important;
        width: 40%;
    }

    .bottomSection {
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        display: inline-block !important;
        width: 59%;
    }

    .daysInSchool {
        display: inline-block; 
        padding-right: 4px; 
        /*border-right: 2px solid rgb(236, 236, 236);*/ 
        width: 33%;
    }

    .daysInSchoolLabel{
        /*font-size: 20px; 
        text-align: center;*/
        display:none;
    }

    .daysInSchoolValue {
        text-align: center; 
        font-size: 22px; 
        /*color: rgb(241, 84, 31);*/ 
        /*font-weight:bold;*/
    }

    .totalRuleViolations {
        display: inline-block; 
        padding-right:4px; 
        padding-left: 4px; 
        /*border-right: 2px solid rgb(236, 236, 236);*/ 
        width: 40%;
    }

    .totalRuleViolationsLabel{
        /*font-size: 20px; 
        text-align: center;*/
        display:none;
    }

    .totalRuleViolationsValue{
        text-align: center; 
        font-size: 22px; 
        /*color: rgb(241, 84, 31);*/ 
        /*font-weight:bold;*/
    }

    .dailyAvg {
        display: inline-block; 
        padding-left: 4px; 
        width: 11%;
    }

    .dailyAvgLabelCG {
        /*font-size: 20px; 
        text-align: center;*/
        display:none;
    }

    .dailyAvgLabelValue {
        text-align: center;  
        font-size: 22px; 
        /*color: rgb(241, 84, 31);*/ 
        /*font-weight:bold;*/
    }

    .graySeparator2{
        color: silver; 
        height: 0px;
        border: solid 1px silver;
    }

    .conductGradeWidget {
         padding-top: 5px;
    }
}
/********************
    Login Page
_GuestLayout.cshtml
*********************/
#login-wrapper {
    /*min-height: 568px;*/
    background-color: #fff;
    position: inherit;
    margin: 0 auto;
    padding: 40px;
}

.login-inner {
    background: none repeat scroll 0 0 #bde336;
    margin: 0 auto;
    position: relative;
    text-align: center;
    /*top: 80px;*/
    width: 400px;
    padding: 40px 0;
    color: #fff !important;
}

.loginbtn {
    background: #5190C4;
    color: #fff;
    border-radius: 0;
    margin-top: 10px;
}

.loginbtn:hover {
    color: #fff;
}

.login-input {
    border: none;
    padding: 2px;
    width: 70%;
}

.forgotpwd.pull-left > a {
    font-size: 13px;
    margin: 0 0 0 15px;
    color: #0091c7;
}

/**********************
    Master Layout  
(_MasterLayout.cshtml) 
***********************/
body {
    background-color: #3b4850;
    font-weight: normal;
}

.logo {
    background: #fff;
    padding-top: 10px;
    -webkit-box-shadow: 0 5px 7px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 5px 7px -5px rgba(0, 0, 0, 0.75);
    box-shadow: 0 5px 7px -5px rgba(0, 0, 0, 0.75);
    position: relative;
}

.container {
    margin: 0 auto;
}

#wrapper {
    background: #ffffff;
    width: 100%;
}

.user-panel {
    float: left;
    margin: 5px 70px 0;
    width: 220px;
}

.user-panel > .image > img {
    /*height: 45px;
	width: 45px;*/
    border: 1px solid #dfdfdf;
}

.user-panel > .info {
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    padding: 5px 5px 5px 10px;
}

/*added so that calendar is not hidden by Telerik Report filter box*/
.ui-datepicker{ z-index: 9999 !important;}

.dropdown.messages-menu {
    /*width: 117px;*/
}

.navbar-top-links li {
    display: inline-block;
}

.navbar-top-links li:last-child {
    margin-right: 15px;
}

.navbar-top-links li a {
    padding: 15px;
    min-height: 50px;
}

.navbar-top-links .dropdown-menu li {
    display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0;
}

.navbar-top-links .dropdown-menu li a div {
    white-space: normal;
}

.navbar-top-links .dropdown-messages, .navbar-top-links .dropdown-tasks, .navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
}

.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}

.navbar-top-links .dropdown-user {
    right: 0;
    left: auto;
}
/* End Master Layout */

/*****************
    Sidebar
******************/
.sidebar .sidebar-nav.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.sidebar .sidebar-search {
    padding: 15px;
}

.sidebar ul li {
}

.sidebar ul li a.active {
}

.sidebar .arrow {
    float: right;
}

.sidebar .fa.arrow:before {
    content: "\f104";
}

.sidebar .active > a > .fa.arrow:before {
    content: "\f107";
}

.sidebar .nav-second-level li, .sidebar .nav-third-level li {
    border-bottom: 0 !important;
}

.sidebar .nav-second-level li a {
    padding-left: 37px;
}

.sidebar .nav-third-level li a {
    padding-left: 52px;
}
/* End Sidebar */

/***************************
     Dashboard Start
****************************/

/***NewDashboard.cshtml***/
.dashboard-container {
    padding: 0;
}
/***_DashboardTop.cshtml***/
.dashboard-top {
    float: left;
    margin-top: 12px;
    width: 100%;
}

#chart-button-div {
    margin-top: 20px;
    margin-bottom: 20px;
}

.dashboard-nav a {
    font-family: 'Open Sans';
    text-decoration: none;
}
/* Dashboard End */

/***************************
    Miscellaneous
****************************/
#page-wrapper {
    min-height: 568px;
    background-color: #fff;
    position: inherit;
    /*margin: -50px 0 0 176px;*/
    /*margin: -50px 0 0 0;*/
}

footer {
    text-align: center;
    background: #fff;
    padding: 25px 0;
    -webkit-box-shadow: 0px -4px 9px -3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px -4px 9px -3px rgba(0, 0, 0, 0.75);
    box-shadow: 0px -4px 9px -3px rgba(0, 0, 0, 0.75);
}

.teach-setup {
    margin-bottom: 20px;
    margin-top: 20px;
    margin-left: 20px;
}

.teach-setup1 {
    margin-bottom: 20px;
    margin-top: 20px;
    margin-left: 35px;
}

.main-navigation {
    float: right;
    padding: 0;
    border: none;
    margin: 0;
}

.main-navigation .navbar-collapse {
    padding: 0;
}

.form-top {
    float: left;
    width: 33%;
    /*margin-bottom: 10px;*/
}

.form-top.last-input {
    float: none;
}

.top-search {
    background: #9e0039;
    float: left;
    width: 100%;
    padding: 8px 0 5px 8px;
    color: #fff;
}

.table-search {
	background: #868686;
	float: left;
	width: 100%;
	padding: 5px 0 5px 30px;
	color: #000;
	margin-bottom: 25px;
}

.btn-primary {
    width: 250px;
}

th {
    width:5px;
}

.add-additional {
    border: none;
    cursor: pointer;
    margin-left: 30px;

    padding-top: 5px;
    display: inline-block;
}

input {
    color: #9d9d9c;
}

.add-input {
    padding: 3px;
    width: 208px;
    border: 1px solid #ccc;
}

.table-striped {
    margin-left: 30px;
}

a.btn.btn-default {
    text-decoration: none;
}

.btn.btn-primary.save {
    background: #9e0039;
    border-radius: 0px;
    color: #fff;
    font-size: 15px;
    width: 150px;
    float: right;
    /*margin:0 24px 30px 0;*/
    margin: 0 7px 30px 0;
}

.btn.btn-primary.delete {
	background: #ff0000;
	border-radius: 0px;
	color: #fff;
	font-size: 15px;
	width: 150px;
	float: right;
	/*margin:0 24px 30px 0;*/
	margin: 0 7px 30px 0;
}

.btn.btn-primary.back {
	background: #000c42;
	border-radius: 0px;
	color: #fff;
	font-size: 15px;
	width: 150px;
	float: left;
	/*margin:0 24px 30px 0;*/
	margin: 0 25px 30px 0;
}

.btn.btn-primary.savegreen {
    background: #A5DB02;
    border-radius: 0px;
    color: #fff;
    font-size: 15px;
    width: 150px;
    float: right;
    margin: 22px 70px 0 0;
}

.btn.btn-primary.savepurple {
    background: #4242f4;
    border-radius: 0px;
    color: #fff;
    font-size: 15px;
    width: 150px;
    margin: 22px 70px 0 0;
}

.btn.btn-primary.save-red-orange {
    background: #D83205;
    border-radius: 0px;
    color: #fff;
    font-size: 15px;
    width: 150px;
    margin: 22px 70px 0 0;
}

.btn.btn-primary.save-gold {
	background: #FCC419;
	border-radius: 0px;
	color: #fff;
	font-size: 15px;
	width: 150px;
	margin: 22px 70px 0 0;
}

.btn.btn-primary.save-blue {
	background: #02597a;
	border-radius: 0px;
	color: #fff;
	font-size: 15px;
	width: 150px;
	margin: 22px 70px 0 0;
}

.table-hover > tbody > tr > td > span.close {
    display: none;
}

.table-hover > tbody > tr:hover > td > span.close {
    display: inline-block;
}

.space {
    margin-left: 25px;
}

.top-search-add-student {
    background: #ace402;
    float: left;
    width: 100%;
    padding: 8px 0 5px 8px;
    /*padding-top: 2%;*/
    color: #fff;
}

.top-search-find-report {
    background: #FF8040;
    float:left;
    width: 100%;
    color: #fff;
    padding: 10px 0 5px 8px;
    font-size: .9em;
}

#dwnldexcel {
    background-color: #fff;
    border-radius: 2px;
    padding-bottom: 4px; 
}

.input-mini {
    margin-right: 5px;
    width: 167px;
}

.input-xsmall {
	width: 40px;
}

a.import-student {
    font-size: 14px;
    color: #fff;
    text-decoration: underline;
    margin: 7px 0 0;
}
a.view-text-message-notifications {
	font-size: 14px;
	color: #fff;
	text-decoration: underline;
	margin: 7px 0 0;
}
.checkbox {
    margin-right: 40px;
    color: #ccc;
    font-weight: normal;
}

.student-setup-input {
    color: #ACE402;
}

.back-slash {
    color: #ace402;
    display: inline-block;
    font-size: 26px;
    margin-bottom: 0;
    margin-left: 2px;
    margin-right: 2px;
    margin-top: -10px;
}

.input-large {
    width: 210px;
    background: #fff;
    -moz-box-shadow: 0 1px 2px #bababa inset;
    -webkit-box-shadow: 0 1px 2px #bababa inset;
    box-shadow: 0 1px 2px #bababa inset;
    border: 1px solid #bababa;
}

.btn.btn-default.green.active {
    background: #ACE402;
}

.btn.btn-default.green:focus {
    background: #ACE402;
}

.green-lable {
    color: #ccc;
    font-size: 13px;
}

/* Teacher_student */
#report {
    border-collapse: collapse;
}

#report h4 {
    margin: 0px;
    padding: 0px;
}

#report th {
    background: #f0f0f0 repeat-x scroll center left;
    color: #b5b6b4;
    /*padding: 7px 15px;*/
    text-align: left;
}

#report td {
    color: #8b8c8c;
    padding: 7px 15px;
    font-weight: 500;
}

#report div.arrow,  #report div.commendArrow{
    background: transparent url(../img/arrows.png) no-repeat scroll 0px -16px;
    width: 16px;
    height: 16px;
    display: block;
    cursor: pointer;
    margin-top: 6px;
}

#report div.up {
    background-position: 0px 0px;
}

.reportHeader {
	width: 100%;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.table-para {
    margin-left: 65px;
}

.checkbox label:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    background-color: #fff;
    -moz-box-shadow: 0 1px 2px #bababa inset;
    -webkit-box-shadow: 0 1px 2px #bababa inset;
    box-shadow: 0 1px 2px #bababa inset;
    border: 1px solid #bababa;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label:after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555;
}

.checkbox input[type=checkbox] {
    display: none;
}

.checkbox input[type=checkbox]:checked + label:after {
    font-family: 'FontAwesome';
    content: "\f00c";
}

/*.btn.dropdown-toggle {
	background:#ABE302;
	color:#fff;
	width:150px;
	border-radius:0;
}*/

.commenceButton[disabled], .commenceButton:disabled,
.commenceAllButton[disabled], .commenceAllButton:disabled {
    background-color: grey !important;
    background-image: none !important;
    border-color: transparent !important;
}

.bulk-action {
    background: #ACE402 !important;
    color: #fff;
    border-radius: 0;
}

.bulk-action:hover {
    color: #fff;
}

.table-list {
    float: left;
}

.table-div {
    float: left;
    height: 110px;
    text-align: center;
}

.table-list ul {
    padding: 0;
    list-style: none;
    float: left;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 0;
    width: 100%;
}

.table-list ul li {
    display: inline-block;
    text-align: center;
    float: left;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding-top: 15px;
}

.table-list ul li a {
    text-decoration: none;
    font-size: 13px;
}

.top-search-add-class-blue {
    background: none repeat scroll 0 0 #009CD7;
    color: #fff;
    float: left;
    padding: 8px 0 8px 8px;
    width: 100%;
}

.add-class-label {
    color: #009CD7;
}

.btn.btn-default.blue.active {
    background: #009CD7;
}

.btn.btn-default.blue:focus {
    background: #009CD7;
}

.btn.btn-default.darkblue.active {
    background: #006e97;
}

.btn.btn-default.darkblue:focus {
    background: #006e97;
}

.btn.btn-primary.saveblue {
    background: #0098D2;
    border-radius: 0px;
    color: #fff;
    font-size: 15px;
    width: 150px;
    float: right;
    margin: 22px 70px 0 0;
}

.btn.btn-primary.saveorange {
    background: #d7550d;
    border-radius: 0px;
    color: #fff;
    font-size: 15px;
    width: 150px;
    float: right;
    margin: 22px 70px 0 0;
}

.back-slash-blue {
    color: #0098D2;
    display: inline-block;
    font-size: 26px;
    margin: -10px 2px 0;
}

.date-picker img {
    margin: -6px 0 0 7px;
}

/********** Add_class *************/
.input-small-tech-login {
    padding: 0;
    width: 165px !important;
}

.table.table-2 {
    margin-left: 25px !important;
}

.top-search-behavior {
    background: none repeat scroll 0 0 #9D0039;
    color: #fff;
    float: left;
    padding: 10px 0 5px 8px;
    width: 100%;
}

.btn.btn-default.orange.active {
    background: none repeat scroll 0 0 #D7550D;
}

.btn.btn-default.orange:focus {
    background: none repeat scroll 0 0 #D7550D;
}

.label-orange {
    color: #D7550D;
}

.top-search-add-user {
    background: none repeat scroll 0 0 #000c42;
    color: #fff;
    float: left;
    padding: 5px 0 5px 8px;
    width: 100%;
}

.add-user-lable {
    color: #000c42;
}

.btn.btn-default.black.active {
    background: #000c42;
}

.btn.btn-default.black:focus {
    background: #000c42;
}

.btn.file-upload {
    color: #9d9d9c;
    background: #ececec; /* Old browsers */
    background: -moz-linear-gradient(top, #ececec 0%, #fdfdfd 50%, #ececec 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ececec), color-stop(50%,#fdfdfd), color-stop(100%,#ececec)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ececec 0%,#fdfdfd 50%,#ececec 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ececec 0%,#fdfdfd 50%,#ececec 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ececec 0%,#fdfdfd 50%,#ececec 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ececec 0%,#fdfdfd 50%,#ececec 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#ececec',GradientType=0 ); /* IE6-9 */
    padding: 3px 20px 2px;
    margin-left: 20px;
    font-weight: 500;
}

.col-md-2.upload-pic {
    margin: 8px 0 0;
}

.btn.btn-primary.savegreen {
    background: #A5DB02;
    border-radius: 0px;
    color: #fff;
    font-size: 15px;
    width: 150px;
    float: right;
    margin: 22px 70px 0 0;
}

.btn.btn-primary.saveblack {
    background: #000c42;
    border-radius: 0px;
    color: #fff;
    font-size: 15px;
    width: 150px;
    float: right;
    margin: 22px 70px 0 0;
}

.bulk-action-black {
    background: #000C42 !important;
    color: #fff;
    border-radius: 0;
}

.bulk-action-black:hover {
    color: #fff;
}

/* Add_class */

.bulk-action-blue {
    background: #009CD7 !important;
    color: #fff;
    border-radius: 0;
}

.bulk-action-blue:hover {
    color: #fff;
}

.teacher-student {
    margin-top: 35px;
}


/*.mobileGradeInfoHeader {
    display: none;
}*/


.top-search-manager-user {
    background: none repeat scroll 0 0 #000c42;
    color: #fff;
    float: left;
    padding: 8px 0 5px 8px;
    width: 98.2%;
}

.form-top {
    float: left;
    /*margin-bottom: 10px;*/
    width: 33%;
}

.form-top.last-input {
    float: none;
}

.top-search-student-reward {
        background: #4242f4;
        float: left;
        width: 100%;
        padding: 8px 0 5px 8px;
        color: #fff;
    }

.search-reward-detail
{
        background: #4242f4;
        float: left;
        width: 100%;
        padding: 8px 0 5px 8px;
        color: #fff;
        max-width:940px;
}
.reward-label{
    color:#4242f4;
}

.grading-scale-label {
	color: #6A017A;
}

.notification-label{
    color:#D83205;
}

.setup-rewards-label {
	color: #333;
}
.school-label {
    color: #02597a;
}

.top-search-notifications {
        background: #D83205;
        float: left;
        width: 100%;
        padding: 8px 0 5px 8px;
        color: #fff;
    }

.top-search-setup-rewards {
	background: #FCC419;
	float: left;
	width: 100%;
	padding: 8px 0 5px 8px;
	color: #fff;
}

.top-search-school {
    background: #02597a;
    float: left;
    width: 100%;
    padding: 8px 0 5px 8px;
    color: #fff;
}

.reportHeaderColumn {
	width: 7%;
	text-align: center;
	background: #f0f0f0 repeat-x scroll center left;
	color: #b5b6b4;
	padding: 7px 15px;
}

.reportHeaderColumnName {
	width: 25%;
	background: #f0f0f0 repeat-x scroll center left;
	color: #b5b6b4;
	padding: 7px 15px;
	cursor: pointer;
}

.reportHeaderColumnSortable {
	width: 6%;
	text-align: center;
	background: #f0f0f0 repeat-x scroll center left;
	color: #b5b6b4;
	padding: 7px 15px;
	cursor: pointer;
}


.arrowPlaceholder {
	width: 25%;
	display: inline-block;
}

#attendanceHeader {
	width: 5%;
	background: #f0f0f0 repeat-x scroll center left;
	color: #b5b6b4;
	padding: 7px 15px;
}
/****************************
    Miscellaneous End
****************************/
/****************************
    Device Specific
****************************/
/********ADAM START*******/
@media screen and (min-width: 1536px) {
	.top-search {
        background: #9e0039;
        float: left;
        width: 100%;
        /*padding:57px 0 5px 8px!important;*/
        /*padding:20px 0 5px 8px!important;*/
        color: #fff;
        padding: 8px 0 5px 8px !important;
    }

    .top-search-add-class-blue {
        background: none repeat scroll 0 0 #009CD7;
        color: #fff;
        float: left;
        padding: 8px 0 8px 8px !important;
        width: 100%;
    }

    .top-search-add-student {
        background: #ace402;
        float: left;
        width: 100%;
        padding: 8px 0 5px 8px;
        color: #fff;
    }

    .top-search-find-report {
    background: #FF8040;
    float:left;
    width: 100%;
    color: #fff;
}
}

/********ADAM START*******/
@media screen and (min-width: 200px) and (max-width:1536px) {
    .top-search {
        background: #9e0039;
        float: left;
        width: 100%;
        /*padding:57px 0 5px 8px!important;*/
        /*padding:20px 0 5px 8px!important;*/
        color: #fff;
        padding: 8px 0 5px 8px !important;
    }

    .top-search-add-class-blue {
        background: none repeat scroll 0 0 #009CD7;
        color: #fff;
        float: left;
        /*padding: 60px 0 5px 8px !important;*/
        width: 100%;
    }

    .top-search-add-student {
        background: #ace402;
        float: left;
        width: 100%;
        padding: 8px 0 5px 8px !important;
        color: #fff;
    }
    .top-search-find-report {
    background: #FF8040;
    float:left;
    width: 100%;
    color: #fff;
}
}

@media screen and (-webkit-min-device-pixel-ratio:0) and (min-width: 800px) and (max-width:1024px) {
    .top-search {
        background: #9e0039;
        float: left;
        width: 100%;
        color: #fff;
        padding: 8px 0 5px 8px !important;
    }

    .top-search-add-class-blue {
        background: none repeat scroll 0 0 #009CD7;
        color: #fff;
        float: left;
        padding: 8px 0 8px 8px !important;
        width: 100%;
    }

    .top-search-add-student {
        background: #ace402;
        float: left;
        width: 100%;
        padding: 8px 0 0px 8px !important;
        color: #fff;
    }
    .top-search-find-report {
    background: #FF8040;
    float:left;
    width: 100%;
    color: #fff;
}

    .top-search-behavior {
        background: none repeat scroll 0 0 #D4540D;
        color: #fff;
        float: left;
        padding: 8px 0 5px 8px !important;
        width: 100%;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) and (min-width: 200px) and (max-width:800px) {
    .top-search {
        background: #9e0039;
        float: left;
        width: 100%;
        color: #fff;
        padding: 8px 0 5px 8px !important;
    }

    .top-search-add-class-blue {
        background: none repeat scroll 0 0 #009CD7;
        color: #fff;
        float: left;
        padding: 8px 0 8px 8px !important;
        width: 100%;
    }

    .top-search-add-student {
        background: #ace402;
        float: left;
        width: 100%;
        /*padding: 20px 0 5px 8px !important;*/
        color: #fff;
    }
    .top-search-find-report {
    background: #FF8040;
    float:left;
    width: 100%;
    color: #fff;
}

    .top-search-behavior {
        background: none repeat scroll 0 0 #D4540D;
        color: #fff;
        float: left;
        padding: 8px 0 5px 8px !important;
        width: 100%;
    }

    .top-search-manager-user {
        background: none repeat scroll 0 0 #000c42;
        color: #fff;
        float: left;
        padding: 20px 0 5px 8px !important;
        width: 98.2%;
    }

	.studentName {
		width: 70%;
		text-align: left;
		display: inline-block;
		font-size: 18px;
	}

    /*.mobileGradeInfoHeader {
        display: inline-flex;
        font-size:10px;
    }

    .mobileGradeInfo {
        width: 13%;
        text-align: center;
        background: #f0f0f0 repeat-x scroll center left;
        color: #8b8b8b;
        padding: 7px 15px;
    }*/
    .iconGroup img
    {
        height:60px;
        padding:20px 5px 0 5px;
    }
}


/* Teacher_add_student */

@media screen and (-webkit-min-device-pixel-ratio:0), (min--moz-device-pixel-ratio: 0),
only screen and (-o-device-pixel-ratio: 0), 
only screen and (min-device-pixel-ratio: 0) {
    .top-search-add-student {
        background: #ace402;
        float: left;
        width: 100%;
        /*padding:57px 0 5px 8px!important; /*Adam change*/
        /*margin-top: 5%;*/
        color: #fff;
    }
    .top-search-find-report {
    background: #FF8040;
    float:left;
    width: 100%;
    color: #fff;
}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .holiday {
        margin-top: 65px !important;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .announcement {
        margin-top: 65px !important;
    }
}

/* Add_User */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .addbehavior {
        padding: 50px !important;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .top-search-add-user {
        background: none repeat scroll 0 0 #000c42;
        color: #fff;
        float: left;
        padding: 8px 0 5px 8px !important;
        width: 100%;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .top-search-add-class-blue {
        background: none repeat scroll 0 0 #009CD7;
        color: #fff;
        float: left;
        /*/padding: 57px 0 5px 8px!important;**/
        width: 100%;
    }
}

/********************************
    Max Device Width: 768px
********************************/
@media (max-width:768px) {
    .navbar-brand {
        width: 220px;
    }

    .space {
        margin: 0px;
    }
}

/**********************************
    Max Device Width: 640px
**********************************/
@media (max-width:640px) {
    #page-wrapper {
        margin: 0;
    }

    .space {
        margin: 0px;
    }

    .navbar-brand {
        width: 219px;
    }

    .logo {
        margin: 0 auto;
        width: 100%;
    }

    footer {
        margin: 0 auto;
        width: 100%;
    }

    .control-label {
        color: #fff !important;
    }

    .input-small-tech-login {
        padding: 0;
        width: 117px !important;
    }
}

/****************************
    Max Device Width: 480px
******************************/
@media (max-width:480px) {
    #page-wrapper {
        margin: 0;
    }

    .space {
        margin: 0px;
    }

    .form-inline {
        width: 60%;
    }

    .navbar-brand {
        width: 219px;
    }

    .logo {
        margin: 0 auto;
        width: 100%;
    }

    footer {
        margin: 0 auto;
        width: 100%;
    }

    .control-label {
        color: #fff !important;
    }

    .input-small-tech-login {
        padding: 0;
        width: 130px !important;
    }
}

/******************************
    Max Device Width: 320px
*******************************/
@media (max-width:320px) {
    .navbar-brand {
        width: 270px;
        text-align: center;
    }

    .logo {
        margin: 0 auto;
        width: 100%;
    }

    .teach-setup {
        margin: 0;
    }

    .space {
        margin: 0px;
    }

    .user-panel {
        float: left;
        margin: 11px 0 20px 45px;
        text-align: center;
    }

    .top-search .col-lg-12 {
        padding: 0;
    }

    .col-md-6.pull-right {
        padding-left: 5px !important;
    }

    .table-striped {
        margin-left: 10px;
    }

    .table {
        margin-left: 16px;
    }

    #page-wrapper {
        margin: 0;
    }

    .studentinput {
        width: 166px;
    }

    .input-small.add-input {
        width: 195px;
    }

    footer {
        margin: 0 auto;
        width: 100%;
    }

    .login-inner {
        width: 290px;
    }

    .control-label {
        color: #fff !important;
    }

    .rmm {
        margin-right: -32px !important;
        width: 100%;
    }
}

/*Responsive Rightside Mobile Menu*/
.rmm {
    display: block;
    position: relative;
    width: 100%;
    padding: 0px;
    text-align: center;
    line-height: 51px !important;
    float: right;
}

.rmm * {
    -webkit-tap-highlight-color: transparent !important;
}

.rmm a {
    color: #7d7d7d;
    text-decoration: none;
}

.rmm .rmm-main-list, .rmm .rmm-main-list li {
    margin: 0px;
    padding: 0px;
}

.rmm ul {
    display: block;
    width: auto !important;
    margin: 0 auto !important;
    overflow: hidden;
    list-style: none;
}

/* sublevel menu - in construction */
.rmm ul li ul, .rmm ul li ul li, .rmm ul li ul li a {
    display: none !important;
    height: 0px !important;
    width: 0px !important;
}
/* */

.rmm .rmm-main-list li {
    display: inline;
    padding: padding:0px;
    margin: 0px !important;
}

.rmm-toggled {
    display: none;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 auto !important;
}

.rmm-button:hover {
    cursor: pointer;
}

.rmm .rmm-toggled ul {
    display: none;
    margin: 0px !important;
    padding: 0px !important;
}

.rmm .rmm-toggled ul li {
    display: block;
    margin: 0 auto !important;
}

/* GRAPHITE STYLE */
.rmm.graphite .rmm-main-list li a {
    display: inline-block;
    padding: 8px 30px 8px 30px;
    margin: 0px -3px 0px -3px;
    font-size: 15px;
}

.rmm.graphite .rmm-toggled {
    width: 85%;
    min-height: 36px;
}

.rmm.graphite .rmm-toggled-controls {
    display: block;
    height: 36px;
    color: white;
    text-align: left;
    position: relative;
}

.rmm.graphite .rmm-toggled-title {
    position: relative;
    top: 9px;
    left: 15px;
    font-size: 16px;
    color: white;
    text-shadow: 1px 1px 1px black;
}

.rmm.graphite .rmm-button {
    display: block;
    position: absolute;
    right: 15px;
    top: 6px;
}

.rmm.graphite .rmm-button span {
    display: block;
    margin-top: 4px;
    height: 3px;
    background: #acabab;
    width: 24px;
}

.rmm.graphite .rmm-toggled ul li a {
    display: block;
    width: 100%;
    background-color: #555555;
    text-align: center;
    padding: 10px 0px 10px 0px;
    border: none !important;
    color: #fff;
    font-weight: 600;
}

.rmm.graphite .rmm-toggled ul li a.right-menu-1:hover {
    background: #ace402;
}

.rmm.graphite .rmm-toggled ul li a.right-menu-2:hover {
    background: #00aaea;
}

.rmm.graphite .rmm-toggled ul li a.right-menu-3:hover {
    background: #d7550d;
}

.rmm.graphite .rmm-toggled ul li a.right-menu-4:hover {
    background: #A41E4E;
}

.rmm.graphite .rmm-toggled ul li a:active {
    background-color: #444444;
    border-bottom: 1px solid #444444;
    border-top: 1px solid #444444;
}

.right-menu-1 {
    border-bottom: 3px solid #ACE402;
}

.right-menu-2 {
    border-bottom: 3px solid #00AAEA;
}

.right-menu-3 {
    border-bottom: 3px solid #9E0039;
}

.right-menu-4 {
    border-bottom: 3px solid #000C42;
}

.right-menu-5 {
    border-bottom: 3px solid #FF8040;
}

/* SAPPHIRE STYLE */
.rmm.sapphire .rmm-main-list li a {
    display: inline-block;
    padding: 8px 30px 8px 30px;
    margin: 0px -3px 0px -3px;
    font-size: 15px;
    text-shadow: 1px 1px 1px #3e587b;
    background-color: #537b9f;
    border-left: 1px solid #3e587b;
    background-image: url('../rmm-img/sapphire-menu-bg.png');
    background-repeat: repeat-x;
}

.rmm.sapphire .rmm-main-list li a:hover {
    background: #3e597b;
}

.rmm.sapphire .rmm-main-list li:first-child a {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.rmm.sapphire .rmm-main-list li:last-child a {
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.rmm.sapphire .rmm-toggled {
    width: 95%;
    background-color: #537b9f;
    min-height: 36px;
    border-radius: 6px;
}

.rmm.sapphire .rmm-toggled-controls {
    display: block;
    height: 36px;
    color: white;
    text-align: left;
    position: relative;
    background-image: url('../rmm-img/sapphire-menu-bg.png');
    background-repeat: repeat-x;
    border-radius: 5px;
}

.rmm.sapphire .rmm-toggled-title {
    position: relative;
    top: 9px;
    left: 15px;
    font-size: 16px;
    color: white;
    text-shadow: 1px 1px 1px #3e587b;
}

.rmm.sapphire .rmm-button {
    display: block;
    position: absolute;
    right: 9px;
    top: 7px;
    width: 20px;
    padding: 0px 7px 0px 7px;
    border: 1px solid #3e587b;
    border-radius: 3px;
    background-image: url('../rmm-img/sapphire-menu-bg.png');
    background-position: top;
}

    .rmm.sapphire .rmm-button span {
        display: block;
        margin: 4px 0px 4px 0px;
        height: 2px;
        background: white;
        width: 20px;
    }

.rmm.sapphire .rmm-toggled ul li a {
    display: block;
    width: 100%;
    background-color: #537698;
    text-align: center;
    padding: 10px 0px 10px 0px;
    border-bottom: 1px solid #3c5779;
    border-top: 1px solid #6883a6;
    text-shadow: 1px 1px 1px #333333;
}

    .rmm.sapphire .rmm-toggled ul li a:active {
        background-color: #3c5779;
        border-bottom: 1px solid #3c5779;
        border-top: 1px solid #3c5779;
    }

.rmm.sapphire .rmm-toggled ul li:first-child a {
    border-top: 1px solid #3c5779 !important;
}

/* MINIMAL STYLE */

.rmm.minimal a {
    color: #333333;
}

.rmm.minimal a:hover {
    opacity: 0.7;
}

.rmm.minimal .rmm-main-list li a {
    display: inline-block;
    padding: 8px 30px 8px 30px;
    margin: 0px -3px 0px -3px;
    font-size: 15px;
}

.rmm.minimal .rmm-toggled {
    width: 95%;
    min-height: 36px;
}

.rmm.minimal .rmm-toggled-controls {
    display: block;
    height: 36px;
    color: #333333;
    text-align: left;
    position: relative;
}

.rmm.minimal .rmm-toggled-title {
    position: relative;
    top: 9px;
    left: 9px;
    font-size: 16px;
    color: #33333;
}

.rmm.minimal .rmm-button {
    display: block;
    position: absolute;
    right: 9px;
    top: 7px;
}

.rmm.minimal .rmm-button span {
        display: block;
        margin: 4px 0px 4px 0px;
        height: 2px;
        background: #333333;
        width: 25px;
    }

.rmm.minimal .rmm-toggled ul li a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 0px 10px 0px;
    border-bottom: 1px solid #dedede;
    color: #333333;
}

.rmm.minimal .rmm-toggled ul li:first-child a {
    border-top: 1px solid #dedede;
}

.ui-datepicker-trigger {
    vertical-align: top;
    margin-left: 5px;
}

#spnAddStudentError
{
    color:red;
}
/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}

.required {
    color: #f00;
}

/**
* CSS themes for simplePagination.js
* Author: Flavius Matis - http://flaviusmatis.github.com/
* URL: https://github.com/flaviusmatis/simplePagination.js
*/

ul.simple-pagination {
    list-style: none;
}

.simple-pagination {
    display: block;
    overflow: hidden;
    padding: 0 5px 5px 0;
    margin: 0;
}

.simple-pagination ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.simple-pagination li {
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
}

/*------------------------------------*\
	Compact Theme Styles
\*------------------------------------*/

.compact-theme a, .compact-theme span {
    float: left;
    color: #333;
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    text-align: center;
    border: 1px solid #AAA;
    border-left: none;
    min-width: 14px;
    padding: 0 7px;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    background: #efefef; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#efefef 100%); /* IE10+ */
    background: linear-gradient(top, #ffffff 0%,#efefef 100%); /* W3C */
}

.compact-theme a:hover {
        text-decoration: none;
        background: #efefef; /* Old browsers */
        background: -moz-linear-gradient(top, #efefef 0%, #bbbbbb 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#bbbbbb)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #efefef 0%,#bbbbbb 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #efefef 0%,#bbbbbb 100%); /* Opera11.10+ */
        background: -ms-linear-gradient(top, #efefef 0%,#bbbbbb 100%); /* IE10+ */
        background: linear-gradient(top, #efefef 0%,#bbbbbb 100%); /* W3C */
    }

.compact-theme li:first-child a, .compact-theme li:first-child span {
    border-left: 1px solid #AAA;
    border-radius: 3px 0 0 3px;
}

.compact-theme li:last-child a, .compact-theme li:last-child span {
    border-radius: 0 3px 3px 0;
}

.compact-theme .current {
    background: #bbbbbb; /* Old browsers */
    background: -moz-linear-gradient(top, #bbbbbb 0%, #efefef 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bbbbbb), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #bbbbbb 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #bbbbbb 0%,#efefef 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #bbbbbb 0%,#efefef 100%); /* IE10+ */
    background: linear-gradient(top, #bbbbbb 0%,#efefef 100%); /* W3C */
    cursor: default;
}

.compact-theme .ellipse {
    background: #EAEAEA;
    padding: 0 10px;
    cursor: default;
}

/*------------------------------------*\
	Light Theme Styles
\*------------------------------------*/

.light-theme a, .light-theme span {
    float: left;
    color: #666;
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    text-align: center;
    border: 1px solid #BBB;
    min-width: 14px;
    padding: 0 7px;
    margin: 0 5px 0 0;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    background: #efefef; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#efefef 100%); /* IE10+ */
    background: linear-gradient(top, #ffffff 0%,#efefef 100%); /* W3C */
}

    .light-theme a:hover {
        text-decoration: none;
        background: #FCFCFC;
    }

.light-theme .current {
    background: #666;
    color: #FFF;
    border-color: #444;
    box-shadow: 0 1px 0 rgba(255,255,255,1), 0 0 2px rgba(0, 0, 0, 0.3) inset;
    cursor: default;
}

.light-theme .ellipse {
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    font-weight: bold;
    cursor: default;
}

/*------------------------------------*\
	Dark Theme Styles
\*------------------------------------*/

.dark-theme a, .dark-theme span {
    float: left;
    color: #CCC;
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    text-align: center;
    border: 1px solid #222;
    min-width: 14px;
    padding: 0 7px;
    margin: 0 5px 0 0;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    background: #555; /* Old browsers */
    background: -moz-linear-gradient(top, #555 0%, #333 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#555), color-stop(100%,#333)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #555 0%,#333 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #555 0%,#333 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #555 0%,#333 100%); /* IE10+ */
    background: linear-gradient(top, #555 0%,#333 100%); /* W3C */
}

.dark-theme a:hover {
    text-decoration: none;
    background: #444;
}

.dark-theme .current {
    background: #222;
    color: #FFF;
    border-color: #000;
    box-shadow: 0 1px 0 rgba(255,255,255,0.2), 0 0 1px 1px rgba(0, 0, 0, 0.1) inset;
    cursor: default;
}

.dark-theme .ellipse {
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    font-weight: bold;
    cursor: default;
}

.manageuser-table {
    margin-left: 176px;
    height: 888px;
}

/****************************
    Rule Violations Start
(_DashBoardRuleViolations.cshtml)
*****************************/
/***_DashBoardRuleViolations.cshtml***/
.rule-violations h3 {
    text-align: center;
    font-family: 'DINCondensedBold';
    font-size: 32px;
    padding-top: 5%;
}

.rule-violations-inner .control-group {
    margin-bottom: 8px;
    width: 100%;
}

.rule-violations {
    background-color: #0098d0;
    height: 100%;
    padding-left: 0;
    min-height: 650px;
}

.add-class-label-white {
    color: #fff;
}
/** Rule Violations End **/

/****************************
    Chart Violations Start
*****************************/
.daily-average {
    width: 95%;
    float: left;
    text-align: justify;
}

.daily-average h5 {
    line-height: 10px;
}

.toatal-number {
    float: right;
    text-align: justify;
}

.toatal-number h5 {
    line-height: 10px;
}

.group-bg {
    color: #01597a;
    margin-top: 20px;
    width: 95%;
} 

.round-chart {
    margin-bottom: 21px;
    margin-top: 26px;
}
/****************************
    Chart Violations End
*****************************/

/****************************
    Who's Trending Start
*****************************/
.trending {
    background-color: #00aded;
    padding: 0;
    padding-top: 3%;
    /*padding-bottom: 22px;*/
}

.trending-table {
    width: 35%;
    margin-left: 20px;
    display: inline-flex;
}

.trending-table-2 {
    margin-left: 108px;
    display: inline-flex;
    width: 10px;
}

.who-trading-header > h3 {
    font-family: 'DINCondensedBold';
    font-size: 32px;
    text-align: center;
    margin: -6px 0 0 0;
    width: 100%;
    padding-top:5%;
}

.trending-table {
    display: inline-block;
    margin-left: 25px;
    float: left;
}

.trending-table-2 {
    display: inline-block;
    margin-left: 40px;
    /*margin-top: 32px;*/
}
/*  Who's Trending End */

/****************************
   Success Index Start
*****************************/
.success-index {
    background-color: #30baed;
    padding: 0px;
    padding-top: 9px;
    /*padding-bottom: 20px;*/
    height: 300px;
}

.dark-blue h3 {
    text-align: center;
    font-family: 'DINCondensedBold';
    font-size: 32px;
    color: #01597a;
}

.teach-use-logo {
    /*float: left;*/
    text-align: center;
    padding-left: 36px;
    /*width: 55%;*/
    width: 100%;

    margin-bottom: 10px;
}

.white > span {
    font-size: 30px;
    line-height: 31px;
}
/* Success Index End */

/****************************
   Student Watch Start
*****************************/
.student-watch {
    background-color: #0178a4;
    /*height: 356px;*/
}

.student-watch-header {
    padding-top: 20px;
}

.student-watch-header > h3 {
    font-family: 'DINCondensedBold';
    font-size: 32px;
    margin-top: 0;
    text-align: center;
}

.student-population {
    text-align: center;
    color: #FFF;
    padding: 0px;
    /*margin-top: 94px;*/
    font-family: "DINCondensedBold";
}

.student-count {
    display:inline-block;
    padding-right: 2%;
    padding-top:2%;
    padding-bottom:2%;
}

.student-pop {
    display:inline-block;
    padding-left: 2%;
    padding-top:2%;
    padding-bottom:2%;
}

.din-bold {
    font-family: "DINCondensedBold";
    font-size: 41px;
}

.student-population > h4 {
    font-size: 21px;
}
/***  Student Watch End ***/

/****************************
    Campus Class Start
****************************/
.campus-class {
    background-color: #01597a;
}

.campus-heading {
    margin-bottom: 40px;
    margin-top: 40px;
    text-align: center;
}

.campus-heading > span > h3 {
    font-family: 'DINCondensedBold';
    font-size: 42px;
    line-height: 1px;
}

.campus-heading > h3 {
    font-family: 'DINCondensedBold';
}

.check-btn {
    padding-bottom: 30px;
}

.click-to-update {
    color: white;
    border: 0px;
    background-color: #0071C1;
    height: 35px;
    width: 170px;
    border-radius: 5px;
    box-shadow: 3px 3px 5px 3px #005ea1;
}
/*** Campus Class End ***/

/****************************
    Multipurpose Start
****************************/
.white {
    color: #FFF;
}

.admin-block {
    width: 100%;
}

.admin-block .dropdown-menu.dropdown-inverse {
    width: 210px !important;
}

.dashboard-block {
    /*width: 210px;*/
}

.dashboard-block, .dashboard-block:focus {
    color: #9d9d9c;
    background: #ececec; /* Old browsers */
    background: -moz-linear-gradient(top, #ececec 0%, #fdfdfd 50%, #ececec 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ececec), color-stop(50%,#fdfdfd), color-stop(100%,#ececec)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ececec 0%,#fdfdfd 50%,#ececec 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ececec 0%,#fdfdfd 50%,#ececec 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ececec 0%,#fdfdfd 50%,#ececec 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ececec 0%,#fdfdfd 50%,#ececec 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#ececec',GradientType=0 ); /* IE6-9 */
}

.dashboard-block:hover {
    color: #9d9d9c;
}

.dashboard-block .caret {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid;
    display: inline-block;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    width: 0;
    color: #d7550d !important;
}

.select .btn .caret {
    margin-top: -3px;
    position: absolute;
    right: 16px;
    top: 50%;
}

.dropdown-menu {
    width: 100%;
    max-height: 185px;
}

.dark-blue {
    color: #0178a4;
    text-align: center;
}

/*.bttn-group {
    float: right;
    padding-top: 21px;
    padding-right: 13px;
}*/

.button-bottom {
    margin-bottom: 5px;
}

.campus-class-header > h3 {
    font-family: 'DINCondensedBold';
    font-size: 32px;
}

.date-label {
    color: #fff;
}

.sidebar {
    z-index: 1;
    position: absolute;
    width: 105px;
    -webkit-box-shadow: 3px 0px 7px 0px rgba(50, 50, 50, 0.43);
    -moz-box-shadow: 3px 0px 7px 0px rgba(50, 50, 50, 0.43);
    box-shadow: 3px 0px 7px 0px rgba(50, 50, 50, 0.43);
    min-height: 565px;
}

.input-small {
    width: 98px !important;
}

.back-slash-white {
    color: #fff;
    display: inline-block;
    font-size: 26px;
    margin: -10px 2px 0;
}

.input-date-large {
    width: 40px;
    background: #fff;
    -moz-box-shadow: 0 1px 2px #bababa inset;
    -webkit-box-shadow: 0 1px 2px #bababa inset;
    box-shadow: 0 1px 2px #bababa inset;
    border: 1px solid #bababa;
}

.arrowPlaceholder .positive-blue {
    color: #008BBF;
}
.positive-blue-background {
    background-color: #008BBF;
}
#commendationAdd:hover {
    cursor:pointer;
}
/****************************
    Multipurpose End
****************************/


/****************************
    Max Width: 1280px
*****************************/
/*@media (max-width:1280px) {
    .input-large {
        width: 205px;
        color: #4c5c66 !important;
    }

    .rule-violations {
        background-color: #0098d0;
        height: 556px;
    }
	
	
}*/

/****************************
    Max Width: 980px
*****************************/
@media (max-width:980px) {
    .input-small {
        width: 130px;
    }

    .input-large {
        width: 335px;
    }

    .dashboard-nav li {
        font-size: 12px;
    }

    .dashboard-block {
        width: 157px;
    }

    /*.btn-group, .btn-group-vertical {
        width: 165px;
    }*/

    .button-bottom {
        width: 100%;
    }

    .teach-use-logo {
        padding-left: 3px;
        width: 100%;
    }

    .campus-heading {
        margin-bottom: 78px;
        margin-top: 78px;
    }

    .student-name {
        margin-bottom: 79px;
    }

    .trading-chart > img {
        width: 120px;
    }

    .heading-daily-avera {
        width: 100%;
    }

    .toatal-number {
        padding-top: 22px;
    }

    h5, .h5 {
        font-size: 13px;
    }

    .daily-average {
        width: 95%;
    }

    .dashboard-top ul li {
        width: 10%;
    }

    .success-index {
        background-color: #30baed;
        /*height: 351px;*/
    }

    .rule-violations {
        /*height: 570px;*/
    }

    .campus-class {
        background-color: #01597a;
        /*height: 448px;*/
    }
}

/****************************
    Max Width: 800px
*****************************/
@media (max-width:800px) {
    .input-small {
        width: 130px;
    }

    .input-large {
        width: 335px;
    }

    .dashboard-nav li {
        font-size: 12px;
    }

    .dashboard-block {
        width: 150px;
    }

    /*.btn-group, .btn-group-vertical {
        width: 165px;
    }*/

    #divSetupOptions{
        padding-left: 20px;
    }

    h3, .h3 {
        font-size: 18px;
    }

    .teach-use-logo {
        padding-left: 0;
        width: 100%;
        text-align: center;
    }

    .tradi-chart-text h5 {
        font-size: 13px;
    }

    .trading-chart > img {
        width: 120px;
    }

    .dashboard-top ul li {
        width: 10%;
    }

    .success-index {
        height: 350px;
    }

    .trending table {
        width: 100% !important;
        display: inline-block !important;
    }

    .trending {
        height: 500px;
    }
}

/****************************
    Max Width: 768px
*****************************/
@media (max-width:768px) {
    .navbar-brand {
        width: 220px;
    }

    .space {
        margin: 0px;
    }

    .input-small {
        width: 145px;
    }

    .input-large {
        width: 335px;
    }

    .bell-text {
        font-size: 11px;
    }

    .dashboard-block {
        width: 151px;
    }

    .dark-blue h3 {
        font-size: 14px;
    }

    .daily-average {
        width: 95%;
    }

    .toatal-number {
        padding-top: 1px;
        line-height: none;
    }

    h3, .h3 {
        font-size: 23px !important;
    }

    .trading-chart > img {
        width: 122px;
    }

    .dashboard-top ul li {
        margin: 0 70px 0 0;
    }

    .rule-violations {
        /*height: 572px;*/
        
    }

    .student-watch {
        /*height: 448px;*/
        /*height: 700px;*/
    }

    .campus-class {
        height: 750px; /*Adam*/
    }

    .trending {
        height: 600px; /**Adam**/
    }

    .student-population {
        line-height: 12px;
    }

	.arrowPlaceholder {
		width: 55%;
		display: inline-block;
	}

	.reportHeader
	{
		font-size: 9px;
	}

	.reportHeaderColumn {
		width: 7%;
		text-align: center;
		background: #f0f0f0 repeat-x scroll center left;
		color: #b5b6b4;
		padding: 7px 0;
	}

	.reportHeaderColumnName {
		width: 25%;
		background: #f0f0f0 repeat-x scroll center left;
		color: #b5b6b4;
		padding: 7px 0;
		cursor: pointer;
	}

	.reportHeaderColumnSortable {
		width: 6%;
		text-align: center;
		background: #f0f0f0 repeat-x scroll center left;
		color: #b5b6b4;
		padding: 7px 0;
		cursor: pointer;
	}

	#attendanceHeader {
		width: 6%;
		background: #f0f0f0 repeat-x scroll center left;
		color: #b5b6b4;
		padding: 7px 5px;
	}

	.table-div {
		float: left;
		height: 160px;
		text-align: center;
	}

}

/****************************
    Min Width: 768px
*****************************/
@media (min-width:768px) {

     .sidebar-navigation {
        z-index: 1;
        position: absolute;
        width: 175px;
        -webkit-box-shadow: 3px 0px 7px 0px rgba(50, 50, 50, 0.43);
        -moz-box-shadow:    3px 0px 7px 0px rgba(50, 50, 50, 0.43);
        box-shadow:         3px 0px 7px 0px rgba(50, 50, 50, 0.43);
        min-height:518px;
    }

    .navbar-top-links .dropdown-messages, .navbar-top-links .dropdown-tasks, .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }

}

/*******************************
    Max Device Width: 640px;
*******************************/
@media (max-width:640px) {
    .form-inline { /**Added by Adam~*/
        width: 100%;
    }

    #page-wrapper {
        margin: 0;
    }

    .space {
        margin: 0px;
    }

    .navbar-brand {
        width: 219px;
    }

    .logo {
        margin: 0 auto;
        width: 100%;
    }

    footer {
        margin: 0 auto;
        width: 100%;
    }

    .control-label {
        color: #fff !important;
    }

    .input-small {
        width: 155px;
    }

    .input-large {
        width: 335px;
    }

    .sidebar-navigation li {
        float: left;
        width: 150px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .sidebar-navigation li a {
        padding: 0 !important;
    }

    #wrapper {
        margin-top: -10px;
    }

    #side-menu > li > a {
      background: white;
      width: 262px;
      color: #fff;
      border-bottom: none;
    }

    .nav > li {
        float: none;
    }

    .nav > li > a {
        background: #555555;
        width: 262px;
        color: #fff;
        border-bottom: none;
    }

    .nav li a.right-menu-1:hover {
        background: #ACE402;
    }

    .nav li a.right-menu-2:hover {
        background: #00AAEA;
    }

    .nav li a.right-menu-3:hover {
        background: #A41E4E;
    }

    .nav li a.right-menu-4:hover {
        background: #000C42;
    }

    .dashboard-block {
        width: 295px;
    }

    .dashboard-top {
        float: none;
        margin-left: 6px;
        margin-top: 24px;
    }

    .dashboard-top ul li {
        width: 98%;
    }

    .campus-heading {
        margin-bottom: 0;
        margin-top: 5px;
    }

    .campus-class {
        text-align: center;
    }

    .dashboard-top {
        float: none;
        margin-left: 6px;
        margin-top: 24px;
    }

    .dashboard-top ul li {
        width: 98%;
    }

    .campus-heading {
        margin-bottom: 0;
        margin-top: 5px;
    }

    .campus-class {
        text-align: center;
        height: auto;
    }

    .dashboard-top {
        float: none;
        margin-left: 6px;
        margin-top: 24px;
    }

    .dashboard-top > ul {
        height: 76px;
    }

    .dashboard-top ul li:first-child {
        margin-left: 20px;
    }

    .dashboard-top ul li {
        width: 9%;
    }

    .rule-violations {
        height: 964px;
        
    }

    .who-trading-header > h3 {
        text-align: center;
        /*width: 68%;*/
        width: 100%;
    }

    .trading-chart {
        width: 100%;
        text-align: center;
        margin-left: 8px;
    }

    .trading-chart > img {
        width: 227px;
    }

    .dark-bluee {
        width: 100%;
    }

    .add-class-label-white {
        margin-top: 6px;
    }

    .dark-blue {
        width: 100%;
    }

    .dark-blue h3 {
        text-align: center;
        font-family: 'DINCondensedBold';
        font-size: 32px;
        color: #01597a;
        margin-top: 10%;
        float: left;
        width: 96%;
    }

    /*.label {
        width: 70%; Added by Adam
        width: 100%; Removed by Adam
    }*/

    .teach-use-logo {
        width: 100%;
        text-align: center;
        /*width: 59%;*/
        /*float: right;*/
    }

    .student-watch {
        /*height: 274px;*/
    }

    .student-population {
        margin-top: 94px;
        width: 41%;
        float: left;
        margin-top: 29px;
        margin-left: 5PX;
    }

    .campus-class-header > h3 {
        width: 100%;
        text-align: center;
        float: left;
    }

    .white > span {
        width: 43%;
        margin-top: -166px;
    }

    /*.bttn-group {
        float: left;
        padding-top: 21px;
        padding-right: 13px;
        margin-bottom: 21px;
    }*/

    .dashboard-block {
        width: 568px;
    }

    .round-chart {
        margin-bottom: 21px;
        margin-top: 26px;
        text-align: center;
    }

    .success-index {
        height: 409px;
    }

    .group-bg {
        color: #01597a;
        text-align: center;
        width: 100%;
        float: left;
        margin-top:20px;
    }

    .teach-use-logo {
        width: 100%; 
        text-align: center;
        /*width: 52%;
        float: left;
        text-align: end;*/
    }
}

/******************************
    Max Device Width: 480px;
*******************************/
@media (max-width:480px) {
    #page-wrapper {
        margin: 0;
    }

    /*.form-inline {
        width: 60%;
    }*/

    .space {
        margin: 0px;
    }

    .navbar-brand {
        width: 219px;
    }

    .logo {
        margin: 0 auto;
        width: 100%;
    }

    footer {
        margin: 0 auto;
        width: 100%;
    }

    .control-label {
        color: #fff !important;
    }

    .input-small {
        width: 88px;
    }

    .input-large {
        width: 230px;
    }

    .sidebar-navigation li {
        float: left;
        width: 112px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .sidebar-navigation li a {
        padding: 0 !important;
    }

    #wrapper {
        margin-top: -10px;
    }

    .nav > li {
        float: none;
    }

    .nav > li > a {
        background: #555555;
        width: 262px;
        color: #fff;
        border-bottom: none;
    }

    .nav li a.right-menu-1:hover {
        background: #ACE402;
    }

    .nav li a.right-menu-2:hover {
        background: #00AAEA;
    }

    .nav li a.right-menu-3:hover {
        background: #A41E4E;
    }

    .nav li a.right-menu-4:hover {
        background: #000C42;
    }

    .trading-chart > img {
        width: 225px;
    }

    .teach-use-logo {
        padding-left: 0;
        width: 100%;
        text-align: center;
    }

    .white > span {
        float: right;
        font-size: 36px;
        width: 69%;
    }

    .dashboard-top {
        margin-left: 6px;
        margin-top: 24px;
        float: none;
    }

    .dashboard-top > ul {
        height: 450px;
    }

    .dashboard-top ul li:first-child {
        margin-left: 45px;
        width: 77%;
    }

    .dashboard-top ul li {
        width: 98%;
    }

    .bell-number {
        padding-bottom: 12px;
    }

    /*.btn-group, .btn-group-vertical {
        width: 211px;
        float: unset;
    }*/

    .average-daily ul {
        float: left;
        width: 50%;
    }

    .student-population {
        margin-top: 41px;
        float: left;
        text-align: center;
        width: 100%;
    }

    .success-index {
        height: 350px;
    }

    .din-bold {
        line-height: 1px;
    }

    .campus-heading {
        margin-bottom: 8px;
        margin-top: 1px;
    }

    .add-class-label-white {
        width: 100%;
    }

    .round-chart {
        text-align: center;
    }

    .dashboard-block {
        width: 420px;
    }

    .trading-chart {
        text-align: center;
        width: 100%;
    }

    .campus-class {
        text-align: center;
    }

    .student-watch-header {
        text-align: center;
    }

    .student-name {
        margin-bottom: 0;
    }

    .success-index {
        height: 430px;
    }   

    .white > span {
        font-size: 36px;
        width: 69%;
        float: none;
    }

    .who-trading-header > h3 {
        text-align: center;
        width: 100%;
    }
}

/*************************************
    Mobile Device
    Width:  ???
    Device Pixel Ratio: ???
**************************************/
@media (max-device-width: 700px) and (-webkit-min-device-pixel-ratio:2), (min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2){
    /*Login Page Specific Changes*/
    .login-inner {
        font-size: 300%;
        width: 100%;
        position:fixed;
        left:0px;
        right:0px;
	top: 150px;
    }

    #login-header {
        font-size: 150%;
    }

    .loginbtn {
        font-size: 80%;
    }

    #login-logo{
        width: 100%;
        position: fixed;
        top: 0px;
        bottom: 0px;
    }

    #login-logo-div {
        width: 80%;
    }

    .navbar-brand > img {
        width: 70% !important;
    }

    #copyright-info{
        position: fixed;
        width: 100%;
        margin-top: 75%;
        font-size: 300%;
    }

    #footer-container {
        width: 100%;
    }

    /*Login Page Specific Changes End*/

    .whos-trending-button {
        width: 132px !important;
    }

    .top-search-add-student {
        padding-top: 5%;
    }

    .top-search-find-report {
    padding-top: 5%;
}

    #search-text-student {
        width: 55%;
    }

    #student-watch-student-data{
        width: 100%;
    }


    #chart-button-div {
        display: none;
    }

    #btnGoDiv {
        display: inline-block;
    }

    /********************************
        iPhone seems to not recognized
        the CSS2 default buttonface system color 
        that Boostrap uses correctly....
        ~Adam
    *********************************/
    #btnGo{
        background-color: #bababa;
    }

    #btnGrade {
        background-color: #bababa;
        width:50%;
    }

    #btnBehavior {
        background-color: #bababa;
        width: 50%;
    }
    /***************************************
        End iPhone specific button changes
    **************************************/

    #student-watch-population-data {
        width: 100%;
    }

    #teacher-list-section {
        width: 100%;
    }

    #last30daysSection {
        width: 100%;
        text-align: center;
    }

    #success-index {
        height: 100%;
    }

    #trending {
        height: 100%;
    }

    .button-bottom {
        width: 100%;
    }

    /*_StudentBehavior.cshtml */
    .mobileWidgetContainer {
        padding-top: 5px;
        display: inline-block;
        width: 100%;
    }

    .leftSection {
        display: inline-block;
        padding-right: 4px;
        border-right: 2px solid rgb(178, 207, 53);
        width: 40%;
    }

    #report div.arrow, #report div.commendArrow {
        background: none;
        cursor: pointer;
        margin-top: 6px;
        display: inline-block;
    }

    .studentName {
        width: 70%;
        display: inline-block;
    }

    .studentFirstName {
        text-align: right;
        font-weight: bold;
        font-size: 24px;
        display: block;
        color: rgb(137, 137, 137);
    }

    .studentLastName {
        text-align: right;
        font-weight: bold;
        font-size: 24px;
        display: block;
        color: rgb(137, 137, 137);
    }

    .commenceButton, .commenceAllButton {
        background: -webkit-linear-gradient(rgb(64, 168, 207), rgb(23, 118, 153)); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(rgb(64, 168, 207), rgb(23, 118, 153)); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(rgb(64, 168, 207), rgb(23, 118, 153)); /* For Firefox 3.6 to 15 */
        background: linear-gradient(rgb (59, 171, 214), rgb(64, 168, 207)); /* Standard syntax */

        /*background: -webkit-radial-gradient(rgb(64, 168, 207), rgb(6, 158, 216) 90%); /* Safari 5.1 to 6.0 */
        /*background: -o-radial-gradient(rgb(64, 168, 207), rgb(6, 158, 216) 90%); /* For Opera 11.6 to 12.0 */
        /*background: -moz-radial-gradient(rgb(64, 168, 207), rgb(6, 158, 216) 90%); /* For Firefox 3.6 to 15 */
        /*background: radial-gradient(rgb(64, 168, 207), rgb(6, 158, 216) 90%); /* Standard syntax (must be last)*/

        color: white; 
        border-radius: 5px; 
        width: 125px; 
        border: 1px solid black; 
        text-align: center;
    }


    .rightSection {
        display: inline-block;
        width: 55%;
        padding-left: 6px;
    }

    .gradeInfo {
        display: inline-block !important;
        width: 100%;
    }

    .dailyAvgLabel {
        padding-bottom: 5px;
        display: block !important;
    }

    .studentGrade {
        font-weight: bold;
        display: inline-block;
        font-size: 38px;
        color: rgb(241, 84, 31);
    }

    .table-badge2 {
        margin: 9px;
        text-align: center;
        font-size: 18px;
        color: white;
        font-weight: bold;
        padding: 1px 0;
    }

    .graySeparator {
        color: rgb(230, 230, 230);
        height: 1px;
        border: 1px solid rgb(230, 230, 230);
        background: rgb(230, 230, 230);
        width: 100%;
    }

    .historyLink {
        display: none;
    }

    .form-top {
        width: 100%;
    }

    .navbar-brand {
        float: right;
        display: inline-block;
    }

    .navbar-brand > img {
        width: 100px;
    }
    
    .user-panel {
        float: left;
        display: inline-block;
        width: 50% !important;
    }

    .schoolName {
        display: none;
    }

    .profileLink {
        display: none;
    }

    #printreport {
        display: none !important;
    }

    #dwnldexcel {
        display: none !important;
    }

    .searchLabel {
        width: 60px;
    }
    
    .historyLink:after {
        content: " | ";
    }

    .conductGradesLabel {
        color: rgb(172, 229, 3) !important;
        font-size: 22px;
        text-transform: uppercase;
    }

    .handIconDiv {
        width: 15%; 
        display: inline-block;
    }

    .conductCardIconDiv {
        width: 15%;
        display: inline-block;
    }

    .viewAllDiv {
        display:inline-block;
        width: 40%;
        padding-left: 5px;
        font-size: 18px;
    }

    .newArrow {
        font-size: 44px;
        color: #d2520d;
        font-weight: bold;
        background: none;
    }

    .badgeDiv {
        display: inline !important;
    }

    .reportHeader {
        display: none !important;
    }
    #conductCardHeader {
        display: none;
    }

    #attendanceHeader {
        display: none;
    }

    .reportHeader:nth-child(3){
        content: "Grade";
    }

    .rule-violation-message {
        display: none;
    }

    .studentNameCG {
        font-weight: bold; 
        width: 45%; 
        font-size: 26px; 
        display: inline-block; 
        color: rgb(137, 137, 137);
    }

    .studentGradeCG {
        font-weight: bold; 
        display: inline-block; 
        width: 45%; 
        text-align: right;
        font-size: 26px; 
        color: rgb(241, 84, 31);
    }

    .greenSeparator {
        color: green; 
        height: 1px; 
        border: 1px solid rgb(178, 207, 53); 
        background: rgb(178, 207, 53);
    }

    .daysInSchool {
        display: inline-block; 
        padding-right: 4px; 
        border-right: 2px solid rgb(236, 236, 236); 
        width: 33%;
    }

    .daysInSchoolLabel{
        font-size: 20px; 
        text-align: center;
    }

    .daysInSchoolValue {
        text-align: center; 
        font-size: 22px; 
        color: rgb(241, 84, 31); 
        font-weight:bold;
    }

    .totalRuleViolations {
        display: inline-block; 
        padding-right:4px; 
        padding-left: 4px; 
        border-right: 2px solid rgb(236, 236, 236); 
        width: 40%;
    }

    .totalRuleViolationsLabel{
        font-size: 20px; 
        text-align: center;
    }

    .totalRuleViolationsValue{
        text-align: center; 
        font-size: 22px; 
        color: rgb(241, 84, 31); 
        font-weight:bold;
    }

    .dailyAvg {
        display: inline-block; 
        padding-left: 4px; 
        width: 21%;
    }

    .dailyAvgLabelCG {
        font-size: 20px; 
        text-align: center;
    }

    .dailyAvgLabelValue {
        text-align: center;  
        font-size: 22px; 
        color: rgb(241, 84, 31); 
        font-weight:bold;
    }

    .graySeparator2{
        color: gray; 
        height: 10px;
    }

    .conductGradeWidget {
         padding-top: 5px;
    }

    .badgeDivSecond {
        display: none;
    }

    .behaviorContainer{
        width: 50% !important;
    }

    .round-chart {
        margin-bottom: 21px;
        margin-top: 26px;
        display: inline-block !important;
    }

    .date-label {
        width: 30%; 
        display: inline-block; 
        text-align: left;
    }

    .behaviorDiv {
        width: 50%;
    }
}

#btnGo {
    -webkit-appearance: none;
    background-color: #bababa;
}

#btnGrade {
    background-color: #bababa;
    width: 50%;
}

#btnBehavior {
    background-color: #bababa;
    width: 50%;
}

.date-label {
    width: 35%; 
    display: inline-block; 
    text-align: left;
}

/*************************************
	iPhone (Needs to be consolidated with Mobile section
    above. (Adam)
	Width: 1000px
	Device Pixel Ratio: 3
**************************************/
@media (max-width:1000px) and (-webkit-min-device-pixel-ratio:3) {
    .container {
        /*width: 100% !important;*/
    }
    
    .right-menu-2{
        display: none !important;
    }

    .right-menu-3{
        display: none !important;
    }

    .right-menu-4{
        display: none !important;
    }

    .right-menu-5 {
        display: none !important;
    }

    .date-label{
        float: left;
    }

    .rule-violations {
        padding-top: 5px;
    }

    .success-index {
        /*min-height: 450px !important;*/
    }

    .student-watch {
        /*max-height: 200px !important;*/
    }

    .trending {
        text-align: center;
    }

    #divWhosTrending {
        min-height: 100px !important;
    }

    .campus-class {
        /*height:700px !important;*/
    }

    .campus-class .col-lg-8.col-md-6.col-sm-6 {
        width: 100% !important;
    }

    .campus-class .col-lg-4.col-md-6.col-sm-6 {
        float: none !important;
        width: 100% !important;
    }

    .success-index .col-lg-6.col-md-6.col-sm-6 {
        width: 100% !important;
    }

    .who-trading-header > h3 {
        text-align: center;
        width: 100% !important;
    }
 
    .rule-violations h3 {
        width: 100% !important;
    }

    table.trending-table {
        width: 500px! important;
        margin: 0px auto !important;
        table-layout: fixed;
    }

    .trending-table {
        margin: 0px;
    }

    .trending-table td {
        padding: 10px !important;
        overflow: hidden !important;
    }

    .click-to-update {
        text-align: center;
        display: inline;
    }

    .trending-table-2{
        display: none !important;
    }

    .navbar-brand{
        display:inline-table;
    }


    .date-block {
        display: inline-block !important;
        width: 100%;
    }
}

/*************************************
	Amazon Kindle Fire Vertical
	Width: 800px - 1092px
	Height: 0px -395px
**************************************/
@media (min-width: 200px) and (max-width: 800px) and (max-height: 1092px) {
    .rule-violations-inner {
        width: 100%;
    }

    .trending-table-2 {
        display: inline-block;
        margin-left: 80px;
    }

    .dashboard-top {
        width: 100% !important;
    }

    .dashboard-block {
        /*/width: 325px !important;*/
    }

    .rule-violations {
        /*height:1030px !important;*/
        height: 100% !important;
        /*height: 200px !important;*/
    }

    #divCommence {
        display:inline-block !important;
    }

    #select-report {
        padding-left: 85px;
    }

    .col-lg-6.col-md-6.col-sm-6.chart-violations-inner {
        width: 100%;
    }

    .pai-chart {
        width: 100%;
        text-align: center;
    }

    .button-bottom {
        padding: 0;
    }

    .success-index {
        text-align: center;
    }

    .user-panel {
        width: 155px;
    }

    .img-circle {
        width: 40px !important;
        height: 40px !important;
    }

    .user-panel > .info {
        font-size: 12px;
    }

    .navbar-brand {
       /* width: 25% !important;*/
    }

    .navbar-brand > img {
        width: 175px;
    }

    .nav > li > a {
        padding: 10px 8px;
    }

    .student-watch .col-lg-6.col-md-6.col-sm-6 {
        float: left;
        width: 60%;
    }

    .student-watch .scrollbox {
        height: auto;
    }

    .table-list {
        float: left;
        width: 104%;
    }

    .top-search-add-class-blue .col-md-6 {
        float: left;
        margin-top: 12px;
        width: 100%;
    }

    .top-search-add-class-blue .col-md-3 {
        float: left;
        padding-top: 10px;
        width: 40%;
    }

    .top-search-add-class-blue .select-block {
        width: 100%;
        padding: 5px;
    }

    .top-search-add-class-blue .col-md-6 > input {
        width: 95%;
    }

    .top-search-add-class-blue {
        padding-bottom: 15px;
    }

    .table.table-2 {
        margin-left: -12px !important;
        width: 100%;
    }

    .behavior-form-top > label {
        width: auto;
    }

    .input-small-tech-login {
        width: 100%;
    }

    .sidebar-menu-nav {
        width: 30%;
        float: left;
    }

    .manageuser-table {
        float: none !important;
        margin-left: 115px !important;
        width: 75% !important;
    }

    .teacher-student {
        float: left;
        margin-top: 0;
        width: 100%;
    }

    .top-search-manager-user .form-inline > label {
        width: auto;
    }

    .form-inline > label {
        width: auto;
    }

    .top-search-add-class-blue .col-lg-12 > label, .add-class-label, .class-setup-bottom-form label {
        width: auto;
    }

    .teach-setup .col-md-12.pull-left {
        width: 100%;
    }

    .bottom-form {
        float: left;
        width: 50%;
    }

    .bottom-form .input-small {
        width: 90%;
    }

    .add-user-lable {
        width: auto;
    }

    .top-search-add-user .input-small {
        width: 29%;
    }

    .input-small {
        width: 98px;
    }

    #select-details > label {
        width: auto;
    }

    #select-report {
        float: left;
    }

    .col-md-12.teacher-student {
        overflow-x: scroll;
    }

    .top-search-manager-user .input-small {
        width: 50%;
    }

    .add-class-label-white {
        width: 100%;
    }

    .col-md-4.pull-left.gender {
        margin-left: 40px;
    }

    #divClassSetup .col-md-6.pull-left {
        width: 28%;
    }

    .teach-setup .btn-primary {
        width: 180px;
    }

    .input-small.add-input {
        width: 79%;
        margin-left: 20px;
        margin-top: 5px;
    }

    #dvadduser .col-md-12.pull-left {
        float: none;
        width: 100%;
    }

    #dvadduser .col-md-9 {
        float: left;
        width: 76%;
    }

    @media screen and (-webkit-min-device-pixel-ratio:0) {
        #wrapper {
            float: left;
        }
    }

    button-bottom {
        width: 100%;
    }

    .label-orange {
        width: 100%;
    }

    .trending table {
        /*/display: inline-flex !important;*/
    }

    .sidebar {
        z-index: 1;
        position: absolute;
        width: 105px;
        -webkit-box-shadow: 3px 0px 7px 0px rgba(50, 50, 50, 0.43);
        -moz-box-shadow: 3px 0px 7px 0px rgba(50, 50, 50, 0.43);
        box-shadow: 3px 0px 7px 0px rgba(50, 50, 50, 0.43);
        min-height: 565px;
    }
}

/*******************************
	Amazon Kindle Fire Horizontal
	Width: 768px - 1024px
	Height:  0px - 395px
*******************************/
@media (min-width: 800px) and (max-width: 1024px) and (max-height: 395px) {
    .rule-violations-inner {
        /*width: 63%;*/
        width: 50%;
    }

    #divSetupOptions{
        padding-left: 20px;
    }

    #select-report {
        padding-top: 5px;
    }

    .dashboard-top {
        width: 100% !important;
    }

    .dashboard-block {
        /*width: 325px !important;*/
        width: 210px;
    }

    .rule-violations {
        
        /*height: 1030px !important;*/
        /*height: 250px;*/
    }

    .col-lg-6.col-md-6.col-sm-6.chart-violations-inner {
        /*width: 100%;*/
        width: 50%;
    }

    .pai-chart {
        width: 100%;
        text-align: center;
    }

    /*select#drpClass {
      width: 60%;
    }*/

    .campus-class .col-lg-4.col-md-6.col-sm-6 {
        float: right;
        width: 35%;
    }

    .campus-class .col-lg-8.col-md-6.col-sm-6 {
        width: 65%;
    }

    .button-bottom {
        width: 315px !important;
        padding: 0;
    }

    .trending-table {
        width: 30%;
    }

    .trending-table-2 {
        margin-left: 108px;
    }

    .success-index {
        /*height: 568px !important;*/
    }

    .success-index .col-lg-6.col-md-6.col-sm-6 {
        width: 50%;
    }

    .user-panel {
        width: 155px;
    }

    .img-circle {
        width: 40px !important;
        height: 40px !important;
    }

    .user-panel > .info {
        font-size: 14px; 
    }

    .navbar-brand {
        width: 25% !important;
    }

    .navbar-brand > img {
        width: 175px;
    }

    .nav > li > a {
        /*padding: 10px 8px;*/
    }

    .student-watch .col-lg-6.col-md-6.col-sm-6 {
        float: left;
    }

    .student-watch .scrollbox {
        height: auto;
    }

    .table-list {
        float: left;
        width: 104%;
    }

    .top-search-add-class-blue .col-md-6 {
        float: left;
        margin-top: 12px;
        width: 100%;
    }

    .top-search-add-class-blue .col-md-3 {
        float: left;
        padding-top: 10px;
        width: 40%;
    }

    .top-search-add-class-blue .select-block {
        width: 100%;
        padding: 5px;
    }

    .top-search-add-class-blue .col-md-6 > input {
        width: 95%;
    }

    .top-search-add-class-blue {
        padding-bottom: 15px;
    }

    .table.table-2 {
        margin-left: -12px !important;
        width: 100%;
    }

    .behavior-form-top > label {
        width: auto;
    }

    .input-small-tech-login {
        width: 100%;
    }

    .sidebar-menu-nav {
        width: 30%;
        float: left;
    }

    .manageuser-table {
        float: right;
        margin-left: 0;
        width: 75%;
    }

    .teacher-student {
        float: left;
        margin-top: 0;
        width: 100%;
    }

    .top-search-manager-user .form-inline > label {
        width: auto;
    }

    .form-inline > label {
        width: auto;
    }

    .top-search-add-class-blue .col-lg-12 > label, .add-class-label, .class-setup-bottom-form label {
        width: auto;
    }

    .teach-setup .col-md-12.pull-left {
        width: 100%;
    }

    .bottom-form {
        float: left;
        width: 50%;
    }

    .bottom-form .input-small {
        width: 90%;
    }

    .add-user-lable {
        width: auto;
    }

    .top-search-add-user .input-small {
        width: 29%;
    }

    .input-small {
        width: 98px !important;
    }

    #select-details > label {
        width: auto;
    }

    #select-report {
        float: left;
    }

    .col-md-12.teacher-student {
        overflow-x: scroll;
    }

    .top-search-manager-user .input-small {
        width: 50%;
    }

    .add-class-label-white {
        /*width:100%;*/
        width: 20%;
    }

    .col-md-4.pull-left.gender {
        margin-left: 40px;
    }

    #divClassSetup .col-md-6.pull-left {
        width: 28%;
    }

    .teach-setup .btn-primary {
        width: 180px;
    }

    .input-small.add-input {
        width: 79%;
    }

    #dvadduser .col-md-12.pull-left {
        float: none;
        width: 100%;
    }

    #dvadduser .col-md-9 {
        float: left;
        width: 76%;
    }

    @media screen and (-webkit-min-device-pixel-ratio:0) {
        #wrapper {
            float: left;
        }
    }

    .label-orange {
        width: 100%;
    }

    .trending {
        height: 462px !important; /**Adam**/
    }

    .trending table {
        /*color: green !important;*/
        display: inline-flex !important;
        width: 30% !important;
    }
}

/*#select-details > div {
    padding: 2px;
}*/

/*********************************
    Min Device Width: 768px
*********************************/
@media (min-width:768px) and (max-width:1024px) and (max-height:500px) {
    .sidebar {
        z-index: 1;
        position: absolute;
        width: 105px;
        -webkit-box-shadow: 3px 0px 7px 0px rgba(50, 50, 50, 0.43);
        -moz-box-shadow: 3px 0px 7px 0px rgba(50, 50, 50, 0.43);
        box-shadow: 3px 0px 7px 0px rgba(50, 50, 50, 0.43);
        min-height: 565px;
    }

    .img-circle {
        width: 40px !important;
        height: 40px !important;
    }

    .navbar-top-links .dropdown-messages, .navbar-top-links .dropdown-tasks, .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }

    .navbar-brand {
        width: 20% !important;
    }
    
    a.user-panel {
        width: 220px !important;
    }
    
    .trending-table-2 {
        /*margin-left: 108px;*/
    }

    .trending {
        /*height: 462px !important;*/
    }

    .rule-violations{
        height: 762px;
    }
	
}

@media (min-width:768px) and (max-width:1024px)
{
	#attendanceHeader {
		width: 6%;
		background: #f0f0f0 repeat-x scroll center left;
		color: #b5b6b4;
		padding: 7px 5px;
	}
}
/********************************
	Amazon Kindle Fire Horizontal Part 2
	Width: 768px - 1024px
	Height: 0px - 395px
*********************************/
@media (min-width: 768px) and (max-width: 1024px) and (max-height: 395px) {
	.campus-class {
		min-height: 350px !important;
	}

	.student-watch {
		/*min-height: 450px !important;*/
	}

	.button-bottom {
		padding-top: 0 !important;
	}

	.campus-class-header > h3 {
		font-size: 28px !important;
	}

	.campus-class .col-lg-4.col-md-6.col-sm-6 {
		float: right;
		width: 40%;
	}

	.campus-class .col-lg-8.col-md-6.col-sm-6 {
		width: 60%;
	}

	span.bottom-form {
		float: left;
		width: 33%;
	}

	.table-search {
		padding-bottom: 15px;
	}

	span.bottom-form {
		float: left;
		width: 33%;
	}

	div#select-report {
		float: left;
		width: 15%;
	}

	.rule-violations {
		height: 1030px !important;
		/*height: 250px;*/
	}
}

/****************************
    Min Width: 640-666px
*****************************/
@media (min-width: 640px) and (max-width: 666px) {
    .dashboard-top {
        width: 100% !important;
    }

    .form-top {
        width: 100%;
    }

    /*.form-inline{
        width:60%;
    }*/

    .input-small {
        width: 81%;
    }

    .main-navigation {
        width: 100%;
    }

    .nav > li > a {
        width: 100% !important;
    }

    .rule-violations {
        height: 630px !important;
        
    }

    .trending-table-2 {
        margin-left: 40px;
        margin-top: 40px;
    }

    .trending-table {
        margin-left: 20px;
        width: 57%;
    }

    .student-population {
        width: 100% !important;
        float: left;
        width: 50%;
    }

    .dashboard-block {
        width: 210px;
    }

    .rule-violations-inner {
        width: 37%;
    }

    .rule-violations-inner {
        float: left;
        width: 60%;
    }

    .chart-violations-inner {
        float: left;
    }

    .round-chart {
        position: relative;
        top: 120px;
    }

    .success-index .col-lg-6.col-md-6.col-sm-6 {
        float: left;
        width: 50%;
    }
}

/*********************************
    Width: 600-639px
	This one should be combined/removed.
*********************************/
@media (min-width: 600px) and (max-width: 639px) {

    .dashboard-top {
        width: 100% !important;
    }

    .dashboard-block {
        width: 420px;
    }

    .main-navigation {
        width: 100%;
    }

    .dashboard-block {
        /*width: 260px !important;*/
    }

    .nav > li > a {
        width: 100% !important;
    }

    .rule-violations {
        padding-top: 50px;
        height: 730px !important;
        /*height: 1076px !important;*/
    }

    .trending {
        /*height: 530px !important;*/
        /*height: 350px !important;*/
    }

    .trending-table-2 {
        margin-left: 40px;
        margin-top: 40px;
    }

    .success-index .col-lg-6.col-md-6.col-sm-6 {
        float: left;
        width: 50%;
    }

    .student-population-main {
        width: 45%;
    }

    .student-population {
        width: 100% !important;
        margin-top: 0;
    }

    .campus-class .col-lg-8.col-md-6.col-sm-6 {
        float: left;
        width: 55%;
    }

    .campus-class .col-lg-4.col-md-6.col-sm-6 {
        float: right;
        width: 40%;
    }

    /*.btn-group, .btn-group-vertical {
        width: 285px !important;
    }*/

    .success-index {
        height: 260px;
    }

    .student-watch {
        min-height: 275px !important;
    }

    .click-to-update {
        margin-bottom: 15px;
    }

    .pai-chart {
        width: 100% !important;
    }

    .col-lg-6.col-md-6.col-sm-6.rule-violations-inner {
        float: left;
        width: 50%;
    }

    .col-lg-6.col-md-6.col-sm-6.chart-violations-inner {
        float: right;
        width: 50%;
    }

    .dark-blue h3 {
        margin-top: 0 !important;
    }

    .round-chart {
        margin-top: 45px !important;
    }

    .campus-class {
        min-height: 375px !important;
        display: inline-block;
        clear: both;
    }

    .student-watch .col-lg-6.col-md-6.col-sm-6 {
        float: left;
    }

    .student-watch .scrollbox {
        height: auto;
    }

    .table-list {
        float: left;
        width: 104%;
    }

    .top-search-add-class-blue .col-md-6 {
        float: left;
        margin-top: 12px;
        width: 100%;
    }

    .top-search-add-class-blue .col-md-3 {
        float: left;
        padding-top: 10px;
        width: 40%;
    }

    .top-search-add-class-blue .select-block {
        width: 100%;
        padding: 5px;
    }

    .top-search-add-class-blue .col-md-6 > input {
        width: 95%;
    }

    .top-search-add-class-blue {
        padding-bottom: 15px;
    }

    .table.table-2 {
        margin-left: -12px !important;
        width: 100%;
    }

    .behavior-form-top > label {
        width: auto;
    }

    .input-small-tech-login {
        width: 100%;
    }

    .sidebar-menu-nav {
        width: 30%;
        float: left;
    }

    .manageuser-table {
        float: left;
        width: 67%;
        margin-left: 0;
    }

    .teacher-student {
        float: left;
        margin-top: 0;
        width: 100%;
    }

    .top-search-manager-user .form-inline > label {
        width: auto;
    }

    .form-inline > label {
        width: auto;
    }

    .top-search-add-class-blue .col-lg-12 > label, .add-class-label, .class-setup-bottom-form label {
        width: auto;
    }

    .teach-setup .col-md-12.pull-left {
        width: 100%;
    }

    .bottom-form {
        float: left;
        width: 50%;
    }

    .bottom-form .input-small {
        width: 90%;
    }

    .add-user-lable {
        width: auto;
    }

    .top-search-add-user .input-small {
        width: 29%;
    }

    .input-small {
        width: 98px;
    }

    #select-details > label {
        width: auto;
    }

    #select-report {
        float: left;
    }

    .top-search-add-student .input-small {
        width: 58%;
    }

    .top-search-find-report .input-small {
        width: 58%;
    }

    .col-md-12.teacher-student {
        overflow-x: scroll;
    }

    .sidebar-menu .nav > li > a {
        background: #fff;
    }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #fff;
    }

    @media screen and (-webkit-min-device-pixel-ratio: 0) {
        .top-search-add-student, .top-search-find-report, .top-search-add-class-blue, .top-search-behavior, .top-search-manager-user, .top-search, .top-search-add-user {
            padding-top: 20px !important;
        }
    }
}

/*********************************
    Width: 480-568px
*********************************/
@media (min-width: 480px) and (max-width: 568px) {
    .dashboard-top {
        width: 100% !important;
    }

    .form-top {
        width: 100%;
    }

    .form-inline {
        width: 100%;
    }

    .main-navigation {
        width: 100%;
    }

    .nav > li > a {
        width: 100% !important;
    }

    .trending-table-2 {
        margin-left: 40px;
        margin-top: 40px;
    }

    .trending-table {
        margin-left: 20px;
    }

    .student-population-main {
        width: 100%;
    }

    .click-to-update {
        margin-bottom: 15px;
    }

    .pai-chart {
        width: 100% !important;
    }
}

/***********************************
    Width: 414-479px
***********************************/
@media (min-width: 414px) and (max-width: 479px) {
    .dashboard-top {
        width: 100% !important;
    }

    .rule-violations {
        height: 100%;
        /*height: 1030px !important;*/
    }

    .trending-table-2 {
        margin-left: 103px;
    }

    .pai-chart {
        width: 100%;
    }

    .trending-table {
        margin-left: 100px;
    }

    .student-population-main {
        width: 100%;
    }

    .click-to-update {
        margin-bottom: 15px;
    }
}

/***********************************
    Width: 360-413px
*************************************/
@media (min-width: 360px) and (max-width: 413px) {
    .dashboard-top {
        width: 100% !important;
    }

    .form-top {
        width: 100%;
    }

    /*.form-inline {
        width: 60%;
    }*/

    /*.rule-violations {
        height: 1030px !important;
    }*/

    .trending-table-2 {
        margin-left: 63px;
    }

    .trending-table {
        margin-left: 55px;
    }

    .student-population-main {
        width: 100%;
    }

    .click-to-update {
        margin-bottom: 15px;
    }
}

/********************************************
    Width: 320-359px
********************************************/
@media (min-width: 320px) and (max-width: 359px) {
    .dashboard-top {
        width: 100% !important;
    }

    .form-top {
        width: 100%;
    }

    .trending-table-2 {
        margin-left: 63px;
    }

    .trending-table {
        margin-left: 50px;
    }

    .student-population-main {
        width: 100%;
    }

    .click-to-update {
        margin-bottom: 15px;
    }
}

/********************************************
    Max-Width: 360px
********************************************/
@media (max-width:360px) {
    .dashboard-block {
        width: 302px;
    }

    /*.teach-use-logo {
        width: 100%;
        float: left;
        text-align: end;
    }*/

    .white > span {
        font-size: 36px;
        width: 69%;
        float: none;
    }
}

/********************************************
    Max-Width: 320px
********************************************/
@media (max-width:320px) {
    .rmclasslist {
        display: none;
    }

    .navbar-brand {
        width: 270px;
        text-align: center;
    }

    .logo {
        margin: 0 auto;
        width: 100%;
    }

    .teach-setup {
        margin: 0;
    }

    .space {
        margin: 0px;
    }

    .sidebar-navigation li {
        float: left;
        width: 72px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .sidebar-navigation li a {
        padding: 0 !important;
    }

    #wrapper {
        margin-top: -10px;
    }

    .user-panel {
        float: left;
        margin: 11px 0 20px 45px;
        text-align: center;
    }

    .top-search .col-lg-12 {
        padding: 0;
    }

    .col-md-6.pull-right {
        padding-left: 5px !important;
    }

    .table-striped {
        margin-left: 10px;
    }

    .table {
        margin-left: 16px;
    }

    #page-wrapper {
        margin: 0;
    }

    .studentinput {
        width: 166px;
    }

    .input-small.add-input {
        width: 195px;
    }

    footer {
        margin: 0 auto;
        width: 100%;
    }

    .login-inner {
        width: 290px;
    }

    .control-label {
        color: #fff !important;
    }

    .input-small {
        width: 260px;
    }

    .input-large {
        width: 230px;
    }

    .teacher-student {
        overflow-x: scroll;
        width: 100%;
    }

    .nav > li {
        float: none;
    }

    .right-menu-2{
        display: none !important;
    }

    .right-menu-3{
        display: none !important;
    }

    .right-menu-4{
        display: none !important;
    }

    .right-menu-5 {
        display: none !important;
    }s

        .nav > li > a {
            background: #555555;
            width: 262px;
            color: #fff;
            border-bottom: none;
        }

    .nav li a.right-menu-1:hover {
        background: #ACE402;
    }

    .nav li a.right-menu-2:hover {
        background: #00AAEA;
    }

    .nav li a.right-menu-3:hover {
        background: #A41E4E;
    }

    .nav li a.right-menu-4:hover {
        background: #000C42;
    }

    .trading-chart > img {
        width: 225px;
    }

    .dashboard-top {
        margin-left: 6px;
        margin-top: 24px;
        float: none;
    }

    .dashboard-top > ul {
        height: 450px;
    }

    .dashboard-top ul li:first-child {
        margin-left: 45px;
        width: 68%;
    }

    .dashboard-top ul li {
        width: 98%;
    }

    .bell-number {
        padding-bottom: 12px;
    }

    /*.btn-group, .btn-group-vertical {
        float: unset;
    }*/

    .average-daily ul {
        float: left;
        width: 50%;
    }

    .student-population {
        margin-top: 41px;
        float: left;
        text-align: center;
        width: 100%;
    }

    .student-name {
        margin-bottom: 0;
    }

    .din-bold {
        line-height: 1px;
    }

    .campus-heading {
        margin-bottom: 8px;
        margin-top: 1px;
    }

    .dashboard-block {
        width: 265px;
    }

    .campus-class {
        background-color: #01597a;
        height: auto;
        text-align: center;
    }

    .student-watch {
        /*height: 430px;*/
        text-align: center;
    }

    /*.teach-use-logo {
        width: 52%;
        float: left;
        text-align: end;
    }*/

    .white > span {
        font-size: 36px;
        width: 69%;
        float: none;
    }

    .who-trading-header > h3 {
        text-align: center;
        /*width: 71%;*/
        width: 100%;
    }

    /*Responsive Rightside Mobile Menu*/
    .sidebar-navigation li {
        display: block;
        position: relative;
    }

    .sidebar-navigation ul {
        list-style: none;
        padding: 0;
    }

    .sidebar-navigation li a {
        display: block;
        font-weight: 600;
        line-height: 25px;
        padding: 10px 15px;
        position: relative;
        text-align: center;
        text-decoration: none;
    }
}

/***********Adam changes start***********/
.form-inline exampleGroupingOne {
    display: inline-block;
}

select#drpClass2 {
    width: auto;
}

.checkboxvalue {
    color: green;
}

.location label {
    display: inline-block;
    padding-left: 10px;
    text-align: left;
    width: 200px;
}

.behavior label {
    display: inline-block;
    padding-left: 10px;
    text-align: left;
    width: 300px;
    vertical-align: central;
}

.location input[type="checkbox"], {
    margin-right: 20px;
    text-align: center;
}

.behavior input[type="checkbox"] {
    margin-right: 10px;
    text-align: center;
    vertical-align: central;
}

.dashboardLink:after {
    content: " | ";
}

.profileLink:after {
    content: " | ";
}

.conductGradesLabel {
    color: black;
}

.behaviorContainer {
    border-bottom: 2px solid black; 
    border-right: 1px solid black; 
    width: 20%; 
    height: 100px;
}
/***********Adam changes end***********/

/***********************************
        Currently Unused Start
***********************************/

/* Dashboard-top doesn't contain any more unordered lists.*/
.dashboard-top > ul {
    list-style: none;
    padding: 0;
}

.dashboard-top ul li {
    float: left;
    font-size: 18px;
    list-style-type: none;
    margin: 0 75px 0 0;
    padding-bottom: 7px;
    text-align: center;
}

.dashboard-top ul li a {
    text-decoration: none;
}

.dashboard-top ul li:first-child {
    margin-left: 45px;
}

.dashboard-top ul li:last-child {
    margin: 0;
}

/* Commented code in dashboard top*/
.bell-text {
    text-decoration: none;
    color: #4c5c66;
    font-family: 'Open Sans';
    font-size: 16px;
}

.bell-number {
    text-decoration: none;
    color: #4c5c66;
    font-family: 'Open Sans';
    font-size: 16px;
    font-size: 25px;
    font-weight: 600;
}

/* Unable to locate */
.trading-chart {
    width: 100%;
}

.tradi-chart-text h5 {
    font-size: 9px;
}

.dark-bluee {
    float: left;
    text-align: center;
    width: 86%;
    color: #0178a4;
}

.input-date-large-year {
    width: 50px;
    background: #fff;
    -moz-box-shadow: 0 1px 2px #bababa inset;
    -webkit-box-shadow: 0 1px 2px #bababa inset;
    box-shadow: 0 1px 2px #bababa inset;
    border: 1px solid #bababa;
}

.dark-blue h4 {
    padding-top: 10px;
    font-size: 21px;
}

.white h4 {
    line-height: 25px;
    font-size: 36px;
}

/* Possible remant from old version
   Screen's are referenced from controller.
*/
.daily-avg {
    font-family: 'Open Sans';
    font-size: 16px;
    margin: 0;
}

.student-name {
    float: left;
    width: 50%;
    text-align: justify;
}

.student-name ul li {
    text-align: start;
}

.student-name ul {
    margin: 0px;
    padding: 0px;
}

.student-name li {
    list-style: none;
}

.average-daily {
    padding-top: 1px;
}

.average-daily ul {
    float: left;
}

.average-daily li {
    text-align: left;
    list-style: none;
}

.admin-block {
   width: 90% !important;
}

.dashboard-block {
    width: 100% !important;
}
/***********************************
        Currently Unused End
************************************/

.commenceButton, .commenceAllButton {
        background-image: -webkit-linear-gradient(rgb(64, 168, 207), rgb(23, 118, 153)); /* For Safari 5.1 to 6.0 */
        background-image: -o-linear-gradient(rgb(64, 168, 207), rgb(23, 118, 153)); /* For Opera 11.1 to 12.0 */
        background-image: -moz-linear-gradient(rgb(64, 168, 207), rgb(23, 118, 153)); /* For Firefox 3.6 to 15 */
        background-image: linear-gradient(rgb (59, 171, 214), rgb(64, 168, 207)); /* Standard syntax */
        background-image: -ms-linear-gradient(rgb(64, 168, 207), rgb(23, 118, 153));
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(50%,#2989d8), color-stop(51%,#207cca), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */

        color: white; 
        border-radius: 5px; 
        width: 125px; 
        border: 1px solid black; 
        text-align: center;
        
        float: right;
    }

	
	/*********************************************
	  All iPads
	***********************************************/
	@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
	/**********Class table changes ~Adam*/
	.manageuser-table {
        float: none !important;
        margin-left: 24% !important;
		margin-top: 0%;
        width: 75% !important;
    }

    .commenceButton, .commenceAllButton {
        background: -webkit-linear-gradient(rgb(64, 168, 207), rgb(23, 118, 153)); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(rgb(64, 168, 207), rgb(23, 118, 153)); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(rgb(64, 168, 207), rgb(23, 118, 153)); /* For Firefox 3.6 to 15 */
        background: linear-gradient(rgb (59, 171, 214), rgb(64, 168, 207)); /* Standard syntax */
        background-image: -ms-linear-gradient(rgb(64, 168, 207), rgb(23, 118, 153));

        color: white; 
        border-radius: 5px; 
        width: 125px; 
        border: 1px solid black; 
        text-align: center;
        
        float: right;
    }
    #divCommence {
        display:inline-block !important;
    }
    .headerBehavior {
        display: inline-block !important;
    }

    .dateSection {
        display: inline !important;
    }

    .conductGradesLabel {
        display: inline !important;
    }
    
    .conductGradeWidget {
        width: 100%;
    }

    .topSection {
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        display: inline-block !important;
        width: 40%;
    }

    .bottomSection {
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        display: inline-block !important;
        width: 59%;
    }

    .greenSeparator {
        display: none;
    }

    .studentNameCG {
        width: 48%; 
        display: inline-block;
    }

    .studentGradeCG {
        width: 49%;
        text-align: center;
        display: inline-block;
    }

    .totalRuleViolations {
        width: 32%;
        text-align: center;
        display: inline-block;
    }

    .dailyAvg {
        width: 32%;
        text-align: center;
        display: inline-block;
    }

    .daysInSchool {
        width: 32%;
        text-align: center;
        display: inline-block;
    }

    .daysInSchoolLabel {
        display: none;
    }

    .totalRuleViolationsLabel {
        display: none;
    }

    .dailyAvgLabelCG {
        display: none;
    }

    .studentFirstName {
        font-size: 18px;
        color: #8b8c8c;
        padding: 0;
        font-weight: 500;
        display: inline;
    }

    .reportHeader {
        width: 100%;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }


    .rule-violation-message {
        width:100%;
        text-align: center;
    }

    .grayLine {
        border-bottom:thin solid #fff;
    }

    .studentLastName {
        font-size: 18px;
        color: #8b8c8c;
        padding: 0;
        font-weight: 500;
        display: inline;
    }

    .mobileWidgetContainer {
        display: block !important;
        width: 100%;
    }

    .dailyAvgLabel {
        display: none;
    }

    .leftSection {
        width: 32%;
        display: inline-block !important;
    }

    .rightSection {
        width: 66%;
        display: inline-block !important;
    }

    .gradeInfo {
        display: -moz-inline-flex;
        display: -webkit-inline-flex;
        display: -webkit-inline-box;
        
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 50%;
    }

    .studentGrade {
        width: 60%;
        text-align: center;
    }

    .badgeDiv {
        width: 40%;
        display: inline-block;
        text-align: center;
        /*padding: 7px;*/
    }

    .dailyInfo {
        display: inline-block !important;
        width: 50% !important;
    }

    .studentName {
        width: 70%;
        text-align: left;
        display: inline-block;
    }

    .handIconDiv{
        width: 12%;
        text-align: center;
        display: inline-block !important;
    }

    .conductCardIconDiv {
        width: 11%;
        text-align: center;
        display: inline-block !important;
    }

    .viewAllDiv {
        width: 15% !important;
        text-align: center;
        display: -moz-inline-flex;
        display: -webkit-inline-box;
        display: inline-block;
        display: inline-block !important;
        float:right;
        padding-right: 15px;
    }

    .newArrow {
        font-size: 25px;
        color: #d2520d;
        font-weight: bold;
        background: none !important;
        display: inline-block !important;
    }

    .graySeparator {
        margin: 0 auto;
        width: 100%;
    }

    .badgeDivSecond {
        margin-top: 10%;
    }

    .searchLabel {
        width: 20%;
    }
	
	.form-top {
		width: 50%;
		float: left !important;
	}
	
	.form-inline {
		display: inline-block !important;
	}

    #tier {
        /*display: block;*/
    }

    #divCommence {
        float: right;
    }

    #last30daysSection {
        text-align: center;
    }

    .button-bottom {
        width: 100% !important;
        text-align: center;
    }

    .campus-class-header {
        text-align: center;
    }

    .behaviorDiv {
        width: 20%;
    }
	#attendanceHeader {
		width: 6%;
		background: #f0f0f0 repeat-x scroll center left;
		color: #b5b6b4;
		padding: 7px 5px;
	}
    /**********Class table changes ~Adam*/
}
	
/*@media all (-webkit-max-device-pixel-ratio:1.25), (max-device-pixel-ratio: 1.25), (max--moz-device-pixel-ratio: 1.25), (-ms-high-contrast: active), (-ms-high-contrast: none), (-webkit-min-device-pixel-ratio:0){*/
/*@media (-webkit-max-device-pixel-ratio:1), (max-device-pixel-ratio: 1), (max--moz-device-pixel-ratio: 1){*/
@media (-webkit-max-device-pixel-ratio:1.99), (max-device-pixel-ratio: 1.99), (max--moz-device-pixel-ratio: 1.99), (-ms-high-contrast: active), (-ms-high-contrast: none){
    /**********Class table changes ~Adam*/
    .commenceButton, .commenceAllButton {
        background: -webkit-linear-gradient(rgb(64, 168, 207), rgb(23, 118, 153)); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(rgb(64, 168, 207), rgb(23, 118, 153)); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(rgb(64, 168, 207), rgb(23, 118, 153)); /* For Firefox 3.6 to 15 */
        background: linear-gradient(rgb (59, 171, 214), rgb(64, 168, 207)); /* Standard syntax */
        background-image: -ms-linear-gradient(rgb(64, 168, 207), rgb(23, 118, 153));

        color: white; 
        border-radius: 5px; 
        width: 125px; 
        border: 1px solid black; 
        text-align: center;
        
        float: right;
    }
    #divCommence {
        display:inline-block !important;
    }
    .headerBehavior {
        display: inline-block !important;
    }

    .dateSection {
        display: inline !important;
    }

    .conductGradesLabel {
        display: inline !important;
    }
    
    .conductGradeWidget {
        width: 100%;
    }

    .topSection {
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        display: inline-block !important;
        width: 40%;
    }

    .bottomSection {
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        display: inline-block !important;
        width: 59%;
    }

    .greenSeparator {
        display: none;
    }

    .studentNameCG {
        width: 48%; 
        display: inline-block;
    }

    .studentGradeCG {
        width: 49%;
        text-align: center;
        display: inline-block;
    }

    .totalRuleViolations {
        width: 32%;
        text-align: center;
        display: inline-block;
    }

    .dailyAvg {
        width: 32%;
        text-align: center;
        display: inline-block;
    }

    .daysInSchool {
        width: 32%;
        text-align: center;
        display: inline-block;
    }

    .daysInSchoolLabel {
        display: none;
    }

    .totalRuleViolationsLabel {
        display: none;
    }

    .dailyAvgLabelCG {
        display: none;
    }

    .studentFirstName {
        font-size: 18px;
        color: #8b8c8c;
        padding: 0;
        font-weight: 500;
        display: inline;
    }

    .reportHeader {
        width: 100%;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }

    .rule-violation-message {
        width:100%;
        text-align: center;
    }

    .grayLine {
        border-bottom:thin solid #fff;
    }

    .studentLastName {
        font-size: 18px;
        color: #8b8c8c;
        padding: 0;
        font-weight: 500;
        display: inline;
    }

    .mobileWidgetContainer {
        display: block !important;
        width: 100%;
    }

    .dailyAvgLabel {
        display: none;
    }

    .leftSection {
        width: 32%;
        display: inline-block !important;
    }

    .rightSection {
        width: 66%;
        display: inline-block !important;
    }

    .gradeInfo {
        display: -moz-inline-flex;
        display: -webkit-inline-flex;
        display: -webkit-inline-box;
        
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 61%;
    }

    .studentGrade {
        width: 60%;
        text-align: center;
    }

    .badgeDiv {
        width: 40%;
        display: inline-block;
        text-align: center;
        /*padding: 7px;*/
    }

    .dailyInfo {
        display: inline-block !important;
        width: 50% !important;
    }

    .studentName {
        width: 70%;
        text-align: left;
        display: inline-block;
    }

    .handIconDiv{
        width: 12%;
        text-align: center;
        display: inline-block !important;
    }

    .conductCardIconDiv {
        width: 8%;
        text-align: center;
        display: inline-block !important;
    }

    .viewAllDiv {
        width: 15% !important;
        text-align: center;
        display: -moz-inline-flex;
        display: -webkit-inline-box;
        display: inline-block;
        display: inline-block !important;
        float: right;
        padding-right: 15px;
    }

    .newArrow {
        font-size: 25px;
        color: #d2520d;
        font-weight: bold;
        background: none !important;
        display: inline-block !important;
    }

    .graySeparator {
        margin: 0 auto;
        width: 100%;
    }

    .badgeDivSecond {
        margin-top: 10%;
    }

    .searchLabel {
        width: 20%;
    }

    #tier {
        /*display: block;*/
    }

    #divCommence {
        float: right;
    }

    #last30daysSection {
        text-align: center;
    }

    .button-bottom {
        width: 100% !important;
        text-align: center;
    }

    .campus-class-header {
        text-align: center;
    }

    .behaviorDiv {
        width: 20%;
    }
    
    /**********Class table changes ~Adam*/
}

.ui-autocomplete-input {
    width: 55%;
}

#search-text-student {
    width: 55%;
}

.whos-trending-button {
    display:inline-block; 
    background-color: #F6F6F6; 
    height: 37px; 
    width: 130px; 
    border-radius: 5px;
    box-shadow: 3px 3px 5px 3px #005ea1;
}

#btnHoldingStrong {
    color: #21B6ED; 
}

#btnDownwardTrend {
    color: #BEE099; 
}

#btnUpwardTrend {
    color: #B11F1F; 
}

.top-search-empty {
    height: 44px;
}

.top-search-purple {
	background-color: #6A017A;
}
.sortOrderArrow {
    font-size: 1.8em;
    padding: 5px;
    color: #0098D2;
}

    .sortOrderArrow:hover {
        cursor: pointer;
    }
.vertical-row-spacing
{
    padding-top:10px;
    padding-bottom:10px;
}

.horizontal-row-spacing-left {
    padding-left:15px;
}

.horizontal-row-spacing-right {
    padding-right: 15px;
}

.padding-top-95 {
    padding-top: 95%;
}

.dropdown-menu > li >.inactive-in-list {
	color: red;
}

#activeClassChk{ margin-left: 12px;}