/* STYLES TO OVERRIDE THE FRAMEWORK */
#preload-avatar { background: url(/avatar.png) no-repeat -9999px -9999px; }
.layout-boxed {
	background: #e1e1e1;
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header {
	height: auto;
}

.skin-blue .main-header li.user-header {
	background-color: #222d32;
}

.content-wrapper {
    position: relative;
}

.give-input {
    background-color: transparent;
	border:0;
   	border-bottom:solid 1px #000;
   	outline:none; /* prevents textbox highlight in chrome */
}

.give-input:focus {
	background-color: #efebef;
}

.give-button {
	margin: 10px;
	font-family: Oswald,sans-serif;
    font-size: 18px;
	letter-spacing: .07em;
	margin: 10px;
	padding: 10px;
	border: 2px solid #393839;
	text-align: center;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    display: block;
    transition: .3s;
}

#popalert {
    position: absolute;
    left: 0;
    right: 0;
    height: auto;
    text-align: center;
    background-color: #e04040;
    padding: 5px 0;
    z-index: 10000;
}

#popalert a {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 3px 10px;
}

#popalert a:hover {
    background-color: #fff;
    color: #e04040;
}

#popalert span {
    font-size: 10px;
    margin-left: 10px;
}

body {
    background: whitesmoke;
    font-family: 'Open Sans', sans-serif;
}

.container {
    max-width: 960px;
    margin: 30px auto;
    padding: 20px;
}

h1 {
    font-size: 20px;
    text-align: center;
    margin: 20px 0 20px;
    small {
        display: block;
        font-size: 15px;
        padding-top: 8px;
        color: gray;
    }
}

body {
    background: whitesmoke;
    font-family: 'Open Sans', sans-serif;
  }
  .container {
    max-width: 960px;
    margin: 30px auto;
    padding: 20px;
  }
  h1 {
    font-size: 20px;
    text-align: center;
    margin: 20px 0 20px;
  }
  h1 small {
    display: block;
    font-size: 15px;
    padding-top: 8px;
    color: gray;
  }
  .avatar-upload {
    position: relative;
    max-width: 110px;
    margin: 5px auto;
  }
  .avatar-upload .avatar-edit {
    position: absolute;
    right: 12px;
    z-index: 1;
    top: 10px;
  }
  .avatar-upload .avatar-edit input {
    display: none;
  }
  .avatar-upload .avatar-edit input + label {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
  }
  .avatar-upload .avatar-edit input + label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
  }
  .avatar-upload .avatar-edit input + label:after {
    content: "\f040";
    font-family: 'FontAwesome';
    color: #757575;
    position: absolute;
    top: 5px;
    left: 4px;
    right: 0;
    text-align: center;
    margin: auto;
  }
  .avatar-upload .avatar-preview {
    width: 92px;
    height: 92px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #F8F8F8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  }
  .avatar-upload .avatar-preview > div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
