/*GENERAL*/

html
{
	min-height: 100%;
	min-width: 100%;
	-ms-text-size-adjust: none;
}


ul {
    margin-bottom: 15px;
}


table
{
	border-collapse: collapse;
	border-spacing: 0;
	font-size: inherit;
}

table tbody {
    display: table;
    width: 100%;
}



strong, b {
    font-weight: 600;
}

th {
    font-style: inherit;
    font-weight: 600;
}




hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #000;
}
    




h1,h2,h3,h4,h5,h6
{
text-align: left;
}

h1
{
	font-size: 20px;
	font-weight: 600;
	margin-top: 30px;
    margin-bottom: 18px;
    text-align: center;
}

h2
{
	font-size: 20px;
	font-weight: 600;
    color: #333333;
    margin-bottom: 18px;
}

h3
{
	font-size: 18px;
	font-weight: 500;
    color: #555555;
    margin-bottom: 17px;
}

h4
{
	font-size: 16px;
	font-weight: 500;
    color: #888888;
    margin-bottom: 16px;
}

h5
{
	font-size: inherit;
	font-weight: 400;
    color: #888888;
    margin-bottom: 15px;
    
}

h6
{
	font-size: inherit;
	font-weight: normal;
    margin-bottom: 15px;
}



@media screen and (-webkit-min-device-pixel-ratio:0)
{
	body { text-rendering:auto; }
}


body
{
    background-color: #F0F2F5;
    overflow-y: scroll;
	color: #000000;
	direction: ltr;
	font-family: 'Montserrat';
	font-size: 15px;
    line-height: 1.5;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0px;
	text-align: justify;
	text-decoration: none;
	text-indent: 0px;
	text-transform: none;
	vertical-align: 0px;
	padding: 0px;
    word-wrap: break-word;
    text-rendering: optimizeLegibility;/* kerning, primarily */
}

.normal-text {
    font-family: 'Montserrat';
	font-size: 15px;
    line-height: 1.5;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0px;
	text-align: justify;
	text-decoration: none;
	text-indent: 0px;
	text-transform: none;
}

.italic {
    font-style: italic!important;
}

.bold {
    font-weight: 600!important;
}

.not-bold {
    font-weight: normal!important;
}

.strike {
    text-decoration: line-through!important;
}


.red {
    color: red!important;
}

.green {
    color: green!important;
}

.orange {
    color: orange!important;
}

.gray {
    color: #888!important;
}

p{
margin-bottom:15px;

}

.gap-p {
    margin-bottom: 15px;
}

.gap-sm {
    margin-bottom: 5px;
}

.gap {
    margin-bottom: 30px;
}

.gap-left {
    margin-left: 15px;
}

.gap-left-sm {
    margin-left: 10px;
}

.gap-right {
    margin-right: 15px!important;
}

.gap-top {
    margin-top: 15px;
}


.preload_images /* used to preload images used in non-default states */
{
	position: absolute;
	overflow: hidden;
	left: -9999px;
	top: -9999px;
	height: 1px;
	width: 1px;
}

preload /* used to specifiy the dimension of preload item */
{
	height: 1px;
	width: 1px;
}

.animateStates
{
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.hidden
{
	display: none;
}

.fullscreen
{
	overflow: hidden;
	left: 0px;
	top: 0px;
	position: fixed;
	height: 100%;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}



p,h1,h2,h3,h4,h5,h6,ol,ul,span.actAsPara /* disable Android font boosting */
{
	max-height: 1000000px;
}

.superscript
{
	vertical-align: super;
	font-size: 66%;
	line-height: 0;
}

.subscript
{
	vertical-align: sub;
	font-size: 66%;
	line-height: 0;
}

td, th {
text-align: left;
word-wrap: break-word;
}


a
{
	text-decoration: none;
	color: #666;
}

a:link
{
	color: #666;
	text-decoration: none;
}

a:visited
{
	color: #666;
	text-decoration: none;
}

a:hover
{
	color: #222;
	text-decoration: none;
}

a:active
{
	color: #222;
	text-decoration: none;
}

a.nontext /* used to override default properties of 'a' tag */
{
	color: black;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}









.page {
width: 1196px;
margin: 75px auto 10px auto;
position:relative;
}


.navbar {
background-color: #222;
min-width: 350px;
min-height: 0;
font-size: 14px;
}

.navbar-fixed-top .navbar-collapse {
    max-height: 400px;

}

.navbar > div > div.navbar-header > a {
margin: 0;
padding: 0;
}


#logo {
margin-left: 0;
float: left;
}



.nav > li > a {
color: #EEEEEE;
}
/*
.nav > li > a:hover, .nav > li.dropdown.open > a {
color: #5F9F9F;
background-color: #EEEEEE;
}
*/

.nav > li.dropdown.open > a, .nav > li.dropdown.open > a:hover, .nav > li.dropdown.open > a:focus {
background-color: #222;
color: #eee;
}

.nav > li.dropdown.open > ul {
background-color: #363636;
color: #eee;
}

.nav > li.dropdown.open > ul > li > a {
color: #eee;
}

.nav > li.dropdown.open > ul > li > a:hover, .nav > li.dropdown.open > ul > li > a:focus {
background-color: #434343;
color: #eee;
}

.dropdown-menu>li.spacer {
    display: block;
    padding: 3px 20px;
    padding-top: 3px;
    padding-right: 20px;
    padding-bottom: 3px;
    padding-left: 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    white-space: nowrap;
    color: #eee;
}

.nowrap {
    white-space: nowrap;
}

/*BUTTONS AND INPUT*/


label {
font-weight: inherit;
font-size: inherit;
cursor: pointer;
}

.hidden-radio {
    display: none;
}
.hidden-radio:checked + label {
  font-weight: bold;
  color: orange;
}

input, textarea, a.btn-link, a.btn-link:focus, .btn-link[disabled]
{
border-width: 1px;
width: 285px;
max-width: 100%;
margin-right: 10px;
display: inline;
}


textarea
{
	resize: vertical;
	overflow: auto;
	min-height: 100px;
}

input[type=checkbox],
input[type=radio]{
  width     : 2em;
  margin-bottom    : 4px;
  padding   : 0;
  font-size : 1em;
  height : 1.3em;

}


input[type="text"],
input[type="number"],
input[type="email"],
input[type="date"],
input[type="time"],
input[type="password"],
textarea
{

line-height: inherit;
border-color: #999999;
border-style: solid;
box-shadow: none;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
padding: 8px;
}

select
{
line-height: inherit;
border-color: #999999;
border-style: solid;
box-shadow: none;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
padding: 8px;
max-width: 100%;
}

.select-report{
border: 1px solid #111;
  border-radius: 4px;
  background-color: #393939;
  color: #ddd;
  margin-bottom: 10px;
  cursor: pointer;
  width: 100%;
  text-align-last: center;
}



input[type="text"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="textarea"]:focus,
input[type="date"]:focus,
input[type="time"]:focus,
textarea:focus,
input[type="text"]:focus-visible,
input[type="number"]:focus-visible,
input[type="email"]:focus-visible,
input[type="password"]:focus-visible,
input[type="textarea"]:focus-visible,
input[type="date"]:focus-visible,
input[type="time"]:focus-visible,
textarea:focus-visible
{
outline:none;
border-width:2px;
padding: 7px;
border-color: #329432!important;
}

input[type="submit"], a.btn-link, a.btn-link:focus, .btn-link[disabled]
{

  border: 1px solid #111;
  border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-webkit-border-radius: 4px;
  background-color: #393939;
  color: #ddd;
  padding: 8px;
  margin-bottom: 10px;
  cursor: pointer;
  display: inline-block;
    text-align: center;
    text-decoration:none;
   
}



input[type="submit"]:hover, a.btn-link:hover {
  background-color: #888;
  color: #fff;
   text-decoration: none;
}


.full-width, a.full-width, a.full-width:focus, form.full-width input[type="text"], form.full-width input[type="number"], form.full-width input[type="email"], form.full-width input[type="password"], form.full-width input[type="submit"], form.full-width textarea, form.full-width label, input[type="submit"].full-width:focus {
    display: block;
    width: 100%;
}

a.full-width, a.full-width:focus, form.full-width input[type="text"], form.full-width input[type="submit"], form.full-width textarea, form.full-width label {
    margin-right: 0;
}

a.btn-sm, a.btn-sm:focus, input[type="submit"].btn-sm, input[type="submit"].btn-sm:focus
{
font-size:13px;
padding: 4px;
display: inline-block!important;
width: 285px!important;
}

a.btn-sm-circ, a.btn-sm-circ:focus
{
font-size:13px;
padding: 4px;
width:42px;
border-radius:50%;
background-color: #203354;
}

a.btn-red, input.btn-red, a.btn-red:focus, input.btn-red:focus
{
background-color: darkred;
}


.btn-td, a.btn-td, a.btn-td:focus, .btn-td[disabled] {
    width: 100%;
    max-width: 100px;
    margin: 0;
}

.search-box {
  float:right; 
  width: 336.4px;
  max-width:100%;
}

.search-box input {
    margin-right:-4px;
}

.search-box-full 
    {
    width: 100%;    
    }

.search-box-full input
    {
width: calc(100% - 36.4px)!important;
margin-right: -4px!important;
display:inline!important;
    }

.search-box button, .search-box-full button {
border: 1px solid #999;
border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-webkit-border-radius: 2px;
  height:40.4px; 
  width:40.4px;
  padding: 8px;
}

.search-box img, .search-box-full img {
  height:22.4px;  
}




/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block!important;
  width: 34px!important;
  height: 19px;
  margin-bottom: 0;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: green;
}

input:focus + .slider {
  box-shadow: 0 0 1px green;
}

input:checked + .slider:before {
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/*ICONS, LINKS*/


a.delete {
    color: red!important; 
    font-weight: 600;
}


a.add {
    color: green; 
    font-weight: 600;
}

a.edit {
    color: orange; 
    font-weight: 600;
}

a.download-file {
    font-weight: 600;
    color: #7393B3;
}

a.open-file {
    font-weight: 600;
    color: #888;
}

.icon-sm {
    width: 20px;
    margin: -4px 4px 0 4px;
}

.icon-med {
    width: 40px;
    margin: 0 5px;
}

.icon-lar {
    width: 64px;
    margin: 0 6px;
}

.qr {
    display: block;
    margin: 0 auto;
    text-align: center;
}
.qr img {
    width: 100%;
    max-width: 500px;
}

a.assignment, .assignment {
    font-weight: 600;
    color: #888;
}

a.ass-submitted, .ass-submitted {
    color: orange; 
}
a.ass-completed, .ass-completed {
    color: green;
}

.ass-points {
    text-align: right;
    font-style: italic;
    display: block;
    margin:0;
    font-weight:normal;
}

/*OVERLAY*/

.overlay {
    background-color: #1c1c1c;
    opacity: .4;
    z-index: 2147483646;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.overlay-panel  {
    height: auto;
    max-width: 500px;
    display: block;
    background-color: white;
    z-index: 2147483647;
    position: fixed;
    margin-left: auto;
    margin-right: auto;
    right: 0;
    left: 0;
    top: 25%;
    padding: 20px;
}

.overlay-window {
    max-height: 250px;
    overflow-y: scroll;
    margin-bottom: 25px;
}

/*BOXES, CONTENT*/

.sidebar, .content-box {
background-color: #FFFFFF;
border: 0.5px solid;
border-color: #cacaca;
-moz-box-shadow:    1px 1px 2px #ddd;
-webkit-box-shadow: 1px 1px 2px #ddd;
box-shadow:         1px 1px 2px #ddd;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
}

.navi {
float: right;
width: 350px;
padding-bottom: 5px;
padding-left: 0%;
padding-right: 2%;
}

.sidebar {
width: 100%;
min-height: 75px;
padding: 12px 20px 6px 20px;
margin-bottom: 10px;
}

.side-title {
width: 100%;
clear: both;
font-weight: 500;
font-size: 18px;
text-align: left;
margin-bottom: 15px;
}

.side-content {
width: 100%;
clear: both;
}

.side-content > img{
width: 262px;
}



.main-content {
float: left;
width: 840px;
padding-left: 2%;
padding-right: 0.5%;
padding-bottom: 10px;
}



.content-box {
width: 100%;
padding: 20px 24px 25px 24px;
margin-bottom: 15px;
word-wrap: break-word;
position: relative;
}

.cb-small {
    padding-bottom: 15px;
    
}

.cb-inactive {
    background-color: #ffe7e6;
}

.options {
    /*position: absolute;
    top: 20px;
    right: 24px;
    z-index: 1000;*/
    text-align: left;
    float:right;
    padding-left: 10px;
}

.title {
width: 100%;
clear: both;
font-weight: 600;
font-size: 25px;
text-align: center;
margin-bottom: 30px;
position: relative;
}

.small-title {
width: 100%;
clear: both;
font-weight: 500;
font-size: 18px;
text-align: left;
margin-bottom: 15px;
position: relative;
}
.small-subtitle {
font-style: italic;
margin-top: -15px;
padding-bottom: 15px;
}

.name-title {
font-weight: 600;
text-align: left;
}

.side-title > a, .small-title > a, .title > a {
text-decoration: none;
color: #000;

}

.content {
width: 100%;
clear: both;
word-wrap: break-word;
}

.forum-reply {
    position: relative;
    padding-bottom: 10px;
}
.forum-reply textarea {
    min-height: 60px;
}

.vertical-line{
margin-left: 15px;
margin-top: 5px;
width: calc(100% - 15px);
border-left: 3px solid #aaa;
padding-left: 25px;
padding-top: 5px;
}

.vertical-line p:last-child {
    margin-bottom: 5px;
}

.side-menu {
padding-bottom: 4px;
}

.side-menu li {
margin-bottom: 10px;
text-align: left;
list-style: none;
}

.side-menu a, .side-content a {
color: #000000;
text-decoration: none;
}

.larger {
    font-size: 17px;
}

.smaller {
    font-size: 13px;
}

.xsmaller {
    font-size: 10px;
}

.xxsmaller {
    font-size: 7px;
}

.centered {
    text-align: center;
}

.right-aligned {
    text-align: right;
}

.left-aligned {
    text-align: left;
}

.no-margin {
    margin: 0 0 0 0!important;
}

.footer {
    clear:both;
    width: 1196px;
    margin: 5px auto 10px auto;
}




.grid2l{
    width: 49%;
    float: left;
}

.grid2r{
    width: 49%;
    float: right;
}


.flexbox
{
    display:flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}

.flexbox-top
{
    align-items: flex-start;
}
    
.flexitem2
{
    width: 49.5%;
}

.flexitem3
{
    width: 33%;
}

/*GRADES*/

table.tbl-course td, table.tbl-course th
{
  padding: 5px;
  border-bottom: 1px solid black;
  border-top: 1px solid black;
  border-collapse: collapse;
  vertical-align: middle;
}

table.tbl-course {
    width: 100%;
    margin-bottom: 30px;
}
table.tbl-course tr {
    height: 50px;
}
table.tbl-course tr:first-child, table.tbl-course tr:last-child {
  background-color: #eee;
}


table.tbl-grades tr th:nth-child(2), table.tbl-grades tr td:nth-child(2) {
  width: 110px;
  text-align: center;
}
table.tbl-grades tr th:nth-child(3), table.tbl-grades tr td:nth-child(3){
  width: 110px;
  text-align: center;
}
table.tbl-grades tr th:last-child,  table.tbl-grades tr td:last-child{
  width: 110px;
  text-align: center;
}

table.tbl-total tr {
  background-color: #eee!important;
  font-weight: bold;
  font-size: 18px;
}


table.tbl-total tr td:last-child {
    width: 220px;
}



table.tbl-dates tr th:nth-child(1), table.tbl-dates tr td:nth-child(1) {
  width: 135px;
  text-align: center;
}
table.tbl-dates tr th:nth-child(2), table.tbl-dates tr td:nth-child(2){
  width: 100px;
  text-align: center;
}
table.tbl-dates tr th:nth-child(3), table.tbl-dates tr td:nth-child(3) {
  width: 85px;
  text-align: center;
}
table.tbl-dates tr th:nth-child(5), table.tbl-dates tr td:nth-child(5){
  width: 105px;
  text-align: center;
}


table.tbl-booking tr th:nth-child(1), table.tbl-booking tr td:nth-child(1) {
  width: 135px;
  text-align: center;
}
table.tbl-booking tr th:nth-child(2), table.tbl-booking tr td:nth-child(2){
  width: 100px;
  text-align: center;
}
table.tbl-booking tr th:nth-child(3), table.tbl-booking tr td:nth-child(3) {
  width: 85px;
  text-align: center;
}
table.tbl-booking tr th:nth-child(5), table.tbl-booking tr td:nth-child(5){
  width: 105px;
  text-align: center;
}
table.tbl-booking tr th:nth-child(6), table.tbl-booking tr td:nth-child(6){
  width: 105px;
  text-align: center;
}


table.tbl-payment tr th:nth-child(1), table.tbl-payment tr td:nth-child(1){
  width: 175px;
  text-align: center;
}
table.tbl-payment tr th:nth-child(3), table.tbl-payment tr td:nth-child(3) {
  width: 175px;
  text-align: center;
}

/*ADMIN*/

td input {
    text-align:center;
}

td input::placeholder {
    font-weight:200;
    font-style: italic;
    font-size: 12px;
}

table.tbl-adm td, table.tbl-adm th
{
  padding: 5px;
  border-bottom: 1px solid black;
  border-top: 1px solid black;
  border-collapse: collapse;
  vertical-align: middle;
}



tr.subs-top td
{
    border-bottom: none;
}

tr.subs-mid td, tr.subs-low td
{
    border: none;
    text-decoration: line-through!important;
    font-size: 10px;
    color: gray;
    font-style: italic!important;
    font-weight: normal;
    padding-top: 0;
    padding-bottom: 0;
}

tr.subs-mid td
{
    border: none;
}

table.tbl-adm {
    width: 100%;
    margin-bottom: 30px;
}
table.tbl-adm tr {
    height: 50px;
}

table.tbl-adm tr.subs-mid, table.tbl-adm tr.subs-low
{
    height: 20px;
}

table.tbl-adm tr.subs-low
{
    border-bottom: 1px solid black;
}

table.tbl-adm tr:nth-child(1) {
  background-color: #eee;
}



table.tbl-adm-coursesel tr th:nth-child(2), table.tbl-adm-coursesel tr td:nth-child(2) {
  width: 70px;
  text-align:center;
}
table.tbl-adm-coursesel tr th:nth-child(3), table.tbl-adm-coursesel tr td:nth-child(3) {
  width: 70px;
  text-align:center;
}
table.tbl-adm-coursesel tr th:nth-child(4), table.tbl-adm-coursesel tr td:nth-child(4) {
  width: 70px;
  text-align:center;
}
table.tbl-adm-coursesel tr th:nth-child(5), table.tbl-adm-coursesel tr td:nth-child(5) {
  width: 70px;
  text-align:center;
}

table.tbl-adm-students tr th:nth-child(2), table.tbl-adm-students tr td:nth-child(2) {
  width: 91px;
  text-align:center;
}
table.tbl-adm-students tr th:nth-child(3), table.tbl-adm-students tr td:nth-child(3) {
  width: 85px;
  text-align:center;
}
table.tbl-adm-students tr th:nth-child(4), table.tbl-adm-students tr td:nth-child(4) {
  width: 150px;  
  text-align:center;
}
table.tbl-adm-students tr th:nth-child(5), table.tbl-adm-students tr td:nth-child(5) {
  width: 50px;
  text-align:center;
}
table.tbl-adm-students tr th:nth-child(6), table.tbl-adm-students tr td:nth-child(6) {
  width: 70px;
  text-align:center;
}

table.tbl-adm-error
{
    max-width: 100%;
}

table.tbl-adm-error tr th:nth-child(1), table.tbl-adm-error tr td:nth-child(1) {
  width: 130px;
  text-align:center;
}
table.tbl-adm-error tr th:nth-child(2), table.tbl-adm-error tr td:nth-child(2) {
  text-align:left;
  word-break: break-all;
}
table.tbl-adm-error tr th:nth-child(3), table.tbl-adm-error tr td:nth-child(3) {
  width: 70px;
  text-align:center;
}

table.tbl-adm-logs tr th:nth-child(1), table.tbl-adm-logs tr td:nth-child(1) {
  width: 130px;
  text-align:center;
}
table.tbl-adm-logs tr th:nth-child(2), table.tbl-adm-logs tr td:nth-child(2) {
  text-align:left;
  word-break: break-all;
}
table.tbl-adm-logs tr th:nth-child(3), table.tbl-adm-logs tr td:nth-child(3) {
  width: 70px;
  text-align:center;
}

table.tbl-adm-email tr th:nth-child(1), table.tbl-adm-email tr td:nth-child(1) {
  width: 130px;
  text-align:center;
}
table.tbl-adm-email tr th:nth-child(2), table.tbl-adm-email tr td:nth-child(2) {
  width: 250px;
  text-align:left;
  word-break: break-all;
}
table.tbl-adm-email tr th:nth-child(3), table.tbl-adm-email tr td:nth-child(3) {
  text-align:left;
}
table.tbl-adm-email tr th:nth-child(4), table.tbl-adm-email tr td:nth-child(4) {
  width: 70px;
  text-align:center;
}

table.tbl-adm-stats tr th:nth-child(2), table.tbl-adm-stats tr td:nth-child(2), table.tbl-adm-stats tr th:nth-child(3), table.tbl-adm-stats tr td:nth-child(3) {
  width: 120px;
  text-align: center;
}



table.tbl-adm-studreport tr th:nth-child(2), table.tbl-adm-studreport tr td:nth-child(2) {
  width: 110px;
  text-align: center;
}

table.tbl-adm-studreport tr th:nth-child(3),  table.tbl-adm-studreport tr td:nth-child(3){
  width: 110px;
  text-align: center;
}

table.tbl-adm-studreport tr th:nth-child(4),  table.tbl-adm-studreport tr td:nth-child(4){
  width: 70px;
  text-align: center;
}


table.tbl-adm-subsgraded tr th:nth-child(2), table.tbl-adm-subsgraded tr td:nth-child(2) {
  width: 120px;
  text-align: center;
}

table.tbl-adm-subsgraded tr th:nth-child(3),  table.tbl-adm-subsgraded tr td:nth-child(3){
  width: 70px;
  text-align: center;
}

table.tbl-adm-subsgraded tr th:nth-child(4),  table.tbl-adm-subsgraded tr td:nth-child(4){
  width: 70px;
  text-align: center;
}

table.tbl-adm-subsgraded tr th:nth-child(5),  table.tbl-adm-subsgraded tr td:nth-child(5){
  width: 70px;
  text-align: center;
}

table.tbl-adm-grading tr th:nth-child(2),  table.tbl-adm-grading tr td:nth-child(2){
  width: 170px;
  text-align: center;
}

table.tbl-adm-grading tr th:nth-child(3),  table.tbl-adm-grading tr td:nth-child(3){
  width: 170px;
  text-align: center;
}

table.tbl-adm-grading tr th:nth-child(4),  table.tbl-adm-grading tr td:nth-child(4){
  width: 70px;
  text-align: center;
}


table.tbl-adm-ass tr th:nth-child(2), table.tbl-adm-ass tr td:nth-child(2) {
  width: 120px;
  text-align: center;
}
table.tbl-adm-ass tr th:nth-child(3), table.tbl-adm-ass tr td:nth-child(3){
  width: 110px;
  text-align: center;
}
table.tbl-adm-ass tr th:last-child,  table.tbl-adm-ass tr td:last-child{
  width: 60px;
  text-align: center;
}
  

table.tbl-adm-assinfo tr th, table.tbl-adm-assinfo tr td {
  text-align: center;
}

table.tbl-adm-assinfo tr th:nth-child(3), table.tbl-adm-assinfo tr td:nth-child(3) {
  width: 260px;
}
table.tbl-adm-assinfo tr th:nth-child(4), table.tbl-adm-assinfo tr td:nth-child(4) {
  width: 240px;
}


table.tbl-adm-dates tr th:nth-child(2), table.tbl-adm-dates tr td:nth-child(2) {
  width: 155px;
  text-align: center;
}

table.tbl-adm-dates tr th:nth-child(3), table.tbl-adm-dates tr td:nth-child(3) {
  width: 60px;
  text-align: center;
}

table.tbl-adm-dates tr th:last-child,  table.tbl-adm-dates tr td:last-child{
  width: 70px;
  text-align: center;
}


table.tbl-adm-booking tr th:nth-child(2), table.tbl-adm-booking tr td:nth-child(2) {
  width: 155px;
  text-align: center;
}

table.tbl-adm-booking tr th:nth-child(3), table.tbl-adm-booking tr td:nth-child(3) {
  width: 60px;
  text-align: center;
}

table.tbl-adm-booking tr th:nth-child(4), table.tbl-adm-booking tr td:nth-child(4) {
  width: 60px;
  text-align: center;
}

table.tbl-adm-booking tr th:last-child,  table.tbl-adm-booking tr td:last-child{
  width: 70px;
  text-align: center;
}


table.tbl-adm-bookingcourses tr th:nth-child(2), table.tbl-adm-bookingcourses tr td:nth-child(2) {
  width: 155px;
  text-align: center;
}


table.tbl-adm-attendance tr th:nth-child(2), table.tbl-adm-attendance tr td:nth-child(2) {
  width: 60px;
  text-align: center;
}

table.tbl-adm-attendance tr th:nth-child(3), table.tbl-adm-attendance tr td:nth-child(3) {
  width: 135px;
  text-align: center;
}

table.tbl-adm-attendance tr th:nth-child(4), table.tbl-adm-attendance tr td:nth-child(4) {
  width: 30px;
  text-align: center;
}

table.tbl-adm-attendance tr th:nth-child(5), table.tbl-adm-attendance tr td:nth-child(5) {
  width: 100px;
  text-align: center;
}
table.tbl-adm-attendance tr th:nth-child(6), table.tbl-adm-attendance tr td:nth-child(6) {
  width: 35px;
  text-align: center;
}



table.tbl-adm-questions tr th:nth-child(1), table.tbl-adm-questions tr td:nth-child(1) {
  width: 70px;
  text-align:center;
}
table.tbl-adm-questions tr th:nth-child(3), table.tbl-adm-questions tr td:nth-child(3) {
  width: 70px;
  text-align:center;
}
table.tbl-adm-questions tr th:nth-child(4), table.tbl-adm-questions tr td:nth-child(4) {
  width: 70px;  
  text-align:center;
  font-weight: 600;
}
table.tbl-adm-questions tr th:nth-child(5), table.tbl-adm-questions tr td:nth-child(5) {
  width: 70px;
  text-align:center;
}

table.tbl-adm-questions tr:last-child th, table.tbl-adm-questions tr:last-child td {
  background-color: #eee;
  font-weight: 600;
}



table.tbl-adm-privstudents tr th:nth-child(2), table.tbl-adm-privstudents tr td:nth-child(2) {
  width: 100px;
  text-align: center;
}

table.tbl-adm-privstudents tr th:nth-child(3), table.tbl-adm-privstudents tr td:nth-child(3) {
  width: 70px;
  text-align: center;
}


table.tbl-adm-payment tr th:nth-child(1), table.tbl-adm-payment tr td:nth-child(1){
  width: 175px;
  text-align: center;
}
table.tbl-adm-payment tr th:nth-child(3), table.tbl-adm-payment tr td:nth-child(3) {
  width: 150px;
  text-align: center;
}
table.tbl-adm-payment tr th:nth-child(4), table.tbl-adm-payment tr td:nth-child(4) {
  width: 70px;
  text-align: center;
}

table.tbl-adm-users tr th:nth-child(2), table.tbl-adm-users tr td:nth-child(2) {
  width: 70px;
  text-align:center;
  font-weight: 600;
}
table.tbl-adm-users tr th:nth-child(3), table.tbl-adm-users tr td:nth-child(3) {
  width: 75px;
  text-align:center;
}
table.tbl-adm-users tr th:nth-child(4), table.tbl-adm-users tr td:nth-child(4) {
  width: 70px;  
  text-align:center;
}
table.tbl-adm-users tr th:nth-child(5), table.tbl-adm-users tr td:nth-child(5) {
  width: 75px;
  text-align:center;
}
table.tbl-adm-users tr th:nth-child(6), table.tbl-adm-users tr td:nth-child(6) {
  width: 70px;
  text-align:center;
}

table.tbl-adm-usercourses tr th:nth-child(1), table.tbl-adm-usercourses tr td:nth-child(1) {
  width: 50px;
  text-align:center;
}
table.tbl-adm-usercourses tr th:nth-child(2), table.tbl-adm-usercourses tr td:nth-child(2) {
  width: 50px;
  text-align:center;
}
table.tbl-adm-usercourses tr th:nth-child(4), table.tbl-adm-usercourses tr td:nth-child(4) {
  width: 70px;
  text-align:center;
}
table.tbl-adm-usercourses tr th:nth-child(5), table.tbl-adm-usercourses tr td:nth-child(5) {
  width: 70px;
  text-align:center;
  font-weight: 600;
}
table.tbl-adm-usercourses tr th:nth-child(6), table.tbl-adm-usercourses tr td:nth-child(6) {
  width: 140px;  
  text-align:center;
}


/*ALL SMALLER SCREENS*/

@media only screen and (max-width: 1196px) {
    
    .sidebar {
    padding: 12px 3% 6px 3%;
    }

    .content-box {
    padding: 20px 3% 25px 3%;
    word-wrap: break-word;
    }
    
    .cb-small {
    padding-bottom: 15px;
    }

}


/*TABLET*/


@media only screen and (min-width: 860px) and (max-width: 1196px) {

    .page, .footer {
    width: 840px;
    }

    .navi {
    float: none;
    width: 840px;
    padding-left: 10px;
    padding-right: 10px;
    }

   .main-content {
    float: none;
    width: 840px;
    padding-left: 10px;
    padding-right: 10px;
    }

    
}

/*ALL LARGER SCREENS*/


@media only screen and (min-width: 860px) {

    .only-phone {
        display: none!important;
    }

    
}


/*PHONE*/

@media only screen and (max-width: 860px) {
    
    .no-phone {
        display: none!important;
    }
    
    .phone-no-margin-left {
        margin-left: 0px!important;
    }
    
    .phone-no-margin-bottom {
        margin-bottom: 0px!important;
    }
    
    .nav > li.dropdown.open > ul {
    background-color: #222;
    }

    .page, .footer {
    width: auto;
    }

    .navi {
    float: none;
    width: auto;
    padding-left: 1%;
    padding-right: 1%;
    }

   .main-content {
    float: none;
    width: auto;
    padding-left: 1%;
    padding-right: 1%;
    }

    input, textarea, a.btn-link, a.btn-link:focus, .btn-link[disabled]
    {
    float: none;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
    }
    
    input[type="submit"].btn-sm, input[type="submit"].btn-sm:focus
    {
    margin-top: 5px;
    display: block!important;
    width: 100%!important;
    }
    
    a.btn-sm-circ, a.btn-sm-circ:focus
    {
    width: 42px;
    margin-right: 10px;
    }


    .search-box 
    {
    float: none;
    width: 100%;    
    }
    .search-box input
    {
    width: calc(100% - 36.4px);
    margin-right: -4px;
    }
    
    
    
    .grid2l, .grid2r{
    width: 100%;
    float: none;
    }
    
    .flexitem2
    {
        width: 100%;
    }
    
    .flexitem3
    {
        width: 100%;
    }
    
    


    select
    {
    margin-bottom: 10px;   
    }
    
    
    table.tbl-course tr:first-child, table.tbl-adm tr:first-child {
    display: none;
    }

    
    table.tbl-course td, table.tbl-adm td {
    display: block;
    min-width: 100%;
    border: none;
    padding: 3px 0;
    text-align: center;
    }
 
    


    table.tbl-course, table.tbl-adm {
    border: none;
    }
    table.tbl-course tr:nth-child(2) td:nth-child(1), table.tbl-adm tr:nth-child(2) td:nth-child(1) {
    border-top: 1px solid black;
    }
    table.tbl-course td:last-child, table.tbl-adm td:last-child {
    border-bottom: 1px solid black;
    
    } 
    
    table.tbl-total tr {
    height: auto;
    }
    table.tbl-total td {
    padding: 8px;
    }
    table.tbl-total tr:first-child {
    display:block;
    }
    table.tbl-total tr:nth-child(1) td:nth-child(1) {
    border-top: 1px solid black;
    }
    table.tbl-total tr:nth-child(2) td:nth-child(1) {
    border-top: none;
    }
    
    
    
    
    
    
    
    td input {
    margin: 0;
    }
    
    
    
    .phone-full, div.phone-full {
        float: none!important;
        display: block!important;
        width: 100%!important;
        margin: 0!important;
    }
}



