/* Space out content a bit */
body {
    /*padding-top: 50px;*/
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing {
    padding-right: 15px;
    padding-left: 15px;
}

/* Custom page header */
.header {
    /*border-bottom: 1px solid #e5e5e5;*/
}

/* Make the masthead heading the same height as the navigation */
.header h3 {
    padding-bottom: 19px;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 40px;
}

/* Customize container */
@media (min-width: 768px) {
    .container {
        max-width: 1000px;
    }
}
.container-narrow > hr {
    margin: 30px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
}
.jumbotron .btn {
    padding: 14px 24px;
    font-size: 21px;
}

/* Supporting marketing content */
.marketing {
    margin: 40px 0;
}
.marketing p + h4 {
    margin-top: 28px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    /* Remove the padding we set earlier */
    .header,
    .marketing,
    .footer {
        padding-right: 0;
        padding-left: 0;
    }
    /* Space out the masthead */
    .header {
        /*margin-bottom: 30px;*/
    }
    /* Remove the bottom border on the jumbotron for visual effect */
    .jumbotron {
        border-bottom: 0;
    }
}

/* custom code */

#bs-example-navbar-collapse-1 {
    padding-left: 15px;
    padding-right: 15px;
}

.alert {
    margin-top: 20px;
    margin-bottom: 0;
}

.alert-dialog {
    margin-top: 0;
    margin-bottom: 15px;
}

#navbar-header {
    background-color: #66afe9;
}

.ajax_loader {
    height: 15px;
}

.bootstrap-dialog-title {
    font-weight: bold;
}

.bootstrap-dialog-close-button .close {
    color: #fff;
    font-weight: bold;
    opacity: 1;
}

.modal-header {
    padding: 10px;
}

.vertical-text {
    text-align: center !important;
    vertical-align: middle !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    white-space: nowrap !important;
    writing-mode: vertical-rl !important;
    -webkit-transform: rotate(-180deg) !important;
    -moz-transform: rotate(-180deg) !important;
    -o-transform: rotate(-180deg) !important;
}

/*Add styles padding left*/
.prepend-1 {padding-left:40px;}
.prepend-2 {padding-left:80px;}
.prepend-3 {padding-left:120px;}
.prepend-4 {padding-left:160px;}
.prepend-5 {padding-left:200px;}
.prepend-6 {padding-left:240px;}
.prepend-7 {padding-left:280px;}
.prepend-8 {padding-left:320px;}
.prepend-9 {padding-left:360px;}
.prepend-10 {padding-left:400px;}
.prepend-11 {padding-left:440px;}
.prepend-12 {padding-left:480px;}
.prepend-13 {padding-left:520px;}
.prepend-14 {padding-left:560px;}
.prepend-15 {padding-left:600px;}
.prepend-16 {padding-left:640px;}
.prepend-17 {padding-left:680px;}
.prepend-18 {padding-left:720px;}
.prepend-19 {padding-left:760px;}
.prepend-20 {padding-left:800px;}
.prepend-21 {padding-left:840px;}
.prepend-22 {padding-left:880px;}
.prepend-23 {padding-left:920px;}