@import url(https://fonts.googleapis.com/css?family=Handlee);

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.container-if-fixed-footer
{
    margin-bottom:150px;
}

.bg-4 { 
    background-color: #2f2f2f;
    color: #ffffff;
    /*bottom:0;*/
    height: 50px;
    /*position: absolute;*/
    width: 100%;

}

.list-group-item>.a {
    background-color:#d0e9c6;
}

#loadingImage {
    background:     url('../img/Pacman.svg') center center no-repeat;
    height:     100%;
    z-index:    20;
}

#snowImage {
    background:     url('../img/glyphicons/pngglyphicons-22-snowflake.png') center center no-repeat;
}

.loadingScreen {
    background:         #e9e9e9;
    display:            none;
    position:           fixed;   
    top:                0;
    right:              0;
    bottom:             0;
    left:               0;
    opacity:            0.5;
    height:             100%;
    z-index:    2000000000;
}
.form-inline .form-horizontal .form-group{
    display: block;
    padding-bottom: 10px;
}

.Succeeded{
    /*background: #c6ffc6;*/
    /*color: white !important;*/
}

.failure{
    background: #ffc6c6 !important;

}

.Failed{
    background: #ffc6c6 !important;

}

.paper {
    position: relative;
    width: 90%;
    max-width: 800px;
    min-width: 300px;
    height: 100%;
    margin: 0 auto;
    background: #fafafa;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,.3);
    /*overflow: hidden;*/

}

.paper:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 60px;
    background: radial-gradient(#575450 6px, transparent 7px) repeat-y;
    background-size: 30px 30px;
    border-right: 3px solid #D44147;
    box-sizing: border-box;
}

.paper-content {
    /*position: absolute;*/
    top: 30px;
    right: 0;
    bottom: 30px;
    left: 60px;
    background: linear-gradient(transparent, transparent 28px, #91D1D3 28px);
    background-size: 30px 30px;
    padding-left: 64px;
    padding-right: 5px;
/*     line-snap: 30px; */
}
.paper-content *{
  line-height:30px;
  margin-bottom: 0;
  margin-top: 0;
/*   vertical-align:bottom; */
}
.paper-content h1{
  margin-bottom: 30px;
  /*margin-top: 30px;*/
}

.paper-content h3{
  font-size: 18px;
  font-weight: bold;
  word-wrap: break-word;
}

.paper-content h4{
  
  font-weight: bold;
  
}

.paper-content br{
  /*display: none;*/
}

.bottom-right {
    /*position: absolute;*/
    bottom: 0;
    right: 0;

}
.form-group label{
    display:inline !important;
}
.large-font .list-group-item{
    font-size: 24px;
}

.blank-button button{
    border:none;
    background-image:none;
    background-color:transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;

}
