/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 21-Jun-2016, 16:20:48
    Author     : itischarles
*/



.none{
    display: none !important;
}

.display-block{
    display: block;
}

h2 {
    color: #000;
}

.pointer{
    cursor: pointer;
}

/***
    HEADER
**/
.navbar {
    border: medium none;
    border-radius: 0;
    margin-bottom: 0;
    min-height: 130px;
    margin: 20px auto;
}

.navbar-inverse {
	background-color: #000;
}

#main_navbar .navbar-default{
    background: none repeat scroll 0 0 #896336;
    
}
#main_navbar, #main_navbar a{
    color: #fff;
}
#main_navbar .navbar {
    min-height: 50px;
}

/**CONTENT**/

.max-width {
    margin: auto;
    max-width: 100%;
}

hr.hr-header{

    border: 3px solid #896336;
    margin: 0;

}

.logo1 {
	padding: 0.3em 1.07143em;
	top: 0;
}



.home-jumbotron {
    background: url('../images/main-img.jpg') no-repeat;
    background-size: cover;
    height: 450px;
    margin-top: -60px;
}

.breadcrumb {
    background-color: rgba(255,255,255,1);
    border-bottom: 1px solid rgba(221,221,221,1);
}

.second-img {
    background: url('../images/bg2.jpg') no-repeat;
    background-size: cover;
}

.third-img {
    background: url('../images/bg3.jpg') no-repeat;
    background-size: cover;
}

.home-section {
/*    height: 400px;*/
    margin-bottom: 7em;
}

.home-jumbotron {
    margin-top: 0;
}



.white-text , .text-white{
    color: white;
}

a.btn-find-advisor {
    padding: 10px 15px;
    border-radius: 25px;
    border-color: rgba(214,59,57,1);
    background-color: rgba(214,59,57,1);
    color: white;
}

p {
    text-align: justify
}
.text-left{
    text-align: left !important;
}
.apps {
    margin: 0 0.9375rem;
    padding: 0 0.9375rem;
    color: black;
}



.placeholder{
    min-height: 150px;
}

.btn-gold{
    background: #AC8952 none repeat scroll 0 0;
    border-color: #ac8952;
    color: #fff;
}
.btn-dark{
    background: #232221 none repeat scroll 0 0;
    border-color: #000000;
    color: #ffffff;
}

.btn-grey {
    background: #F0F0F0 none repeat scroll 0 0;
    border-color: #F0F0F0;
    color: #000;
}

/*.btn-gold{*/
/*    background: #AC8952 none repeat scroll 0 0;*/
/*}*/


/** TABLES****************/
table .width9 {
    width: 9%;
}
.table .num {
    padding-right: 20px;
    text-align: right;
    
}

table .width15 {
    width: 15%;
}

table .nowrap{
   white-space: nowrap; 
}
table .width30 {
    width: 30%;
}

table .width50 {
    width: 50%;
}

.table-no-padding tbody tr td, .table-no-padding tbody tr th {
    padding: 0;
}

.table-padding tbody tr td, .table--padding tbody tr th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
}

table.borderless td, table.borderless th , .table-responsive{
    border: none;
}

.planValue {
    font-size: 50px;
    text-align: center;
}



footer {
    background:  none repeat scroll 0 0 #222;
}

footer p, h4, li > a{
    color: white;
}

.footer-bottom {
    width: 100vw;
    border-top: 1px solid rgba(180,180,180,1);
    margin: 15px -15px;
}

#footer_nav > li > a{
    padding: 5px 5px;
}

.im-datepicker-control{
    
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-right: 12px;
}

/**
 *  Ajax loader
 *
 */

.schemeOverViewPlaceholder {
    position: relative;
}

.ajaxClientLoader {
    
    background: repeating-linear-gradient(
        45deg,
        rgba(0,0,0,0.01),
        rgba(0,0,0,0.01) 10px,
        rgba(0,0,0,0.05) 10px,
        rgba(0,0,0,0.05) 20px
    );
    border-radius: 5px;
    position:absolute;
    height:100%;
    width:100%;
    top:0;
    bottom:0;
    right:0;
    left:0;
}

.ajaxClientLoader i {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -24px;
    margin-top: -24px;
    font-size:48px;
    font-color:#fff;
}

/**
PAGE LOADING INFO
*/
    #page-loading-div-background{
/*        display: none;*/
        position: fixed;
        top: 0;
        left: 0;
        background: gray;
        width: 100%;
        height: 100%;
        zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
         z-index: 2000;
         cursor: progress;
    }

    #page-loading-div{
       width: 50%;
        height: 150px;
        text-align: center;
        color: #fff;
        font-weight: 800;
        position: absolute;
        left: 25%;
        top: 50%;
        margin: auto;
        right: 25%;
        
    }




.login-page {
    background: none scroll 0 0 #fff;
}
.login-firm-logo {
    text-align: center;
}

.login-firm-logo img{
    height: 150px;
    margin-top: 20px;
    margin-bottom: 20px;
    object-fit: cover;
}



nav.navbar {
    margin:0 auto 20px;
    padding:20px 0;
    height:175px;
}

img.-logo  {
    height: 130px;
}

/** FORM STYLE **/

.im-form-date-control{
    
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    margin-right: 12px;
    position: relative;
    z-index: 5;
    
}
form .is-invalid, .is-invalid:not(checkbox), .is-invalid:not(radio){
    border: 1px solid red;
}




table.transfers-table tr td, table.transfers-table tr th{
    padding: 1% 2%;
}








@media only screen and (max-width : 585px) {
    
    a.navbar-left{
        max-width:100%;
    }
    a.navbar-left img{
        max-width:100%;
        height:auto;
    }
    
    a.navbar-right {
        max-width:100%;
    }
    
    div.navbar-header-1 {
        max-width:70%;
    }
    
    div.navbar-header-2 {
        max-width:30%;
    }
    
    
    nav.navbar .container {
        height:130px;
        margin:0 !important;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    
    .logo1 {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        height:130px;
        padding:0;
    }
}

@media only screen and (max-width : 505px) {
    
    ul.legend {
        padding:0;
        margin:0;
    }
    
    ul.legend li {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
        font-size: 10px !important;
        width:45% !important;
    }
    
    
    table.table-responsive {
        table-layout: fixed;
        width: 100%;
    }
    
    table.table-responsive td, table.table-responsive th {
        font-size:10px !important;
        word-wrap: break-all;
        -webkit-hyphens: auto;
       -moz-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
        overflow-wrap: break-word;
    }
  
}

html,
body {
    height: 100%;
    position: relative;
}

.mainWrapper {
    min-height: 100vh; /* will cover the 100% of viewport */
    overflow: hidden;
    display: block;
    position: relative;
    padding-bottom: 150px; /* height of your footer */
}

.footerWrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding:0;
    margin:0;
}

input#range1_from, input#range1_to, input.range1_from, input.range1_to {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAB1klEQVQ4ja2SP2gUYRDFf285QjjkEAsLqxTBwiIgiJWIhVyjhQTsBCXhZisrsbBKYWlhYSG7/gNT2Km1CNcEtAgELEUkWIlYHiIW9yzu29x3y0YLnWXZNzPf93bmzciY3MooTwBrwD7wsaqrKUCMoi/pjO0l4EP9qP5Gy3rtAHDP9nlgX9JV4CuApGvAHUkF8BbYbF9UU1kZ5bLtPrAH3JL0ELhk+1Mie2b7naRd20+A05ImVV39asiKRHQKeCVpDAwkTW1PgW1J4xS/AEzTO0ixF2WUK+02zwJDoJA0Sd/C9klJeSdFepeANdurwHbS94CssF0k3AceSDoGYM8HJOk28FPScvLJ7s0HIOkL8DwRDIHHqaoh8KY5l3JPE9GNvPJeduizpK1EfATYSqkct3OXcw3yymh2qoyyE3flcpMxZZQbwF3gdYqfA3Y6cNu/Atys6urlrD1MRGxExNjMntFodL8Ld+T2ImK98Q8m0ZpaJ+7yD9NsuVlA24Mu3PgxihVJCPU6yWwfl7RuG0mrwAJmtqzTzAcYLJT2L5pFRLdmh+nyJ81ynWG+GheBCuil1vrAj3Qmx9juS2r8CbBZ1dX7XLMd29clHW3/+S+VfZe0u1DZ/7LflLcLcCHfhb8AAAAASUVORK5CYII=);
    background-position:right 10px center;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 975px) {


    div.xray-controls, div.performance-controls, div#portfolio-graph-placeholder,
    div.scrollWrapper, ul.xray-legend, div.assetAllocationKey
    {
        display: none;
    }




    div#mainContentWrapper {
        width:100%;
        padding:0;
        margin:0;
    }
}




/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 17px;
    margin-bottom: 0;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 13px;
    width: 13px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
}


input[type=date].form-control  {
    line-height: normal;
}

/* Rounded sliders */
.slider.round {
    border-radius: 17px;
}

.slider.round:before {
    border-radius: 50%;
}


/*
div.tourItemWrapper {
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    z-index: 90000;
    display: none;
}

div.tourItem {
    z-index: 10000;
    border: 1px solid #8a8a8a;
    border-radius: 5px;
    width: 350px;
    position:absolute;
    background-color: white;
    padding:10px;
}

div.tourItemTitle {
    font-weight: bold;
    padding-bottom: 5px;
}

div.tourItemDescription {
    padding-bottom: 5px;
}


img.whatsNewImage {
    width: 100%;
    object-fit: contain;
}
*/

/*On small screens the footer has a tendancy to obscure content at the end of the content wrapper*/
@media only screen and (max-width: 450px) {
    div.mainWrapper {
        padding-bottom: 250px;
    }
}