/*h6 {*/
    /*line-height: normal;*/
/*}*/

body {
    font-size: 15px;
    line-height: 1.62857143;
    background-color: #fff;
}


.img-thumbnail {
    border: 1px solid #E1F5FE;
}

.container, .container-fluid {
    margin-right: inherit;
    margin-left: inherit;
    padding-left: inherit;
    padding-right: inherit;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    line-height: 1.62857143;
    border-top: inherit;
}

.table > thead > tr > th {
    border-bottom: inherit;
}

.table > tbody + tbody {
    border-top: 0px solid #E1F5FE
}
.table-bordered, .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #E1F5FE
}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background-color: #B3E5FC
}

.table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
    background-color: red
}

@media screen and (max-width: 767px) {
    .table-responsive {
        border: 1px solid #E1F5FE;
    }
}

.form-control {
    background-color: inherit;
}


.btn-primary {
    background-color: #0277BD;
}

.nav-tabs {
    border-bottom: 1px solid #E1F5FE
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background-color: inherit;
    border: 1px solid #E1F5FE;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
    border: 1px solid #E1F5FE
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #E1F5FE;
    }
}

.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
    border: 1px solid #E1F5FE
}

@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #E1F5FE;
    }
}

.navbar-default .navbar-toggle {
    border-color: #E1F5FE
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #E1F5FE
}


.pagination > li > a, .pagination > li > span {
    border: 1px solid #E1F5FE;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    border-color: #E1F5FE
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    border-color: #E1F5FE;
}

.pager li > a, .pager li > span {
    border: 1px solid #E1F5FE;
}

.thumbnail {
    border: 1px solid #E1F5FE;
}

.list-group-item {
    border: 1px solid #E1F5FE
}

.panel-body {
    padding: 5px 15px
}

.panel-footer {
    border-top: 1px solid #E1F5FE;
}

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive {
    border-top: 1px solid #E1F5FE
}

.panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 1px solid #E1F5FE
}

.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #E1F5FE
}

.panel-default {
    border-color: #E1F5FE
}

.panel-default > .panel-heading {
    color: inherit;
    background-color: inherit;
    border-color: inherit;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #E1F5FE
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #E1F5FE
}

.well blockquote {
    border-color: #E1F5FE;
}







a.text-primary:hover {
    color: #d5dfef
}

a.bg-primary:hover {
    background-color: #d5dfef
}

.table>tbody>tr:hover>td,
.table>tbody>tr:hover>th {
    background-color: #d5dfef
}

input[type=checkbox],
input[type=radio] {
    margin: 10px 0 0;
}

.form-control {
    height: 34px;
    background-image: none;
    border: 0px solid #ccc;
    border-bottom: 3px solid #ddd;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.form-control:focus {
    border-color: #aaa;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media (min-width:768px) {
    .form-horizontal .control-label {
        padding-top: 3px
    }
}

.btn {
    font-size: 14px;
}

.btn-primary {
    background-color: #274db6;
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open>.dropdown-toggle.btn-primary {
    color: #444;
    background-color: #e6e6e6;
    border-color: #e6e6e6
}

.dropdown-menu {
    padding: 5px 2px;
    font-size: 15px;
}

.dropdown-menu>li>a {
    padding: 3px 2px;
}

.navbar-default .navbar-brand {
    color: #274db6;
    font-weight : 600;
    font-size : 24px;
    margin-left : 8px;
}

.label {
    color: inherit;
}

.label-default {
    background-color: transparent;
}

.label-default[href]:focus,
.label-default[href]:hover {
    background-color: #b2b2b2;
}

.label-primary {
    background-color: #274db6;
    color : #fff;
    font-weight : 200;
}

.label-primary[href]:focus,
.label-primary[href]:hover {
    background-color: #d5dfef
}


/* To hide the calendar while loading */
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak, .data-ng-cloak {
    display: none !important;
}

/*!
 * Bootstrap Modal
 *
 * Copyright Jordan Schroter
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Boostrap 3 patch for for bootstrap-modal. Include BEFORE bootstrap-modal.css!
 */

body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
    margin-right: 0;
}

.modal.container {
    max-width: none;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
}

/* End bootstrap Modal */