@font-face {
 font-family:'Glyphicons Halflings';
 src:url(https://www.cut.ac.za/fonts/glyphicons-halflings-regular.eot);
 src:url(https://www.cut.ac.za/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),
 url(https://www.cut.ac.za/fonts/glyphicons-halflings-regular.woff2) format('woff2'),
 url(https://www.cut.ac.za/fonts/glyphicons-halflings-regular.woff) format('woff'),
 url(https://www.cut.ac.za/fonts/glyphicons-halflings-regular.ttf) format('truetype'),
 url(https://www.cut.ac.za/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}

@font-face {
 font-family:'Myriad Pro Light';
 src:url("../../fonts/myriad-pro/MYRIADPRO-COND.OTF") format("otf")
}
@font-face {
 font-family:'Myriad Pro Regular';
 src:url("../../fonts/myriad-pro/MYRIADPRO-REGULAR.OTF") format("otf")
}
@font-face {
 font-family:'Myriad Pro Semibold';
 src:url("../../fonts/myriad-pro/MYRIADPRO-SEMIBOLD.OTF") format("otf")
}
@font-face {
 font-family:'Myriad Pro Bold';
 src:url("../../fonts/myriad-pro/MYRIADPRO-BOLD.OTF") format("otf")
}

body {
    font-size: 14px;
    font-family: 'Myriad Pro Regular',sans-serif;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #f5f5f5;
}
body {
 overflow-x:hidden;
 font-family: 'Myriad Pro Regular', sans-serif;
 
}
a {
 color:#004b88;
 background-color:transparent;
}
a:active, a:hover {
 outline:0;
}
div.logo {
	float: left;
    margin: 0 10px 10px;
}
.header-container { 
  /*color: #fff;
  background: #004378;
  background: -moz-linear-gradient(left, #005c8f 0%, #004983 100%);
  background: -webkit-linear-gradient(left, #005c8f 0%, #004983 100%);
  background: linear-gradient(to right, #005c8f 0%, #004983 100%);
  border-bottom: 1px solid #023364;
  */
}
header.container h1 {
	font-size: 220%;
    width: 600px;
    margin: 0px 10px 10px 10px;
    padding: 30px 5px 0;
    float: left;
    color: #004983;
}
ul, li {
	color: #595959;
	line-height: 23px;
}
.navbar.navbar-default.container{ 
  color: #fff;
  background: #004378;
  background: -moz-linear-gradient(left, #005c8f 0%, #004983 100%);
  background: -webkit-linear-gradient(left, #005c8f 0%, #004983 100%);
  background: linear-gradient(to right, #005c8f 0%, #004983 100%);
  border-bottom: 1px solid #023364;
}
.navbar.navbar-default.container {
	width: 100%;
}
nav .container-fluid {
  width: 1170px;
}
.collapse.navbar-collapse {
  /*  border-bottom: 1px solid lightgray;*/
}
.navbar-default {
    background-color:transparent;
    border: none;
}
.navbar {
    margin-bottom: 0px;
}
.breadcrumb {
    margin-bottom: 0px;
}
.navbar-nav > li {
	padding: 5px 1px;
}
.navbar-default .navbar-nav > li > a {
	font-family: 'Myriad Pro Bold',sans-serif;
	color: #fff !important;
	font-size: 14px;
	padding: 10px 0 5px 0 !important;
	margin: 0 0.6rem;
	position: relative;
	/*border-bottom: 2px solid transparent;*/
	text-transform: uppercase;
}
.navbar-default .navbar-nav > li:hover{
	background-color:#004b88; 
}
.navbar-default .navbar-nav > li > a:hover{
    /*border-bottom: 2px solid #004072;*/
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
    color:#0061af;
    background: none;
}
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus{
    background-color:transparent;
    color: #0061af;
    text-transform: uppercase;
}
.dropdown-menu {
	background-color: #004378;
}
.dropdown-menu li{
    padding: 0 20px;
    font-size: 15px;
    border: none;
}
.dropdown-menu li:hover{
	background-color: #004b88;
}
.dropdown-menu li a{ 
	
	white-space: nowrap;
	padding: 9px 10px;
	line-height: 24px;
	color: #fff;
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.dropdown-menu li a:hover {
	text-decoration: none;
    color: #fff;
    background: none;
}
.dropdown-menu li:first-child{
    padding-top: 10px;
}
.dropdown-menu li:last-child {
	padding-bottom: 10px;
	/*border-bottom: 1px solid #dddddd;*/
}
.dropdown-menu li:last-child a {
	border-bottom: none;
}
table {
	background-color: transparent;
	border:1px solid #ddd;
	border-spacing: 0;
	border-collapse: collapse;
}
.table > thead > tr > th {
	color: #474747;
	text-align: center;
    vertical-align: top;
    padding: 13px 12px;
    font-size: 14px;
}
th {
	text-transform: uppercase;
	font-weight: normal;
}
table thead tr th, table td {
	background: #fff;
	padding: 13px 5px !important;
	border: 1px solid #ddd;
	font-size: 14px;
	line-height: 24px;
	color: #474747;
}
table a:not(.btn), .table a:not(.btn){
	text-decoration: none;
}
th:hover, tr:hover{
	background: #f5f5f5;
}
table {
	border-collapse: separate !important;
	border-spacing:0;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}
h1, .h1 {
	font-family: 'Myriad Pro Bold',sans-serif;
	font-size: 36px;
	color:#004b88;
}
/*
.body-container h1, .body-container .h1 {
	background: #095faa;
	color: #fff;
	padding: 5px 15px;
    margin-bottom: 5px;
    margin-top:5px;
}*/
.page-container {
	min-height: 70%;
	position: relative;
	padding: 0 0 75px 0;
}
footer p{
    font-size: 12px !important;
}
footer {
    background: #004378;
	  background: -moz-linear-gradient(left, #005c8f 0%, #004983 100%);
	  background: -webkit-linear-gradient(left, #005c8f 0%, #004983 100%);
	  background: linear-gradient(to right, #005c8f 0%, #004983 100%);
    color: #fff;
    padding: 20px;
}
footer a{
    color: #fff;    
    text-decoration: underline;
}
footer a:hover{
    color: #ffcc04;
}
.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
.btn-info {
	padding: 8px 15px;
	font-size: 12px !important;
	color: #004b88 !important;
	text-decoration: none !important;
	-webkit-border-radius: 0;
	border-radius: 0;
	background-color: transparent;
	border-color: #004b88;
}
.container .container-fluid{
	padding-left:0;
	padding-right:0;
}
