h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin: 0;
    line-height: 1.2;
    color: inherit;
}

.row-sumary {
    margin-bottom: 10px;
}

.remove-margin-b {
    margin-bottom: 0 !important;
}

.vertical-offset-100 {
    padding-top: 100px;
}

#login {
    background: url(../../images/bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.coloredMessage {
    padding: 20px;
}

.menu-inline-form {
    margin-left: 10px;
    margin-right: 10px;
}

#menu-input-text {
    border-radius: 5px 0px 0px 5px;
}

.block {
    margin-bottom: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px rgba(0, 0, 0, 0.01);
    box-shadow: 0 2px rgba(0, 0, 0, 0.01);
}

.block-header {
    padding: 15px 20px;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}

.block-header:before,
.block-header:after {
    content: " ";
    display: table;
}

.block-header:after {
    clear: both;
}

.block-title {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
}

.block-title.text-normal {
    text-transform: none;
}

.block-title small {
    font-size: 13px;
    font-weight: normal;
    text-transform: none;
}

.block-header {
    padding: 15px 20px;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}

.block-header:before,
.block-header:after {
    content: " ";
    display: table;
}

.block-header:after {
    clear: both;
}

.block-content {
    margin: 0 auto;
    /* padding: 20px 20px 1px; */
    max-width: 100%;
    overflow-x: visible;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}

.block-content p,
.block-content .push,
.block-content .block,


.block-content .items-push-2x > div {
    margin-bottom: 40px;
}

.block-content .items-push-3x > div {
    margin-bottom: 60px;
}

.block-content.block-content-full {
    padding-bottom: 20px;
}

.block-content.block-content-full .pull-b {
    margin-bottom: -20px;
}

.block-content .pull-t {
    margin-top: -20px;
}

.block-content .pull-r-l {
    margin-right: -20px;
    margin-left: -20px;
}

.block-content .pull-b {
    margin-bottom: -1px;
}

.block-content.block-content-mini {
    padding-top: 10px;
}

.block-content.block-content-mini.block-content-full.block-content-mini {
    padding-bottom: 10px;
}

.bg-gray-lighter {
    background-color: #f9f9f9;
}
a.bg-gray-lighter:hover,
a.bg-gray-lighter:focus {
    background-color: #e0e0e0;
}

.font-w600 {
    font-weight: 600 !important;
}

.text-muted {
    color: #999999;
}

a.text-muted:hover,
a.text-muted:active,
a.text-muted:focus,
button.text-muted:hover,
button.text-muted:active,
button.text-muted:focus {
    color: #999999;
    opacity: .75;
}

.text-success {
    color: #245580;
}

.font-s13 {
     font-size: 13px !important;
 }

a.text-success:hover,
a.text-success:active,
a.text-success:focus,
button.text-success:hover,
button.text-success:active,
button.text-success:focus {
    color: #245580;
    opacity: .75;
}

#navbar .nav>li>a>.label {
    position: absolute;
    top: 9px;
    right: 7px;
    text-align: center;
    font-size: 10px;
    padding: 2px 3px;
    line-height: .9;
}