@import url('//fonts.googleapis.com/css?family=Oswald%3A300%2C400|Crimson+Text|Source+Sans+Pro%3A300%2C400%2C600');

/* PWM Default */

#wrapper {
    background-color: #FBFBFB;
    margin: 0 auto -40px;
}

#centerbody {
    background-color: white;
    box-shadow: 0 9px 0 0 white, 0 -9px 0 0 white, 9px 0 12px -4px #e4e4e4, -9px 0 12px -4px #e4e4e4;
    border-radius: 4px;
}

.btn {
    font-family: Trebuchet MS, sans-serif;
    border-radius: 3px;
    /* box-shadow: 2px 2px 1px 1px #8c8c8c; */
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3e374c), color-stop(1, #08070f) );
    background:linear-gradient(to bottom, #3e374c 5%, #08070f 100% );
}
.btn:hover {
     background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #08070f), color-stop(1, #3e374c) );
     background:linear-gradient(to bottom, #08070f 5%, #3e374c 100% );
}
.btn:disabled {
      color: #656565;
      background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4f485d), color-stop(1, #191820) );
      background:linear-gradient(to bottom, #4f485d 5%, #191820 100% );
}

.menubutton {
    display: block;
    text-align: center;
    border-radius: 3px;
    border: 10px;
    text-decoration: none;
    color: black;
    white-space: normal;
    background: #E8E1F6;
    /* box-shadow: 2px 2px 1px 1px #8c8c8c; */
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #E8E1F6), color-stop(1, #B2B1B9) );
    background:linear-gradient(to bottom, #E8E1F6 5%, #B2B1B9 100% );
}
.menubutton:hover {
     background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #B2B1B9), color-stop(1, #E8E1F6) );
     background:linear-gradient(to bottom, #B2B1B9 5%, #E8E1F6 100% );
}

.inputfield {
    /* box-shadow: 2px 2px 2px 2px #f1f1f1; */
    padding-left: 3px;
    padding-right: 3px;
    font-size: 10pt;
    font-family: monospace;
}
.inputfield:focus {
    background-color: #fcfdd8;
}

.changepasswordfield {
    font-size: 10pt;
    font-family: monospace;
}
.changepasswordfield:focus {
     background-color: #fcfdd8;
}

h1 {
    font-family: Trebuchet MS, sans-serif;
}

h2 {
    font-family: Trebuchet MS, sans-serif;
}

h3 {
    font-family: Trebuchet MS, sans-serif;
}

.header-button {
    border-radius: 3px;
    background:linear-gradient(to bottom, #E8E1F6 5%, #B2B1B9 100% );
}
.header-button:hover {
     background:linear-gradient(to bottom, #B2B1B9 5%, #E8E1F6 100% );
}

#header-menu-wrapper {
    color: white;
}

#header-warning {
    box-shadow: 4px 4px 2px #B2B1B9;
    animation: slideInTop 0.15s;
    border:none;
    border-radius: 2px;
}

.header-button {
    margin: 6px 0 0 6px;
}

#HomeButton span.btn-icon, #LogoutButton span.btn-icon, #header-username-caret span.m-icon {
    font: 20px FontAwesome;
    margin-right: 0;
}

.tile {
    width: 165px;
    height: 165px;
    border: 1px solid #E8E1F6;
    transition: box-shadow 1s;
}

.tile:hover {
    border: 1px solid #E8E1F6;
    box-shadow: 0 0 0 0 white, 0 0 0 0 white, 9px 0 12px -4px #B2B1B9, -9px 0 12px -4px #B2B1B9;
}


.btn-icon {
    opacity:0.75;
}

@keyframes slideInRight { 0% { transform: translate3d(100%, 0, 0); visibility: visible; } 100% { transform: translate3d(0, 0, 0); } }
@keyframes slideInTop { 0% { transform: translate3d(0, -100%, 0); visibility: visible; } 100% { transform: translate3d(0, 0, 0); } }

.push, #footer {
    height: 40px;
}

#header-menu-icon::after {
  content: "\f141";
  font: 12px FontAwesome;
}

.panel-orgChart-person {
    transition: box-shadow 0.3s;
}

.panel-orgChart-person:hover {
    border: 1px solid transparent;
    box-shadow: 0 0 0 0 white, 0 0 0 0 white, 9px 0 12px -4px #B2B1B9, -9px 0 12px -4px #B2B1B9;
}

/* UCA */

html, body { font-size: 13px; }

#wrapper { background: #EAEAEA; }
#header { background: #4F2D7F; height: 140px; border-bottom: 2px solid #818a8f; }
#header-center { width: auto; }
#header-center-left { max-width: 900px; background: url(/pwm/public/resources/logo.png) no-repeat 30px 0px; background-size: 250px; width: 900px; margin: auto; float: none; }
#header-page { display: none; }
#header-title { font-family: 'Source Sans Pro', sans-serif; font-size: 32px; border-left: 2px solid #fff; font-weight: 300; padding: 30px; padding-left: 15px; margin-top: 15px; margin-left: 300px; }
#centerbody { padding: 0 5px; box-shadow: none; border-radius: 0; }
#page-content-title { font-family: 'Oswald', sans-serif; font-weight: 300; display: block; color: #4F2D7F; font-size: 25px; border-left: 5px solid #4F2D7F; padding: 10px; margin-left: -5px; margin-bottom: 20px; }

#page-content-title { display: block !important; }

.inputfield {
    font-family: Arial, Helvetica, sans-serif;
}
.inputfield:focus {
    background-color: #fff;
}

.changepasswordfield {
    font-family: Arial, Helvetica, sans-serif;
}
.changepasswordfield:focus {
     background-color: #fff;
}

.btn { background: #4F2D7F; }
.btn:hover { background: #818a8f; }

#centerbody.tall {
	top: 170px;
}
.grid.tall {
	top: 120px;
}

#centerbody.tile-centerbody > a#button_PeopleSearch {
	display: none;
}

@media only screen and (max-width: 650px) {
	#header { height: 100px }
	#header-center { padding: 4px 0 !important; }
	#header-center-left { background: url(/pwm/public/resources/shield.png) no-repeat 15px 5px; height: 90px; width: 100%; }
	#header-title { border: 0; padding: 0 !important; margin-top: 0; margin-left: 100px; font-size: 24px; padding-top: 30px !important; }
	#centerbody { padding: 5px 5px !important; width: auto; margin: auto; }
	#centerbody.tile-centerbody { text-align: center; }
	#header-center-right { top: 65px; }
	#header-menu { display: inline; }
}