body{
	background: #E4E5E7;
}

.margin-top-24{
    margin-top: 24px;
}

.margin-bottom-24{
    margin-bottom: 24px;
}

h3.header{
	font-weight: 300;
	font-size: 32px;
	color: #00205B;
}

.help-buttons{
    margin-top: 22px;
    margin-left: 12px;
}

.float-right{
    float: right;
}

button.btn-primary, button.btn-primary:hover, .btn-primary:focus, .btn-primary.focus{
    background: #FF8026 !important;
    font-weight: 500 !important;
    border: 0px !important;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

div.message {
    text-align: center;
    cursor: pointer;
    display: block;
    font-weight: normal;
    padding: 0 1.5rem 0 1.5rem;
    transition: height 300ms ease-out 0s;
    background-color: #a0d3e8;
    color: #626262;
    top: 15px;
    right: 15px;
    z-index: 999;
    overflow: hidden;
    height: 50px;
    line-height: 2.5em;
    box-radius: 5px;
    position: absolute;
}

div.message:before {
    line-height: 0px;
    font-size: 20px;
    height: 12px;
    width: 12px;
    border-radius: 15px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    left: -11px;
    background-color: #FFF;
    padding: 12px 14px 12px 10px;
    content: "i";
    color: #a0d3e8;
}

div.message.error {
    background-color: #C3232D;
    color: #FFF;
}

div.message.error:before {
    padding: 11px 16px 14px 7px;
    color: #C3232D;
    content: "x";
}

div.message.hidden {
    height: 0;
}

.checks .success,
.checks .problem {
    margin-left: 10px;
}

.checks .success:before,
.checks .problem:before {
    line-height: 0px;
    font-size: 28px;
    height: 12px;
    width: 12px;
    border-radius: 15px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    left: -11px;
}

.checks .success:before {
    content: "✓";
    color: green;
    margin-right: 9px;
}

.border-black{
    border: 1px solid black;
}

.list-group span.actions{
    float: right;
}

li.list-group-item{
    cursor: pointer;
}


div#params-list div.col-md-3{
/*     padding: 0; */
}

div#params-list div.col-md-3 label, div#created-url-list label{
    width: 100%;
    background: #ff8026;
    padding: 10px;
    color: #FFF;
    font-weight: 400;
    margin: 0;
}


div#created-url-list li.list-group-item{
    overflow: hidden;
}

div#created-url-list li.list-group-item p{
    float: left;
    width: 80%;
}

div.login-screen{
    
    display: inline-block;
    width: 500px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 10% auto;
}

.polls-container{
	margin-bottom: 22px;
	padding: 0 12px;
	overflow: hidden;
}

.polls-container h4{
	font-weight: bold;
/*     text-decoration: underline; */
    font-size: 14px;
    text-transform: uppercase;
}

.polls-container ul{
	padding-left: 0 !important;
	list-style: none;
}

.polls-container a{
	font-size: 14px;
}

.paper {
  background: #fff;
  border: 1px solid #ccc;
  box-shadow:
    /* The top layer shadow */
    0 -1px 1px rgba(0,0,0,0.15);
    /* The second layer */
    /* The second layer shadow */
    padding: 30px;
}

.navbar-default .navbar-nav > li.active > a {
background-color: #E4E5E7; 
height: 52px;
box-sizing: border-box;
color: #000;
}

.navbar-inverse {
    border: 0 !important;
    border-radius: 0 !important;
}


a.delete-row.pointer {
    width: 20px;
    display: inline-block;
}

a.delete-row.pointer img{
    width: 100%;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
    
    .container{
        width: 90% !important;
    }
}