/* CSS Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body {
    line-height: 1

}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

textarea, input {
    outline: none;
}

/* CSS Standard */
body {
    padding-top: 50px;
    font-family: 'OpenSansRegular', Arial, Helvetica, Sans-serif;
	overflow-x: hidden;
}

.starter-template {
    padding: 40px 15px;
    text-align: center;
}

/*TEXT STYLES*/

h1 {
    font-size: 40px;
    line-height: 54px;
    margin-bottom: 7px;
}

h2 {
    font-size: 32px;
    line-height: 50px;
    margin-bottom: 10px;
}

h3 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 7px;
    font-weight: 600;
}

h4 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 7px;
}

h5 {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 7px;
}

h6 {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 7px;
}

h1, h2, h3, h4, h5, h6 {
    letter-spacing: -0.5px;
    -webkit-font-smoothing: antialiased;
    font-family: 'Open Sans', sans-serif;
}

/*NAVBAR */

.navbar-default {
    padding: 15px;
    padding-left: 50px;
    padding-right: 50px;
	min-height: 75px;
    background-color: rgba(52, 172, 253, 0.59);
    /* border-color: rgba(255, 255, 255, 0.39); */
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.navbar-default .navbar-brand {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #4cc9fa !important;
    font-size: 20px;
}

.navbar-brand .left10 {
    padding-left: 10px;
    font-weight: 400;
    font-size: 70%;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: white;
    background-color: transparent;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #cdcdcd;
    background-color: transparent;
}

.navbar-nav {
    margin-top: 5px;
}

.affix-top .dropdown-menu {
    background-color: rgba(52, 172, 253, 0.9);
}

.affix-top .dropdown-menu > li > a {
    color: #ffffff;
}

.affix-top.navbar-default .navbar-nav > .open > a, .affix-top.navbar-default .navbar-nav > .open > a:hover, .affix-top.navbar-default .navbar-nav > .open > a:focus {
    color: #ffffff !important;
    font-weight: 600;
    background-color: transparent;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #d5d5d5;
    background-color: rgba(52, 172, 253, 0.0);
}

.affix {
    background-color: #ffffff;
    padding-top: 15px;
    padding-bottom: 15px;
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#cdcdcd')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#cdcdcd');

}

.affix .navbar-brand {
    color: #282828;
}

.affix.navbar-default .navbar-nav > .active > a, .affix.navbar-default .navbar-nav > .active > a:hover, .affix.navbar-default .navbar-nav > .active > a:focus {
    color: black;
    background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: white;
}

.affix.navbar-default .navbar-toggle .icon-bar {
    background-color: #282828;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #000000;
    background-color: transparent;
}

.navbar-nav > li > a {
    font-size: 12px;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    color: #d5d5d5;
    letter-spacing: 1px;
    position: relative;
    padding: 10px 12px;
}

.navbar-default .navbar-nav > li > a {
    color: white;
}

.affix.navbar-default .navbar-nav > li > a {
    color: black;
}

.menu-button.dark {
    border-left: 2px dotted #cdcdcd !important;
}

.menu-button .before.dark, .menu-button .main.dark, .menu-button .after.dark, .menu-button .end.dark {
    background-color: #cdcdcd !important;
}

.nav li:first-child a:before {
    display: none;
}

.nav li a:before {
    content: "";
    display: none;
    position: absolute;
    width: 3px;
    height: 3px;
    top: 23px;
    left: -5px;
    background: rgba(150, 150, 150, 0.5);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    line-height: 1.42857143;
    color: #282828;
    white-space: nowrap;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 3px 0 0;
    font-size: 10px;
    text-align: left;
    list-style: none;
    background-color: white;
    background-clip: padding-box;
    border: 0;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

.navbar-default .navbar-nav > li > a:hover, .affix.navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #4a90e2;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #282828;
    background-color: #d5d5d5;
}

.noscroll {
    overflow: hidden;
}

img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
}

.unido {
    margin-top: -18px;
}

.fa {
    margin: 0px 5px;
}

.footer {
    position: fixed;
    z-index: 100;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: #4b92db;
}

.container .text-muted {
    margin: 20px 0;
}

.text-muted {
    color: #ffffff;
    font-size: 15px;
	text-align:center;
}

.footer a, .footer .fa {
    color: #ffffff;
}

.row {
    z-index: 3;
    position: relative;
    padding-top: 50px;
    padding-bottom: 0px;
}

#sapBrowserDetect .row {
    margin-top: 20px;
}

#sapBrowserDetect h4 {
    color: #989898;
    margin-bottom: 10px;
}

p.browserPluginCheckPO, p.browserPopupCheckPO {
    font-size: 12px;
}

a.btn {
    font-size: 13px;
    border-radius: 6px;
    width: 100%;
    margin: 5px 0px;
    padding: 10px 0px;
    text-transform: uppercase;
    font-weight: 600;
}

.btn-blue {
    background-color: #4a90e2;
    color: #ffffff;
    border-bottom: 5px solid #4a90e2;
}

.btn-light-blue {
    background-color: #63d2fa;
    color: #ffffff;
    border-bottom: 5px solid #63d2fa;
}

.btn-green {
    background-color: #5eac39;
    color: #ffffff;
    border-bottom: 5px solid #5eac39;
}

.btn-brown {
    background-color: #c3a131;
    color: #ffffff;
    border-bottom: 5px solid #c3a131;
}

.btn-grey {
    background-color: #dadada;
    color: #333333;
    border: 0px;
    border-bottom: 5px solid #dadada;
}

.btn-blue:hover, .btn-blue:focus, .btn-blue:active, .btn-blue.active {
    color: #ffffff !important;
    background-color: #337ab7 !important;
    border-bottom: 5px solid #337ab7;
}

.btn-light-blue:hover, .btn-light-blue:focus, .btn-light-blue:active, .btn-light-blue.active {
    color: #ffffff !important;
    background-color: #63d2fa !important;
    border-bottom: 5px solid #337ab7;
}

.btn-green:hover, .btn-green:focus, .btn-green:active, .btn-green.active {
    color: #ffffff !important;
    background-color: #5c9127 !important;
    border-bottom: 5px solid #5c9127;
}

.btn-brown:hover, .btn-brown:focus, .btn-brown:active, .btn-brown.active {
    color: #ffffff !important;
    background-color: #c3a131 !important;
    border-bottom: 5px solid #986f1d;
}

.btn-grey:hover, .btn-grey:focus, .btn-grey:active, .btn-grey.active {
    color: black !important;
    background-color: #c3c3c3 !important;
    border-bottom: 5px solid #c3c3c3;
}

.nav-pills > li.active > a {
    background: #fff;
    box-shadow: -1px 0 0 #fff;
}

.nav-pills > li.active > a {
    color: #26a5e5;
}

.nav-pills > li > a img, .nav-pills > li.active > a img {
    margin-right: 10px;
}

.nav-pills > li.active > a {
    overflow: visible;
    padding: 10px 15px;
    line-height: 1;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.nav-pills > li > a {
    overflow: visible;
    padding: 10px 15px;
    line-height: 1;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.nav-pills > li.active > a::after {
    position: absolute;
    bottom: -1px;
    left: 0px;
    margin-left: 0px;
    width: 100%;
    height: 1px;
    border: solid transparent;
    border-width: 1px;
    background-color: #FFFFFF;
    content: '';
    pointer-events: none;
}

.nav-pills > li > a.icon::before {
    display: block;
    margin: 0 0 0.25em 0;
}

.nav-pills > li > a.icon.icon::before {
    width: 40px;
    height: 20px;
    background: none;
    z-index: 10;
    display: inline-block;
    margin: 0 0.4em 0 0;
    vertical-align: middle;
    text-transform: none;
    font-weight: normal;
    font-variant: normal;
    font-size: 1.3em;
    font-family: 'stroke7pixeden';
    line-height: 1;
    speak: none;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #ffffff;
}

.tab-content-custom {
    margin-left: 0px;
    margin-right: 0px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #4b92db;
    border-top: 1px solid #cdcdcd;
    border-left: 1px solid #cdcdcd;
    border-right: 1px solid #e3e3e3;
    border-bottom: none;
}

.nav-pills > li > a {
    border-radius: 0px;
    font-family: 'OpenSansRegular', sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    background-color: #F6F6F6;
    color: #898989;
}

.tab-content {
    border: 1px solid #cdcdcd;
    margin-bottom: 100px;
}

.tab-pane {
    padding: 20px;
    margin-bottom: 60px;
    line-height: 20px;
    color: #666666;
    font-size: 13px;
    min-height: 300px;
}

.tab-pane h4 {
    font-size: 15px;
    font-weight: bold;
}

.tab-pane ul {
    list-style: circle;
    padding-left: 20px;
}

.verticalLineSeperator {
    margin-top: 10px;
    background: white;
}

.verticalParagraphSeperator {
    margin-top: 20px;
    background: white;
}

.lineSeparator {
    width: 100px;
    height: 1px;
    background: #cdcdcd;
    margin-top: 10px;
    margin-bottom: 15px;
}

.ie9img {
    width: 350px;
    margin: 10px auto;
}

.portalAccess {
    border-right: 0px solid #e3e3e3;
}

.browserDetection {
    padding-left: 60px;
}

.unsupportUA {
    font-size: 13px;
    color: #acacac;
    line-height: 15px;
}

.unsupportUA p {
    padding: 10px 0px 0px 0px;
}

.unsupportUA ul {
    list-style: circle;
    padding-left: 20px;
}

#hasError {
    display: none;
}

.browserLabel {
    display: none;
}

#check {
    padding: 0;
    margin-top: -40px;
}

#check a {
    color: #727272;
    font: 12px/23.8px Open Sans, Sans-serif;
}

#check a:hover {
    color: #09f;
    text-decoration: none;
}

.broCheckHeader {
    padding: 0;
}

#warningJS {
    display: none;
}

img#browserAlert {
    float: left;
    padding-right: 20px;
    border-right: 1px solid #e3e3e3;
}

#PA_ie7indicator {
    vertical-align: middle;
}

#B_ie7indicator {
    vertical-align: middle;
}

#BPOP_ie7indicator {
    vertical-align: middle;
}

#BP_ie7indicator {
    vertical-align: middle;
}

#BrowserX, #browserPX {
    font-size: 15px;
    color: #333333;
    line-height: 20px;
    padding: 0px 0px 15px 0px;
}

p b {
    font-weight: 900;
    line-height: 25px;
}

.browserName {
    margin-top: 20px;
    margin-left: 210px;
}

#webMailLogin {
    margin-top: 40px;
}

.webMailWarning, .httpsWarning {
    font-size: 14px !important;
    color: #666666;
}

.webMailWarning h4, .httpsWarning h4 {
    font-size: 16px !important;
    font-weight: bold;
}

.webMailWarning .container, .httpsWarning .container {
    padding: 30px 20px;
}

.webMailWarning .row, .httpsWarning .row {
    padding: 0px;
}

.warning {
    color: #e37a1e;
}

.confirm {
    color: #5eac39;
    font-weight: bold;
}

.webMailWarning ul {
    list-style: circle;
    padding-left: 20px;
    line-height: 20px;
}

.sslBrowserName {
    float: left;
    width: 150px;
    margin-top: 10px;
}

.small-button {
    padding-left: 0px;
    padding-right: 0px;
}

.padLeft10 {
    padding-left: 10px;
}

#notify {
    margin-top: 20px;
    padding: 20px;
    text-align: center;
    background-color: #fffccb;
    border-bottom: 1px solid #e0e0e0;
    display: none;
}

.un_blue {
    font-size: 20px;
    line-height: 30px;
    color: #4b92db;
}
.logo_mobile{
    display:none !important;
}
.tooltip-inner{
    padding:7px;
}
@media only screen and (max-width: 991px) {
    .padLeft10 {
        padding-left: 0 !important;
    }
	.navbar-default{
		padding-left:0 !important;
		padding-right:0;
	}
}