﻿.navbar-inverse {
    background: #0b224b; /* Old browsers */
    border: none;
    border-bottom: 1px solid #0b224b;
    margin-left: 0px;
    margin-right: 0px;
}

body {
    font-family: 'Inter',Arial,Helvetica, sans-serif;
    font-size: 14px;
}

html, body {
    height: 100%;
}

.gold-color{
    color: #f48e00;
}

.datepicker {
	z-index: 1151 !important;
}

.container.body-content {
    height: 100%;
    width: 100%;
}
.container {
    max-width: 100%;
}
.container.navbar-header {
    margin-left: 0px;
    padding-left: 0px;
}
.modal-footer {
    display: block;
}
    .search-form .search-form-inner .row {
    padding-top: 10px;
    padding-bottom: 10px;
}
.tr-big-border-top {
    border-top: 3px solid #0b224b;
}

.table.theader .tr-details th {
    border-bottom: 2px solid rgb(21, 134, 157);
}
.modal-content {
    padding-left: 20px;
    padding-right: 20px;
}
.logo_full {
    width: 290px;
    height: 88px;
}

.logo_mobile {
    width: 290px;
    height: 66px;
    padding: 5px;
    display: none;
}
.navbar {
    min-height: 50px;
    margin: 0;
    padding: 20px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

.navbar-nav {
    float: none;
}

.navbar-toggler {
    margin-left: 10px;
}
.navbar-header {
    float: none;
}

button.navbar-toggler {
    border-color: white;
}

.navbar-header a:link,
.navbar-header a:visited,
.navbar-header a:active {
    color: white;
}

.navbar-header a:hover,
.navbar-header a:focus {
    color: #f48e00;
}

.navbar-header-container .name {
    min-height: 36px;
}

.navbar-header-container .name ul {
    list-style-type: none;
    color: white;
    text-align: right;
    margin: 5px 10px 0 0;
}

.navbar-header-container .name ul li {
    color: white;
}

.navbar-header-container .name a.login,
.navbar-header-container .name a.account {
    display: inline-block;
}

.navbar-header-container .menus {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-top: 35px;
    padding-left: 100px;
    min-height: 50px;
}

.navbar-header-container .menus a {
    line-height: 20px;
    padding: 10px 15px;
}

.navbar-right {
    position: absolute;
    right: 5px;
    margin-top: 5px;
    text-align: right;
    padding-right: 35px;
    display: block;
    list-style-type: none;
    color: white;
}

.navbar-header-logo {
    display: inline-block;
    float: left;
}

.navbar-right a {
    color: white;
    text-decoration: none;
}

a {
    color: #428bca;
    text-decoration: none;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    background-color: transparent;
    color: #f48e00;
}
.navbar-inverse .navbar-nav > .open > a, 
.navbar-inverse .navbar-nav > .open > a:hover, 
.navbar-inverse .navbar-nav > .open > a:focus {
    color: #ffffff;
    background-color: #080808;
}
.navbar-collapse.collapse.in {
    display: block !important;
    border: none;
    box-shadow: none;
    overflow: visible;
}

.navbar-collapse.collapsing {
    border: none;
    box-shadow: none;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #f48e00;
    background-color: transparent;
}

.navbar-inverse .navbar-nav > li > a {
    color: white;
}

ul.navbar-nav {
    font-size: 18px;
}

.navbar-nav #navbar-search-container {
    position: relative;
    display: block;
}

.navbar-nav #navbar-search-container .twitter-typeahead {
    display: block !important;
}

.navbar-nav #navbar-search-container input {
    border-radius: 0;
    padding-right: 28px;
}

.navbar-nav #navbar-search-container button {
    position: absolute;
    top: 0;
    right: -2px;
    border-radius: 0;
    border: none;
    background: transparent;
    margin: 0;
    height: 34px;
}

.nav-item .dropdown-menu {
    min-width: 0;
    background-color: #0b224b;
}

.nav-item li > a:hover {
    border: none;
    color: #f48e00;
    background-color: #0b224b;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
}

input#search {
    font-family: 'Inter',Arial,Helvetica, sans-serif;
    font-size: 16px;
    padding-bottom: 3px;
    margin-left: 5px;
}

.contentbody {
    margin: 10px;
    padding: 10px;
    border-radius: 10px;
}

input[type="radio"].radio-button {
    vertical-align: middle;
    margin: 1px 0px 2px 5px;
}

.control-label.radio-label {
    padding-top:0px;
}

.form-register .control-label {
    font-size: 10px;
    vertical-align: middle;
    line-height: 2;
}

.carousel-control.left, .carousel-control.right {
    display: none;
}

.carousel-indicators {
    display: none;
}

.carousel-inner > .item .row {
    background-color: white;
}

.lang-selector {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    border-radius: 0px;
    margin-right: 0px;
}

.lang-selector > .btn-lang:last-child {
    margin-right: 0px;
}

.label-info {
    background-color: #0b224b;
}

.btn-info, .btn-info:active {
    background-color: #0b224b;
    border-color: #0b224b;
    color:white;
}

.btn-info:hover, .label-info:hover {
    background-color: #f48e00;
    border-color: #f48e00;
}
.form-group {
    margin-bottom: 15px;
}
.alert-danger {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;;
}
.toast-success {
    background-color: green;
}
.info-box {
    padding: 10px;
    font-family: 'Inter',Arial,Helvetica, sans-serif;
}

footer {
    height: 20px;
    width: 100%;
    font-family: 'Inter',Arial,Helvetica, sans-serif;
    font-size: 14px;
    color: #505050;
}

.center, .center2 {
    text-align: center;
}

.body-content {
    padding-top: 140px;
    padding-left: 5px;
    padding-right: 5px;
}

.blue-title {
    padding-left: 20px;
    font-family: 'Inter',Arial,Helvetica, sans-serif;
    font-weight: bold;
    font-size: 19px;
}

.white-title {
    padding-left: 20px;
    font-family: 'Inter',Arial,Helvetica, sans-serif;
    font-weight: bold;
    font-size: 19px;
    color: white;
}

.btn-carnegie-dark {
    background-color: #0079b3;
    color: white;
    font-family: 'Inter',Arial,Helvetica, sans-serif;
    font-size: 16px;
    padding-bottom: 5px;
}

.btn-carnegie-dark.btn-sm {
    font-size: 14px;
    border: solid;
}

.btn-lang:hover, .btn-carnegie-dark:hover {
    background-color: #f48e00;
    color: white;
}

a:hover {
    color: #f48e00;
    text-decoration: none;
}

h3 {
    font-family: 'Inter',Arial,Helvetica, sans-serif;
    color: #0079b3;
}

.blue-carnegie-light {
    color: #0079b3;
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/

h3.panel-title {
    color: white;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel-info > .panel-heading {
    color: white !important;    
    background-color: #0079b3;
    border-color: #0079b3;
}

.dl-horizontal dt {
    white-space: normal;
    width: 300px;
    text-align: left;
}

.documents td {
    padding-left: 10px;
    padding-right: 10px;
}

.distribution td {
    padding-left: 10px;
    padding-right: 10px;
}

.callout {
    background-color: rgba(255,255,255,0.8);
    padding: 30px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    font-family: 'Inter',Arial,Helvetica, sans-serif;
    margin-bottom: 10px;
}

.callout .label-info {
    background-color: #6600cc !important;
    color: #ffffff !important;
}

tr.tr-details {
    background-color: rgba(206, 218, 228, 0.8);
}

.blue-carnegiebackground {
    background-color: #0b224b;
}

.blue-carnegie {
    color: #0b224b;
}

.label-carnegie {
    background-color: #0b224b;
    display: inline-block;
    padding: .2em .6em 0.0em;
}

label.label-normal
{
    font-weight:normal;
}

.font-Arial {
    font-family: 'Inter',Arial,Helvetica, sans-serif;
}

.btn-xxs {
    margin-top: 2px;
    padding: 1px 5px;
    font-size: 8px;
    line-height: 1.2;
    border-radius: 3px;
}

.flag-thumbnail {
    width: 20px;
    height: 15px;
    border-radius: 2px;
    border: none;
}

.badge-lang {
    font-size: 9px;
    padding: 1px 4px 0px;
    background-color: green;
}

.badge-type {
    font-size: 9px;
    padding: 1px 4px 0px;
    background-color: orange;
}

.tt-highlight {
    color: #009ee0;
}

.tt-menu {
    background-color: white;
    border: 1px solid gray;
    width: 600px;
    border-radius: 4px;
    text-align: left;
    line-height: 25px;
    font-family: 'Inter',Arial,Helvetica, sans-serif;
    font-size: 14px;
}

.tt-suggestion.tt-selectable {
    padding-left: 10px;
    padding-right: 10px;
}

.tt-suggestion.tt-selectable:hover {
    color: white;
    background-color: #0b224b;
}

.pre-waiver {
    margin-top: 10px;
    height: 800px;
    font-size: 12px;
    background-color: #f5f5f5;
    overflow-y: auto;
    overflow-x: hidden;
}

html,
body {
    height: 100%;
}

.search-form {
    display: table;
    width: 100%;
    height: 10%; /* set a pixel height and then remove the body,html height */
    vertical-align: middle;
}

.search-form-inner {
    display: table-cell;
    vertical-align: middle;
}

.search-form .search {
    padding: 0px 25px 0 25px;
    width: 100%;
}

.form-inline .form-control {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
}

.chosen-container {
    min-width: 100% !important;
    max-width: 100% !important;
    width: 100% !important;
}

.checkbox-thin {
    margin-top: 0px;
    margin-bottom: 0px;
}

.nav-tabs > li {
    background-color: white;
}

.nav-tabs > li:first-child {
    border-top-left-radius: 4px;
}

.nav-tabs > li:last-child {
    border-top-right-radius: 4px;
}

.nav-tabs > li.active a, .nav-tabs > li.active a:hover, .nav-tabs > li.active a:focus {
    border: none;
    border-bottom: 1px solid transparent;
    border-right: 1px solid #dddddd;
    color: #f48e00;
}

.nav-tabs > li a {
    font-family: 'Inter',Arial,Helvetica, sans-serif;
    font-weight: bold;
    font-size: 13px;
    border: none;
    border-bottom: 1px solid transparent;
    border-right: 1px solid #dddddd;
}

.nav-tabs > li:last-child a {
    border: none;
    border-bottom: 1px solid transparent;
}

.no-margin-top {
    margin-top: 0;
}

.search-form .twitter-typeahead {
    width: 100%;
    display: block !important;
}

.search-form .twitter-typeahead input {
    height: 45px;
    border-bottom-left-radius: 4px !important;
    border-top-left-radius: 4px !important;
}


/* ------ form-control-lg */
.form-control-lg {
    min-height: 46px;
    border-radius: 6px;
    font-size: 18px;
    line-height: normal;
}


@media (max-width: 996px) {
    .navbar-collapse.collapse {
        /*display: none !important;*/
        clear: both;
    }

    .navbar-collapse.collapsing {
        clear: both;
    }

    .navbar-toggler {
        display: block !important;
    }

    .navbar-header {
        float: none;
    }

    .navbar {
        min-height: 0px;
        padding: 0;
    }

    .body-content {
        padding-top: 50px;
    }

    .logo {
        margin-top: 52px;
    }

    .logo_full {
        display: none;
    }

    .logo_mobile {
        display: inline-block;
    }

    .navbar-inverse .navbar-nav > li {
        float: none;
    }

    .navbar-inverse .navbar-nav > li.lang-selector {
        float: left;
    }

    .navbar-nav #navbar-search-container {
        max-width: 90%;
    }

    .navbar-nav #navbar-search-container .tt-menu {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .content-to-hide {
        display: none;
    }
}

@media (min-width:1410px) {
    div.nav.navbar-nav.navbar-right {
        margin-top: 0px;
        height: 50px;
        padding: 0px;
    }

    .header-right-top {
        height: 25px;
        text-align: right;
        padding-right: 25px;
        display: block;
    }

    .header-right-bottom {
        min-width: 360px;
        margin-top: 50px;
        display: block;
    }
}
@media (max-width: 420px) {
    .navbar-header-container .name #user-name {
        display: none;
    }
}
.loading-overlay {
    width: 155px;
    text-align: center;
    font-size: 11px;
    color: #447adb;
    font-family: 'Inter',Arial,Helvetica, sans-serif;
    margin: 200px auto;
}

.loading-overlay:after {
    content: '';
}

.bar {
    position: absolute;
    bottom: 0px;
    background: #0b224b;
    width: 20px;
}

.moveup {
    animation: moveup 3s infinite ease-in;
}

.movedown {
    animation: movedown 3s infinite ease-in;
}

.bar-1 {
    left: 0px;
}

.bar-2 {
    animation-delay: .1s;
    left: 22px;
}

.bar-3 {
    left: 45px;
}

.bar-4 {
    animation-delay: 0.3s;
    left: 67px;
}

.bar-5 {
    animation-delay: 0.1s;
    left: 89px;
}

.bar-6 {
    animation-delay: 0.35s;
    left: 111px;
}

.bar-7 {
    left: 134px;
}

@keyframes moveup {
    0% {
        height: 0px;
    }

    50% {
        height: 100px;
    }

    100% {
        height: 0px;
    }
}

@keyframes movedown {
    0% {
        height: 60px;
    }

    30% {
        height: 100px;
    }

    60% {
        height: 0px;
    }

    100% {
        height: 60px;
    }
}

p.icon-showcase i {
    margin: 3px;
}

.icon-circle {
    border-radius: 50%;
    text-align: center;
    display: inline-block;
}

.icon-rounded {
    border-radius: 5px;
    text-align: center;
    display: inline-block;
}

.icon-square {
    border-radius: 0px;
    text-align: center;
    display: inline-block;
}

.icon-xs {
    width: 30px;
    height: 30px;
    padding: 8px 0;
}

.icon-sm {
    width: 40px;
    height: 40px;
    font-size: 20px;
    padding: 10px 0;
}

.icon-md {
    width: 60px;
    height: 60px;
    font-size: 30px;
    padding: 15px 0;
}

.icon-lg {
    width: 90px;
    height: 90px;
    font-size: 45px;
    padding: 22px 0;
}

.icon-xl {
    width: 150px;
    height: 150px;
    font-size: 80px;
    padding: 34px 0;
}

.icon-sm-size {
    font-size: 20px;
    padding: 10px 0;
}

.icon-md-size {
    font-size: 30px;
    padding: 12px 0;
}

.icon-lg-size {
    font-size: 45px;
    padding: 15px 0;
}

.icon-xl-size {
    font-size: 80px;
    padding: 20px 0;
}

.icon-bordered.icon-default {
    background: #fff;
    color: #434A54;
    -webkit-box-shadow: inset 0px 0px 0px 2px #E6E9ED;
    -moz-box-shadow: inset 0px 0px 0px 2px #E6E9ED;
    box-shadow: inset 0px 0px 0px 2px #E6E9ED;
}

.icon-default {
    color: #434A54;
    background: #E6E9ED;
}

a .icon-primary,
a .icon-success,
a .icon-info,
a .icon-danger,
a .icon-warning,
a .icon-dark,
a:hover .icon-primary,
a:hover .icon-success,
a:hover .icon-info,
a:hover .icon-danger,
a:hover .icon-warning,
a:hover .icon-dark,
a:focus .icon-primary,
a:focus .icon-success,
a:focus .icon-info,
a:focus .icon-danger,
a:focus .icon-warning,
a:focus .icon-dark,
.icon-primary,
.icon-success,
.icon-info,
.icon-danger,
.icon-warning,
.icon-dark {
    color: #fff;
    text-decoration: none;
}

.icon-primary {
    background: #37BC9B;
}

.icon-success {
    background: #8CC152;
}

.icon-info {
    background: #3BAFDA;
}

.icon-danger {
    background: #E9573F;
}

.icon-warning {
    background: #f48e00;
}

.icon-dark {
    background: #434A54;
}

.icon-facebook,
a .icon-facebook,
a:focus .icon-facebook {
    background-color: #4B66A0;
    color: #fff;
    text-decoration: none;
}

a .icon-twitter,
a:focus .icon-twitter,
.icon-twitter {
    background-color: #55ACEE;
    color: #fff;
    text-decoration: none;
}

.icon-google-plus,
a .icon-google-plus,
a:focus .icon-google-plus {
    background-color: #D24333;
    color: #fff;
    text-decoration: none;
}

.icon-dribbble,
a .icon-dribbble,
a:focus .icon-dribbble {
    background-color: #E04C86;
    color: #fff;
    text-decoration: none;
}

.icon-flickr,
a .icon-flickr,
a:focus .icon-flickr {
    background-color: #0162DB;
    color: #fff;
    text-decoration: none;
}

.icon-pinterest,
a .icon-pinterest,
a:focus .icon-pinterest {
    background-color: #CC2127;
    color: #fff;
    text-decoration: none;
}

.icon-bordered.icon-primary {
    background: #fff;
    color: #37BC9B;
    -webkit-box-shadow: inset 0px 0px 0px 2px #37BC9B;
    -moz-box-shadow: inset 0px 0px 0px 2px #37BC9B;
    box-shadow: inset 0px 0px 0px 2px #37BC9B;
}

.icon-bordered.icon-success {
    background: #fff;
    color: #8CC152;
    -webkit-box-shadow: inset 0px 0px 0px 2px #8CC152;
    -moz-box-shadow: inset 0px 0px 0px 2px #8CC152;
    box-shadow: inset 0px 0px 0px 2px #8CC152;
}

.icon-bordered.icon-info {
    background: #fff;
    color: #3BAFDA;
    -webkit-box-shadow: inset 0px 0px 0px 2px #3BAFDA;
    -moz-box-shadow: inset 0px 0px 0px 2px #3BAFDA;
    box-shadow: inset 0px 0px 0px 2px #3BAFDA;
}

.icon-bordered.icon-danger {
    background: #fff;
    color: #E9573F;
    -webkit-box-shadow: inset 0px 0px 0px 2px #E9573F;
    -moz-box-shadow: inset 0px 0px 0px 2px #E9573F;
    box-shadow: inset 0px 0px 0px 2px #E9573F;
}

.icon-bordered.icon-warning {
    background: #fff;
    color: #f48e00;
    -webkit-box-shadow: inset 0px 0px 0px 2px #f48e00;
    -moz-box-shadow: inset 0px 0px 0px 2px #f48e00;
    box-shadow: inset 0px 0px 0px 2px #f48e00;
}

.icon-bordered.icon-dark {
    background: #fff;
    color: #434A54;
    -webkit-box-shadow: inset 0px 0px 0px 2px #434A54;
    -moz-box-shadow: inset 0px 0px 0px 2px #434A54;
    box-shadow: inset 0px 0px 0px 2px #434A54;
}

.icon-md.icon-bordered.icon-primary {
    -webkit-box-shadow: inset 0px 0px 0px 3px #37BC9B;
    -moz-box-shadow: inset 0px 0px 0px 3px #37BC9B;
    box-shadow: inset 0px 0px 0px 3px #37BC9B;
}

.icon-md.icon-bordered.icon-success {
    -webkit-box-shadow: inset 0px 0px 0px 3px #8CC152;
    -moz-box-shadow: inset 0px 0px 0px 3px #8CC152;
    box-shadow: inset 0px 0px 0px 3px #8CC152;
}

.icon-md.icon-bordered.icon-info {
    -webkit-box-shadow: inset 0px 0px 0px 3px #3BAFDA;
    -moz-box-shadow: inset 0px 0px 0px 3px #3BAFDA;
    box-shadow: inset 0px 0px 0px 3px #3BAFDA;
}

.icon-md.icon-bordered.icon-danger {
    -webkit-box-shadow: inset 0px 0px 0px 3px #E9573F;
    -moz-box-shadow: inset 0px 0px 0px 3px #E9573F;
    box-shadow: inset 0px 0px 0px 3px #E9573F;
}

.icon-md.icon-bordered.icon-warning {
    -webkit-box-shadow: inset 0px 0px 0px 3px #f48e00;
    -moz-box-shadow: inset 0px 0px 0px 3px #f48e00;
    box-shadow: inset 0px 0px 0px 3px #f48e00;
}

.icon-md.icon-bordered.icon-dark {
    -webkit-box-shadow: inset 0px 0px 0px 3px #434A54;
    -moz-box-shadow: inset 0px 0px 0px 3px #434A54;
    box-shadow: inset 0px 0px 0px 3px #434A54;
}

.icon-lg.icon-bordered.icon-primary {
    -webkit-box-shadow: inset 0px 0px 0px 5px #37BC9B;
    -moz-box-shadow: inset 0px 0px 0px 5px #37BC9B;
    box-shadow: inset 0px 0px 0px 5px #37BC9B;
}

.icon-lg.icon-bordered.icon-success {
    -webkit-box-shadow: inset 0px 0px 0px 5px #8CC152;
    -moz-box-shadow: inset 0px 0px 0px 5px #8CC152;
    box-shadow: inset 0px 0px 0px 5px #8CC152;
}

.icon-lg.icon-bordered.icon-info {
    -webkit-box-shadow: inset 0px 0px 0px 5px #3BAFDA;
    -moz-box-shadow: inset 0px 0px 0px 5px #3BAFDA;
    box-shadow: inset 0px 0px 0px 5px #3BAFDA;
}

.icon-lg.icon-bordered.icon-danger {
    -webkit-box-shadow: inset 0px 0px 0px 5px #E9573F;
    -moz-box-shadow: inset 0px 0px 0px 5px #E9573F;
    box-shadow: inset 0px 0px 0px 5px #E9573F;
}

.icon-lg.icon-bordered.icon-warning {
    -webkit-box-shadow: inset 0px 0px 0px 5px #f48e00;
    -moz-box-shadow: inset 0px 0px 0px 5px #f48e00;
    box-shadow: inset 0px 0px 0px 5px #f48e00;
}

.icon-lg.icon-bordered.icon-dark {
    -webkit-box-shadow: inset 0px 0px 0px 5px #434A54;
    -moz-box-shadow: inset 0px 0px 0px 5px #434A54;
    box-shadow: inset 0px 0px 0px 5px #434A54;
}

.icon-xl.icon-bordered.icon-primary {
    -webkit-box-shadow: inset 0px 0px 0px 8px #37BC9B;
    -moz-box-shadow: inset 0px 0px 0px 8px #37BC9B;
    box-shadow: inset 0px 0px 0px 8px #37BC9B;
}

.icon-xl.icon-bordered.icon-success {
    -webkit-box-shadow: inset 0px 0px 0px 8px #8CC152;
    -moz-box-shadow: inset 0px 0px 0px 8px #8CC152;
    box-shadow: inset 0px 0px 0px 8px #8CC152;
}

.icon-xl.icon-bordered.icon-info {
    -webkit-box-shadow: inset 0px 0px 0px 8px #3BAFDA;
    -moz-box-shadow: inset 0px 0px 0px 8px #3BAFDA;
    box-shadow: inset 0px 0px 0px 8px #3BAFDA;
}

.icon-xl.icon-bordered.icon-danger {
    -webkit-box-shadow: inset 0px 0px 0px 8px #E9573F;
    -moz-box-shadow: inset 0px 0px 0px 8px #E9573F;
    box-shadow: inset 0px 0px 0px 8px #E9573F;
}

.icon-xl.icon-bordered.icon-warning {
    -webkit-box-shadow: inset 0px 0px 0px 8px #f48e00;
    -moz-box-shadow: inset 0px 0px 0px 8px #f48e00;
    box-shadow: inset 0px 0px 0px 8px #f48e00;
}

.icon-xl.icon-bordered.icon-dark {
    -webkit-box-shadow: inset 0px 0px 0px 8px #434A54;
    -moz-box-shadow: inset 0px 0px 0px 8px #434A54;
    box-shadow: inset 0px 0px 0px 8px #434A54;
}

.table.v-align-middle > thead > tr > th, .table.v-align-middle > tbody > tr > th, .table.v-align-middle > tfoot > tr > th, .table.v-align-middle > thead > tr > td, .table.v-align-middle > tbody > tr > td, .table.v-align-middle > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 1px solid #ddd;
}

.fund-details-value:empty::after {
    content: ".";
    visibility: hidden;
}

.fund-details-value > span {
    display: inline-block;
}
table.fund-details tr td:nth-of-type(2) {
    padding-left: 10px;
}

hr {
    border: none;
    border-bottom: 1px solid;
    width: 50%;
}

.cartheader1 {
    display: block;
}

.row.cartheader1 {
    display: flex;
}

.cartheader2 {
    display: none;
}

.fixedHeader {
    position: fixed;
    z-index: 100;
}

.finmadecisionview-False {
    display: none;
}

.offerview-False {
    display: none;
}

@media (max-width:576px) {
    .cartheader1 {
        display: none;
    }

    .row.cartheader1 {
        display: none;
    }

    .row.col-sm-4 {
        width: 100%;
    }

    .cartheader2 {
        display: inline;
    }

    .center2 {
        text-align: left;
    }
}

@media print {
    .breadcrumb, .termofuse {
        display: none;
    }

    a[href]:after {
        content: none !important;
    }
}

.cart .callout {
    margin-top: 10px;
    border-radius: 4px;
    text-align: left;
    padding: 1px 10px 1px 10px;
}

.cart .callout .row {
    margin: 10px 0px 10px 0px;
    background-color: rgba(230,230,230,0.8);
    padding-top: 5px;
}

div.alterncolor > div:nth-of-type(odd) {
    background-color: rgba(230,230,230,0.8) !important;
}

div.alterncolor > div:nth-of-type(even) {
    background-color: #f5f5f5 !important;
}

.about .callout {
    margin: auto;
    max-width: 700px;
    border-radius: 4px;
    text-align: left;
}

.gray-background {
    background-color: rgb(230, 230, 230);
}

.account .callout {
    margin: auto;
    max-width: 700px;
    border-radius: 4px;
    text-align:left;
}

.contact .callout {
    margin: auto;
    max-width: 500px;
    border-radius: 4px;
    text-align:center;
}

.fa-unlock-alt, .fa-user, .fa-envelope-o, .fa-phone, .fa-download {
    margin-top: 10px;
}

#SignInPage {
    padding: 5px;
}

/*register&account pages*/
span.text-checkbox {
    position:relative;
    bottom:5px;
}

#account-email-box {
    margin-bottom:12px;
}

#account-deactivate {
    margin-top:12px;
}

table tbody tr td ul li .dtr-data{
    white-space:pre-wrap;
    display:block;
}

.divborder {
    border-left: 1px solid #0b224b;
    padding-left: 5px;
    padding-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.accountborder {
    padding-left: 5px;
    padding-right: 10px;
}

span.glyphicon-chevron-down{
    font-size: 10px;
    padding-left: 10px;
}
