﻿body {
    /*padding-top: 50px;*/
    padding-bottom: 20px;
}

/*body{
    background-repeat: no-repeat;
    background-position: top;
    background-attachment: fixed;
    background-image: url("/Content/images/icecreamcart.png");
}*/

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.panel-body > .row{
    margin-right: 0px;
    margin-left: 0px
}

.body-content, .panel {
    background-color: #ffffff;
}

h1, h2, .btn, .headlink{
    font-family: 'Noto Sans', sans-serif;
}

/*a {
    color: #b8e9ff;
    text-decoration: none;
}*/

.navbar {
    margin-left: -15px;
    margin-right: -15px;
}

.headlink {
    text-align: center;
    /*background-color: #b5dcf2; original blue*/
    background-color: #77b0b4;
    color: #ffffff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    bottom: -1px;
    margin-left: 2px;
    margin-right: 2px;
    font-size: 16px;
    padding: 2px;
}

.headnav a{
    text-decoration: none;
}

    .headlink.active, .headlink:hover {
        text-align: center;
        background-color: #ffffff;
        color: #fe95c6;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        bottom: -1px;
        margin-left: 2px;
        margin-right: 2px;
        padding: 2px;
    }

.ice-cream-bg {
    background-color: #b8e9ff;
    width: 100%;
    height: 188px;
    position: absolute;
    z-index: -5;
}

.ice-cream {
    position: absolute;
    top: 335px;
    height: 164px;
    left: 0;
    background-image: url(/Content/images/home-tile.png);
    width: 100%;
}

.ice-cream-left {
    position: relative;
    top: 335px;
    height: 126px;
    /*background-image: url(/Content/images/dash-top-left.png);*/
    background-repeat: no-repeat;
    width: 141px;
    float: left;
}

.ice-cream-right {
    position: relative;
    top: 335px;
    height: 126px;
    /*background-image: url(/Content/images/dash-top-right.png);*/
    width: 115px;
    background-repeat: no-repeat; 
    float: right;
}

.bd-example-modal-lg{
    text-align: center;
    width: 300px;
    height: 300px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    overflow: hidden;
  }

.modal-backdrop.fade {
    opacity: 0.75;
    filter: alpha(opacity=0);
}

.modal-backdrop {
    background-color: #FFFFFF;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

.modal-ku {
    width: 750px;
    margin: auto;
}

button:focus {
    border-color: transparent !important;
    outline: none;
}

/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #fe95c6;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: default;
    background-color: #eeeeee;
}

.bs-actionsbox button {
    font-weight: bold;
}

.navbar-inverse {
    background-color: RGB(184,233,255);
    border-color: RGB(184,233,255);
}

.navbar {
    border-radius: 0px;
}

.btn-info{
    background-color: #b8e9ff;
    border-color: #9ee0ff;
}

.btn-success {
    background-color: #92dac0;
    border-color: #7ed3b4;
}

.btn-danger{
    background-color: #ff8f92;
    border-color: #FA7B7D;
}

.btn-danger:hover,
.btn-danger:focus, 
.btn-danger:active, 
.btn-danger.active{
    background-color: #DE857F;
    border-color: #D9716A;
}

    .btn-success:hover,
    .btn-success:focus,
    .btn-success:active,
    .btn-success.active,
    .open .dropdown-toggle.btn-success {
        background-color: #71d0ad;
        border-color: #5ec9a2;
    }

.btn-primary {
    background-color: #92dac0;
    border-color: #7ed3b4;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #92dac0;
    border-color: #7ed3b4;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: #92dac0;
    border-color: #7ed3b4;
}

.panel-default > .panel-heading, thead, .panel-heading {
    color: #FFFFFF;
    background-color: #77b0b4 !important;
    border-color: #dddddd;
}

.panel-body, even {
    background-color: #fffaec;
}

.panel-body hr{
    border-top: 1px solid #000000;
}

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #fffaec;
}

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #fff7e0;
}
