﻿/* *****************************************************************************************
* Visual Studio 2017 MVC Template Defaults.
*/

XXXbody {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.XXXbody-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.XXXdl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
XXXinput,
XXXselect,
XXXtextarea {
  max-width: 280px;
}

/* *****************************************************************************************
* EAS custom.
*/
textarea {
  min-width:100%;
}

/* Set cursor to "arrow" to simulate that used for radio buttons and checkboxes*/
.sdsu-cursor-arrow {
  cursor: default;
}

.sdsu-important-readme {
  background-color: #F5F5F5 !important;
  border: 1px solid #F5F5F5;
  border-radius: 20px 20px;
  color: black;
  /*font-size: 85%;*/
}

.XXXXsdsu-important-readme {
  background-color: #1287A8 !important;
  border: 1px solid #1287A8;
  border-radius: 20px 20px;
  color: white;
  /*font-size: 85%;*/
}
.XXXsdsu-important-readme {
  background-color: #3C6478 !important;
  border: 1px solid #3C6478;
  border-radius: 20px 20px;
  color: yellow;
  /*font-size: 85%;*/
}
.XXsdsu-important-readme {
  background-color: #E0FFFF !important;
  border: 1px solid #E0FFFF;
  border-radius: 20px 20px;
  /*font-size: 85%;*/
}
.Xsdsu-important-readme {
  background-color: #C3FDB8 !important;
  border: 1px solid #C3FDB8;
  border-radius: 20px 20px;
  /*font-size: 85%;*/
}
.sdsu-instructions {
  background-color: #3C6478;
  border: 1px solid #3C6478;
  color: white;
  line-height: 110%;
  /*font-size: 85%;*/
}
.Xsdsu-instructions {
  /*font-size: 85%;*/
  line-height: 110%;
  color: #8c0100;
  background-color: #fff5c5;
}
.sdsu-approverinput {
  background-color: #98FF98
}

/* *****************************************************************************************
* EAS "Print" Media Overrides
*/
@page {
  size:portrait;
  margin:0;
}
@media print {
  /*  1/4 inch margins  */
  body {
    font-size:12pt;
    margin-top:0.635cm;
    margin-right:0.635cm;
    margin-bottom:0.635cm;
    margin-left:0.635cm;
  }
  /*  enlarged page sub-title  */
  .badge {
    font-size:120%;
  }
  /*  hide all buttons  */
  *.btn {
    display: none;
  }
  button[type=button], button[type=submit], input[type=button], input[type=submit] {
    display: none;
  }
}

