@media print {
  .no-print,
  .no-print * {
    display: none !important;
  }
}
@media only screen and (max-width: 450px) {
  .col-lg-12,
  .col-lg-7,
  .col-lg-5,
  .col-lg-6,
  .col-lg-3,
  .col-lg-4,
  .col-lg-8 {
    padding-left: 3px !important;
    padding-right: 3px !important;
  }
}

a {
  text-decoration: none !important;
}
.left {
  text-align: left !important;
}
.error_panel {
  background: #f2dede;
  color: #a94442;
  padding-left: 5px;
}
#hamburger {
  color: #fff;
  font-size: 2.5rem;
}
#personal_data {
  background: white;
  border: 1px solid #ddd;
  color: navy;
}
#personal_data a:link {
  color: navy;
}
#menu {
  background: #fff;
  font-size: 0.85em;
  padding-left: 5px;
  color: black;
}
.menu-icon {
  margin-right: 5px;
  color: #909393;
}
#menu a:link {
  color: #394546;
  /* font-size: .85em; */
}
#menu a:hover {
  color: #f49e1a;
}

.menu_hr {
  margin: 0px;
  color: #eee;
}
#side_bar {
  float: left;
  border: 2px solid #f1f3f3 !important;
  padding: 10px;
  background: white;
  border-right: 1px solid navy;
  z-index: 20;
}
#account_panel {
  display: none;
  width: 175px;
  background: white;
  z-index: 10;
  position: absolute;
  top: 65px;
  right: 100px;
  border: 1px solid #4f5252;
  border-radius: 0.17em;
}
#sb_login {
  margin: auto;
}
#aramco_frat_link {
  display: none;
}
#mini_main {
  display: none;
}
#hidden_menu {
  height: 80%;
  position: absolute;
  left: 5px;
  top: 65px;
  width: 80%;
  max-width: 300px;
  background: #fff;
  border: 2px solid #394546;
  z-index: 10;
  overflow: auto;
}
#hidden_menu a {
  color: #4f5252;
  font-size: 1.85rem;
}
#hidden_menu a:hover {
  color: #f49e1a;
}
#main_content_container {
  /*   max-width: calc(100% - 150px); */
  float: right !important;
  padding: 20px;
}
.menu_div {
  padding-top: 13px;
  padding-bottom: 13px;
  border-bottom: 1px solid #d1d7e3;
  color: #394546;
  font-family: Helvetica;
  font-size: 1em;
  font-weight: 600;
  line-height: 1em;
}
div.menu-item {
  border-bottom: 1px solid #f1f3f3;
  color: #394546;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #394546;
  font-family: Helvetica;
  font-size: 0.9em;
  font-weight: 600;
  line-height: 1.5em;
}
div.menu-item a {
  color: #394546;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #394546;
  font-family: Helvetica;
  font-size: 0.9em;
  font-weight: 600;
  line-height: 1.5em;
}

div.menu-item:hover {
  color: #f49e1a;
}
div.menu-item:hover span {
  color: #f49e1a;
}

div.menu-item:hover a {
  color: #f49e1a;
}

span.menu-item {
  padding-top: 13px;
  padding-bottom: 13px;
  color: #394546;
  font-family: Helvetica;
  font-size: 1em;
  font-weight: 600;
  line-height: 2.5em;
}
.orange {
  color: #f49e1a !important;
}
.menu_item_opener {
  cursor: pointer;
}
td.error_td {
  background: red;
  color: white;
  font-weight: bold;
}
/*.sub_page_wrapper   {
    
}
#sub_page_header    {
    line-height: 50px;
    text-align: center;
    font-size: 40px;
}
#top_bar    {
    display: block;
    line-height: 62px;
    text-align: center;
    font-size: 40px;
    background: #4f5252;
    color: white;
}

/* On screens that are 992px or less, set the background color to blue */

@media screen and (min-width: 0px) and (max-width: 766px) {
  #main_content {
    /*       display: none;    */
  }
  #mini_main {
    display: block;
  }
  #aramco_frat_link {
    display: block;
  }
}
#main_content_container {
  float: none !important;
  margin: auto !important;
  overflow: auto !important;
}
/*  #small_logo { 
      display: block; 
  }  /* show it on small screens */

@media screen and (max-width: 1020px) {
  .menu_link {
    display: none;
  }
  #side_bar_container {
    width: 50px;
  }
  #side_bar {
    width: 50px;
  }
  /* #side_bar:focus-within  {
    width: 170px !important;
} */

  .col-3 {
    width: 50px;
  }
}
@media screen and (min-width: 1020px) {
  #side_bar {
    display: block;
  }
  #side_bar_container {
    width: 170px !important;
  }
  #side_bar {
    width: 170px !important;
  }

  .col-3 {
    width: 170px !important;
  }
  #menu_link {
    display: block !important;
  }
  /* #menu_arrow {
        display: inline;
    } */
}

/*  #small_logo {
    display: none;
  }
*/
/* ajax supoport */
#veil {
  width: 100%;
  height: 100%;
  position: fixed;
  background: #fff;
  opacity: 0.85;
  display: none;
  z-index: 100;
}
#ajax_content_container {
  background: white;
  border: 1px solid #394546;
  width: 80%;
  height: 80%;
  top: 10%;
  left: 10%;
  overflow: auto;
  display: none;
  position: fixed;
  z-index: 101;
  border-radius: 0.17em;
}
#ajax_content {
  margin-top: 30px;
}
#ajax_top_bar {
  height: 30px;
  background: #394546;
}

#top_bar {
  display: block;
  background: #4f5252 !important;
  color: #fff;
  height: 62px;
  padding-left: 50x;
  font-size: 1.75rem;
  font-family: Helvetica !important;
  font-weight: 600 !important;
  line-height: 4rem !important;
}
@media screen and (max-width: 500px) {
  #top_bar {
    font-size: 25px;
  }
}
.header-right {
  float: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-right: 5px;
  width: 50% !important;
  line-height: 62px;
}

#submissions_sub {
  position: relative;
}
#screen_size_warning {
  text-align: center;
  padding-top: 30px;
  font-size: 20px;
  background: yellow;
  border: 1px solid black;
  width: 80%;
  height: 80%;
  top: 10%;
  left: 10%;
  overflow: auto;
  display: none;
  position: fixed;
  z-index: 101;
}
/*
WYVERN normalizing stuff
*/
.btn-primary {
  border-radius: 0.17rem !important;
  background: #f49e1a !important;
  border-color: #f49e1a;
  color: white !important;
}
.btn-primary:hover {
  background-color: #f8bd51 !important;
  border-color: #f8bd51 !important;
}
.btn-info {
  border-radius: 0.17rem !important;
  background-color: #26a0d0;
  border-color: #26a0d0;
  color: white !important;
}
.btn-info:hover {
  background-color: #53a0e4 !important;
  border-color: #c7e5ff !important;
}
.btn-primary-100 {
  border-radius: 0.17rem !important;
  background: #f49e1a !important;
  border-color: #f49e1a;
  color: white !important;
  font-weight: bold !important;
  font-size: 18px !important;
  width: 100% !important;
  line-height: 4rem !important;
}
.btn-primary-100:hover {
  background-color: #f8bd51 !important;
  border-color: #f8bd51 !important;
}

.input-full-width {
  font-size: 1.25rem !important;
  font-weight: 600 !important;
  line-height: 1.5rem !important;
  padding: 0.4375rem 1.125rem !important;
  border-color: #28a745 !important;
  background-color: #e8f0fe !important;
  border-radius: 0.17rem !important;
  color: black !important;
}
.panel-primary {
  border: 1px solid #e6e8e8 !important;
  color: #909393 !important;
  font-weight: 700 !important;
  font-size: 1.875rem !important;
}
.panel-heading {
  background: #4f5252 !important;
  font-family: Helvetica !important;
  font-weight: 600 !important;
  line-height: 4rem !important;
  font-size: 1.875rem !important;
}
.panel-heading-gray {
  background: #727575 !important;
  font-family: Helvetica !important;
  font-weight: 600 !important;
  line-height: 4rem !important;
  font-size: 1.875rem !important;
  color: #fff;
  text-align: center;
  padding: 5px;
}
.panel-notes {
  background: #f1f3f3 !important;
  color: #394546;
  font-family: Helvetica;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 2rem;
  text-align: center;
}
.points_notice {
  text-align: center;
  font-size: 1.2em;
  color: green;
}
