﻿/*GLOBAL*/

* {   
    box-sizing: border-box;
}

/*light gray background*/
html,
body
{    
    background-color: #ececec;
}

body {
    padding: 0px 0 0;
    font-size:1.5em;    
}

.body-content {
    overflow: auto;
    background-color:#ececec; 
    min-height: calc(100vh - 400px);
    padding-bottom: 0px;  
    margin-top:-20px;   
}

.body-container {
    background-color:#ececec;
    padding-top: 0px;              
}

hr {
    color:lightgray;
    background-color:lightgray;
    height:1px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {    
    font-weight: bold;
    color: royalblue;    
}

/* app title */
.navbar-brand {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    text-align: center;
    margin: auto;
    font-size: 2.2em;    
    font-weight:bold;
}

.navbar-default .navbar-brand {
    color: royalblue;
}

navbar-default .navbar-nav>li>a important! {
    color:royalblue;
}

/* tile menu */

#nav.affix {
    position: fixed;
    top: 0;
    z-index:10;
    width: 100%;
}

main {
  padding-top: 15px;    
}

/*main.menu {
    width:100%;
}*/

main div {
  /*background: lightgray;*/
  color: white;
  padding: 5px;  
  margin: 0px;
  width:100%;
  text-align: center;
}

.menu {
  text-align: center;
  margin-bottom: -.85em;
}
.menu div {
  display: inline-block;
  text-align: center;
  width: 19%;
}

.tile {
  width: 100%;
  display: inline-block;
  box-sizing: border-box;  
  background: #fff;
  padding: 15px;
  margin: 0px; 
  height:100%;
  border-radius: 10px; 
}
.tile .title {
  margin: 0px;
  font-size:1em;
  color:white;
  font-weight:normal;
}
.tile.purple, .tile.blue, .tile.red, .tile.orange, .tile.green, .tile.black {
  color: #fff;
}
.tile.purple {
  background: royalblue;
}
.tile.purple:hover {
  background: #214cce;
}
.tile.red {
  background: royalblue;
}
.tile.red:hover {
 background: #214cce;
}
.tile.green {
  background: royalblue;
}
.tile.green:hover {
  background: #214cce;
}
 .tile.orange {
  background: royalblue;
}
.tile.orange:hover {
  background: #214cce;
}
.tile.black {
  background: royalblue;
}
.tile.black:hover {
  background: #214cce;
}
.tile.blue {
  background: royalblue;
}
.tile.blue:hover {
  background: #214cce;
}

/* Form Style */

.basic-grey {
    margin-left: auto;
    margin-right: auto;
    max-width: 575px; /*Controls the max width of the form. Can be tweaked locally for smaller forms (like Login)*/
    background: lightgray;     
    color: black;
    /*text-shadow: 1px 1px 1px #FFF;*/
    border: 0px solid #E4E4E4;
    padding:15px;
}

.basic-grey hr {
    padding: 1px;
    margin: 0 0 12px 0;
    border-top: 1px solid #8c8b8b;
}

.basic-grey h1 {
    font-size: 25px;
    padding: 0px 0px 10px 40px;
    display: block;
    border-bottom: 1px solid #E4E4E4;
    margin: -10px -15px 30px -10px;
    color: #888;
}

.basic-grey h4 {
    font-size: 18px;
    padding: 0px 0px 0px 15px;
    display: block;        
    margin: -10px -15px 14px -10px;
    color: #8c8b8b;
}

.basic-grey h1 > span {
    display: block;
    font-size: 11px;
}

.basic-grey label {
    display: block;
    margin: 0px;
    color: black;
    font-weight: normal;
}

.basic-grey .control-label {
    text-align: left;
    padding: 0;
    font-weight:bold;
}   

.basic-grey input[type="text"], .basic-grey input[type="email"], .basic-grey input[type="password"],
.basic-grey input[type="tel"], .basic-grey input[type="datetime"], .basic-grey input[type="number"], 
.basic-grey textarea, basic-grey checkbox .list-box, .basic-grey select {
    border: 1px solid #DADADA;
    color: black; /*originally gray #888*/
    height: 26px;
    margin: 0px 0px 0px 0px;
    outline: 0 none;
    padding: 2px 2px 2px 6px;
    width: 95%;
    font-size: 12px;
    line-height: 15px;
    max-width: 500px;
    background:white;
    background-color:white;
    /*box-shadow: inset 0px 1px 4px #ECECEC;
        -moz-box-shadow: inset 0px 1px 4px #ECECEC;
        -webkit-box-shadow: inset 0px 1px 4px #ECECEC;*/
}

.basic-grey textarea {
    padding: 5px 3px 3px 5px;
    height: 100px;
}
    
.basic-grey .form-group {
        margin:12px 0px 0px 0px;
    }

/* inline form style for scheduling preferences*/
row.form-group.form-inline .form-control {
	width:auto;
}
row.form-group.form-inline {
	display: inline-block;
}

/*Panel Style*/
.panel-default>.panel-heading {
    background-color:#FAEBD7;
    font-weight:bold;
}

.panel {
    margin-bottom:10px;
}

.panel-body {
    padding: 10px;
}

/*Button Style*/
button.multiselect.dropdown-toggle.btn.btn-sm:focus{
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);  
  border: 1px solid rgba(81, 203, 238, 1);
} 

.btn-default:hover, .btn-default:focus, .focus.btn-default, .btn-default:active, .active.btn-default, .open > .btn-default.dropdown-toggle
{
    color: white;
    background-color: darkgray; 
}

.btn-default {
    color: white;
    background-color: black;
}

.btn-lg {
    color: white;
    background-color: black;
}

/*.btn-sm {
    color: white;
    background-color: black;
}*/

/*toolbar style*/
.k-toolbar {
    background-color: #ececec;
    height: 30px;
}

a.k-button.k-button-icontext.k-add-button {
    color:white;
    background-color:royalblue;
}

.btn[disabled] {
    color:black;
}

/*listview style*/
thead.cf {
    color:white;
    background-color:royalblue;    
}

th {
    padding:4px;
}

.k-button {
    padding: 2px 10px;
}

span.k-icon.k-i-check {
    color: green;
}
/* timepicker style */

/*display email icon before mailto links */
a:before {
  color: #ffffff;
  background: #000000;
  font-size: 120%;
  padding: 2px 5px 0px 5px;
  display: inline-block;
  width: 1.6em;
  margin-right: 5px;
  text-align: center;
}

/*a[href^="mailto:"]:before {
    content: "\2709 ";
}*/

/* Footer Style*/

 .footer-content {
    height: 64px;
    text-align: center;
    margin-bottom: 62px;
    padding: 0px 24px;
    background-color: #ececec;
    font-size: small;
}

.footer-content > h2 {
    margin-top: 0px;
    line-height: 64px;
    display: block;
    margin-right: 24px;
}

.footer-content > p,
.footer-content > ul,
.footer-content > ul > li {   
    display: inline-block;
}

.footer-content span {
    color: #7d7d7d;
}

footer-content>ul.nav>li {
    padding: 0px;
}

.footer-content>ul.nav>li>a {
    color: #7d7d7d;    
}

.footer-content>ul.nav>li>a:hover {
    text-decoration: underline;
    background-color: transparent;
}

/*adjustments for sabbatical and preferences data on various screen sizes*/
@media screen and (min-width:1201px) {
     .adheader {
        margin-left:19em;
    }
}
@media screen and (max-width:1200px) {
    .prefs {
        font-size: .9em;
    }    
}
@media screen and (min-width:992px) and (max-width:1200px)
{
    .daysdiv {
        width:83%;
    }
    .fromdiv {
        margin-left: 1.25%;
    }
    .adheader {
        margin-left:15em;
    }
}
@media screen and (min-width:992px) {
    .form-inline .input-group>.form-control {
        width: 7em;
    }
    .navbar-brand>img {
        height:35px;
        width:170px;        
  }
}
@media screen and (max-width:991px) {
    .form-inline .input-group>.form-control {
        width: 4em;
    }
    div.container.sabbatical div {
        font-size: .9em;
    }
    div.container.sabbatical input {
        font-size: .9em;
    }
    .adheader {
        margin-left:6em;
    }           
}
@media screen and (min-width:768px) and (max-width:991px)
{
    .daysdiv {
        width:83%;
    }
    .fromdiv {
        margin-left: 2%;
        margin-right:-13%
    }
    .navbar-brand>img {
        height:.825em;
        width:3.975em;
  }
}
@media screen and (max-width:767px){
    .fromdiv {
        margin-left: 7%;        
    }
    .todiv {
        margin-left: 7%;
    }
    .footer-content {
        display: none;
    }
}

/*menu appearance adjustments*/
@media screen and (max-width:800px) {  
  .navbar-brand>img {
    display: none;
  }
  .navbar-brand {    
    font-size: 1.1em;    
  }  
  .tile .title {
      font-size: .8em;
  }  
  .navbar-nav>li>a {
      font-size: .8em;
  }  
  .fopaccess {
      text-align:center;
  } 
}
@media screen and (max-width:500px) {
    .menu div {
        display: inline-block;
        text-align: center;
        width: 30%;
    }    
}



