body{
    padding: 0;
    margin: 0;
    background-color: #fff;
    color:#3d3d3d;
}
#wrapper{
   padding:0 1px;
}

/*###################### GENERAL STYLES ############################*/
h1,h2,h3,h4,h5,h1.page-header{color:#0e4095;}
h1.page-header{border-bottom: 1px solid #f5f5f5; padding-bottom: 5px;}
.clearFix{clear:both;}
.centered{text-align: center;}
img{border: none;}

.white_bg{background: #eee; color:#fff;}
.red_bg{background: #e74c3c; color:#000 !important;}
.boldTxt{font-weight: bold;}
a#form_agb_link,a#data_protection_link{color: navy !important;}
.fa{color:#0e4095 !important;}
.list-inline-item .fa{color: #fff !important;}
@media only screen and (max-width: 768px) {
   h1{font-size: 1.7rem;} 
   h2{font-size: 1.6rem;} 
   h3{font-size: 1.4rem;} 
   h4,h5{font-size: 1.2rem;} 
}

table td.pads, table.contactTable tr td{padding: 5px 0;}
table caption{font-weight: bold;font-size: 1.4rem; caption-side: top; margin-left: 10px;}
form input.error,form select.error,form textarea.error{border: 1px solid #f00;}
form a#form_agb_link,form a#data_protection_link{color:#ddd;}
form input.button_large{border: none;}
/*a.gbs{font-size: 0.8em;}*/

.button,a.logout-button
{
   -webkit-border-radius: 1px; /* Saf3-4, iOS 1-3.2, Android ≤1.6 */
   -moz-border-radius: 1px; /* FF1-3.6 */
   border-radius: 1px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border: */
  -webkit-background-clip: padding-box; 
   background-clip: padding-box;
   border: 1px solid #fff;
/*   border: 1px solid #069;*/
/*   -webkit-box-shadow: 0px 0px 4px 0px #000;  Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ 
   -moz-box-shadow: 0px 0px 4px 0px #000;  FF3.5 - 3.6 
   box-shadow: 0px 0px 4px 0px #000;  Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
/*   background-color:#39c;
    background-image: -webkit-linear-gradient(top, #09f, #39c);  */
   background-color:#0e4095;
   background-image: -webkit-gradient(linear, left top, left bottom, from(#0e4095), to(#0e4095)); /* Saf4+, Chrome */
   background-image: -webkit-linear-gradient(top, #0e4095, #0e4095); /* Chrome 10+, Saf5.1+, iOS 5+ */
   background-image: -moz-linear-gradient(top, #0e4095, #0e4095); /* FF3.6 */
   background-image: -ms-linear-gradient(top, #0e4095,#0e4095); /* IE10 */
   background-image: -o-linear-gradient(top, #0e4095, #0e4095); /* Opera 11.10+ */
   background-image: linear-gradient(to bottom, #0e4095, #0e4095);       
   color:#fff;
   padding: 5px 15px;
   cursor:pointer;
   font-weight: normal;
}
.button:hover,a.logout-button:hover{
    -webkit-border-radius: 1px; /* Saf3-4, iOS 1-3.2, Android ≤1.6 */
   -moz-border-radius: 1px; /* FF1-3.6 */
   border-radius: 1px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
   border: 1px solid #fff;
   color: #eee;
   background-color:#003e64;
}
a.button{text-decoration: none;}
form label{font-weight: 500;}
label em,label span{font-style: normal; font-weight: normal;}

a.button .fa, a.logout_button .fa, .button fa{color: #fff !important;}
a.button .fa{color: #fff !important;}

.buttons span{margin-left: 10px; margin-right: 10px;}
input#button_disabled,input#button_disabled:hover{background-color:#ccc;background-image:none;}
.checkbox-emailsend{position: relative;display: block;}
.email_checkbox{width: 20px; height: 20px; vertical-align: middle;}
form .checkbox-emailsend label span{font-weight: 500;}
.checkbox-wrap label{display: inline-block; width: 100%;}
.checkbox-wrap input{
    float:left;
    display: inline-block;
    width: 20%;
    height: calc(1.5em + .75rem + 2px);
/*    height: 10px;*/
/*    padding: .375rem .75rem;*/
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s 
}
.checkbox-wrap span{float: left; width: 75%;}
.btn.dropdown-actions{padding: 0;}
.right-aligned{
    text-align: end;
}

table.fullWidth{width:100%;}
table.fullWidth tr td{padding-left: 5px;}
table.dataBorderContent{font-size: 0.95rem;}
table caption{caption-side: top;}
table.dataBorderContent caption,h3#tableHeader{border-bottom: 1px solid #ddd; margin-bottom: 10px;font-weight:bold;}
table.dataBorderContent caption span{float:right; font-size:1.0em;}
table.dataBorderContent caption span a{text-decoration: none; display: inline-block; margin-bottom: 5px;}
table.dataBorderContent thead{background: #fff;color:#000000;}
table.dataBorderContent tbody tr td{padding-bottom: 8px; padding-top: 8px;}
.dataBorderContent.table{margin-bottom: 0;}
.btn-login-list{
    margin-top: 1em;
}
/*.hidden{display: none;}*/
.charsIndicator{font-weight: bold; display: block; margin-top: 10px;}
.isipass-login-date{text-align: left;}

/*############################# HEADER ######################*/
/*################ HEADER ##########################*/
header
{
    margin:0 0 4px 0; 
    font-size:1.0rem; 
   /* background:#BDCB9A ; */
    background-color: #0e4095;
    padding:5px;    
    /*border-bottom: 2px double #eee;*/
}
header.header-bg{margin-bottom: 15px; padding-bottom: 10px;}
header ul#login-signup li:first-child{margin-right: 15px;}
header ul#login-signup a{color: #fff;}

header div.header-right-gen{float:right; padding: 5px; margin-top: 10px;}
header div.header-left{float:left; width:10%;}
header div.header-right{float:right; width: 35%;}
header div.header-center{float:left;text-align: center; width: 55%;}
header div.header-center h1{color:#fff; margin-top: 10px;font-size:2.0rem;}
.header-right-wrap{padding: 5px 10px; background: #003355; color: #fff; display: inline-box;}

@media only screen and (max-width: 1200px) {
    header div.header-left{width:15%;}
    header div.header-right{ width: 35%;}
    header div.header-center{width: 50%;}
    header div.header-center h1{font-size: 1.8rem;}
}
@media only screen and (max-width: 768px) {
   .header-right-wrap{background: none;padding: 5px}
    header div.header-left{width:30%;}
    header div.header-center{display: none;}
    header div.header-right{float:right; width: 70%;}
    /*header div.header-center h1{font-size: 1.8rem;}*/
}
header div.header-left h1{margin:0;}
header div.header-left p{margin: 4px 0 0 25px;}
header div.header-right div.admin-info{float:left;}
header div.header-right div.admin-info p{margin: 5px 0; font-size:0.9rem;}
header div.header-right div.admin-info p.admin-name{margin: 0; font-size:1.0rem; font-weight: bold;}
header div.header-right div.admin-info p.admin-name .fa{color: #fff !important; }
header div.header-right p.logout-button-wrap{float:right; margin-left: 10px; margin-top: 8px;}
header div.header-right p.logout-button-wrap .fa{color: #fff !important;}
header a.logout-button{padding: 10px 15px; text-decoration: none; font-size:1.2rem; font-weight: bold; color: #fff;}
@media only screen and (max-width: 768px) {
    header div.header-left h1{margin:8px 0 0 0;}
    header div.header-right div.admin-info{float:none;}
    header div.header-right div.admin-info p.admin-name{text-align: right;}
    header div.header-right p.logout-button-wrap{float:none; text-align: right; margin-bottom: 1px;}
    header a.logout-button{padding: 5px 5px; text-decoration: none; font-size:1.0rem; font-weight: bold;}
}
.login-langs {text-align: right;}
.login-langs span{margin-right: 10px;}
.btn-language{line-height: 1.42857143;font-size: 14px;}
/*@media only screen and (max-width: 1920px){
    div.content-wrap { 
        width: 90%;
        margin: 0 auto;
    }
}*/ 
/*############################# CONTENT ######################*/
div#general-framework{ width:100%; font-size: 1.0em;}
@media only screen and (max-width: 768px) {
    div#general-framework{ margin: 20px 0 50px 0;}
    div.pagerLinks{display: inline-flex;}
    .isipass-top-menu{font-size: 0.8rem;}
    .form-group{font-size: 0.8rem !important}
    .isipass-edit-button{display: table-caption;}
    
}
#content{margin-top: 2px;}
#toggleButton span.fa{float: right; color:#0e4095 !important;}


/*########### LOGIN ##################*/
div.login-wrap{
    background-color: #f5f5f5;
    padding: 10px;
    margin-top: 5%;
}
p.passReset a{color: #007bff;}

.isipass-login-logo{padding-top: 0.60rem;}

/*##################### SIGNUP ##############################*/

.bottom-height{height: 90px;}
.bottom-height-big{height: 90px;}
@media only screen and (min-width: 1600px) {
   .bottom-height{display: none;}    
}

/*form#signupForm{width: 98%; margin: 0 auto; padding: 0 0 5px 0;}*/
form#signupForm label em{font-size:0.8em;}
form#signupForm p.activateButton{margin-top: 30px;}



/*################# AGB ####################*/
div.agb,div.scroller{font-size: 0.9em; line-height: 130%; /*height: 500px; overflow-y: scroll; overflow-x: hidden;*/}
.agb.white_bg{
    background: #fff;
    color: #777;
}
.agb h1#agb_header{font-size: 1.5rem; color: #0e4095; text-align: center;}
div.agb h2{margin-top: 5px; margin-bottom:5px; font-size: 1.2rem; color: #0e4095}
div.agb div.section p,div.agb div.agbDate p{margin: 5px 0 0 0;}
div.agb ul,div.agb ol{font-size:1.0em;}
div.agb div.agbDate p span{font-weight: bold;}

footer{border-top: 1px solid #ddd; clear: both; margin-top: 15px; background-color: #0e4095; padding: 1px; color: #fff;}
footer.dark-bg{background: #0e4095; border-top: none;}
footer ul{padding-top: 8px;}
footer ul li a,footer ul li a:hover{color: #fff;}
footer p{text-align: right; padding:8px 5px 5px 5px; color:#fff;}
footer.dark-bg p{color:#fff;}
footer.fixed{
    position: fixed;
    min-height: 50px;
    bottom: 0;
    width: 100%;
}

@media only screen and (max-width: 768px) {
    footer p{text-align: center; padding:8px 1px 5px 1px;} 
}


/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   speak for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.loadingmodal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('../images/ajax-loader.gif') 
                50% 50% 
                no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.ajax-loading {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.ajax-loading .loadingmodal {
    display: block;
}

/*##################### HOME ##############################*/
/*--market--*/
.market-update-block {
    padding: 2em 2em;
    background: #999;
}
.market-update-block h3 {
    color: #fff;
    font-size: 1.8em;
}
.market-update-block h3 span{
    font-size: 0.8em;
}
.market-update-block h4 {
    font-size: 1.2em;
    color: #fff;
    margin: 0.3em 0em;
}
.market-update-block p {
    color: #fff;
    font-size: 0.8em;
    line-height: 1.8em;
}
.market-update-block.clr-block-1 {
    background: linear-gradient(to right, #fe9365, #feb798);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
.market-update-block.clr-block-2 {
    background:#2DCB89;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
.market-update-block.clr-block-3 {
    background:linear-gradient(to right, #eb3422, #ef5f51);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
.market-update-block.clr-block-4 {
    background:linear-gradient(to right, #01a9ac, #01dbdf);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
.market-update-block.clr-block-1:hover {
    background: #2DCB89;
   transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
.market-update-block.clr-block-2:hover {
    background: #fc3158;
   transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
.market-update-block.clr-block-3:hover {
    background:#2DCB89;
    transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
.market-update-block.clr-block-4:hover {
    background:#2DCB89;
    transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
.market-update-right i.fa{
    font-size: 3em;
    color:#fff !important;
    text-align: left;
}
.market-update-right i.fa.fa-users {
    font-size: 3em;
    color:#fff;
   text-align: left;
}
.market-update-right i.fa.fa-eye {
     font-size: 3em;
    color:#fff;
   text-align: left;
}
.market-update-right i.fa.fa-usd {
     font-size:3em;
    color:#fff;
    text-align: left;
}
.market-update-right i.fa.fa-shopping-cart{
     font-size:3em;
    color:#fff;
    text-align: left;
}
.market-update-left {
    padding: 0px;
}
.market-update-right {
    padding-left: 0;
}
.market-updates {
    margin: 1.5em 0;
}

.groups{
    padding: 0 10px;
}

.group-item{
    margin-bottom: 20px;
    padding: 10px;
    background-color: #efefef;
}
.group-item:hover{
   background-color: #ddd;
}

.home .card .card-icon{
    display: block;
    margin-bottom: 15px;
}

.home .card .card-icon .fa, .home .card a{
    color: #0e4095 !important;
}
.home .card a{display: block; padding: 10px 0;}
.home .card .card-header{
    background-color: transparent;
    border-bottom: none;
    font-weight: bold;
    white-space: pre;
    font-size: 0.80rem;
}
.home .card{
    background-color: #eee;
}
.home .card:hover{
    background-color: #fff;
}
.text-right{
    text-align: right!important;
}
.isipasscard{
    margin-bottom: 1rem;
}
/*--market--*/
/*################HOME ##############################*/
