﻿
a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a {
  color: #0366d6;
}



.control-label
{
    float:right; padding-top:7px
}
.checkbox {
    float: left
}


label {
    margin-bottom: 0px
}
.form-group {
    margin-bottom: 10px;
}


.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
 
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

.number1 {
    background-color: #000000;
    padding: 15px;
    text-align: center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #ffffff;
    font-weight: bold;
    width: 64px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor:pointer
}
.number2 {
    background-color: #03acc1;
    padding: 15px;
    text-align: center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #ffffff;
    font-weight: bold;
    width: 64px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer
}
.number3 {
    background-color: #459f46;
    padding: 15px;
    text-align: center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #ffffff;
    font-weight: bold;
    width: 64px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer
}
.number4 {
    background-color: #beca32;
    padding: 15px;
    text-align: center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #ffffff;
    font-weight: bold;
    width: 64px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer
}
.number5 {
    background-color: #ffd535;
    padding: 15px;
    text-align: center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #ffffff;
    font-weight: bold;
    width: 64px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer
}
.number6 {
    background-color: #fc8d03;
    padding: 15px;
    text-align: center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #ffffff;
    font-weight: bold;
    width: 64px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer
}
.number7 {
    background-color: #dc3545;
    padding: 15px;
    text-align: center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #ffffff;
    font-weight: bold;
    width: 64px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer
}

.h1small {
    font-size: 20px;
    font-weight: bold;
    background-color: #dc3545;
    color: #ffffff;
    display: block;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: center;
}
.h1small-contest {
    font-size: 20px;
    font-weight: bold;
    background-color: #03acc1;
    color: #ffffff;
    display: block;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: center;
}

.icondesign {
    font-size: 80px;
    color: #03acc1;
}

.logo-align {
text-align:left}

.top-text {
text-align:left}

.tab-content > .tab-pane {
    display: block;
    padding: 15px;
}
.tab-content > .tab-pane {
    background-color: #ffffff;
    border-left: solid 1px #dee2e6;
    border-right: solid 1px #dee2e6;
    border-bottom: solid 1px #dee2e6;
}


.bg-content-box1 {
    background-color: #e8f1fa;
    padding: 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-bottom: 20px;
    border: solid 1px #e8f1fa;
    text-align: center;
}

    .bg-content-box1:hover {
        background-color: #f9f9f9;
        padding: 20px;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        margin-bottom: 20px;
        border: solid 1px #f9f9f9;
        text-align: center;
    }

.bg-content-box2 {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-bottom: 20px;
    border: solid 1px #e8f1fa;
    text-align: center;
}

    .bg-content-box2:hover {
        background-color: #ffffff;
        padding: 20px;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        margin-bottom: 20px;
        border: solid 1px #f1f1f1;
        text-align: center;
    }

.welcome-text {
    text-align: right
}