﻿.jumbotron {
    /*background-color: lightgrey; */
    padding: 30px 15px;
}

.container .jumbotron, .container-fluid .jumbotron {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.inverted-rounding-jumbotron {
    height: 10px;
    position: relative;
    overflow: hidden;
    margin-left: -70px;
    margin-right: -70px;
    margin-top: -30px;
    background-color: inherit;
}

.inverted-rounding {
    border-radius: 100%;
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: white;
}

.inverted-rounding-top {
    top: -10px;
}

.inverted-rounding-bottom {
    bottom: -10px;
}

.inverted-rounding-left {
    left: -10px;
}

.inverted-rounding-right {
    right: -10px;
}

.navbar-header {
    margin-left: 0 !important;
}

.content-visibility {
    display: none;
}

.text-disabled {
    color: lightgray;
    cursor: not-allowed;
}

.sectionHeading {
    border-bottom-width: 1px;
    border-bottom-color: blue;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
    cursor: pointer;
}

.actionIcons {
    white-space:nowrap; 
    text-align:right;
}

.eula {
    margin-left: 20px;
    font-size: larger;
    font-family: "Courier New", Courier, monospace;
}
/*
	Change bootstrap's controls glow when focused.
*/
.form-control:focus {
    /* Bootstrap's default */
    border-color: rgb(102, 175, 233);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, .6);
}

.form-control:hover {
    /* Bootstrap's default */
    border-color: rgb(102, 175, 233);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, .6);
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

/* This would work nicely if you want to show a tooltip over an image without any javascript */
/*
.validation-marker:hover img[title]:after {
    content: attr(title);
    padding: 4px 8px;
    color: red;
    background-color: white;
    border-color: rgb(250, 44, 44) !important;
}
*/

body {
    padding-top: 50px;
    /*padding-bottom: 20px;*/
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.errorcontainer {
    margin-top: 50px;
    padding-bottom: 20px;
    border-style: double;
}

/* 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;
}*/

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: none;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.multiselect .caret {
    border-top-width: 8px;
    border-left-width: 8px;
    border-right-width: 8px;
}

/* Copied from bootstrap */
/*[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}*/
/* We want deeper descendants as well !!!!!!!!!!!!!!!!!!!!!!!!!!!! */
[data-toggle="buttons"] .btn input[type="radio"],
[data-toggle="buttons"] .btn-group .btn input[type="radio"],
[data-toggle="buttons"] .btn input[type="checkbox"],
[data-toggle="buttons"] .btn-group .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

/* And our own addition so we can properly disable buttons..... */
[data-toggle="disabled"] > .btn input[type="radio"],
[data-toggle="disabled"] > .btn-group > .btn input[type="radio"],
[data-toggle="disabled"] > .btn input[type="checkbox"],
[data-toggle="disabled"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

/* 
	We cannot rely on form-control for switches, as switches are based on buttons, which will take over.
	Hence, we define our own shadows and hover values.
*/
.switch {
    width: 34px; /* Default fits with bootstrap. Value may be freely overridden */
    height: 34px; /* Default fits with bootstrap. Value may be freely overridden */
    border-color: #ccc !important;
    background-color: #f2dede !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
    /*outline: 0 !important;*/
    padding: 0;
    text-align: center;
}

    .switch.active {
        background-color: #dff0d9 !important;
    }

    .switch span:first-of-type.fa {
        opacity: 0;
    }

    .switch.active span:first-of-type.fa {
        opacity: 1;
    }

    /*.switch:focus {
        border-color: #66afe9 !important;
    }*/

    .switch.focus, .switch:not(.disabled):hover, .switch:not(.disabled).hovered {
        border-color: #66afe9 !important;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6) !important;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6) !important;
    }

/* 
	We cannot rely on form-control for switches, as switches are based on buttons, which will take over.
	Hence, we define our own shadows and hover values.
*/
.bubble {
    width: 34px; /* Default fits with bootstrap. Value may be freely overridden */
    height: 34px; /* Default fits with bootstrap. Value may be freely overridden */
    border-color: #ccc !important;
    background-color: #f2dede !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
    /*outline: 0 !important;*/
    border-radius: 100px 100px; /* More doesn't harm for roundness. Too little certainly does. By having such a high value we are free to resize the bubble... */
    padding: 0;
    text-align: center;
}

    .bubble.active {
        background-color: #dff0d9 !important;
        border-color: #66afe9 !important;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6) !important;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6) !important;
    }

    .bubble span:first-of-type.fa {
        opacity: 0;
    }

    .bubble.active span:first-of-type.fa {
        opacity: 1;
    }

    /*.bubble:focus {
        border-color: #66afe9 !important;
    }*/

    .bubble:not(.disabled):hover, .bubble:not(.disabled).hovered {
        border-color: #66afe9 !important;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6) !important;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6) !important;
    }

/*@media (min-width: 1040px) {
  .container {
    width: 1010px;
  }
}

@media (min-width: 1240px) {
  .container {
    width: 1210px;
  }
}

@media (min-width: 1340px) {
  .container {
    width: 1310px;
  }
}

@media (min-width: 1440px) {
  .container {
    width: 1410px;
  }
}

@media (min-width: 1600px) {
  .container {
    width: 1570px;
  }
}

@media (min-width: 1900px) {
  .container {
    width: 1870px;
  }
}*/

#waitBoxContainer {
    display: none;
    z-index: 9998;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-color: lightgray;
}

#waitBox {
    display: none;
    position: fixed;
    z-index: 9999;
    border: 3px double #999;
    background: #f7f7f7; /* url('/Images/Wait.gif') 50% 60% no-repeat; */ /* Gif stands till when posting form */
    width: 250px;
    height: 200px;
    line-height: 200px; /* 250px; */
    margin-left: -125px;
    margin-top: -100px;
    top: 50%;
    left: 50%;
    text-align: center;
    font-family: "Trebuchet MS", verdana, arial,tahoma;
    font-size: 16pt;
    opacity: 1;
}

.note-frame:hover {
    border-color: #66afe9 !important;
    outline: 0 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6) !important;
}

/* As long as we do not have subject selectors, we'll set the "focus" class with javascript */
.note-frame.focus {
    border-color: #66afe9 !important;
    outline: 0 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6) !important;
}
