﻿/*!
Last revised: June 2015

CONTENTS
-----------------------------------------
1. Common Styles
2. Screen Styles
3. Media Queries
4. Print Styles

BRANDING
-----------------------------------------
1. COLORS
  - Main UCI Law blue #2c5596 
  - Darker blue #1f4582 (headings)
  - Pale blue #e0e9f7 
  - Orange #c96620 (links)
  - Yellow #e0bd1c (buttons)
  - Button text blue #1d427b
  - Dark gray text #333
  - Gray text #636363

2. FONT STACKS
  - Body: "ff-meta-web-pro","Helvetica Neue", Helvetica, Arial, Verdana, sans-serif
  - Headings: "minion-pro","Minion Pro",Minion,Times,"Times New Roman",serif;

3. Typekit
  - ff-meta-sc-web-pro (FF Meta SC Web)
  - ff-meta-web-pro (FF Meta Web Pro)
  - ff-meta-web-pro-condensed (FF Meta Web Pro Condensed)
  - minion-pro

*/

/*************************************************************************************
 * 1. Common Styles
 ************************************************************************************/
a, blockquote, div, footer, header, nav, section, table, ul, ol {-moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box;}
@-webkit-viewport {width:device-width;}
   @-moz-viewport {width:device-width;}
    @-ms-viewport {width:device-width;}
        @viewport {width:device-width;}

html {width:100%; margin:0; padding:0; font-size:14px; overflow-y:scroll;
  -webkit-text-size-adjust:100%;
  -ms-text-size-adjust:100%;
  text-size-adjust:100%;
  -webkit-font-smoothing:antialiased;
  -moz-font-smoothing:antialiased;
  font-smoothing:antialiased;
}
body {width:100%; margin:0; padding:0; color:#333; font-size:1em; line-height:1.5em; font-family:"ff-meta-web-pro","Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;}
footer, header, hgroup, nav, section, summary {display:block;}
[hidden] {display:none;}
p {margin:0 0 1em;}
p + p {margin:1em 0;}
a {color:#337ab7; outline:none; text-decoration:none; -webkit-tap-highlight-color:rgba(220,179,57,.9);}
  a:visited {color:#337ab7;}
  a:hover {text-decoration:underline;}
  a:active {color:#aa272f;}
  a:focus {outline:thin dotted;}
  ::-moz-selection,
  ::selection {background:#0058cf; color:#fff; text-shadow:none;}
  a:hover img {opacity:0.8;}
strong, b {font-weight:bold;}
em, i {font-style:italic;}
h1,h2,h3,h4,h5,h6 {margin:1.4em 0 0.25em; line-height:1.1em; color:#1f4582; font-weight:normal; text-rendering:optimizeLegibility; font-family:"minion-pro","Minion Pro",Minion,Times,"Times New Roman",serif;}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {text-decoration:none;}
h1 a:visited,h2 a:visited,h3 a:visited,h4 a:visited,h5 a:visited,h6 a:visited {color:#c96620;}
h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {text-decoration:underline;}
h1 {margin-top:0; font-size:2.0em;}
h2 {font-size:1.6em;}
h3 {font-size:1.214em; font-weight:bold; text-transform:uppercase; font-family:"ff-meta-web-pro","Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;}
h4 {font-size:1.143em;}
h5,h6 {font-weight:bold; font-family:"ff-meta-web-pro","Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;}
h5 {font-size:1.071em;}
h6 {font-size:1.0em;}
h1 + h2,
h2 + h3,
h3 + h4,
h4 + h5 {margin-top:0;}



ol, ul {padding:0 0 0 2em;}
ul {list-style-type:square;}
  ul ul {list-style-type:disc;}
  .nobull {margin:0 0 1em; padding:0; list-style:none;}
  .boldlist {font-weight:bold;}
  .list-inline li {display:inline-block; *display:inline; *zoom:1; margin:0 0.75em 0.2em 0;}
li {margin:0 0 0.25em;}

img {border:none; vertical-align:middle; -ms-interpolation-mode:bicubic;
  -webkit-box-sizing:content-box;
     -moz-box-sizing:content-box;
          box-sizing:content-box;
}

sup {vertical-align:super; font-size:smaller;}
sub {vertical-align:sub; font-size:smaller;}
pre, code, kbd, samp {font-family:monospace, sans-serif;}
hr {clear:both; display:block; height:1px; margin:1em 0; padding:0; border:0; border-top:1px solid #ccc;}

.geo {display:none;}


.indent{
    margin-left:20px;
}
.red-text{
    color: #cc2034;
}
.back-link {
    font-weight: bold;
    padding-bottom: 30px;
    text-transform: uppercase;
}

/*tables*/

table {width:100%; border-spacing:0;font-size:14px;}
  tfoot th {text-align:right;}
td, td img {vertical-align:top;}

th a{
    color:#337ab7;
}


.table > tbody > tr > th, 
.table > thead > tr > td, 
.table > thead > tr > th
{
    background:#eee;
    border-bottom:solid 2px #ccc;
    font-size:12px;
    text-transform:uppercase;
}

    /*styling for list of records or file attachments that have been added by the user*/

        .table-added{
            background:#eee;
            min-width:150px;
            width:auto;
        }

        .table-added caption{
            color:#1f4582;
            font-weight:bold;
        }

        .table-added tr{
            border: 1px solid #ccc;
        }



/* Form Elements
   ----------------------------------------------------*/
button, input, select, textarea {margin:0; margin:0; font-size:100%; vertical-align:baseline; *vertical-align:middle;}
button {width:auto; overflow:visible;}
button, input {line-height:normal;}
.formset {margin:0 0 1em; padding:0; list-style:none;}

.clearfix:before,
.clearfix:after {content:" "; display:table;}
.clearfix:after {clear:both;}

 label, .label-style { color:#333;font-weight:bold; }


.form-group-sm .form-control{
    font-size:13px;
}

input[type="radio"],
input[type="checkbox"]
{
   margin-right:3px;
}

.radio-list{
    display:block;
    margin-left:10px;
}

.radio-list label{
    font-weight:normal;
    color:#555;
}

/*************************************************************************************
 * 2. Screen Styles
 ************************************************************************************/
@media screen,projection {
  h1 {font-size:1.7em;}
  h2 {font-size:1.5em;}


  /* WRAPPER
     ----------------------------------------------------*/
  #skip-links { border:0; clip:rect(0 0 0 0); height:1px; margin:-1px; overflow:hidden; padding:0; position:absolute; width:1px; }
  #skip-links:active, #skip-links:focus { clip:auto; height:auto; margin:0; overflow:visible; position:static; width:auto; }

  .section-header {margin:0 0 0.25em; text-transform:uppercase;}

  .page-title {font-size:2em;}

  /* HEADER
     ----------------------------------------------------*/
  header {background:url("images/banner-small.jpg");
          background-repeat: no-repeat;
          background-size:cover;
          -webkit-background-size:cover;
  }

  .site-header {position:relative;}
    .site-header h1 {margin:0; padding:0;}
    .site-header h1 a {display:block; height:100px; margin:0 .5em; text-decoration:none; text-indent:-9999px; overflow:hidden; border:0 none; background:url(images/law-logo.png) left center no-repeat;
      -webkit-background-size: auto;
         -moz-background-size: auto;
           -o-background-size: auto;
              background-size: auto;
    }
    .site-header h1 img {display:none;}

    .app-nav-text{
        padding:8px 0 8px 0;
        text-transform:uppercase;
    }

    .navbar{
        min-height:20px;
    }
    
    .navbar-nav > li > a{
        padding-bottom:8px;
        padding-top:8px;
    }

    .navbar-toggle{
        margin-right:0;
    }

    .navbar-toggle .icon-bar{
        background:#fff;
    }

    .app-nav {
        background: none repeat scroll 0 0 #2c5596;
        margin-bottom:50px;
    }

    .app-nav-wrapper{
        color:#cccccc;
    }

    .app-nav-wrapper .logout-menu {
        text-align: right;
        font-size: 13px;
        text-transform: none;
    }

    .app-nav-wrapper .logout-menu a{
        color:#fff;
        display:inline-block;
        font-weight:bold;
        text-transform:uppercase;
    }

    .app-nav-text {
    font-size: 16px;
    padding: 14px 0 15px 0;
    text-transform: uppercase;
}

    .app-nav-wrapper .logout-menu a{
        color:#fff;
        text-transform:uppercase;
        font-weight:bold;
    }

    .nav.navbar-nav {
        color: #ccc;
        float:right;
        padding: 14px 0;
    }

    .nav.navbar-nav a{
        color:#fff; 
        font-weight:bold;
    }


    @media (max-width:770px){
    .nav.navbar-nav{
        margin-top:0;
        margin-right:10px;
        }

    }

    
    /* TOP NAV 
       ----------------------------------------------------*/
   .login-info {
        float: left;
        padding: 8px 8px 8px 0;
        text-align: left;
        width: 100%;
    }

  
    .navbar-default
    {
         background-color:transparent !important;
         border-color:transparent !important;
    }

    .navbar
    {
         margin-bottom:0;
    }

    .navbar-default a
    {
        font-weight:bold;
        color:#ffffff !important;
    }
       

  /* CONTENT
     ----------------------------------------------------*/
    .main, .app-nav-wrapper {width:100%; margin:0; padding:0 15px;}
    img {clear:both; max-width:100%; margin:0;}



  /* Banners
     ----------------------------------------------------*/
  .banner {border-top:0.714em solid rgba(255,255,255,0.4); background-position:center center; background-repeat:no-repeat;
    -webkit-background-size:cover;
       -moz-background-size:cover;
         -o-background-size:cover;
            background-size:cover;
  }

    .banner p {margin:0; color:#fff; line-height:1.2em; font-family:"minion-pro","Minion Pro",Minion,Times,"Times New Roman",serif; font-size:3em; font-weight:normal; text-shadow: 0 4px 4px #000;}

  /* FOOTER
     ----------------------------------------------------*/
  .site-footer {position:relative; margin:1em 0 0; padding:1em 1em 0; margin:0; clear:both;}
  .site-footer p {line-height:1.5;}
  .org {font-weight:bold; font-size:0.929em; text-transform:uppercase;}
    .org a {text-decoration:none; color:#1f4582;}
  .org,
  .adr {margin:0;}
  .adr,
  .nav-footer {font-size:0.857em;}
  .tel a {text-decoration:none; color:#333;}
  .country-name {display:none;}

  .nav-footer a {display:inline;}

  .nav-social {margin:2em auto; text-align:center;}
    .nav-social li {display:inline-block; *display:inline; *zoom:1; vertical-align:top; width:auto; margin-bottom:0.5em;}
    .nav-social a {display:block; padding:0.3em; color:#221e1f; font-size:2em;}
      .nav-social a:hover {color:#c96620; text-decoration:none;}
    .nav-social span {display:none;}

    .pcontent {display:none; width:100%; padding:1em; background-color:#e2e3e7;}

      .pcontent li {margin:0 0 0.5em;}
      .pcontent h2 {margin:0 0 1em; font-size:2.143em;}
      .pcontent h3 {padding:0 0 0.2em; font-size:1.071em; font-weight:bold; text-transform:uppercase; border-bottom:1px solid #a3aab0; font-family:"minion-pro","Minion Pro",Minion,Times,"Times New Roman",serif;}
      .pcontent nav a {display:inline-block; *display:inline; *zoom:1; color:#c96620;}
        .pcontent nav a:hover {text-decoration:underline;}
        .pcontent .date {display:inline-block; *display:inline; *zoom:1; min-width:20%;}

  .uci-irvine {padding:0 1em 1em;}
    .uci-irvine a {display:block; width:110px; height:29px; text-indent:-9999px; overflow:hidden; background:url(images/uci-irvine.png) 0 0 no-repeat;}

}

/*BUTTONS*/

.btn-primary {
    background-color: #ffe152;
    border:1px solid #e0bd1c;
    color: #333;
    font-weight: bold;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
    background-color: #e0bd1c;
    border:1px solid #e0bd1c;
    color:#444;
    opacity:.8;
}
.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:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
}


.btn-gray {
  color: #333333;
    background-color: #ddd;
    border:1px solid #ccc;

  font-weight:bold;
}

.btn-gray:hover,
.btn-gray:focus,
.btn-gray:active,
.btn-gray.active,
.open .dropdown-toggle.btn-gray {
  color: #333333;
    background-color: #d4d4d4;

}

.btn-gray:active,
.btn-gray.active,
.open .dropdown-toggle.btn-gray {
  background-image: none;
}

.btn-gray.disabled,
.btn-gray[disabled],
fieldset[disabled] .btn-gray,
.btn-gray.disabled:hover,
.btn-gray[disabled]:hover,
fieldset[disabled] .btn-gray:hover,
.btn-gray.disabled:focus,
.btn-gray[disabled]:focus,
fieldset[disabled] .btn-gray:focus,
.btn-gray.disabled:active,
.btn-gray[disabled]:active,
fieldset[disabled] .btn-gray:active,
.btn-gray.disabled.active,
.btn-gray[disabled].active,
fieldset[disabled] .btn-gray.active {
  background-color: #d4d4d4;
}


.btn-ltgray{
    background:#eee;
    border:1px solid #ccc;
}

.btn-ltgray:hover{
    background:#ccc;
}

.btn-orange{
    background:#c96620;
    color:#fff;
    font-weight:bold;
}

.btn-orange:hover{
    color:#f1d9c7;
    opacity:.9;
}

.btn-pink {
    background-color: #eed1d4;
    color: #cc2034;
    font-weight:bold;
    letter-spacing:.01em;
}

.btn-pink:hover{
    opacity:.8;
    color:#cd4454;
}

.btn-red{
    background-color: #a94442;
    border-color: #ebccd1;
    color: #f2dede;
    font-weight:bold;
}

.btn-green{
    background-color:#a7dea0;
    border:1px solid #9ad592;
    color:#0f7437;
    font-weight:bold;
    
}

.btn-turquoise{
    background:#b4d0db;
    border:none;
    color:#333;
    font-weight:bold;
}


/*ALERT MESSAGES*/
     
     .alert-box .glyphicon
     {
         margin-top:2px;
     }
     
     .alert .glyphicon
    {
        padding-right:8px;
    }

    .alert ul{
        margin-bottom:0;
        margin-left:10px;
    }


/*MODAL POPUP*/

.modalPopup {
    background-color: #eee;
    border-color: #cccccc;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    padding: 2em;
   
    -webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.28);
    -moz-box-shadow:    7px 7px 5px 0px rgba(50, 50, 50, 0.28);
    box-shadow:         7px 7px 5px 0px rgba(50, 50, 50, 0.28);
    max-width:600px;
}

.modalBackground 
{
    background-color: Gray;
    filter: alpha(opacity=80);
    opacity: 0.80;
}


/*************************************************************************************
 * 3. Media Queries
 ************************************************************************************/


@media only screen and (max-width: 450px) 
{
    .table-no-more table,   
    .table-no-more thead, 
    .table-no-more tbody, 
    .table-no-more th, 
    .table-no-more td,
    .table-no-more tr { 
      display:block;
    }
    
    /* Hide table headers (but not display: none;, for accessibility) */
    .table-no-more th {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    
    .table-no-more .table-bordered td
    {
        border:none;
        padding:0;
    }
    
    .table-no-more .table-bordered tr:nth-of-type(1)
    {
        padding:0;
    }

    .table-no-more .table-bordered tr
    {
        border-bottom:1px solid #ddd;
        padding:8px;
    }
}

@media only screen and (min-width:500px) {
  .site-header h1 {margin:0 0.5em; padding:.9em 0;}
    .site-header h1 a {width:187px; height:61px; margin:0; background-position:left center;}
}

@media only screen and (min-width:767px) {

  /*Top nav*/
  
    .login-info span.logged-out
    {
        display:none;
    }

    .login-info {
        float: right;
        padding: 8px 0;
        text-align: left;
        width: auto;
    }
  
     .collapse.navbar-collapse
     {
         margin-left:-15px;
     }


  /* Footer
     ----------------------------------------------------*/
  .site-footer {padding:1em 0 2em;margin:3em 0 0;}
      .pcontent {position:absolute; left:0; bottom:2.5em; width:100%; padding:2em; text-align:left;}
      .uci-irvine {float:right; margin:0.5em 1em; padding:0;}
}


@media only screen and (min-width:992px) {

  /* Header
     ----------------------------------------------------*/
 /* .nav {display:block; text-align:left;}
    .lt-ie9 .nav.hidden {display:block;}

    .nav .nav-top {display: block; font-size: 1.071em; font-weight: bold;text-transform:uppercase;}*/

  /* Layout
     ----------------------------------------------------*/
  .main, .app-nav-wrapper {font-size:15px; padding:0 1em;}


  /* Footer
     ----------------------------------------------------*/
  .nav-footer ul{padding-left:0;}
  .nav-footer li {display:inline-block; *display:inline; *zoom:1; white-space:nowrap;}
    .site-footer .tel:before {margin:0 0.25em 0 0.5em; content:'|';}
    .nav-footer li:after {margin:0 0.25em 0 0.5em; content:'|';}
      .nav-footer li:last-child:after {content:'';}

}

@media only screen and (min-width:1000px) {
      h1 {font-size:2.0em;}
      h2 {font-size:1.571em;}
}

@media (min-width: 1054px) 
{
     .collapse.navbar-collapse
     {
         margin-left:-30px;
     }


}

@media only screen and (min-width:1100px) {
  .left,
  .right {max-width:50%;}
  .page-title {font-size:2.4em;}
  .main {padding:0;}
  .site-header h1,
  .app-nav-wrapper,
  .nav-wrapper,
  .main,
  .footer-content {position:relative; max-width:960px; margin:0 auto;}
  .nav-wrapper {float:none; display:block; padding:0;}

  /** banners **/
  
    .banner p {font-size:4.643em;}

  /* Header
     ----------------------------------------------------*/
         header {background-image:url("images/banner-large.jpg");
                 background-repeat:no-repeat;
                 background-size: cover;
                 -webkit-background-size:cover;
         }

    .nav a {padding:0.5em;}
      .lt-ie9 .nav-primary ul > li {display:block; float:left;}
    .nav-primary a {padding:0.5em 1em 0.4em 0;}
   .app-nav-wrapper {padding:0;}
}


/* Hi-res
   ----------------------------------------------------*/
@media
  (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi){

    .site-header h1 a {background-image:url(images/law-logo-2x.png); background-size:187px 62px;}

}


/* Banners
   ----------------------------------------------------*/
@media screen,projection {
  /* 700x200 at 60% compression */
}
/* 700 */
@media only screen and (min-width:43.75em) {
  /* 1600x400 at 60% compression */

}




/*************************************************************************************
 * 4. Print Styles
 ************************************************************************************/


@media print {
    * {
        margin: 0;
        padding: 0;
    }
    html {
        background-color: #fff;
        height: 100%;
    }
    body {
        color: #333;
        font-family: Arial, Arial, Helvetica, sans-serif;
        font-size: 13px;
    }
    p {
        line-height: 1.5em;
        margin: 0 0 1em;
    }
    a {
        color: gray;
        outline: medium none;
    }
    a:hover {
        border: medium none;
        margin: 0;
        padding: 0;
    }
    strong {
        font-weight: bold;
    }
    em {
        font-style: italic;
    }
    h1, h2, h3, h4, h5, h6 {
        font-weight: bold;
        line-height: 1.1em;
        margin: 1em 0 0.5em;
    }
    h1 {
        font-size: 180%;
        margin-top: 0;
    }
    ol, ul {
        margin: 10px 0 10px 20px;
    }
    li {
        margin: 5px 0;
    }
    th, td {
        border: medium none;
        text-align: left;
    }
    sup {
        font-size: 65%;
    }
    hr {
        display: none;
    }
    img {
        border: medium none;
        max-width: 100%;
        padding: 0;
    }
    
    .btn
    {
        display:none;
    }
    
    .back-link
    {
        display:none;
    }
    
    .nav-footer, .nav-social, .nav-wrapper, .page-profile .aside img, .section-header a, #nav, #skip-links {
        display: none;
    }
    .wrapper {
        font-size: 100%;
    }
    .site-header h1 {
        margin: 0;
        padding: 0;
    }
    .site-header h1 a {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        border: medium none;
        display: block;
        overflow: hidden;
        text-indent: -9999px;
    }
    .site-header h1 img {
        margin: 0;
    }
    .main {
        border-color: gray;
        border-style: solid;
        border-width: 1px 0;
        margin: 10px 0;
        padding: 10px 0;
        width: 100%;
    }
    .site-footer {
        clear: both;
        font-size: 92%;
        position: relative;
    }
    .site-footer a {
        border: medium none;
        text-decoration: none;
    }
    .site-footer p {
        margin: 0;
    }
    .site-footer img {
        border: medium none;
        margin-right: 4px;
    }
}