body {
    color: #53565a;
    font-family: effra, helvetica, sans-serif;
    font-size: 16px;
}
h1,
h2,
h3 {
    color: #004b87;
}
h3.floor {
    margin-bottom: 2px;
    line-height: .8;
}
h5 {
    color: #888B8D;
}
hr {
    border-color: #b1b3b3;
    -moz-border-bottom-colors: white;
    -moz-border-left-colors: white;
    -moz-border-right-colors: white;
    -moz-border-top-colors: none;
}
label {
    color: #001e46;
    font-size: 16px;
    text-align: right;
    font-weight: bold;
}
.label-alt {
    color: #53565a;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    text-align: left;
}

.arrowpoint {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 8px;
    color: #cccccc;
}
.arrow {
    width: 78%;
    height: 0px;
    position: relative;
    background: #fff;
    border: 0px solid #fff;
    margin: 0px 10px 0px 0px;
    padding: 2px;
}
.arrow:after,
.arrow:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.arrow:after {
    border-left-color: #fff;
    border-width: 10px;
    margin-top: -10px;
}
.arrow:before {
    border-left-color: #FFCC00;
    border-width: 10px;
    margin-top: -10px;
}
.arrow-eos {
    background: transparent url("/comillet-static/images/arrow-eos.png") no-repeat right;
    height: 25px;
}
.arrow-rrt {
    background: transparent url("/comillet-static/images/arrow-rrt.png") no-repeat right;
    height: 25px;
}
.arrow-short {
    width: 59%;
}
.attention {
    color: #001e46;
    font-size: 14px;
    font-style: normal;
}
h5.attention {
    text-transform: uppercase;
    font-style: normal;
}
.banner {
    background: #001e46 url("/comillet-static/images/banner-squares.png") no-repeat right top;
    color: #fff;
    font-size: 32px;
    font-weight: 300;
    height: 70px;
    line-height: .8695;
    padding: 15px;
    text-transform: uppercase;
}
.banner-alt {
    color: #77bc1f;
    font-weight: bold;
}
.basement {
    margin-bottom: 20px;
}
.btn {
    background-color: #004b87;
    background-image: none;
    border: none;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 15px 20px;
    text-align: center;
    text-shadow: none;
    transition: background-color 200ms ease 0s, border 200ms ease 0s;
    vertical-align: middle;
    white-space: nowrap;
}
.btn:hover {
    background-color: #0085ca;
    color: #fff;
}
.btn.disabled:hover {
    background-color: #e6e6e6;
    color: #333;
}
.btn-standalone {
    margin-top: 20px;
    margin-bottom: 20px;
}
.btn-space {
    margin-top: 10px;
    margin-right: 10px;
}
.confidential {
    color: #e35205;
}
.ceiling {
    margin-top: 20px;
}
.color-alt1 {
    color: #fff;
}
.disclaimer {
    color: #888B8D;
    font-size: 14px;
    font-style: normal;
}
.divider {
    border-right: 1px solid #fff;
}
.explanation {
    color: #fff;
    font-size: 14px;
}
.error {
    color: #e35205;
}
.faux-column {
    background-color: #b9d9eb;
}
.floor {
    margin-bottom: 2px;
}
.form-horizontal .control-label {
    width: 180px;
}
.form-horizontal .controls {
    margin-left: 200px;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
    margin-top: 5px;
}
.headline {
    text-transform: uppercase;
}
.headline-modal {
    font-weight: bold;
}
.headroom {
    margin-top: 10px;
}
.help-inline {
    padding-left: 10px;
}
.important {
    color: #0085ca;
}
.jumbo {
    display: block;
    font-size: 72px;
    font-weight: 500;
    line-height: 40px;
    padding: 10px 0;
}
.jumbo sup {
    font-size: 30%;
    top: -1.5em;
}
.logo img {
    line-height: 28px;
    max-width: 120px;
    padding: 20px 15px 15px 15px;
    /*width: 100%;*/
}
.modal-footer {
    background-color: #fff;
    border-top: 1px solid #fff;
}
.navbar-inner {
    background-color: #fff;
    background-image: none;
    border-color: #b1b3b3;
    border-radius: 0;
    box-shadow: none;
    padding-left: 0;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
    background-color: #b1b3b3;
    box-shadow: none;
    color: #fff;
}
.navbar .nav > li > a {
    color: #777777;
    text-shadow: none;
}
.note {
    color: #888B8D;
    font-size: 14px;
}
.note p {
    margin-bottom: 0;
}
.note ul {
    margin-left: 1.2em;
}
.padding-wrapper {
    padding: 10px;
}
.pseudo-table {
    display: table;
    border-collapse: separate;
    margin-top: 20px;
}
.pseudo-row {
    display: table-row;
}
.pseudo-col {
    display: table-cell;
    width: 33%;
}
.radio {
    text-transform: none;
}
.table .alt-align {
    vertical-align: bottom;
}
.table .text-right {
    text-align: right;
}
.table-plain th,
.table-plain td {
    border-top: none;
}
.table .device-category {
    color: #001e46;
    font-size: 16px;
    font-weight: bold;
    text-align: right;
}
.table .device-data {
    color: #004b87;
    font-size: 16px;
}
.table .head-and-feet {
    padding: 8px 0 0 0;
}
.table th,
.table td {
    border-top: none;
}
.tag {
    background-color: #fff;
    color: #004b87;
    padding: 2px 10px;
    float: right;
    position: relative;
    top: -14px;
}
.tbl-jumbo {
    margin-bottom: 4px;
}
.tooltip {
    text-transform: none;
}
.user {
    font-size: 14px;
    line-height: 16px;
    padding: 20px 15px 0 15px;
}
.vertical-divider {
    border-right: 1px solid #fff;
}
.well {
    min-height: 21px;
    padding: 10px;
    margin-bottom: 20px;
    background-color: #b9d9eb;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.well-colored-1 {
    background-color: #004b87;
}
.well-colored-2 {
    background-color: #0085ca;
}
.well-outline {
    background-color: transparent;
    border: 2px solid #0085ca;
}
.well-transparent {
    background-color: transparent;
}
.whitewall {
    background-color: #fff;
}




@media (min-width : 768px) and (max-width: 980px) {
    .padding-wrapper {
        padding: 0;
    }
    .table .device-category,
    .table .device-data {
        font-size: 14px;
    }
    .well {
        padding-left: 8px;
        padding-right: 8px;
    }
}

@media all and (max-width: 767px) {
    .pseudo-table,
    .pseudo-row,
    .pseudo-col  {
        display: block;
        width: auto;
    }
}

@media (max-width: 590px) {
    .banner {
        font-size: 22px;
    }
}

@media (max-width: 515px) {
    .form-horizontal .control-label {
        float: none;
        padding-top: 0;
        text-align: left;
        width: auto;
    }
    .form-horizontal .controls {
        margin-left: 0;
    }
}

@media (max-width: 479px) {
    .banner {
        background-image: none;
        height: 50px;
    }

}