* {
    font-size:15px;
    font-family: "Segoe UI","Source Sans Pro",Calibri,Candara,Arial,sans-serif;
}

.panel-title > a {
    font-size:17px;
}

.spinner {
  height: 60px;
  width: 60px;
  left:50%;
  top:50%;
  position: absolute;
  margin-left: -30px;
  margin-top: -30px;
  -webkit-animation: rotation .6s infinite linear;
  -moz-animation: rotation .6s infinite linear;
  -o-animation: rotation .6s infinite linear;
  animation: rotation .6s infinite linear;
  border-left: 6px solid rgba(0, 174, 239, .15);
  border-right: 6px solid rgba(0, 174, 239, .15);
  border-bottom: 6px solid rgba(0, 174, 239, .15);
  border-top: 6px solid rgba(0, 174, 239, .8);
  border-radius: 100%;
}


@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

@-moz-keyframes rotation {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(359deg);
  }
}

@-o-keyframes rotation {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

.container-fluid>.navbar-header {
    margin-left:0 !important;
}

html, body {
    position: relative;
    height: 100%;
}
body {
    background: #eee;
    
    font-size: 14px;
    color:#000;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    
}

.uoc_maincontainer {
    margin-top:25px;
}

.fa-pound:before {
    content: "£";
    font-family:"Segoe UI","Source Sans Pro",Calibri,Candara,Arial,sans-serif;
}


.background-red {
    color:white;
    background-color:#ff3b30;
}

.background-blue {
    color:#000;
    background-color:#5ac8fa;
}

.background-green {
    color:#000;
    background-color:#3fb618;
}
 
.background-yellow {
    color:#000;
    background-color:#fc0;
}

.background-orange {
    background-color:#ff7518;
    color:#000;
}

.background-darkblue {
    color:white;
    background-color:#007aff;
}

.background-purple {
    color:white;
    background-color:#9954bb;
}

.background-pink {
    color:white;
    background-color:#E91E63;
}

.background-white {
    color:black;
    background-color:white;
}




.dropdown .close {
    margin-right:15px;
    display:block;
    float:right;
    color:black;
}
#header-search-form  {
    padding:0;
}

#header-search-button.btn-primary:hover {
    background-color:#ff2d55;
}

#header-search-button.btn-primary {
    border-color:#ff2d55;
}
/*
#header-search {
    margin-right: -422px;
    transition: all .5s;
    
}

#header-search.slideopen {
    margin-right: 0px;
    
}

#header-search.slideopen  {
    
}
*/

#header-search-go {
    background-color:#000;
    border:0;
}

#header-search-go:hover {
    color:#ddd;
}

#uoc_ts_leftalign {
    overflow:hidden;
}

.overflowauto {
    overflow:initial !important;
}

#header-search-button {
    color: #ffffff;
    cursor:pointer;
    transition: all .5s;
    width:66px;
}

#header-search-type {
   
    /*opacity: 0;*/
    transition: all .5s;
    
}

#header-search-type .btn {
    width:150px;
}


#header-search-query {
    border: none;
    background-color:white;
    width:250px;
    padding: 10px 12px;
    overflow: hidden;
    -webkit-appearance: none;
    border-radius: 0;
    outline: 0
}

#header-search-type .btn-default {
    background-color:black;
    border:black;
}

#header-search-type .btn-default:hover {
    background-color:#333;
    border:#333;
}

#header-search-staffdirectory-results-wrapper {

    left:-1px;
}

#header-search-staffdirectory-results {

    max-height:600px;
    overflow-y:scroll;
}

.header-search-staffdirectory-nomatches {
    margin-left:10px;
}

.uoc_site_portal_home_links a {
    display:none;
}

.tileset {
    display: flex;
    flex-flow: row wrap;
}

 .tileset .tile, .tileset .tileglance {
    height: 145px;
    width: 145px;
    display: block;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 0 14px 14px 0;
    list-style-type: none;
    cursor: pointer;
    }

    .tilebig {
        width:304px !important;
    }
    .uoc_site_portal_tilebig_icon {
        width: 309px !important;
    }

    .tile a, .tileglance a {
        width: 100%;
        display: flex;
        justify-content: center;
        height: 97%;
        bottom: 0;
        /* position: relative; */
        color: white;
        text-align: center;
        overflow: hidden;
        align-items: flex-end;
    }

    .tileglance a {
        padding-top:5px !important;
        padding-right:7px;
        text-align:right;
    }



    

    .tileset .tile .fa, .uoc_site_portal_apps .tile .fa, #uoc_site_portal_apps .tile .fa {
        position:absolute;
        background-position:center center;
        width:145px;
        line-height:125px;
        color:white;
    }

    .tileset .tilebig .fa {
        width:304px !important;
    }

    .tileset .tilebig, #uoc_site_portal_apps .tilebig {
        width:309px;
    }


.chip {
    font-size: 13px;
    font-weight: 400;
    color: rgba(0, 0, 0, .87);
    background: rgba(0, 0, 0, .12);
    display: inline-block;
    height: 32px;
    line-height: 32px;
    border-radius: 16px;
    padding: 0 12px;
    box-sizing: border-box;
    vertical-align: middle;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 2px 0;
}

.contactchip {
    margin-left:10px !important;
    background: rgba(215,215,215, 1) !important;
}


.chip-media {
    width: 32px;
    height: 32px;
    margin-left: -12px;
    vertical-align: top;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
    color: #fff;
    -webkit-box-flex: 0;
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.chip-label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex-shrink: 1;
    -ms-flex: 0 1 auto;
    flex-shrink: 1;
    width: 125px;
}

.chip-media+.chip-label {
    margin-left: 8px
}

.uoc_directory_quickresult .card-content {
    height:115px !important;
}

.uoc-nav-bottom {
    display: block;
    padding: 4px 20px;
    font-size: 1.25rem;
    font-weight: 500;
    color: #767676;
}

.uoc-nav-bottom .nav>li>a {
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 0;
    font-size: 1.125rem;
    font-weight: 400;
    color: #767676;
}

.uoc-nav-bottom a {
    color: #767676; 
}

.uoc_navbar_correct {
    padding:0;

}

#uoc_top_strip {
    background-color:black;
    height:50px;
    width:100%;
}

#uoc_ts_apps {
    display:inline-block;
    width:50px;
    height:50px;
    background-color:#0c75c3;
}

#uoc_ts_apps_chooser {
    background-image: url('../img/applauncher.png');
    background-color:#144e88
    width: 50px;
    height: 50px;
    display: block;
    background-size: 18px 17px;
    background-repeat: no-repeat;
    background-position: center;

}

#uoc_ts_apps_chooser:hover {

}

#uoc_ts_uocbrand {
    margin-top: -42px;
    display: inline-block;
    white-space: nowrap;
    vertical-align: middle;
    height: 50px;
    outline-offset: -1px;
    height:50px;
}

#uoc_ts_uocbrand a {
    display: inline-block;
    white-space: nowrap;
    vertical-align: middle;
    padding: 0 20px;
    height: 50px;
    width: 150px;
    outline-offset: -1px;
    text-decoration: none;
    color: white;
    font-size: bigger;

    line-height: 48px;
    font-size: 22px;
    font-weight: 300;
    background-image: url('../img/uoc_logo_white.png');
    background-position:center;
    background-repeat:no-repeat;
    background-size:110px 36px;
}

#uoc_ts_apptitleline {
    margin-top: -42px;
    display: inline-block;
    vertical-align: middle;
    height: 40px;
    width: 1px;
    background-color: rgba(255, 255, 255, .4)
}

#uoc_ts_appname {
    margin-top: -42px;

    display: inline-block;
    white-space: nowrap;
    vertical-align: middle;
    line-height:50px;
    height: 50px;
    outline-offset: -1px;

}

#uoc_ts_appname a {
    display: inline-block;
    white-space: nowrap;
    vertical-align: middle;
    padding: 0 20px;
    height: 50px;
    outline-offset: -1px;

    text-decoration:none;
    color:white;
    font-size:bigger;

    line-height:48px;
    font-size: 22px;
    font-weight:300;
}

#uoc_site_portal_topannouncements_content {
    background-color:#ddd;
    margin:0;
    padding:15px 0 15px 0;
    display:none;
      transition:height .5s;
}

.showUp {

  height:auto;
}

@media screen and (max-width:768px) {
    #uoc_ts_uocbrand {
        display:none;
    }

    #uoc_ts_apptitleline {
        display:none;
    }

    #header-search-form {
        display:none;
    }

    .header-sharepoint-edit {
        display:none;
    }

}

@media screen and (min-width:768px) {
    #header-search-mobilelinks {
        display:none;
    }
}

.uoc_correct_indent {
    padding-left:50px;
 }

.sidebar {
  display: none;
}
@media (min-width: 768px) {
  .sidebar {
    position: fixed;
    top: 51px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    background-color: #f5f5f5;
    border-right: 1px solid #eee;
  }
}

/* Sidebar navigation */
.nav-sidebar {
  margin-right: -21px; /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus,
.navbar-nav > .active > a {
  color: #fff !important;
  background-color: #428bca !important;
}

.navbar, #navbar {
    border:0;margin:0;padding:0;
    border-radius:0;
    z-index:1;
}

/*profile*/

.profile-photo {
    width:95px;
    height:105px;
    border-radius: 20%;
    background-repeat: no-repeat;
    background-size:95px 105px;
}

.profile-photo-large {
    width:145px;
    height: 155px;
    border-radius: 20%;
    background-repeat: no-repeat;
    background-size: 145px 155px;
}

.profile-photo-small {
    width:65px;
    height:75px;
    border-radius: 20%;
    background-repeat: no-repeat;
    background-size:65px 75px;
}

.profile-photo-xsmall {
    width:45px;
    height:52px;
    border-radius: 20%;
    background-repeat: no-repeat;
    background-size:45px 52px;
}

/*cards*/
.card {
  border: 0.5px solid #ddd;
}

.card {
  margin-top: 10px;
  box-sizing: border-box;

  background-clip: padding-box;
}
.card span.card-title {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
}

.card .card-image {
  position: relative;
  overflow: hidden;
}
.card .card-image img {
  border-radius: 2px 2px 0 0;
  background-clip: padding-box;
  position: relative;
  z-index: -1;
}
.card .card-image span.card-title {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 16px;
}
.card .card-content {
  background-color:#fff;
  padding: 16px;
  border-radius: 0 0 2px 2px;
  background-clip: padding-box;
  box-sizing: border-box;
}
.card .card-content p {
  margin: 0;
  color: inherit;
}
.card .card-content span.card-title {
  line-height: 48px;
}
.card .card-action {
  border-top: 1px solid rgba(160, 160, 160, 0.2);
  padding: 16px;
}
.card .card-action a {
  color: #fff;
  margin-right: 16px;
  transition: color 0.3s ease;
  text-transform: uppercase;
}
.card .card-action a:hover {
  color: #fff;
  text-decoration: none;
}

.card .card-content-reminder {
    position:absolute;
    text-align:right;
    
    height:2em;
    width:85%;
}

/* DEFAULT SHAREPOINT */

a.btn-default:visited {
    color:#fff !important;
}

#contentBox {
    min-width:auto;
}

#fullscreenmodebox,#site_follow_button {
    display:none !important;
}

.o365cs-nav-topItem:nth-child(4),.o365cs-nav-topItem:nth-child(5) {
    display:none;
}

.ms-cui-ribbonTopBars *,.ms-cui-ctl-mediumlabel,.ms-cui-ctl-largelabel,.ms-cui-groupTitle {
    font-size:8pt !important;
}

.ms-cui-topBar2 {
    border-bottom:0.5px solid lightgray;
}

button {
    min-width:auto;
}

.o365cs-nav-button,.uoc_config_button {
    width: 54px;
    height: 50px;
    margin-right: 15px;
    border: 0;
    background-color: #165ba8;
    color: white;
}

.uoc_config_button {
    display: block;
    vertical-align: middle;
}

.uoc_config_button i {
    display: block;
    padding: 17px 11px 9px 19px;
    height: 13px;
    width: 15px;
}

.o365cs-nav-button:hover,.uoc_config_button {
    background-color: #144e88;
}

.o365cs-contextMenuItem {
    color:#000
}

.o365cs-contextMenuSeparator {
    color:#eee;
}

/*
#O365_MainLink_Help {
    display:none;
}

#O365_MainLink_Me {
    display:none;
}*/


.ch {
	margin-top: -20px;
	margin-bottom: 30px;
}

@media (min-width: 768px) {
	.ch {
		position: fixed;
		top:0;
		bottom:0;
		left: 0;
		width: 70px;
		padding-top: 220px;
		margin-bottom: 0;
		overflow-y: auto;
		-webkit-transform: translate3d(0, 0, 0);
        background-color:#30343e;

	}
}

.bw {
	padding-left: 0;
}


.bw {
	width: 100%;
	padding-right: 10px;

	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 768px) {
	.bw {
		padding-left: 85px;
	}
}

@media (min-width: 768px) {
	.pa {
		display: block;
		
	}

	.pa a {
		width:70px;
		height:58px;
	}

	.pa a i {
		margin: 13px 0 0 10px;
	}
}

.pa {
	
}

.uoc_v2_internav li a {
	color:grey !important;
}

.uoc_v2_internav .active a {
	color:white !important;
}