html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    min-height: 100vh;
    background-color: #fb4834 !important;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.container-fluid{
    background: #70b8ff;
}

.col-sm-3, .col-md-2, .col-sm-9, .col-md-10{
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.head-top{
    display: block;
    height: 5em;
    background: #fff;
}

.prof-head, .stat-head{
    font-size: 30px;
    padding: 1% 0;
}

.stat-head{
    padding-right: 5%;
}

.head-top, .head-second{
    padding-left: 2%;
}

.head-second{
    background: #ededed;
    padding-top: 15px;
    padding-bottom: 15px;
}

.head-second h1{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.aside{
    background: #70b8ff;
    min-height: 100vh;
}

.nav > li > a {
    color: #fff;
    text-align: center;
    font-weight: bold;
}

.nav > .active {
    background-color: #007dda !important;
}

.nav > li > a:focus, .nav > li > a:hover {
    background-color: #3aaafc !important;
}

.asd-img{
    text-align: center;
    padding: 20px 0;
}

.main-container{
    background: #d8d8d8;
    padding: 1%;
    min-height: 100vh;
}

.main-content{
    background: #fff;
    padding: 2%;
}

.my-photo img{
    max-width: 200px;
}

.user-id{
    width: 60%;
    margin-left: 1%;
}

.green{
    color: green;
}

.red{
    color: red;
}

.rep-photo img{
    padding-top: 5px;
}

.smp{
    color: #fff;
    background: #70b8ff;
    border-radius: 0 !important;
    width: 100%;
    font-weight: bold !important;
}

.smp:focus, .smp:hover {
    background-color: #3aaafc !important;
}

/* LOGIN */
#login {
    padding-top: 50px;
    width: 100%;
    margin: 0 auto;
}

#login .form-wrap {
    width: 100%;
    margin: 0 auto;
    border: 1px #34495e solid;
    border-radius: 20px;
    padding: 30px;
    background: #34495e;
    color: #fff;
}

#login h1 {
    color: #fff;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    padding-bottom: 20px;
}

.remove_field{
    color: #fb4834;
}

.remove_field:hover{
    color: #a94442;
}

#add_field_button{
    background-color: #4CAF50;
}

#login .form-group {
    margin-bottom: 25px;
}

#login .checkbox {
    margin-bottom: 20px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

#login .checkbox.show:before {
    content: '\e013';
    color: #70b8ff;
    font-size: 17px;
    margin: 1px 0 0 3px;
    position: absolute;
    pointer-events: none;
    font-family: 'Glyphicons Halflings';
}

#login .checkbox .character-checkbox {
    width: 25px;
    height: 25px;
    cursor: pointer;
    border-radius: 3px;
    border: 1px solid #ccc;
    vertical-align: middle;
    display: inline-block;
}

#login .checkbox .label {
    color: #6d6d6d;
    font-size: 13px;
    font-weight: normal;
}

#login .btn.btn-custom {
    font-size: 14px;
    margin-bottom: 20px;
}

#btn-login{
    background-color: #4d667f;
}

#btn-login:hover{
    background: #293948;
    color: #fff;
}
