/* Minification failed. Returning unminified contents.
(397,1): run-time error CSS1019: Unexpected token, found '@import'
(397,9): run-time error CSS1019: Unexpected token, found 'url('https://fonts.googleapis.com/css2?family=Outfit&display=swap')'
 */
/*
DO NOT AMEND CSS FILE AS IT IS GENERATED VIA LESS COMPILATION
*/
body {
  font-family: soleil, sans-serif !important;
}
fieldset {
  margin-bottom: 0;
}
.error {
  overflow: auto;
  color: #a94442;
  width: 100%;
  padding: 0.5em 0;
}
html,
body {
  height: 100%;
}
@-moz-document url-prefix() {
  fieldset {
    display: table-cell;
  }
}
form:focus,
div:focus {
  outline: none;
}
/*Master page outer*/

.liveContent {
  position: absolute;
  left: -10000px;
  width: 1px;
}
.back-to-top {
  position: fixed;
  bottom: 5em;
  right: 0;
  text-decoration: none;
  color: #000000;
  background-color: rgba(235, 235, 235, 0.8);
  font-size: 12px;
  padding: 1em;
  display: none;
  z-index: 2000;
  border-radius: 5px 0 0 5px;
}
.back-to-top:hover {
  text-decoration: none;
  background-color: rgba(135, 135, 135, 0.5);
}
.page-footer {
  height: auto;
  margin-top: 10rem;
}
.sm-padding {
  padding: 0.5rem;
}
.sm-border {
  border: 1rem;
}
.sm-top-margin {
  margin-top: 0.2rem;
}
.md-top-margin {
  margin-top: 2rem;
}
.form-label {
  display: block;
}
.ajax__calendar_container {
  position: static;
  z-index: 1023;
}
.nav-footer {
  margin-top: 0.2rem;
}
html > body #esdApplication {
  padding-bottom: 2.5rem;
}

/*.main-nav .main-nav-admin ul li,
.sub-menu {
  list-style: none;
}*/

#menuQuickSearchNewEnquiry div{
    padding:5px 15px;
}
.quickSearch-enquiry-submit {
    text-align: right;
}


.table-nonfluid {
    width: 80%;
}

.font-size-small {
  font-size: 0.8em;
}
.font-size-medium {
  font-size: 1.0em;
}
.font-size-large {
  font-size: 1.2em;
}
/*#region  BootStrap Call Out
/* BootStrap Call Outs - from BootStrap documentation site - not included in base BootStrap CSS - used in Student Helpdesk Module to style enquiry actions */
.bs-callout {
  padding: 15px;
  margin: 15px 0;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;
}
.bs-callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
}
.bs-callout p:last-child {
  margin-bottom: 0;
}
.bs-callout code {
  border-radius: 3px;
}
.bs-callout + .bs-callout {
  margin-top: -5px;
}
.bs-callout-default {
  border-left-color: #777;
}
.bs-callout-default h4 {
  color: #595959;
}
.bs-callout-primary {
  border-left-color: #428bca;
}
.bs-callout-primary h4 {
  color: #428bca;
}
.bs-callout-success {
  border-left-color: #5cb85c;
}
.bs-callout-success h4 {
  color: #5cb85c;
}
.bs-callout-danger {
  border-left-color: #d9534f;
}
.bs-callout-danger h4 {
  color: #d9534f;
}
.bs-callout-warning {
  border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
  color: #f0ad4e;
}
.draftaction {
    color: #f0ad4e;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
}
.bs-callout-info {
  border-left-color: #5bc0de;
}
.bs-callout-info h4 {
  color: #5bc0de;
}

@media screen and (min-width: 801px) and (max-width: 1024px) {
  /*Hide the text on the items to ensure everthing fits into the top bar*/
  #liNotifaction .topbartext,
  #esdMb_AllCallCentreLinks .topbartext,
  #esdMb_AllTeamLinks .topbartext,
  #SIDUserProfileMenuWrapper #lblcurrUserName {
    display: none;
  }
 
}

@media screen and (max-width: 480px) {
  #liNotifaction .open .dropdown-menu {
    left: -50px;
  }
  .notifications .open .dropdown-menu {
    left: -100px;
  }
  #SIDUserProfileMenuWrapper .open .dropdown-menu {
    left: -90px;
  }
}
/*#endregion*/

.category-top-level-option {
  background-color: rgba(0, 0, 0, 0.1);
  border-top: solid 1px #adabab;
}
/* #region User Settings*/
#frmCredentials input.error {
  padding: 6px 12px;
  border: 1px dotted red;
}
.fa-exclamation .error {
  padding-left: 0.25em;
  overflow: visible;
  width: auto;
}
/* #endregion*/



.ESDTabBar_horizontal_Menu {
    position: absolute;
    right: 40px;
    top: 18px;
    z-index: 9;
}



    .ESDTabBar_horizontal_Menu a,
    .ESDTabBar_horizontal_Menu a:hover,
    .ESDTabBar_horizontal_Menu a:active,
    .ESDTabBar_horizontal_Menu a:visited,
    .ESDTabBar_horizontal_Menu a:link {
        padding: 10px 15px !important;
        width: 100%;
    }

    .ESDTabBar_horizontal_Menu ul {
        position: absolute;
        left: -140px;
        top: 30px;
        border-radius: 4px;
    }

    .ESDTabBar_horizontal_Menu li {
        width: 100%;
        border: 0px;
        list-style: none;
        margin-right: 10px;
    }

    .ESDTabBar_horizontal_Menu i.fa {
        cursor: pointer;
        color: darkblue;
    }

    .ESDTabBar_horizontal_Menu li a {
        white-space: normal !important;
    }

    .ESDTabBar_horizontal_Menu .dropdown-menu::before {
        display: block;
        height: 0;
        width: 0;
        content: '';
        position: absolute;
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        border-bottom-width: 9px;
        border-bottom-style: solid;
        top: -9px;
        right: 5px;
        border-bottom-color: #fff;
    }

#ESDloading, #ESDSchedloading, #ESDSchedloadingDIA {
    display: block;
    width: 50%;
    background-color: #fff;
    border: none;
    text-align: center;
    padding: 20px;
    color: #2980b9;
    filter: drop-shadow(5px 5px 10px black);
    position: fixed;
    height: auto;
    width: 50%;
    z-index: 103;
    top: 30%;
    left: 30%;
}

.sidloader {
    height: 4px;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #ddd;
}

    .sidloader:before {
        display: block;
        position: absolute;
        content: "";
        left: -200px;
        width: 200px;
        height: 4px;
        background-color: #2980b9;
        animation: sidloadinganimation 2s linear infinite;
    }

@keyframes sidloadinganimation {
    from {
        left: -200px;
        width: 30%;
    }

    50% {
        width: 30%;
    }

    70% {
        width: 70%;
    }

    80% {
        left: 50%;
    }

    95% {
        left: 120%;
    }

    to {
        left: 100%;
    }
}


.top5 {
    margin-top: 5px !important;
}

.top10 {
    margin-top: 10px !important;
}

.top15 {
    margin-top: 15px !important;
}

.top30 {
    margin-top: 30px !important;
}

.bottom5 {
    margin-bottom: 5px !important;
}

.bottom10 {
    margin-bottom: 10px !important;
}

.bottom15 {
    margin-bottom: 15px !important;
}

.left5 {
    margin-left: 5px !important;
}

.left10 {
    margin-left: 10px !important;
}

.left15 {
    margin-left: 15px !important;
}

.right5 {
    margin-right: 5px !important;
}

.right10 {
    margin-right: 10px !important;
}

.right15 {
    margin-right: 15px !important;
}

.tolowercase {
    text-transform: lowercase;
}



/************************************* MAIN BODY FONT CHANGES *************************************/

/* Body Font - Import UOE Font */
@import url('https://fonts.googleapis.com/css2?family=Outfit&display=swap');

body, h1, h2, h3, h4, h5, h6 {
    font-family: 'Outfit' !important; 
}


/************************************* MAIN HEADER CHANGES (TOP BAR WITH GSF) *************************************/

#loginLogo {
	content: url(../exeter_files/2022/loginLogo-ExeterLIVE-mockupdark.png) !important;
	/*FOR DEVcontent: url(../exeter_files/2022/loginLogo-ExeterTEST-mockupdark.png) !important;*/
}

/* Header Logo - Overlay UOE Logo and Hide Tribal */
.top-bar-logo img, .col-md-2.col-xs-2.logo img {
    /*FOR DEV background: url(../exeter_files/2022/logo-ExeterDEV-mockupdark1.png) no-repeat;*/
    background: url(../exeter_files/2022/logo-ExeterLIVE-mockupdark.png) no-repeat;
    padding-left: 395px;
    background-size: 290px auto;
    width: 395px;
    height: 57px;
    background-position: 1px;
}

/* Header Area - highlight GSF Dropdown */
.global-finder-filter {
    background: #00dca5;
}

/* Header Area - highlight GSF selected list */
#global-finder-selected-list {
    background: #003c3c;
}

/* Header Area - highlight GSF downdown button color */
.global-finder-selected-button, .global-finder-selected-button:hover, .global-finder-selected-button:focus, .global-finder-selected-button:active {
    background: #003c3c !important;
}

/* Header Area - highlight GSF Dropdown Header Color */
.dropdown-options-header {
    background: #003c3c;
}

/* Header Area - highlight GSF Links Color */
ul.global-finder-option-links li a, #esdMb_GlobalStudentFinder a {
    color: #007d69 !important;
}

 /* Create New Enquirer Record - Change the active button Background color */
 .upsertWizard ul.steps li.active {
        /*color: #fff;*/
        background: #003c3c; /*!important;*/
    }
	
 /* Create New Enquirer Record - Change the active button chevron Background color */
 .upsertWizard ul.steps li.active .chevron:before {
            border-left: 24px solid #003c3c;
    }
	
	 /* Create New Enquirer Record - Change the active button chevron Background color */
 .upsertWizard ul.steps li.complete .chevron:before {
            border-left: 24px solid #2B5F2B;
    }

/************************************* PAGE GENERAL CHANGES *************************************/

/* Page Header Area - Change the gradient on the main header to solid colour */
.sid-page-title-bar-bg-col {
    background: #003c3c;
}
/*to fix letter floating text */
@media print {
    .skip-to-content {
         visibility: hidden !important;
    }
	.col-xs-9.col-md-2.col-lg-2.logo.top-bar-logo {
        visibility: hidden;
    }
}


/* Page Footer Area - Change the Background color */
.footer {
    background: #003c3c;
}

/* Page Header Area - Change Font Colour */
.main-header h2 {
    color: #00dca5;
    border-right-color: #00dca5;
}


/************************************* MAIN MENU (LEFT SIDEBAR) CHANGES *************************************/

/* Main Menu - Overlay - change background color */
#MainMenuBar > ul {
    background: #022020;
}

/* Main Menu - Overlay - change Home Icon */
.sid-edge-suite-homepage mat-icon {
    color: #00dca5;
}

/* Main Menu - SideBar - change background color */
.left-sidebar {
    background: #022020;
}

/* Main Menu - Menu Items - change background color */
ul.main-menu > li a {
    background: #022020;
}

/* Main Menu - Menu Items - change background in hover state */
ul.main-menu > li a:hover {
	background: #003c3c;
}

/* Main Menu - Menu Items - change background in active state */
ul.main-menu > li.active a {
	background: #003c3c;
}

/* Main Menu - Menu Items - change down arrow in active state */
ul.main-menu > li.active > a > i.fa {
    color: #00dca5;
}

/* Main Menu - Menu Items - change sub menu background */
ul.main-menu .sub-menu {
    background: #022020;
}

/* Main Menu - Menu Items - change background of sub menus in hover state */
ul.main-menu .sub-menu li > a:hover {
	background: #022020;
}

/* Main Menu - Menu Items - change sub menu active background */
ul.main-menu .sub-menu li.active > a {
    background: #00dca5;
	color: #003c3c
}

/* Main Menu - Menu Items - change minimised hover over */
.left-sidebar.minified .main-menu > li:hover > a > .text, .show-subMenu > a > .text {
	background: #022020;
}

/************************************* IN PAGE NAVIGATION CHANGES *************************************/

/* General Items - Active Tabs styling */
.tab-active {
    color: #003c3c;
    border-bottom: #00dca5 !important;
}

/* General Items - Button Link styling */
.btn-link {
    color: #702082; /* #003c3c;*/
}

/* General Items - Hyper Link styling to white */
.link-white {
    color: #fff;
}

/* General Items - Hyper Link styling */
a {
    color: #003c3c;
}

/* General Items - Hyper Link Focus styling */
a:hover, a:focus {
    color: #007d69;
}

/* General Items - Select Dropdown Highlights */
.select2-container--default .select2-results__option--highlighted[data-selected] {
    background: #007d69;
    color: #ffffff;
}

.nav-pills li.active a, 
.nav-pills a:hover, 
.nav-pills a:focus {
    background-color: #00dca5 !important;
}

/* General Items - Nav Tabs - Highlight Focused */
.nav.nav-tabs-custom-colored > a.active, .nav.nav-tabs-custom-colored > a:focus {
    background-color: #003c3c !important;
    cursor: pointer;
}
/* General Items - Nav Tabs - Highlight Hover */
.nav.nav-tabs-custom-colored > a:hover {
	background-color: #00dca5 !important;
	color: #022020 !important;
}
/* General Items - Nav Tabs - Highlight Active Focus */
.nav-tabs > li > a.active, .nav-tabs > li > a.active:focus {
    background-color: #fc4c02;
	border-color: #022020;
    color: #ffffff;
}
/* General Items - Nav Tabs - Highlight Active hover */
.nav-tabs > li > a:hover {
    background-color: #00dca5 !important;
	color: #007d69 !important;
}
/* General Items - Nav Tabs - Highlight Active for Enquiries */
.nav.nav-tabs-custom-colored > li > a.active, .nav.nav-tabs-custom-colored > li > a.active:hover, .nav.nav-tabs-custom-colored > li > a.active:focus {
    background-color: #fc4c02;
    color: #fff;
}

/* General Items - Nav Pills - Style Nav Sub Pills */
.nav-pills>a.active, .nav-pills>a:hover, .nav-pills>a:focus {
  background: #ffc72c !important;
  color: #000000 !important;
}


/************************************* IN PAGE BUTTON CHANGES *************************************/

/* General Items - Primary Buttons */
.btn-primary {
    background-color: #00c896;
    border-color: #022020;
   color: #022020;
}

/* General Items - Primary Buttons States */
/* General Items - Primary Buttons States */
.btn-primary:hover, .btn-primary:focus, .btn-primary.active, .btn-primary .open .dropdown-toggle.btn-primary {
    background-color: #022020 !important;
    border-color: #022020;
    color: #00c896 !important;
}

.btn-primary:active {
	background-color: /*#022020*/ white !important;
    border-color: #022020;
    color: #00c896 !important;
}

/* General Items - Default Button Styling */
.btn-default {
    background-color: #003c3c;
    border-color: #00c896;
   color: #ffffff;
}

/* Profile Page - Action Buttons - Change Styling so links stay with colour set for visited states*/
/*a.pro-btn-actions:link, a.pro-btn-open-in-component:link, a.pro-btn-actions:visited, a.pro-btn-open-in-component:visited {
    color: #fff !important;
}*/

/* Profile Page - Action Buttons - Change Styling so links stay with colour set for visited and active states*/
a.pro-btn-actions:visited:hover {
    color: #00dca5 !important;
}


/* General Items - Default Button State Styling */
.open .dropdown-toggle.btn-default, .btn-default:active, .btn-default.active, .btn-default:active:focus, 
.btn-default.active:focus,{
    background-color: #fc4c02; 
    border-color: #022020;
   color: #ffffff;
}

/* General Items - Info Button Styling */
.btn-info {
    background-color: #69b3e7;
    border-color: #69b3e7;
}

/* General Items - Disabled Button Text Styling */
.btn-default.disabled, .btn-default[disabled], 
.btn-default.disabled:hover, 
.open .disabled.dropdown-toggle.btn-default, 
.btn-default[disabled]:hover, 
.open [disabled].dropdown-toggle.btn-default, 
.btn-default.disabled:focus, 
.btn-default[disabled]:focus, 
.btn-default.disabled:active, 
.btn-default[disabled]:active, 
.btn-default.disabled.active, 
.btn-default[disabled].active {
    color: #000;
}


/************************************* Admin screens *************************************/

#divAdminMenuLink{
color:white;	
}



/************************************* IN PAGE GENERAL CHANGES (TEXT / COLOR / HEADERS) *************************************/

/* General Items - Widget Header Styling for Ops Reporting */
.widget .widget-header {
    background-color: #93272c;
    color: #fff;
}

/* General Items - Pagination - Text Color */
.pagination > li > a, .pagination > li > span {
    color: #702082 !important;
}

/* General Items - Pagination - Active Text Color */
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #00dca5;
    border-color: #003c3c;
   /*color: #fff !important;*/
}

/* General Items - Appointments - Multi Appt with Bookings Color */
.apt-icon-with-bookings-color {
    color: #00dca5 !important;
}


/* General Items - Panel Headings - Change Main Panel Styling */
.panel-primary>.panel-heading {
    background-image: linear-gradient(to bottom,#003c3c 0%,#002b2b 100%);
    color: #fff;
    background-color: #002b2b;
    border-color: #002b2b;
}

/* General Items - Panel Headings - Change Main Panel Border Styling */
.panel-primary {
  border-color: #002b2b;
}

/* General Items - Panel Headings - Change Main Panel Label Styling */
.label-primary {
    background-color: #002b2b;
}

/* General Items - Panel Headings - Change Main Panel Styling for Arrow Point */
#enquiry-list .enq-student .panel-heading::after {
    border-color: rgba(255,255,255,0) rgba(255,255,255,0) rgba(255,255,255,0) #003c3c;
}

/* General Items - Alerts - Restyle Alert Info Bar */
.alert-info {
    background-color: #00c896 !important;
    color: #003c3c !important;
}


/************************************* STUDENT PORTAL AREA CHANGES *************************************/

/* Student Portal - Change the buttons for the Search FAQs dashboard and quick button on the student side */
.LandingPage .SearchFAQs, .quick-access-item.bg-color-green {
    background-color: #250e62 !important;
}

/* Student Portal - Change the buttons for the My Enquiries dashboard and quick button on the student side */
.LandingPage .CheckEnquiries, .quick-access-item.bg-color-blue {
    background-color: #f9423a !important;
}

/* Student Portal - Change the buttons for the Book Appointment dashboard and quick button on the student side */
.LandingPage .CheckAppointments, .quick-access-item.bg-color-orange {
    background-color: #9569be !important;
}

/* Student Portal - Change the buttons for the Booked Appointment dashboard and quick button on the student side */
.LandingPage .BookAppointment {
    background-color: #9A8C98 !important;
}

/* Student Portal - Change the buttons for the dashboard and quick button on the student side */
.LandingPage .ViewCases {
    background-color: #F48F27 !important;
}

/* Student Portal - Change the buttons for the My Profile dashboard and quick button on the student side */
/* 19 FEB 2025 via Jay Howard at Tribal = Removed margin-top: 1px attribute from following style */
.LandingPage .ViewProfile, #myprofile > div {
	background-color: #712177 !important;
}

/* My Team Summary & Cases - Change the Background color of active filterTag labels*/
.bootstrap-tagsinput .tag {
    background-color: #003c3c;
} 

/* My Team Summary - Change the Background color of active checkboxes*/
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    accent-color: #00c896;
}

/* Primary button - Change the Background color of disabled button*/
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
    background-color: #007d69 !important;
    color: #ffffff;
}

/* Success button - Change the Background color of success button*/
.btn-success {
    background-color: #007d69;
}

/* Success button - Change the Background color when hovering over success button*/
.btn-success:hover {
    background-color: #00dca5;
	color: #007d69;
}

#ESDloading, #ESDSchedloading, #ESDSchedloadingDIA {
    color: #00c896;
}

.caseListTag {
    background-color:  #00c896 !important;
    border: 1px solid  #007d69 !important;
}

.dropdown-menu > .active > div, .dropdown-menu > .active > div:hover, .dropdown-menu > .active > div:focus {
    background-color: #007d69;
    color: #ffffff;
}

.fc-button.fc-button-today {
    background-color: #00c896;
    color: #ffffff;
}

.btn-default .caret {
    border-top-color: #007d69;
}

.btn-default:hover, .btn-default:active:hover, .btn-default.active:hover, 
.open > .dropdown-toggle.btn-default:hover, 
.open > .dropdown-toggle.btn-default:focus, 
.btn-default:active.focus, .btn-default.active.focus, .open .dropdown-toggle.btn-default.focus {
    background-color: #00dca5;
    border-color: #022020;
   color: #022020;
}

.sidloader:before {
    background-color:  #003c3c;
}

/*  Appointment Search Dialog button - Change the Background color for Appointment Search buttons*/
.datepicker .dialogButton {
    background-color:  #003c3c;
}

/*  Dropdown menu active status - Change the color  of background image for Dropdown Menu parent checkbox*/
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-image: linear-gradient(to bottom, #007d69 0%, #003c3c  100%);
}

/*Appointment Scheduler Time Header - Change the Background color for header of Create Appointment*/
.time-header {
    background-color:  #003c3c;
}

/* My Team Summary & Cases - Change the Background color of active Case tag filters*/
.caseTagSearchButton.active, .caseTagSearchButton.focus {
    background-color: #00c896 !important;
}

/* My Team Summary & Cases - Change the Background color while hover over Case tag filters*/
.caseTagSearchButton.hover {
    background-color: #00dca5 !important;
}

/* Log My Own New Enquiry - Alert/Link colour change*/
.alert-success, .alert-success h2, .alert-success h3, .alert-success h4, .alert-success p, .alert-success button, 
.alert-success li, .alert-success a, .alert-info, .alert-info h2, .alert-info h3, .alert-info h4, .alert-info p, 
.alert-info button, .alert-info li, .alert-info a, .alert-warning, .alert-warning h2, .alert-warning h3, .alert-warning h4, 
.alert-warning p, .alert-warning button, .alert-warning li, .alert-warning a, .alert-danger, .alert-danger h2, .alert-danger h3,
.alert-danger h4, .alert-danger p, .alert-danger button, .alert-danger li, .alert-danger a {
    color: #ffffff !important;
} 

/* LInks - Change colour of btn-link when hovering or in focus*/
.btn-link:hover, .btn-link:focus {
    color: #00dca5;
}

.nav-pills > li > a.active, .nav-pills > li > a.active:hover, .nav-pills > li > a.active:focus {
    background-color: #fc4c02;
}

.nav-pills > a.active, .nav-pills > a:hover, .nav-pills > a:focus {
    background-color: #003c3c !important;
}


/************************* enquiry further actions box IA 230123 ******************/
.enquiry_header_menu_title{
	background:#077d69!important;
	color:white !important;
	border:1px solid #022020 !important;
}
.enquiry_header_menu_body{
	border-left:1px solid #022020 !important;
	border-right:1px solid #022020 !important;
	border-bottom:1px solid #022020 !important;
	color:#022020 !important;
}

.enquiry_header_menu_body > li > a, .enquiry_header_menu_body > li > a:link, .enquiry_header_menu_body > li > a:visited {
	color:#022020 !important;
}


/******** Diary appointment Enquirer notes highlight ***********/
td[headers="sch-selected-students-table6"] > a[data-html="true"]
{
background-color: lemonchiffon !important;
border: 3px solid yellow !important;
}

/***************************STUTALK LETTERS CLASSES ***************************************/

@media print {
    .skip-to-content {
         visibility: hidden !important;
    }
	.col-xs-9.col-md-2.col-lg-2.logo.top-bar-logo{
         visibility: hidden !important;
	}
	.col-md-12.text-right{
		visibility: hidden !important;
	}
	.row_print{
		visibility: hidden !important;
	}
	
}


